diff --git a/.gitignore b/.gitignore index fe4b94c..3b1cf88 100644 --- a/.gitignore +++ b/.gitignore @@ -456,4 +456,6 @@ $RECYCLE.BIN/ # Allow pregenerated ssl cert !nksrv/site.pfx !ServerSelector/myCA.pfx -!ServerSelector/sodium.dll \ No newline at end of file +!ServerSelector/sodium.dll + +EpinelPS/Protos/allmsgs.proto \ No newline at end of file diff --git a/EpinelPS/EpinelPS.csproj b/EpinelPS/EpinelPS.csproj index d381b6a..edb8123 100644 --- a/EpinelPS/EpinelPS.csproj +++ b/EpinelPS/EpinelPS.csproj @@ -29,13 +29,6 @@ - - - - - - - Always diff --git a/EpinelPS/LobbyServer/LobbyHandler.cs b/EpinelPS/LobbyServer/LobbyHandler.cs index 563b61e..9c994e7 100644 --- a/EpinelPS/LobbyServer/LobbyHandler.cs +++ b/EpinelPS/LobbyServer/LobbyHandler.cs @@ -105,7 +105,7 @@ namespace EpinelPS.LobbyServer { NetUserData ret = new() { - Lv = user.userPointData.UserLevel, + Level = user.userPointData.UserLevel, Exp = user.userPointData.ExperiencePoint, CommanderRoomJukebox = 5, CostumeLv = 1, @@ -133,7 +133,7 @@ namespace EpinelPS.LobbyServer { var ret = new NetWholeUserData() { - Lv = user.userPointData.UserLevel, + Level = user.userPointData.UserLevel, Frame = user.ProfileFrame, Icon = user.ProfileIconId, IconPrism = user.ProfileIconIsPrism, diff --git a/EpinelPS/LobbyServer/Msgs/Auth/DoEnterServer.cs b/EpinelPS/LobbyServer/Msgs/Auth/DoEnterServer.cs index 32e66cc..2e7159d 100644 --- a/EpinelPS/LobbyServer/Msgs/Auth/DoEnterServer.cs +++ b/EpinelPS/LobbyServer/Msgs/Auth/DoEnterServer.cs @@ -11,7 +11,7 @@ namespace EpinelPS.LobbyServer.Msgs.Auth { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); // request has auth token UsedAuthToken = req.AuthToken; @@ -26,7 +26,7 @@ namespace EpinelPS.LobbyServer.Msgs.Auth var user = GetUser(); - var response = new EnterServerResponse(); + var response = new ResEnterServer(); var rsp = LobbyHandler.GenGameClientTok(req.ClientPublicKey, req.AuthToken); response.GameClientToken = rsp.ClientAuthToken; response.FeatureDataInfo = new NetFeatureDataInfo() { UseFeatureData = true }; diff --git a/EpinelPS/LobbyServer/Msgs/Auth/DoIntlAuth.cs b/EpinelPS/LobbyServer/Msgs/Auth/DoIntlAuth.cs index 961d5fe..ea9e5a9 100644 --- a/EpinelPS/LobbyServer/Msgs/Auth/DoIntlAuth.cs +++ b/EpinelPS/LobbyServer/Msgs/Auth/DoIntlAuth.cs @@ -11,7 +11,7 @@ namespace EpinelPS.LobbyServer.Msgs.Auth protected override async Task HandleAsync() { var req = await ReadData(); - var response = new AuthIntlResponse(); + var response = new ResAuth(); UsedAuthToken = req.Token; foreach (var item in JsonDb.Instance.LauncherAccessTokens) @@ -23,7 +23,7 @@ namespace EpinelPS.LobbyServer.Msgs.Auth } if (UserId == 0) { - response.AuthError = new NetAuthError() { ErrorCode = AuthErrorCode.Error }; + response.AuthError = new NetAuthError() { ErrorCode = AuthErrorCode.AuthErrorCodeError }; } else { @@ -44,7 +44,7 @@ namespace EpinelPS.LobbyServer.Msgs.Auth } else { - response.AuthSuccess = new NetAuthSuccess() { AuthToken = req.Token, CentauriZoneId = "84", FirstAuth = "", PurchaseRestriction = new NetUserPurchaseRestriction() { PurchaseRestriction = PurchaseRestriction.Child, UpdatedAt = 638546758794611090 } }; + response.AuthSuccess = new NetAuthSuccess() { AuthToken = req.Token, CentauriZoneId = "84", FirstAuth = false, PurchaseRestriction = new NetUserPurchaseRestriction() { PurchaseRestriction = PurchaseRestriction.PurchaseRestrictionChild, UpdatedAt = 638546758794611090 } }; } } diff --git a/EpinelPS/LobbyServer/Msgs/Campaign/SaveFieldObject.cs b/EpinelPS/LobbyServer/Msgs/Campaign/SaveFieldObject.cs index 32756da..a17dcd4 100644 --- a/EpinelPS/LobbyServer/Msgs/Campaign/SaveFieldObject.cs +++ b/EpinelPS/LobbyServer/Msgs/Campaign/SaveFieldObject.cs @@ -16,14 +16,14 @@ namespace EpinelPS.LobbyServer.Msgs.Campaign var response = new ResSaveCampaignFieldObject(); - Console.WriteLine($"save {req.MapId} with {req.FieldObject.PositionID}"); + Console.WriteLine($"save {req.MapId} with {req.FieldObject.PositionId}"); var chapter = GameData.Instance.GetNormalChapterNumberFromFieldName(req.MapId); var mod = req.MapId.Contains("hard") ? "Hard" : "Normal"; var key = chapter + "_" + mod; var field = user.FieldInfoNew[key]; - field.CompletedObjects.Add(new NetFieldObject() { PositionId = req.FieldObject.PositionID, Json = req.FieldObject.Json, Type = req.FieldObject.Type }); + field.CompletedObjects.Add(new NetFieldObject() { PositionId = req.FieldObject.PositionId, Json = req.FieldObject.Json, Type = req.FieldObject.Type }); JsonDb.Save(); await WriteDataAsync(response); diff --git a/EpinelPS/LobbyServer/Msgs/Character/GetSynchrodevice.cs b/EpinelPS/LobbyServer/Msgs/Character/GetSynchrodevice.cs index 0eb1248..229c7ca 100644 --- a/EpinelPS/LobbyServer/Msgs/Character/GetSynchrodevice.cs +++ b/EpinelPS/LobbyServer/Msgs/Character/GetSynchrodevice.cs @@ -17,7 +17,7 @@ namespace EpinelPS.LobbyServer.Msgs.Character foreach (var item in highestLevelCharacters) { - response.Synchro.StandardCharacters.Add(new NetUserCharacterData() { Default = new() { Csn = item.Csn, Skill1Lv = item.Skill1Lvl, Skill2Lv = item.Skill2Lvl, CostumeId = item.CostumeId, Lv = item.Level, Grade = item.Grade, Tid = item.Tid, UltiSkillLv = item.UltimateLevel } }); + response.Synchro.StandardCharacters.Add(new NetUserCharacterData() { Default = new() { Csn = item.Csn, Skill1Lv = item.Skill1Lvl, Skill2Lv = item.Skill2Lvl, CostumeId = item.CostumeId, Level = item.Level, Grade = item.Grade, Tid = item.Tid, UltiSkillLv = item.UltimateLevel } }); } response.Synchro.Slots.Add(new NetSynchroSlot() { Slot = 1 }); diff --git a/EpinelPS/LobbyServer/Msgs/Character/LevelUp.cs b/EpinelPS/LobbyServer/Msgs/Character/LevelUp.cs index 1e8f2b8..5c77c6c 100644 --- a/EpinelPS/LobbyServer/Msgs/Character/LevelUp.cs +++ b/EpinelPS/LobbyServer/Msgs/Character/LevelUp.cs @@ -50,7 +50,7 @@ namespace EpinelPS.LobbyServer.Msgs.Character { CostumeId = item.CostumeId, Csn = item.Csn, - Lv = item.Level, + Level = item.Level, Skill1Lv = item.Skill1Lvl, Skill2Lv = item.Skill2Lvl, UltiSkillLv = item.UltimateLevel, diff --git a/EpinelPS/LobbyServer/Msgs/Character/ResetLevel.cs b/EpinelPS/LobbyServer/Msgs/Character/ResetLevel.cs index 8f9be7b..030c703 100644 --- a/EpinelPS/LobbyServer/Msgs/Character/ResetLevel.cs +++ b/EpinelPS/LobbyServer/Msgs/Character/ResetLevel.cs @@ -50,7 +50,7 @@ namespace EpinelPS.LobbyServer.Msgs.Character { CostumeId = item.CostumeId, Csn = item.Csn, - Lv = item.Level, + Level = item.Level, Skill1Lv = item.Skill1Lvl, Skill2Lv = item.Skill2Lvl, UltiSkillLv = item.UltimateLevel, diff --git a/EpinelPS/LobbyServer/Msgs/Event/CompleteEventScenario.cs b/EpinelPS/LobbyServer/Msgs/Event/CompleteEventScenario.cs index 83df74d..1d79732 100644 --- a/EpinelPS/LobbyServer/Msgs/Event/CompleteEventScenario.cs +++ b/EpinelPS/LobbyServer/Msgs/Event/CompleteEventScenario.cs @@ -11,16 +11,16 @@ namespace EpinelPS.LobbyServer.Msgs.Event var req = await ReadData(); var user = GetUser(); - if (user.EventInfo.ContainsKey(req.EventID)) + if (user.EventInfo.ContainsKey(req.EventId)) { - var evt = user.EventInfo[req.EventID]; + var evt = user.EventInfo[req.EventId]; evt.CompletedScenarios.Add(req.ScenarioId); } else { var evt = new EventData(); evt.CompletedScenarios.Add(req.ScenarioId); - user.EventInfo.Add(req.EventID, evt); + user.EventInfo.Add(req.EventId, evt); } var response = new ResSetEventScenarioComplete(); diff --git a/EpinelPS/LobbyServer/Msgs/Event/GetEventScenario.cs b/EpinelPS/LobbyServer/Msgs/Event/GetEventScenario.cs index 1edaf4f..43d3844 100644 --- a/EpinelPS/LobbyServer/Msgs/Event/GetEventScenario.cs +++ b/EpinelPS/LobbyServer/Msgs/Event/GetEventScenario.cs @@ -12,14 +12,14 @@ namespace EpinelPS.LobbyServer.Msgs.Event var user = GetUser(); var response = new ResGetEventScenarioData(); - if (user.EventInfo.ContainsKey(req.EventID)) + if (user.EventInfo.ContainsKey(req.EventId)) { - var evt = user.EventInfo[req.EventID]; + var evt = user.EventInfo[req.EventId]; response.ScenarioIdList.AddRange(evt.CompletedScenarios); } else { - user.EventInfo.Add(req.EventID, new EventData()); + user.EventInfo.Add(req.EventId, new EventData()); } await WriteDataAsync(response); diff --git a/EpinelPS/LobbyServer/Msgs/Event/StoryEvent/GetStoryDungeon.cs b/EpinelPS/LobbyServer/Msgs/Event/StoryEvent/GetStoryDungeon.cs index 1de058a..6123b5c 100644 --- a/EpinelPS/LobbyServer/Msgs/Event/StoryEvent/GetStoryDungeon.cs +++ b/EpinelPS/LobbyServer/Msgs/Event/StoryEvent/GetStoryDungeon.cs @@ -18,7 +18,7 @@ namespace EpinelPS.LobbyServer.Msgs.Event.StoryEvent var response = new ResStoryDungeonEventData() { TeamData = new NetUserTeamData(), - RemainingTickets = 10, + RemainTicket = 10, }; // TOOD diff --git a/EpinelPS/LobbyServer/Msgs/Gacha/ExecGacha.cs b/EpinelPS/LobbyServer/Msgs/Gacha/ExecGacha.cs index 7faf0f4..7971f70 100644 --- a/EpinelPS/LobbyServer/Msgs/Gacha/ExecGacha.cs +++ b/EpinelPS/LobbyServer/Msgs/Gacha/ExecGacha.cs @@ -26,7 +26,7 @@ namespace EpinelPS.LobbyServer.Msgs.Gacha var id = user.GenerateUniqueCharacterId(); response.Gacha.Add(new NetGachaEntityData() { Corporation = 1, PieceCount = 1, CurrencyValue = 5, Sn = id, Tid = c, Type = 1 }); - response.Characters.Add(new NetUserCharacterDefaultData() { CostumeId = 0, Csn = id, Grade = 0, Lv = 1, Skill1Lv = 1, Skill2Lv = 1, Tid = c, UltiSkillLv = 1 }); + response.Characters.Add(new NetUserCharacterDefaultData() { CostumeId = 0, Csn = id, Grade = 0, Level = 1, Skill1Lv = 1, Skill2Lv = 1, Tid = c, UltiSkillLv = 1 }); user.Characters.Add(new Database.Character() { CostumeId = 0, Csn = id, Grade = 0, Level = 1, Skill1Lvl = 1, Skill2Lvl = 1, Tid = c, UltimateLevel = 1 }); } diff --git a/EpinelPS/LobbyServer/Msgs/Intercept/GetInterceptData.cs b/EpinelPS/LobbyServer/Msgs/Intercept/GetInterceptData.cs index 2ecebef..2e7dbf3 100644 --- a/EpinelPS/LobbyServer/Msgs/Intercept/GetInterceptData.cs +++ b/EpinelPS/LobbyServer/Msgs/Intercept/GetInterceptData.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Intercept { diff --git a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptCheck.cs b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptCheck.cs index bbed788..9a90a18 100644 --- a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptCheck.cs +++ b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptCheck.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace EpinelPS.LobbyServer.Msgs.Intercept { diff --git a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptClear.cs b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptClear.cs index f7b2371..d7370f5 100644 --- a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptClear.cs +++ b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptClear.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace EpinelPS.LobbyServer.Msgs.Intercept { diff --git a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptEnter.cs b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptEnter.cs index defa09e..0490f7a 100644 --- a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptEnter.cs +++ b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptEnter.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace EpinelPS.LobbyServer.Msgs.Intercept { diff --git a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptFastClear.cs b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptFastClear.cs index 999e8c6..bfc55cc 100644 --- a/EpinelPS/LobbyServer/Msgs/Intercept/InterceptFastClear.cs +++ b/EpinelPS/LobbyServer/Msgs/Intercept/InterceptFastClear.cs @@ -1,6 +1,4 @@ -using EpinelPS.Net; using EpinelPS.Utils; -using System.Threading.Tasks; namespace EpinelPS.LobbyServer.Msgs.Intercept { @@ -13,10 +11,9 @@ namespace EpinelPS.LobbyServer.Msgs.Intercept var response = new ResFastClearIntercept { - Intercept = 1, - InterceptId = 1, TicketCount = 3, - MaxTicketCount = 10 + MaxTicketCount = 10, + Damage = 2 }; await WriteDataAsync(response); diff --git a/EpinelPS/LobbyServer/Msgs/Inventory/GetInventoryData.cs b/EpinelPS/LobbyServer/Msgs/Inventory/GetInventoryData.cs index 2f69836..bbf50b6 100644 --- a/EpinelPS/LobbyServer/Msgs/Inventory/GetInventoryData.cs +++ b/EpinelPS/LobbyServer/Msgs/Inventory/GetInventoryData.cs @@ -13,7 +13,7 @@ namespace EpinelPS.LobbyServer.Msgs.Inventory var response = new ResGetInventoryData(); foreach (var item in user.Items) { - response.Items.Add(new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Lv = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position }); + response.Items.Add(new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Level = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position }); } // TODO: HarmonyCubes, RunAwakeningIsnList, UserRedeems diff --git a/EpinelPS/LobbyServer/Msgs/Liberate/ChooseCharacter.cs b/EpinelPS/LobbyServer/Msgs/Liberate/ChooseCharacter.cs index 9a6d30a..26a5e0f 100644 --- a/EpinelPS/LobbyServer/Msgs/Liberate/ChooseCharacter.cs +++ b/EpinelPS/LobbyServer/Msgs/Liberate/ChooseCharacter.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Liberate { @@ -13,16 +7,16 @@ namespace EpinelPS.LobbyServer.Msgs.Liberate { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); var user = GetUser(); - var response = new ChooseLiberateCharacterResponse(); + var response = new ResChooseLiberateCharacter(); // TODO response.Data = new NetLiberateData() { CharacterId = req.CharacterId }; - response.Data.MissionData.Add(new NetLiberateMissionData() { MissionState = LiberateMissionState.Running, Id = 1 }); - response.Data.MissionData.Add(new NetLiberateMissionData() { MissionState = LiberateMissionState.Running, Id = 2 }); - response.Data.MissionData.Add(new NetLiberateMissionData() { MissionState = LiberateMissionState.Running, Id = 3 }); + response.Data.MissionData.Add(new NetLiberateMissionData() { MissionState = LiberateMissionState.LiberateMissionStateRunning, Id = 1 }); + response.Data.MissionData.Add(new NetLiberateMissionData() { MissionState = LiberateMissionState.LiberateMissionStateRunning, Id = 2 }); + response.Data.MissionData.Add(new NetLiberateMissionData() { MissionState = LiberateMissionState.LiberateMissionStateRunning, Id = 3 }); await WriteDataAsync(response); } diff --git a/EpinelPS/LobbyServer/Msgs/Liberate/GetProgressList.cs b/EpinelPS/LobbyServer/Msgs/Liberate/GetProgressList.cs index b2c9976..cdb6c15 100644 --- a/EpinelPS/LobbyServer/Msgs/Liberate/GetProgressList.cs +++ b/EpinelPS/LobbyServer/Msgs/Liberate/GetProgressList.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Liberate { @@ -13,10 +7,10 @@ namespace EpinelPS.LobbyServer.Msgs.Liberate { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); var user = GetUser(); - var response = new GetLiberateProgressListResponse(); + var response = new ResGetLiberateProgressList(); // TODO diff --git a/EpinelPS/LobbyServer/Msgs/Messenger/GetRandomPick.cs b/EpinelPS/LobbyServer/Msgs/Messenger/GetRandomPick.cs index 7e56fe3..61e5381 100644 --- a/EpinelPS/LobbyServer/Msgs/Messenger/GetRandomPick.cs +++ b/EpinelPS/LobbyServer/Msgs/Messenger/GetRandomPick.cs @@ -7,10 +7,10 @@ namespace EpinelPS.LobbyServer.Msgs.Messenger { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); // TODO: get proper response - var response = new ResForcePickTodayRandomMessage(); + var response = new ResPickTodayRandomMessage(); await WriteDataAsync(response); } diff --git a/EpinelPS/LobbyServer/Msgs/Misc/GetMaintenanceNotice.cs b/EpinelPS/LobbyServer/Msgs/Misc/GetMaintenanceNotice.cs index 7eeb683..9c6fc73 100644 --- a/EpinelPS/LobbyServer/Msgs/Misc/GetMaintenanceNotice.cs +++ b/EpinelPS/LobbyServer/Msgs/Misc/GetMaintenanceNotice.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Misc { @@ -8,7 +7,7 @@ namespace EpinelPS.LobbyServer.Msgs.Misc { protected override async Task HandleAsync() { - var r = new MaintenanceNoticeResponse(); + var r = new ResMaintenanceNotice(); await WriteDataAsync(r); } diff --git a/EpinelPS/LobbyServer/Msgs/Misc/GetResourceHosts2.cs b/EpinelPS/LobbyServer/Msgs/Misc/GetResourceHosts2.cs index eb01990..881b639 100644 --- a/EpinelPS/LobbyServer/Msgs/Misc/GetResourceHosts2.cs +++ b/EpinelPS/LobbyServer/Msgs/Misc/GetResourceHosts2.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Misc { @@ -8,9 +7,9 @@ namespace EpinelPS.LobbyServer.Msgs.Misc { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); - var r = new ResourceHostResponse(); + var r = new ResGetResourceHosts2(); r.BaseUrl = GameConfig.Root.ResourceBaseURL; await WriteDataAsync(r); diff --git a/EpinelPS/LobbyServer/Msgs/Misc/GetSentryParams.cs b/EpinelPS/LobbyServer/Msgs/Misc/GetSentryParams.cs index 62ad25e..18b87b2 100644 --- a/EpinelPS/LobbyServer/Msgs/Misc/GetSentryParams.cs +++ b/EpinelPS/LobbyServer/Msgs/Misc/GetSentryParams.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Misc { @@ -8,7 +7,7 @@ namespace EpinelPS.LobbyServer.Msgs.Misc { protected override async Task HandleAsync() { - var r = new SentryDataResponse(); + var r = new ResGetSentryParams(); // TODO: Figure out a way so that the game developers would not be annoyed by bogus errors in Sentry dashboard await WriteDataAsync(r); diff --git a/EpinelPS/LobbyServer/Msgs/Misc/GetServerInfo.cs b/EpinelPS/LobbyServer/Msgs/Misc/GetServerInfo.cs index 67fa597..184cf8e 100644 --- a/EpinelPS/LobbyServer/Msgs/Misc/GetServerInfo.cs +++ b/EpinelPS/LobbyServer/Msgs/Misc/GetServerInfo.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Misc { @@ -8,7 +7,7 @@ namespace EpinelPS.LobbyServer.Msgs.Misc { protected override async Task HandleAsync() { - var r = new GetServerInfoResponse(); + var r = new ResGetServerInfo(); // todo: reimplement this as well r.MatchUrl = "https://global-match.nikke-kr.com"; diff --git a/EpinelPS/LobbyServer/Msgs/Misc/GetStaticDataPack.cs b/EpinelPS/LobbyServer/Msgs/Misc/GetStaticDataPack.cs index 29a2566..e8d5d83 100644 --- a/EpinelPS/LobbyServer/Msgs/Misc/GetStaticDataPack.cs +++ b/EpinelPS/LobbyServer/Msgs/Misc/GetStaticDataPack.cs @@ -1,7 +1,6 @@ -using Google.Protobuf; -using EpinelPS.Net; -using EpinelPS.StaticInfo; +using EpinelPS.StaticInfo; using EpinelPS.Utils; +using Google.Protobuf; namespace EpinelPS.LobbyServer.Msgs.Misc { @@ -10,12 +9,12 @@ namespace EpinelPS.LobbyServer.Msgs.Misc { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); - var r = new StaticDataPackResponse(); + var r = new ResStaticDataPackInfo(); r.Url = GameConfig.Root.StaticData.Url; r.Version = GameConfig.Root.StaticData.Version; - r.FileSize = GameData.Instance.Size; + r.Size = GameData.Instance.Size; r.Sha256Sum = ByteString.CopyFrom(GameData.Instance.Sha256Hash); r.Salt1 = ByteString.CopyFrom(Convert.FromBase64String(GameConfig.Root.StaticData.Salt1)); r.Salt2 = ByteString.CopyFrom(Convert.FromBase64String(GameConfig.Root.StaticData.Salt2)); diff --git a/EpinelPS/LobbyServer/Msgs/Outpost/ClearTacticAcademyLesson.cs b/EpinelPS/LobbyServer/Msgs/Outpost/ClearTacticAcademyLesson.cs index 69c4471..a283916 100644 --- a/EpinelPS/LobbyServer/Msgs/Outpost/ClearTacticAcademyLesson.cs +++ b/EpinelPS/LobbyServer/Msgs/Outpost/ClearTacticAcademyLesson.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.StaticInfo; +using EpinelPS.StaticInfo; using EpinelPS.Utils; using Swan.Logging; @@ -10,28 +9,28 @@ namespace EpinelPS.LobbyServer.Msgs.Outpost { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); var user = GetUser(); - var response = new TacticAcademyClearLessonResponse(); - response.LessonId = req.LessonId; + var response = new ResTacticAcademyClearLesson(); + response.ClearLessonTid = req.LessonTid; - var x = GameData.Instance.GetTacticAcademyLesson(req.LessonId); + var x = GameData.Instance.GetTacticAcademyLesson(req.LessonTid); if (user.CanSubtractCurrency(x.CurrencyId, x.CurrencyValue)) { user.SubtractCurrency(x.CurrencyId, x.CurrencyValue); - user.CompletedTacticAcademyLessons.Add(req.LessonId); + user.CompletedTacticAcademyLessons.Add(req.LessonTid); foreach (var currency in user.Currency) { - response.RemainingCurrency.Add(new NetUserCurrencyData() { Type = (int)currency.Key, Value = currency.Value }); + response.Currencies.Add(new NetUserCurrencyData() { Type = (int)currency.Key, Value = currency.Value }); } } else { - Logger.Error($"User {user.PlayerName} tried to clear lesson {req.LessonId} without enough currency"); + Logger.Error($"User {user.PlayerName} tried to clear lesson {req.LessonTid} without enough currency"); } await WriteDataAsync(response); } diff --git a/EpinelPS/LobbyServer/Msgs/Outpost/DoWipeout.cs b/EpinelPS/LobbyServer/Msgs/Outpost/DoWipeout.cs index 0bc8023..f66d29d 100644 --- a/EpinelPS/LobbyServer/Msgs/Outpost/DoWipeout.cs +++ b/EpinelPS/LobbyServer/Msgs/Outpost/DoWipeout.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Outpost { @@ -8,8 +7,8 @@ namespace EpinelPS.LobbyServer.Msgs.Outpost { protected override async Task HandleAsync() { - var req = await ReadData(); - var response = new DoWipeOutResponse(); + var req = await ReadData(); + var response = new ResObtainFastBattleReward(); // TODO diff --git a/EpinelPS/LobbyServer/Msgs/Outpost/GetOutpostData.cs b/EpinelPS/LobbyServer/Msgs/Outpost/GetOutpostData.cs index 046a5a7..3d80f7b 100644 --- a/EpinelPS/LobbyServer/Msgs/Outpost/GetOutpostData.cs +++ b/EpinelPS/LobbyServer/Msgs/Outpost/GetOutpostData.cs @@ -17,7 +17,7 @@ namespace EpinelPS.LobbyServer.Msgs.Outpost var response = new ResGetOutpostData { OutpostBattleLevel = new NetOutpostBattleLevel() { Level = 1 }, - CommanderBgm = new NetUserJukeboxDataV2() { CommandBgm = new() { Type = NetJukeboxBgmType.JukeboxTableId, JukeboxTableId = 5 } }, + JukeboxV2 = new NetUserJukeboxDataV2() { CommandBgm = new() { Type = NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId, JukeboxTableId = 5 } }, BattleTime = 864000000000, Jukebox = new(), MaxBattleTime = 864000000000, diff --git a/EpinelPS/LobbyServer/Msgs/Outpost/GetTacticAcademyData.cs b/EpinelPS/LobbyServer/Msgs/Outpost/GetTacticAcademyData.cs index 8bcf04e..8fa5b04 100644 --- a/EpinelPS/LobbyServer/Msgs/Outpost/GetTacticAcademyData.cs +++ b/EpinelPS/LobbyServer/Msgs/Outpost/GetTacticAcademyData.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Outpost { @@ -8,11 +7,11 @@ namespace EpinelPS.LobbyServer.Msgs.Outpost { protected override async Task HandleAsync() { - var req = await ReadData(); + var req = await ReadData(); var user = GetUser(); - var response = new GetTacticAcademyDataResponse(); - response.CompletedLessons.AddRange(user.CompletedTacticAcademyLessons); + var response = new ResGetTacticAcademyData(); + response.ClearLessons.AddRange(user.CompletedTacticAcademyLessons); await WriteDataAsync(response); } diff --git a/EpinelPS/LobbyServer/Msgs/Shop/GetShop.cs b/EpinelPS/LobbyServer/Msgs/Shop/GetShop.cs index cfcade9..b33ac44 100644 --- a/EpinelPS/LobbyServer/Msgs/Shop/GetShop.cs +++ b/EpinelPS/LobbyServer/Msgs/Shop/GetShop.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Shop { @@ -13,9 +7,9 @@ namespace EpinelPS.LobbyServer.Msgs.Shop { protected override async Task HandleAsync() { - var x = await ReadData(); + var x = await ReadData(); - var response = new GetShopResponse(); + var response = new ResGetShop(); // TODO diff --git a/EpinelPS/LobbyServer/Msgs/Sidestory/ClearBattle.cs b/EpinelPS/LobbyServer/Msgs/Sidestory/ClearBattle.cs index 8482359..d89eea4 100644 --- a/EpinelPS/LobbyServer/Msgs/Sidestory/ClearBattle.cs +++ b/EpinelPS/LobbyServer/Msgs/Sidestory/ClearBattle.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Sidestory { diff --git a/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryCut.cs b/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryCut.cs index 83166d0..9f42bf9 100644 --- a/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryCut.cs +++ b/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryCut.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Sidestory { diff --git a/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryStage.cs b/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryStage.cs index 6e851fd..71d159d 100644 --- a/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryStage.cs +++ b/EpinelPS/LobbyServer/Msgs/Sidestory/ClearSideStoryStage.cs @@ -1,13 +1,7 @@ using EpinelPS.Database; using EpinelPS.LobbyServer.Msgs.Stage; -using EpinelPS.Net; using EpinelPS.StaticInfo; using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace EpinelPS.LobbyServer.Msgs.Sidestory { diff --git a/EpinelPS/LobbyServer/Msgs/Sidestory/EnterBattle.cs b/EpinelPS/LobbyServer/Msgs/Sidestory/EnterBattle.cs index 7d97ef1..c7892d1 100644 --- a/EpinelPS/LobbyServer/Msgs/Sidestory/EnterBattle.cs +++ b/EpinelPS/LobbyServer/Msgs/Sidestory/EnterBattle.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Sidestory { diff --git a/EpinelPS/LobbyServer/Msgs/Sidestory/EnterSidestoryStage.cs b/EpinelPS/LobbyServer/Msgs/Sidestory/EnterSidestoryStage.cs index e2414a9..96743b9 100644 --- a/EpinelPS/LobbyServer/Msgs/Sidestory/EnterSidestoryStage.cs +++ b/EpinelPS/LobbyServer/Msgs/Sidestory/EnterSidestoryStage.cs @@ -1,10 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.Sidestory { diff --git a/EpinelPS/LobbyServer/Msgs/Sidestory/ListSideStory.cs b/EpinelPS/LobbyServer/Msgs/Sidestory/ListSideStory.cs index 821454e..98a130e 100644 --- a/EpinelPS/LobbyServer/Msgs/Sidestory/ListSideStory.cs +++ b/EpinelPS/LobbyServer/Msgs/Sidestory/ListSideStory.cs @@ -1,6 +1,5 @@ -using Google.Protobuf.WellKnownTypes; -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; +using Google.Protobuf.WellKnownTypes; namespace EpinelPS.LobbyServer.Msgs.Sidestory { diff --git a/EpinelPS/LobbyServer/Msgs/Stage/ClearStage.cs b/EpinelPS/LobbyServer/Msgs/Stage/ClearStage.cs index e50170d..41b2213 100644 --- a/EpinelPS/LobbyServer/Msgs/Stage/ClearStage.cs +++ b/EpinelPS/LobbyServer/Msgs/Stage/ClearStage.cs @@ -261,11 +261,11 @@ namespace EpinelPS.LobbyServer.Msgs.Stage user.RepresentationTeamData.TeamNumber = 1; user.RepresentationTeamData.TeamCombat = 1446; // TODO: Don't hardcode this user.RepresentationTeamData.Slots.Clear(); - user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 1, Csn = 47263455, Tid = 201001, Lvl = 1 }); - user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 2, Csn = 47273456, Tid = 330501, Lvl = 1 }); - user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 3, Csn = 47263457, Tid = 130201, Lvl = 1 }); - user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 4, Csn = 47263458, Tid = 230101, Lvl = 1 }); - user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 5, Csn = 47263459, Tid = 301201, Lvl = 1 }); + user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 1, Csn = 47263455, Tid = 201001, Level = 1 }); + user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 2, Csn = 47273456, Tid = 330501, Level = 1 }); + user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 3, Csn = 47263457, Tid = 130201, Level = 1 }); + user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 4, Csn = 47263458, Tid = 230101, Level = 1 }); + user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot { Slot = 5, Csn = 47263459, Tid = 301201, Level = 1 }); } // TODO: add neon } diff --git a/EpinelPS/LobbyServer/Msgs/System/CheckClientVersion.cs b/EpinelPS/LobbyServer/Msgs/System/CheckClientVersion.cs index 6d087e4..67ac86e 100644 --- a/EpinelPS/LobbyServer/Msgs/System/CheckClientVersion.cs +++ b/EpinelPS/LobbyServer/Msgs/System/CheckClientVersion.cs @@ -1,5 +1,4 @@ -using EpinelPS.Net; -using EpinelPS.Utils; +using EpinelPS.Utils; namespace EpinelPS.LobbyServer.Msgs.System { @@ -8,16 +7,16 @@ namespace EpinelPS.LobbyServer.Msgs.System { protected override async Task HandleAsync() { - var req = await ReadData(); - var response = new CheckVersionResponse(); + var req = await ReadData(); + var response = new ResCheckClientVersion(); if (GameConfig.Root.GameMaxVer != req.Version) { - response.VersionStatus = 1; + response.Availability = Availability.Available; } else { - response.VersionStatus = 0; + response.Availability = Availability.None; } await WriteDataAsync(response); diff --git a/EpinelPS/LobbyServer/Msgs/User/EnterLobbyServer.cs b/EpinelPS/LobbyServer/Msgs/User/EnterLobbyServer.cs index e20fc40..89b709d 100644 --- a/EpinelPS/LobbyServer/Msgs/User/EnterLobbyServer.cs +++ b/EpinelPS/LobbyServer/Msgs/User/EnterLobbyServer.cs @@ -23,8 +23,8 @@ namespace EpinelPS.LobbyServer.Msgs.User response.SynchroLv = 1; response.OutpostBattleLevel = user.OutpostBattleLevel; response.OutpostBattleTime = new NetOutpostBattleTime() { MaxBattleTime = 864000000000, MaxOverBattleTime = 12096000000000, BattleTime = battleTimeMs }; - response.CommanderRoomJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 5, Type = NetJukeboxBgmType.JukeboxTableId, Location = NetJukeboxLocation.CommanderRoom }; - response.LobbyJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 2, Type = NetJukeboxBgmType.JukeboxTableId, Location = NetJukeboxLocation.Lobby }; + response.CommanderRoomJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 5, Type = NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId, Location = NetJukeboxLocation.NetJukeboxLocationCommanderRoom }; + response.LobbyJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 2, Type = NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId, Location = NetJukeboxLocation.NetJukeboxLocationLobby }; // Add default slot data if (user.RepresentationTeamData.Slots.Count == 0) @@ -46,7 +46,7 @@ namespace EpinelPS.LobbyServer.Msgs.User foreach (var item in user.Characters) { - response.Character.Add(new NetUserCharacterData() { Default = new() { Csn = item.Csn, Skill1Lv = item.Skill1Lvl, Skill2Lv = item.Skill2Lvl, CostumeId = item.CostumeId, Lv = item.Level, Grade = item.Grade, Tid = item.Tid, UltiSkillLv = item.UltimateLevel } }); + response.Character.Add(new NetUserCharacterData() { Default = new() { Csn = item.Csn, Skill1Lv = item.Skill1Lvl, Skill2Lv = item.Skill2Lvl, CostumeId = item.CostumeId, Level = item.Level, Grade = item.Grade, Tid = item.Tid, UltiSkillLv = item.UltimateLevel } }); } foreach (var item in NetUtils.GetUserItems(user)) diff --git a/EpinelPS/LobbyServer/Msgs/User/GetAllFeatureFlags.cs b/EpinelPS/LobbyServer/Msgs/User/GetAllFeatureFlags.cs index f9c99a2..4c6aaa8 100644 --- a/EpinelPS/LobbyServer/Msgs/User/GetAllFeatureFlags.cs +++ b/EpinelPS/LobbyServer/Msgs/User/GetAllFeatureFlags.cs @@ -11,7 +11,7 @@ namespace EpinelPS.LobbyServer.Msgs.User var response = new ResGetAllFeatureFlags(); response.Flags.AddRange([ - new NetFeatureFlag() { FeatureKind = NetFeatureKind.UnionRaid2, IsOpen = true }, + new NetFeatureFlag() { FeatureKind = NetFeatureKind.UnionRaid, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.CooperationEvent, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.RookieArena, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.SimulationRoom, IsOpen = true }, @@ -21,8 +21,8 @@ namespace EpinelPS.LobbyServer.Msgs.User new NetFeatureFlag() { FeatureKind = NetFeatureKind.Dice, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.StoryDungeonEvent, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.Tower, IsOpen = true }, - new NetFeatureFlag() { FeatureKind = NetFeatureKind.LostSector2, IsOpen = true }, - new NetFeatureFlag() { FeatureKind = NetFeatureKind.Subscription2, IsOpen = true }, + new NetFeatureFlag() { FeatureKind = NetFeatureKind.LostSector, IsOpen = true }, + new NetFeatureFlag() { FeatureKind = NetFeatureKind.Subscription, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.ArchiveEventSystem, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.ViewShortCut, IsOpen = true }, new NetFeatureFlag() { FeatureKind = NetFeatureKind.PollEvent, IsOpen = true }, diff --git a/EpinelPS/LobbyServer/Msgs/User/GetMail.cs b/EpinelPS/LobbyServer/Msgs/User/GetMail.cs index 1fa8de5..5391eaa 100644 --- a/EpinelPS/LobbyServer/Msgs/User/GetMail.cs +++ b/EpinelPS/LobbyServer/Msgs/User/GetMail.cs @@ -16,14 +16,14 @@ namespace EpinelPS.LobbyServer.Msgs.User Msn = 3, Nickname = "nick", - Title = new() { IsPlain = true, String = "Our Server Fell" }, - Text = new() { IsPlain = true, String = "Our Game Was Down For 1 Second because the HP Laptop Which Hosted the Server Got Shut Down by the Lid Closing. As for the Reward for the Inconvience, free paid gems" }, + Title = new() { IsPlain = true, Str = "Our Server Fell" }, + Text = new() { IsPlain = true, Str = "Our Game Was Down For 1 Second because the HP Laptop Which Hosted the Server Got Shut Down by the Lid Closing. As for the Reward for the Inconvience, free paid gems" }, HasReward = true, Sender = 102 }); - r.Mail[0].Items.Add(new NetMailRewardItem() { ExpiredAt = DateTime.UtcNow.AddYears(10).ToUnixEpochDate(), RewardID = 1, RewardType = (int)CurrencyType.ChargeCash, RewardValue = 100000 }); + r.Mail[0].Items.Add(new NetMailRewardItem() { ExpiredAt = DateTime.UtcNow.AddYears(10).ToUnixEpochDate(), RewardId = 1, RewardType = (int)CurrencyType.ChargeCash, RewardValue = 100000 }); await WriteDataAsync(r); } diff --git a/EpinelPS/LobbyServer/Msgs/User/GetUser.cs b/EpinelPS/LobbyServer/Msgs/User/GetUser.cs index 324989e..a24d9c6 100644 --- a/EpinelPS/LobbyServer/Msgs/User/GetUser.cs +++ b/EpinelPS/LobbyServer/Msgs/User/GetUser.cs @@ -38,8 +38,8 @@ namespace EpinelPS.LobbyServer.Msgs.User response.User.Tutorials.Add(new NetTutorialData() { GroupId = groupId, LastClearedTid = item.Key, LastClearedVersion = version }); } - response.CommanderRoomJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 2, Type = NetJukeboxBgmType.JukeboxTableId, Location = NetJukeboxLocation.CommanderRoom }; - response.LobbyJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 2, Type = NetJukeboxBgmType.JukeboxTableId, Location = NetJukeboxLocation.Lobby }; + response.CommanderRoomJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 2, Type = NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId, Location = NetJukeboxLocation.NetJukeboxLocationCommanderRoom }; + response.LobbyJukeboxBgm = new NetJukeboxBgm() { JukeboxTableId = 2, Type = NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId, Location = NetJukeboxLocation.NetJukeboxLocationLobby }; await WriteDataAsync(response); } diff --git a/EpinelPS/LobbyServer/Msgs/User/GetUserProfile.cs b/EpinelPS/LobbyServer/Msgs/User/GetUserProfile.cs index 5d05275..87185f9 100644 --- a/EpinelPS/LobbyServer/Msgs/User/GetUserProfile.cs +++ b/EpinelPS/LobbyServer/Msgs/User/GetUserProfile.cs @@ -18,7 +18,7 @@ namespace EpinelPS.LobbyServer.Msgs.User response.Data = new NetProfileData(); response.Data.User = LobbyHandler.CreateWholeUserDataFromDbUser(user); response.Data.LastActionAt = DateTimeOffset.UtcNow.Ticks; - response.Data.CharacterCount = new() { Count = user.Characters.Count }; + response.Data.CharacterCount.Add(new NetCharacterCount() { Count = user.Characters.Count }); response.Data.InfraCoreLv = user.InfraCoreLvl; response.Data.LastCampaignNormalStageId = user.LastNormalStageCleared; response.Data.LastCampaignHardStageId = user.LastHardStageCleared; @@ -30,7 +30,7 @@ namespace EpinelPS.LobbyServer.Msgs.User if (c != null) { - response.Data.ProfileTeam.Add(new NetProfileTeamSlot() { Slot = item.Slot, Default = new() { CostumeId = c.CostumeId, Csn = c.Csn, Grade = c.Grade, Lv = c.Level, Skill1Lv = c.Skill1Lvl, Skill2Lv = c.Skill2Lvl, Tid = c.Tid, UltiSkillLv = c.UltimateLevel } }); + response.Data.ProfileTeam.Add(new NetProfileTeamSlot() { Slot = item.Slot, Default = new() { CostumeId = c.CostumeId, Csn = c.Csn, Grade = c.Grade, Level = c.Level, Skill1Lv = c.Skill1Lvl, Skill2Lv = c.Skill2Lvl, Tid = c.Tid, UltiSkillLv = c.UltimateLevel } }); } } } diff --git a/EpinelPS/LobbyServer/Msgs/User/SetNickname.cs b/EpinelPS/LobbyServer/Msgs/User/SetNickname.cs index eaefd33..76a1734 100644 --- a/EpinelPS/LobbyServer/Msgs/User/SetNickname.cs +++ b/EpinelPS/LobbyServer/Msgs/User/SetNickname.cs @@ -12,7 +12,7 @@ namespace EpinelPS.LobbyServer.Msgs.User user.Nickname = req.Nickname; var response = new ResSetNickname(); - response.Result = SetNicknameResult.NicknameOk; + response.Result = SetNicknameResult.SetNicknameResultOkay; response.Nickname = req.Nickname; await WriteDataAsync(response); diff --git a/EpinelPS/LobbyServer/Msgs/User/SetProfileTeam.cs b/EpinelPS/LobbyServer/Msgs/User/SetProfileTeam.cs index e4c67f1..c9aa96b 100644 --- a/EpinelPS/LobbyServer/Msgs/User/SetProfileTeam.cs +++ b/EpinelPS/LobbyServer/Msgs/User/SetProfileTeam.cs @@ -22,7 +22,7 @@ namespace EpinelPS.LobbyServer.Msgs.User var character = user.GetCharacterBySerialNumber(item.Value); if (character != null) { - user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot() { Csn = item.Value, Slot = item.Slot, CostumeId = character.CostumeId, Lvl = character.Level, Tid = character.Tid }); + user.RepresentationTeamData.Slots.Add(new NetWholeTeamSlot() { Csn = item.Value, Slot = item.Slot, CostumeId = character.CostumeId, Level = character.Level, Tid = character.Tid }); } } diff --git a/EpinelPS/Protos/Generated/allmsgs.cs b/EpinelPS/Protos/Generated/allmsgs.cs new file mode 100644 index 0000000..6f1d757 --- /dev/null +++ b/EpinelPS/Protos/Generated/allmsgs.cs @@ -0,0 +1,434020 @@ +// +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: Protos/allmsgs.proto +// +#pragma warning disable 1591, 0612, 3021, 8981 +#region Designer generated code + +using pb = global::Google.Protobuf; +using pbc = global::Google.Protobuf.Collections; +using pbr = global::Google.Protobuf.Reflection; +using scg = global::System.Collections.Generic; +namespace EpinelPS { + + /// Holder for reflection information generated from Protos/allmsgs.proto + public static partial class AllmsgsReflection { + + #region Descriptor + /// File descriptor for Protos/allmsgs.proto + public static pbr::FileDescriptor Descriptor { + get { return descriptor; } + } + private static pbr::FileDescriptor descriptor; + + static AllmsgsReflection() { + byte[] descriptorData = global::System.Convert.FromBase64String( + string.Concat( + "ChRQcm90b3MvYWxsbXNncy5wcm90bxofZ29vZ2xlL3Byb3RvYnVmL3RpbWVz", + "dGFtcC5wcm90bxoeZ29vZ2xlL3Byb3RvYnVmL0R1cmF0aW9uLnByb3RvIi0K", + "DVBhY2tldFZlcnNpb24SDQoFTWFqb3IYASABKAUSDQoFTWlub3IYAiABKAUi", + "JwolUmVxQ2FtcGFpZ25QYWNrYWdlR2V0QWxsU2h1dGRvd25GbGFncyJLCiVS", + "ZXNDYW1wYWlnblBhY2thZ2VHZXRBbGxTaHV0ZG93bkZsYWdzEiIKGlVuYXZh", + "aWxhYmxlUGFja2FnZUdyb3VwSWRzGAEgAygFIh0KG1JlcUdhY2hhR2V0QWxs", + "U2h1dGRvd25GbGFncyIzChtSZXNHYWNoYUdldEFsbFNodXRkb3duRmxhZ3MS", + "FAoMVW5hdmFpbGFibGVzGAEgAygFIkYKDk5ldEZlYXR1cmVGbGFnEiQKC0Zl", + "YXR1cmVLaW5kGAEgASgOMg8uTmV0RmVhdHVyZUtpbmQSDgoGSXNPcGVuGAIg", + "ASgIIjkKEVJlcUdldEZlYXR1cmVGbGFnEiQKC0ZlYXR1cmVLaW5kGAEgASgO", + "Mg8uTmV0RmVhdHVyZUtpbmQiIwoRUmVzR2V0RmVhdHVyZUZsYWcSDgoGSXNP", + "cGVuGAEgASgIIhcKFVJlcUdldEFsbEZlYXR1cmVGbGFncyI3ChVSZXNHZXRB", + "bGxGZWF0dXJlRmxhZ3MSHgoFRmxhZ3MYASADKAsyDy5OZXRGZWF0dXJlRmxh", + "ZyISChBSZXFHZXRTZXJ2ZXJJbmZvIiYKFFJlcU1haW50ZW5hbmNlTm90aWNl", + "Eg4KBk9wZW5JZBgBIAEoCSILCglSZXFHZXROb3ciFwoVUmVxVXNlck9ubGlu", + "ZVN0YXRlTG9nIhUKE1JlcUVudGVyTG9iYnlTZXJ2ZXIiIgoOUmVxR2V0VXNl", + "ckRhdGESEAoISXNTaW1wbGUYASABKAgiIgoOUmVxU2V0Tmlja25hbWUSEAoI", + "Tmlja25hbWUYAiABKAkiTgoZUmVxU2V0UHVyY2hhc2VSZXN0cmljdGlvbhIx", + "ChNQdXJjaGFzZVJlc3RyaWN0aW9uGAEgASgOMhQuUHVyY2hhc2VSZXN0cmlj", + "dGlvbiImChFSZXFHZXRQcm9maWxlRGF0YRIRCglUYXJnZXRVc24YAiABKAMi", + "FAoSUmVxR2V0UHJvZmlsZUZyYW1lIjIKEVJlcVNldFByb2ZpbGVJY29uEgwK", + "BEljb24YAiABKAUSDwoHSXNQcmlzbRgDIAEoCCIhChFSZXFTZXRQcm9maWxl", + "RGVzYxIMCgREZXNjGAIgASgJIiMKElJlcVNldFByb2ZpbGVGcmFtZRINCgVG", + "cmFtZRgCIAEoBSIvChFSZXFTZXRQcm9maWxlVGVhbRIaCgRUZWFtGAIgASgL", + "MgwuTmV0VGVhbURhdGEiQAoNUmVxU2V0SnVrZWJveBILCgNUaWQYAiABKAUS", + "IgoITG9jYXRpb24YAyABKA4yEC5KdWtlYm94TG9jYXRpb24iQQoRUmVxU2V0", + "UHJvZmlsZURhdGESDAoESWNvbhgCIAEoBRIPCgdJc1ByaXNtGAMgASgIEg0K", + "BUZyYW1lGAQgASgFIiwKFlJlcVNldFNjZW5hcmlvQ29tcGxldGUSEgoKU2Nl", + "bmFyaW9JZBgCIAEoCSI9ChtSZXNTZXRFdmVudFNjZW5hcmlvQ29tcGxldGUS", + "HgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YSIRCg9SZXNBZGRGaWVs", + "ZFRhbGsiLAoTUmVzR2V0RmllbGRUYWxrTGlzdBIVCg1GaWVsZFRhbGtMaXN0", + "GAIgAygJIjsKD1JlcVNldFdhbGxwYXBlchIoCg1XYWxscGFwZXJMaXN0GAIg", + "AygLMhEuTmV0V2FsbHBhcGVyRGF0YSIRCg9SZXFHZXRXYWxscGFwZXIiGgoY", + "UmVxR2V0V2FsbHBhcGVySW52ZW50b3J5IhQKElJlcUdldFNjZW5hcmlvTGlz", + "dCIoChhSZXFTYXZlVXNlckdsb2JhbE9wdGlvbnMSDAoESnNvbhgCIAEoCSIm", + "Cg5SZXFEZWxldGVCYWRnZRIUCgxCYWRnZVNlcUxpc3QYASADKAMilAEKDFJl", + "cVN5bmNCYWRnZRIUCgxMYXN0QmFkZ2VTZXEYASABKAMSJQoSTmV3Q2xpZW50", + "QmFkZ2VMaXN0GAIgAygLMgkuTmV0QmFkZ2USGgoSTGFzdFVuaXF1ZUJhZGdl", + "U2VxGAMgASgDEisKEk5ld1VuaXF1ZUJhZGdlTGlzdBgEIAMoCzIPLk5ldFVu", + "aXF1ZUJhZGdlIh0KDlJlcUdldE1lc3NhZ2VzEgsKA1NlcRgCIAEoAyImChFS", + "ZXFQcm9jZWVkTWVzc2FnZRIRCglNZXNzYWdlSWQYAiABKAkiKwoWUmVxT2J0", + "YWluTWVzc2FnZVJld2FyZBIRCglNZXNzYWdlSWQYAiABKAkiNwoOUmVxRmlu", + "U3ViUXVlc3QSEgoKU3ViUXVlc3RJZBgCIAEoBRIRCglNZXNzYWdlSWQYAyAB", + "KAkiOAoZUmVxUGlja1RvZGF5UmFuZG9tTWVzc2FnZRIbChNDb25kaXRpb25U", + "cmlnZ2VySWRzGAIgAygFIjcKGFJlcVBpY2tUb2RheURhaWx5TWVzc2FnZRIb", + "ChNDb25kaXRpb25UcmlnZ2VySWRzGAEgAygFIiYKD1JlcUFkZEZpZWxkVGFs", + "axITCgtGaWVsZFRhbGtJZBgCIAEoCSIVChNSZXFHZXRGaWVsZFRhbGtMaXN0", + "IhUKE1JlcUdldEludmVudG9yeURhdGEiLAoQUmVxV2VhckVxdWlwbWVudBIL", + "CgNJc24YAiABKAMSCwoDQ3NuGAMgASgDIi0KEVJlcUNsZWFyRXF1aXBtZW50", + "EgsKA0lzbhgCIAEoAxILCgNDc24YAyABKAMiNAoUUmVxV2VhckVxdWlwbWVu", + "dExpc3QSCwoDQ3NuGAIgASgDEg8KB0lzbkxpc3QYAyADKAMiIwoUUmVxQWxs", + "Q2xlYXJFcXVpcG1lbnQSCwoDQ3NuGAIgASgDIkIKE1JlcUluY3JlYXNlRXhw", + "RXF1aXASCwoDSXNuGAIgASgDEh4KCEl0ZW1MaXN0GAMgAygLMgwuTmV0SXRl", + "bURhdGEiRAoPUmVxVXNlU2VsZWN0Qm94EgsKA0lzbhgCIAEoAxIkCgZTZWxl", + "Y3QYAyADKAsyFC5OZXRJdGVtU2VsZWN0T3B0aW9uIhMKEVJlcUdldEhhcm1v", + "bnlDdWJlIkgKElJlcVdlYXJIYXJtb255Q3ViZRILCgNJc24YAiABKAMSJQoE", + "V2VhchgDIAEoCzIXLk5ldFdlYXJIYXJtb255Q3ViZURhdGEiLwoTUmVxQ2xl", + "YXJIYXJtb255Q3ViZRILCgNJc24YAiABKAMSCwoDQ3NuGAMgASgDIl8KGFJl", + "cU1hbmFnZW1lbnRIYXJtb255Q3ViZRILCgNJc24YAiABKAMSJgoFV2VhcnMY", + "AyADKAsyFy5OZXRXZWFySGFybW9ueUN1YmVEYXRhEg4KBkNsZWFycxgEIAMo", + "AyIkChVSZXFMZXZlbFVwSGFybW9ueUN1YmUSCwoDSXNuGAIgASgDIi0KD1Jl", + "cVVzZUJ1bmRsZUJveBILCgNJc24YAiABKAMSDQoFQ291bnQYAyABKAUiLQoP", + "UmVxVXNlUmFuZG9tQm94EgsKA0lzbhgCIAEoAxINCgVDb3VudBgDIAEoBSIx", + "Cg9SZXNVc2VSYW5kb21Cb3gSHgoGUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJk", + "RGF0YSIuChBSZXFVc2VUaW1lUmV3YXJkEgsKA0lzbhgCIAEoAxINCgVDb3Vu", + "dBgDIAEoBSIyChBSZXNVc2VUaW1lUmV3YXJkEh4KBlJld2FyZBgBIAEoCzIO", + "Lk5ldFJld2FyZERhdGEiKQoLUmVxVXNlUGllY2USCwoDSXNuGAIgASgDEg0K", + "BUNvdW50GAMgASgFIigKElJlcUdldEN1cnJlbmN5RGF0YRISCgpDdXJyZW5j", + "aWVzGAIgAygFIlYKHFJlcVJlZnJlc2hDaGFyZ2VDdXJyZW5jeURhdGESNgoP", + "VHhDZW50YXVyaUV4dHJhGAEgASgLMh0uTmV0Q2VudGF1cmlQdXJjaGFzZUV4", + "dHJhRGF0YSIzCgxSZXFCdXlUaWNrZXQSFAoMQ3VycmVuY3lUeXBlGAIgASgF", + "Eg0KBUNvdW50GAMgASgFIhUKE1JlcUdldENoYXJhY3RlckRhdGEiLwoTUmVx", + "Q2hhcmFjdGVyVXBncmFkZRILCgNDc24YAiABKAMSCwoDSXNuGAMgASgDIjEK", + "E1JlcUNoYXJhY3RlckxldmVsVXASCwoDQ3NuGAIgASgDEg0KBUxldmVsGAMg", + "ASgFIjMKF1JlcUNoYXJhY3RlckNvcmVVcGdyYWRlEgsKA0NzbhgCIAEoAxIL", + "CgNJc24YAyABKAMiJAoVUmVxQ2hhcmFjdGVyR3Jvd1Jlc2V0EgsKA0NzbhgC", + "IAEoAyIWChRSZXFHZXRBdHRyYWN0aXZlTGlzdCJOChNSZXFDaGFyYWN0ZXJD", + "b3Vuc2VsEhAKCE5hbWVDb2RlGAIgASgFEhIKCkNvdW5zZWxUaWQYAyABKAUS", + "EQoJU2VsZWN0VGlkGAQgASgJIkQKE1JlcUNoYXJhY3RlclByZXNlbnQSEAoI", + "TmFtZUNvZGUYAiABKAUSGwoFSXRlbXMYAyADKAsyDC5OZXRJdGVtRGF0YSI8", + "ChlSZXFPYnRhaW5BdHRyYWN0aXZlUmV3YXJkEhAKCE5hbWVDb2RlGAIgASgF", + "Eg0KBUxldmVsGAMgASgFIkIKGVJlcVNldEF0dHJhY3RpdmVGYXZvcml0ZXMS", + "EAoITmFtZUNvZGUYAiABKAUSEwoLSXNGYXZvcml0ZXMYAyABKAgiEwoRUmVx", + "R2V0U3luY2hyb0RhdGEiLwoSUmVxU3luY2hyb1JlZ2lzdGVyEgwKBFNsb3QY", + "AiABKAUSCwoDQ3NuGAMgASgDIiIKElJlcVN5bmNocm9VbnJlZ2lzdBIMCgRT", + "bG90GAIgASgFIiEKEVJlcVN5bmNocm9BZGRTbG90EgwKBFNsb3QYAiABKAUi", + "LwofUmVxU3luY2hyb0ltbWVkaWF0ZWx5SW5pdGlhbGl6ZRIMCgRTbG90GAIg", + "ASgFIhMKEVJlcVN5bmNocm9MZXZlbFVwIhIKEFJlcVN5bmNocm9DaGFuZ2Ui", + "OQoYUmVxQ2hhcmFjdGVyU2tpbGxMZXZlbFVwEgsKA0NzbhgCIAEoAxIQCghD", + "YXRlZ29yeRgDIAEoBSIcChpSZXFHZXRDaGFyYWN0ZXJDb3N0dW1lRGF0YSI4", + "ChZSZXFTZXRDaGFyYWN0ZXJDb3N0dW1lEgsKA0NzbhgCIAEoAxIRCglDb3N0", + "dW1lSWQYAyABKAUiEAoOUmVxR2V0TWFpbERhdGEiKAoQUmVxQWxsT2J0YWlu", + "TWFpbBIUCgVNYWlscxgBIAMoCzIFLk1haWwiKAoLUmVxUmVhZE1haWwSCwoD", + "TXNuGAIgASgDEgwKBFR5cGUYAyABKAUiEwoRUmVxRGVsZXRlUmVhZE1haWwi", + "OQoOUmVxU3luY1RyaWdnZXISCwoDU2VxGAIgASgDEhoKEklzVHJ1c3RlZENs", + "aWVudFNlcRgDIAEoCCIVChNSZXFHZXRNYWluUXVlc3REYXRhIh4KD1JlcUZp", + "bk1haW5RdWVzdBILCgNUaWQYAiABKAUiKwoYUmVxT2J0YWluTWFpblF1ZXN0", + "UmV3YXJkEg8KB1RpZExpc3QYAiADKAUiIgoTUmVxU3RhcnRTdWRkZW5FdmVu", + "dBILCgNUaWQYAiABKAUiMwogUmVxT2J0YWluVHJpZ2dlclJld2FyZEZvckp1", + "a2Vib3gSDwoHVGlkTGlzdBgCIAMoBSImChdSZXFFbnRlck1lc3NlbmdlckRp", + "YWxvZxILCgNUaWQYAiABKAUiNQofUmVxRW50ZXJTdWJRdWVzdE1lc3Nlbmdl", + "ckRpYWxvZxISCgpTdWJRdWVzdElkGAIgASgFIjgKIlJlcUVudGVyU3ViUXVl", + "c3RGaW5NZXNzZW5nZXJEaWFsb2cSEgoKU3ViUXVlc3RJZBgCIAEoBSItChpS", + "ZXFPYnRhaW5BY2hpZXZlbWVudFJld2FyZBIPCgdUaWRMaXN0GAIgAygFIi4K", + "G1JlcU9idGFpbkRhaWx5TWlzc2lvblJld2FyZBIPCgdUaWRMaXN0GAIgAygF", + "Ii8KHFJlcU9idGFpbldlZWtseU1pc3Npb25SZXdhcmQSDwoHVGlkTGlzdBgC", + "IAMoBSIZChdSZXFHZXREYWlseVJld2FyZGVkRGF0YSIaChhSZXFHZXRXZWVr", + "bHlSZXdhcmRlZERhdGEiHwodUmVxR2V0QWNoaWV2ZW1lbnRSZXdhcmRlZERh", + "dGEiGwoZUmVxR2V0SnVrZWJveFJld2FyZGVkRGF0YSIrChVSZXFFbnJvbGxt", + "ZW50U3ViUXVlc3QSEgoKU3VicXVlc3RJZBgCIAEoBSIUChJSZXFHZXRTdWJR", + "dWVzdExpc3QiLwoZUmVxU2V0VHJpZ2dlckZyb21TdWJRdWVzdBISCgpTdWJx", + "dWVzdElkGAIgASgFIhQKElJlcVNob3BQcm9kdWN0TGlzdCJiChFSZXFTaG9w", + "QnV5UHJvZHVjdBIUCgxTaG9wQ2F0ZWdvcnkYAiABKAUSDQoFT3JkZXIYAyAB", + "KAUSFgoOU2hvcFByb2R1Y3RUaWQYBCABKAUSEAoIUXVhbnRpdHkYBSABKAUi", + "JAoMUmVxU2hvcFJlbmV3EhQKDFNob3BDYXRlZ29yeRgCIAEoBSIZChdSZXFH", + "ZXRQb3B1cFBhY2thZ2VTdGF0ZSIqChdSZXFTZXRQb3B1cFBhY2thZ2VTdGF0", + "ZRIPCgdHcm91cElkGAEgASgFIhUKE1JlcUdldEluQXBwU2hvcERhdGEiIQof", + "UmVxR2V0TW9udGhseVN1YnNjcmlwdGlvblJld2FyZCI7CiZSZXFPYnRhaW5Q", + "dXJjaGFzZVJld2FyZENhbXBhaWduUGFja2FnZRIRCglQYWNrYWdlSWQYAiAB", + "KAUiFwoVUmVxR2V0Q2FtcGFpZ25QYWNrYWdlIiYKJFJlcUdldEluQXBwU2hv", + "cFJlY2VpdmFibGVQcm9kdWN0TGlzdCI9ChlSZXFHZXRJbkFwcFNob3BCdXlQ", + "cm9kdWN0EhEKCVByb2R1Y3RJZBgCIAEoCRINCgVUb2tlbhgDIAEoCSJFChhS", + "ZXFPYnRhaW5DYW1wYWlnblBhY2thZ2USFgoOUGFja2FnZUdyb3VwSWQYAiAB", + "KAUSEQoJT2J0YWluSWRzGAMgAygFIlcKD1JlcUV4ZWN1dGVHYWNoYRILCgNU", + "aWQYAiABKAUSFAoMQ3VycmVuY3lUeXBlGAMgASgFEg0KBUNvdW50GAQgASgF", + "EhIKCklzRGlzY291bnQYBSABKAgiEQoPUmVxR2V0R2FjaGFEYXRhIkYKEVJl", + "cVNldEdhY2hhQ3VzdG9tEgwKBFR5cGUYAiABKAUSIwoGQ3VzdG9tGAMgAygL", + "MhMuTmV0R2FjaGFDdXN0b21EYXRhIhAKDlJlcUdldFRlYW1EYXRhIksKClJl", + "cVNldFRlYW0SDAoEVHlwZRgCIAEoBRISCgpDb250ZW50c0lkGAMgASgFEhsK", + "BVRlYW1zGAQgAygLMgwuTmV0VGVhbURhdGEiLwoPUmVxR2V0U3RhZ2VEYXRh", + "Eg8KB0NoYXB0ZXIYAiABKAUSCwoDTW9kGAMgASgFInwKDVJlcUVudGVyU3Rh", + "Z2USDwoHU3RhZ2VJZBgCIAEoBRISCgpUZWFtTnVtYmVyGAMgASgFEkYKF0Fu", + "dGlDaGVhdEFkZGl0aW9uYWxJbmZvGAQgASgLMiUuTmV0QW50aUNoZWF0QmF0", + "dGxlVExvZ0FkZGl0aW9uYWxJbmZvIsgBCg1SZXFDbGVhclN0YWdlEg8KB1N0", + "YWdlSWQYAiABKAUSEgoKVGVhbU51bWJlchgDIAEoBRIUCgxCYXR0bGVSZXN1", + "bHQYBCABKAUSNAoTQW50aUNoZWF0QmF0dGxlRGF0YRgFIAEoCzIXLk5ldEFu", + "dGlDaGVhdEJhdHRsZURhdGESRgoXQW50aUNoZWF0QWRkaXRpb25hbEluZm8Y", + "BiABKAsyJS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9nQWRkaXRpb25hbEluZm8i", + "igEKFFJlcUdldFN0YWdlQ2xlYXJJbmZvEhEKCVN0YWdlVHlwZRgCIAEoBRIP", + "CgdUYWJUeXBlGAMgASgFEhIKCkZpbHRlclR5cGUYBCABKAUSFgoOTGFzdFRl", + "YW1Db21iYXQYBSABKAUSEQoJT3JkZXJUeXBlGAYgASgFEg8KB1N0YWdlSWQY", + "ByABKAUiEQoPUmVxR2V0VG93ZXJEYXRhInwKDVJlcUVudGVyVG93ZXISDwoH", + "VG93ZXJJZBgCIAEoBRISCgpUZWFtTnVtYmVyGAMgASgFEkYKF0FudGlDaGVh", + "dEFkZGl0aW9uYWxJbmZvGAQgASgLMiUuTmV0QW50aUNoZWF0QmF0dGxlVExv", + "Z0FkZGl0aW9uYWxJbmZvIsgBCg1SZXFDbGVhclRvd2VyEg8KB1Rvd2VySWQY", + "AiABKAUSEgoKVGVhbU51bWJlchgDIAEoBRIUCgxCYXR0bGVSZXN1bHQYBCAB", + "KAUSNAoTQW50aUNoZWF0QmF0dGxlRGF0YRgFIAEoCzIXLk5ldEFudGlDaGVh", + "dEJhdHRsZURhdGESRgoXQW50aUNoZWF0QWRkaXRpb25hbEluZm8YBiABKAsy", + "JS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9nQWRkaXRpb25hbEluZm8iOAoRUmVx", + "RmFzdENsZWFyVG93ZXISDwoHVG93ZXJJZBgCIAEoBRISCgpUZWFtTnVtYmVy", + "GAMgASgFIigKF1JlcUdldENhbXBhaWduRmllbGREYXRhEg0KBU1hcElkGAIg", + "ASgJIjMKFFJlcVNhdmVDYW1wYWlnbkZpZWxkEg0KBU1hcElkGAIgASgJEgwK", + "BEpzb24YAyABKAkiOQoaUmVxU2F2ZUFyY2hpdmVGaWVsZFJhd0RhdGESDQoF", + "TWFwSWQYASABKAkSDAoESnNvbhgCIAEoCSJZChpSZXFTYXZlQ2FtcGFpZ25G", + "aWVsZE9iamVjdBINCgVNYXBJZBgCIAEoCRIsCgtGaWVsZE9iamVjdBgDIAEo", + "CzIXLk5ldENhbXBhaWduRmllbGRPYmplY3QiVAoVUmVxT2J0YWluQ2FtcGFp", + "Z25JdGVtEg0KBU1hcElkGAIgASgJEiwKC0ZpZWxkT2JqZWN0GAMgASgLMhcu", + "TmV0Q2FtcGFpZ25GaWVsZE9iamVjdCIiChFSZXFFc2NhcGVDYW1wYWlnbhIN", + "CgVNYXBJZBgCIAEoCSIWChRSZXFHZXRMb3N0U2VjdG9yRGF0YSItChlSZXFH", + "ZXRMb3N0U2VjdG9yRmllbGREYXRhEhAKCFNlY3RvcklkGAIgASgFIiUKEVJl", + "cVBsYXlMb3N0U2VjdG9yEhAKCFNlY3RvcklkGAIgASgFIiUKEVJlcU9wZW5M", + "b3N0U2VjdG9yEhAKCFNlY3RvcklkGAIgASgFIiYKElJlcVJlc2V0TG9zdFNl", + "Y3RvchIQCghTZWN0b3JJZBgCIAEoBSKGAQoXUmVxRW50ZXJMb3N0U2VjdG9y", + "U3RhZ2USDwoHU3RhZ2VJZBgCIAEoBRISCgpUZWFtTnVtYmVyGAMgASgFEkYK", + "F0FudGlDaGVhdEFkZGl0aW9uYWxJbmZvGAQgASgLMiUuTmV0QW50aUNoZWF0", + "QmF0dGxlVExvZ0FkZGl0aW9uYWxJbmZvItIBChdSZXFDbGVhckxvc3RTZWN0", + "b3JTdGFnZRIPCgdTdGFnZUlkGAIgASgFEhIKClRlYW1OdW1iZXIYAyABKAUS", + "FAoMQmF0dGxlUmVzdWx0GAQgASgFEjQKE0FudGlDaGVhdEJhdHRsZURhdGEY", + "BSABKAsyFy5OZXRBbnRpQ2hlYXRCYXR0bGVEYXRhEkYKF0FudGlDaGVhdEFk", + "ZGl0aW9uYWxJbmZvGAYgASgLMiUuTmV0QW50aUNoZWF0QmF0dGxlVExvZ0Fk", + "ZGl0aW9uYWxJbmZvIkIKG1JlcUZhc3RDbGVhckxvc3RTZWN0b3JTdGFnZRIP", + "CgdTdGFnZUlkGAIgASgFEhIKClRlYW1OdW1iZXIYAyABKAUiVgoXUmVxT2J0", + "YWluTG9zdFNlY3Rvckl0ZW0SEAoIU2VjdG9ySWQYAiABKAUSKQoGT2JqZWN0", + "GAMgASgLMhkuTmV0TG9zdFNlY3RvckZpZWxkT2JqZWN0IjgKFlJlcVNhdmVM", + "b3N0U2VjdG9yRmllbGQSEAoIU2VjdG9ySWQYAiABKAUSDAoESnNvbhgDIAEo", + "CSJbChxSZXFTYXZlTG9zdFNlY3RvckZpZWxkT2JqZWN0EhAKCFNlY3Rvcklk", + "GAIgASgFEikKBk9iamVjdBgDIAEoCzIZLk5ldExvc3RTZWN0b3JGaWVsZE9i", + "amVjdCIuChpSZXFMb3N0U2VjdG9yUGVyZmVjdFJld2FyZBIQCghTZWN0b3JJ", + "ZBgCIAEoBSIXChVSZXFSZWNvbW1lbmRHdWlsZExpc3QiLAoLUmVxR2V0R3Vp", + "bGQSCwoDR3NuGAIgASgDEhAKCElzU2ltcGxlGAMgASgIIh0KDlJlcUdldEd1", + "aWxkTG9nEgsKA0dzbhgCIAEoAyI+Cg5SZXFDcmVhdGVHdWlsZBIMCgROYW1l", + "GAIgASgJEg4KBkVtYmxlbRgDIAEoBRIOCgZMb2NhbGUYBCABKAkiHQoOUmVx", + "RGVsZXRlR3VpbGQSCwoDR3NuGAIgASgDIiYKF1JlcUd1aWxkSm9pblJlcXVl", + "c3RMaXN0EgsKA0dzbhgCIAEoAyJMChpSZXFDb25maXJtR3VpbGRKb2luUmVx", + "dWVzdBILCgNHc24YAiABKAMSEQoJVGFyZ2V0VXNuGAMgASgDEg4KBkFjY2Vw", + "dBgEIAEoCCI8Ch1SZXFBbGxDb25maXJtR3VpbGRKb2luUmVxdWVzdBILCgNH", + "c24YAiABKAMSDgoGQWNjZXB0GAMgASgIIiwKD1JlcVNldEd1aWxkTmFtZRIL", + "CgNHc24YAiABKAMSDAoETmFtZRgDIAEoCSIzChRSZXFVcGRhdGVHdWlsZE5v", + "dGljZRILCgNHc24YAiABKAMSDgoGTm90aWNlGAMgASgJIngKFlJlcVVwZGF0", + "ZUd1aWxkU2V0dGluZ3MSCwoDR3NuGAIgASgDEgwKBERlc2MYAyABKAkSDgoG", + "RW1ibGVtGAQgASgFEg4KBkxvY2FsZRgFIAEoBRIQCghKb2luVHlwZRgGIAEo", + "BRIRCglKb2luTGV2ZWwYByABKAUiPwoQUmVxU2VuZEd1aWxkTWFpbBILCgNH", + "c24YAiABKAMSDQoFVGl0bGUYAyABKAkSDwoHQ29udGVudBgEIAEoCSI2ChRS", + "ZXFDaGFuZ2VHdWlsZE1hc3RlchILCgNHc24YAiABKAMSEQoJVGFyZ2V0VXNu", + "GAMgASgDIjcKFVJlcUNoYW5nZUd1aWxkTWFuYWdlchILCgNHc24YAiABKAMS", + "EQoJVGFyZ2V0VXNuGAMgASgDIjQKElJlcUtpY2tHdWlsZE1lbWJlchILCgNH", + "c24YAiABKAMSEQoJVGFyZ2V0VXNuGAMgASgDIjYKFFJlcUFkZEd1aWxkQmxh", + "Y2tsaXN0EgsKA0dzbhgCIAEoAxIRCglUYXJnZXRVc24YAyABKAMiGwoMUmVx", + "Sm9pbkd1aWxkEgsKA0dzbhgCIAEoAyIcCg1SZXFMZWF2ZUd1aWxkEgsKA0dz", + "bhgCIAEoAyIuChNSZXFHZXRHdWlsZENoYXRMaXN0EhcKD0xhdGVzdE1lc3Nh", + "Z2VJZBgBIAEoCSIjChBSZXFTZW5kR3VpbGRDaGF0Eg8KB01lc3NhZ2UYASAB", + "KAkiEgoQUmVxR2V0RnJpZW5kRGF0YSIgChBSZXFSZXF1ZXN0RnJpZW5kEgwK", + "BEZ1c24YAiABKAMiMQoPUmVxQWNjZXB0RnJpZW5kEgwKBEZ1c24YAiABKAMS", + "EAoISXNBY2NlcHQYAyABKAgiHwoPUmVxRGVsZXRlRnJpZW5kEgwKBEZ1c24Y", + "AiABKAMiJgoSUmVxQWxsQWNjZXB0RnJpZW5kEhAKCElzQWNjZXB0GAIgASgI", + "IiYKFlJlcVNlbmRGcmllbmRzaGlwUG9pbnQSDAoERnVzbhgCIAEoAyIoChhS", + "ZXFPYnRhaW5GcmllbmRzaGlwUG9pbnQSDAoERnVzbhgCIAEoAyIXChVSZXFB", + "bGxGcmllbmRzaGlwUG9pbnQiIwoPUmVxQWRkQmxhY2tsaXN0EhAKCEJsYWNr", + "VXNuGAIgASgDIiUKEVJlcUNsZWFyQmxhY2tsaXN0EhAKCENsZWFyVXNuGAIg", + "ASgDIhgKFlJlcVJlY29tbWVuZEZyaWVuZExpc3QiKQoTUmVxRGVsZXRlRnJp", + "ZW5kTGlzdBISCgpEZWxldGVMaXN0GAIgAygDIiUKE1JlcVNlYXJjaEZyaWVu", + "ZExpc3QSDgoGU2VhcmNoGAIgASgJIiYKFlJlcUNhbmNlbFJlcXVlc3RGcmll", + "bmQSDAoERnVzbhgCIAEoAyITChFSZXFHZXRPdXRwb3N0RGF0YSI1CgtSZXFC", + "dWlsZGluZxISCgpCdWlsZGluZ0lkGAIgASgFEhIKClBvc2l0aW9uSWQYAyAB", + "KAUiJwoRUmVxQ2FuY2VsQnVpbGRpbmcSEgoKUG9zaXRpb25JZBgCIAEoBSIs", + "ChZSZXFJbW1lZGlhdGVseUJ1aWxkaW5nEhIKClBvc2l0aW9uSWQYAiABKAUi", + "PwoPUmVxTW92ZUJ1aWxkaW5nEhUKDVNyY1Bvc2l0aW9uSWQYAiABKAUSFQoN", + "RHN0UG9zaXRpb25JZBgDIAEoBSInChFSZXFCdWlsZGluZ0lzRG9uZRISCgpQ", + "b3NpdGlvbklkGAIgASgFIh4KHFJlcU9idGFpbk91dHBvc3RCYXR0bGVSZXdh", + "cmQiGwoZUmVxT2J0YWluRmFzdEJhdHRsZVJld2FyZCIcChpSZXFTaG93T3V0", + "cG9zdEJhdHRsZVJld2FyZCIUChJSZXFHZXREaXNwYXRjaExpc3QiFgoUUmVx", + "UmVzZXREaXNwYXRjaExpc3QiRAoOUmVxUnVuRGlzcGF0Y2gSCwoDVGlkGAIg", + "ASgFEg8KB0Nzbkxpc3QYAyADKAMSFAoMU2VsZWN0U2xvdElkGAQgASgFIjYK", + "EVJlcUNhbmNlbERpc3BhdGNoEgsKA1RpZBgCIAEoBRIUCgxTZWxlY3RTbG90", + "SWQYAyABKAUiKgoXUmVxT2J0YWluRGlzcGF0Y2hSZXdhcmQSDwoHVGlkTGlz", + "dBgCIAMoBSIsChZSZXFDaGVja0J1aWxkQ29uZGl0aW9uEhIKCkJ1aWxkaW5n", + "SWQYAiABKAUiPAoSUmVxUnVuRGlzcGF0Y2hMaXN0EiYKDERpc3BhdGNoRGF0", + "YRgCIAMoCzIQLk5ldERpc3BhdGNoRGF0YSIXChVSZXFHZXRSZWN5Y2xlUm9v", + "bURhdGEiJAoVUmVxUmVjeWNsZVJ1blJlc2VhcmNoEgsKA1RpZBgCIAEoBSJF", + "ChlSZXFSZWN5Y2xlTGV2ZWxVcFJlc2VhcmNoEgsKA1RpZBgCIAEoBRIbCgVJ", + "dGVtcxgDIAMoCzIMLk5ldEl0ZW1EYXRhIhkKF1JlcUdldFRhY3RpY0FjYWRl", + "bXlEYXRhIjAKG1JlcVRhY3RpY0FjYWRlbXlDbGVhckxlc3NvbhIRCglMZXNz", + "b25UaWQYAiABKAUiEgoQUmVxR2V0TWVtb3J5TGlzdCIzCh1SZXFPYnRhaW5N", + "ZW1vcmlhbFNlcmllc1Jld2FyZBISCgpTZXJpZXNMaXN0GAIgAygFIiEKEVJl", + "cUdldFJhbmtpbmdMaXN0EgwKBFR5cGUYAiABKAUiEgoQUmVxR2V0QWxsVG9w", + "UmFuayIaChhSZXFHZXRSYW5rQWNoaWV2ZW1lbnRUb3AiMAogUmVxR2V0UmFu", + "a0FjaGlldmVtZW50TGVhZGVyQm9hcmQSDAoEVHlwZRgCIAEoBSI0CiRSZXFP", + "YnRhaW5SYW5rQWNoaWV2ZW1lbnRTZXJ2ZXJSZXdhcmQSDAoEVHlwZRgCIAEo", + "BSIeChxSZXFVcGRhdGVSYW5raW5nU2VydmVyUmV3YXJkIg0KC1JlcUdldEFy", + "ZW5hIhYKFFJlcUdldEFyZW5hRW5lbXlMaXN0IiEKDVJlcUFyZW5hU3RhcnQS", + "EAoIRW5lbXlVc24YAiABKAMi3AEKEVJlcUFyZW5hQm90UmVzdWx0Eg8KB0dy", + "b3VwSWQYAiABKAMSDQoFSXNXaW4YAyABKAgSEgoKVGVhbU51bWJlchgEIAEo", + "BRIQCghOaWNrbmFtZRgFIAEoCRI5ChNBbnRpQ2hlYXRCYXR0bGVEYXRhGAYg", + "ASgLMhwuTmV0QW50aUNoZWF0QXJlbmFCYXR0bGVEYXRhEkYKF0FudGlDaGVh", + "dEFkZGl0aW9uYWxJbmZvGAcgASgLMiUuTmV0QW50aUNoZWF0QmF0dGxlVExv", + "Z0FkZGl0aW9uYWxJbmZvIusBCg5SZXFBcmVuYVJlc3VsdBIQCghFbmVteVVz", + "bhgCIAEoAxISCgpUZWFtTnVtYmVyGAMgASgFEiEKBUVuZW15GAQgASgLMhIu", + "TmV0QXJlbmFFbmVteURhdGESDQoFSXNXaW4YBSABKAgSOQoTQW50aUNoZWF0", + "QmF0dGxlRGF0YRgGIAEoCzIcLk5ldEFudGlDaGVhdEFyZW5hQmF0dGxlRGF0", + "YRJGChdBbnRpQ2hlYXRBZGRpdGlvbmFsSW5mbxgHIAEoCzIlLk5ldEFudGlD", + "aGVhdEJhdHRsZVRMb2dBZGRpdGlvbmFsSW5mbyIoChRSZXFHZXRBcmVuYUVu", + "ZW15RGF0YRIQCghFbmVteVVzbhgCIAEoAyIXChVSZXFHZXRBcmVuYVJlY29y", + "ZExpc3QiFAoSUmVxR2V0U3BlY2lhbEFyZW5hIi8KG1JlcUdldFNwZWNpYWxB", + "cmVuYUVuZW15RGF0YRIQCghFbmVteVVzbhgCIAEoAyIoChRSZXFTcGVjaWFs", + "QXJlbmFTdGFydBIQCghFbmVteVVzbhgCIAEoAyL8AQoVUmVxU3BlY2lhbEFy", + "ZW5hUmVzdWx0EhAKCEVuZW15VXNuGAIgASgDEiEKBUVuZW15GAMgASgLMhIu", + "TmV0QXJlbmFFbmVteURhdGESKwoGUmVzdWx0GAQgAygLMhsuTmV0U3BlY2lh", + "bEFyZW5hUm91bmRSZXN1bHQSOQoTQW50aUNoZWF0QmF0dGxlRGF0YRgFIAMo", + "CzIcLk5ldEFudGlDaGVhdEFyZW5hQmF0dGxlRGF0YRJGChdBbnRpQ2hlYXRB", + "ZGRpdGlvbmFsSW5mbxgGIAEoCzIlLk5ldEFudGlDaGVhdEJhdHRsZVRMb2dB", + "ZGRpdGlvbmFsSW5mbyIbChlSZXFTaG93U3BlY2lhbEFyZW5hUmV3YXJkIh0K", + "G1JlcU9idGFpblNwZWNpYWxBcmVuYVJld2FyZCIhCh9SZXFHZXRTcGVjaWFs", + "QXJlbmFQb2ludFJhbmtMaXN0Ii4KGVJlcUdldFNwZWNpYWxBcmVuYVByb2Zp", + "bGUSEQoJVGFyZ2V0VXNuGAIgASgDIh0KG1JlcUdldFNwZWNpYWxBcmVuYUVu", + "ZW15TGlzdCIaChhSZXFPYnRhaW5JbmZyYUNvcmVSZXdhcmQiIAoeUmVxQ2hl", + "Y2tSZWNlaXZlSW5mcmFDb3JlUmV3YXJkIhEKD1JlcUdldEV2ZW50TGlzdCIk", + "ChFSZXFMb2dpbkV2ZW50RGF0YRIPCgdFdmVudElkGAIgASgFIisKGFJlcVN0", + "b3J5RHVuZ2VvbkV2ZW50RGF0YRIPCgdFdmVudElkGAIgASgFIioKF1JlcUdl", + "dEV2ZW50TWlzc2lvbkNsZWFyEg8KB0V2ZW50SWQYAiABKAUigAEKG1JlcU9i", + "dGFpbkV2ZW50TWlzc2lvblJld2FyZBIPCgdFdmVudElkGAIgASgFEhoKEkV2", + "ZW50TWlzc2lvbklkTGlzdBgDIAMoBRI0ChBSZXF1ZXN0VGltZVN0YW1wGAQg", + "ASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCIqChdSZXFHZXRFdmVu", + "dFNjZW5hcmlvRGF0YRIPCgdFdmVudElkGAIgASgFIlYKG1JlcVNldEV2ZW50", + "U2NlbmFyaW9Db21wbGV0ZRIPCgdFdmVudElkGAIgASgFEhIKClNjZW5hcmlv", + "SWQYAyABKAkSEgoKRGlhbG9nVHlwZRgEIAEoBSJCChlSZXFPYnRhaW5EYWls", + "eUV2ZW50UmV3YXJkEg8KB0V2ZW50SWQYAiABKAUSFAoMRGFpbHlFdmVudElk", + "GAMgAygFIhMKEVJlcUdldEpvaW5lZEV2ZW50IhMKEVJlcUVudGVyTG9iYnlQ", + "aW5nIiUKD1JlcVNhdmVUdXRvcmlhbBISCgpUdXRvcmlhbElkGAIgASgFIh4K", + "DFJlcUVudGVyUG9sbBIOCgZQb2xsSWQYAiABKAUiHwoNUmVxRmluaXNoUG9s", + "bBIOCgZQb2xsSWQYAiABKAUiOQoZUmVxT2J0YWluTG9naW5FdmVudFJld2Fy", + "ZBIPCgdFdmVudElkGAIgASgFEgsKA0RheRgDIAEoBSIvChxSZXFHZXRNdWx0", + "aVJhaWRSZXdhcmRlZENvdW50Eg8KB0V2ZW50SWQYAiABKAUiIAoNUmVxU3Rh", + "cnRNYXRjaBIPCgdFdmVudElkGAIgASgFIjsKGFJlcU9idGFpbk11bHRpUmFp", + "ZFJld2FyZBIPCgdFdmVudElkGAIgASgFEg4KBkRhbWFnZRgDIAEoAyIwCh1S", + "ZXFHZXRNdWx0aVJhaWRSYW5raW5nVG9wVXNlchIPCgdFdmVudElkGAIgASgF", + "Ii0KGlJlcUdldE11bHRpUmFpZFVzZXJSYW5raW5nEg8KB0V2ZW50SWQYAiAB", + "KAUiKgoXUmVxRXZlbnRTaG9wUHJvZHVjdExpc3QSDwoHRXZlbnRJZBgCIAEo", + "BSJ4ChZSZXFFdmVudFNob3BCdXlQcm9kdWN0EhQKDFNob3BDYXRlZ29yeRgC", + "IAEoBRINCgVPcmRlchgDIAEoBRIWCg5TaG9wUHJvZHVjdFRpZBgEIAEoBRIQ", + "CghRdWFudGl0eRgFIAEoBRIPCgdFdmVudElkGAYgASgFIhQKElJlcUdldFR1", + "dG9yaWFsTGlzdCIoCg5SZXFTZXRUdXRvcmlhbBIWCg5MYXN0Q2xlYXJlZFRp", + "ZBgCIAEoBSKSAQoSUmVxRW50ZXJFdmVudFN0YWdlEg8KB1N0YWdlSWQYAiAB", + "KAUSEgoKVGVhbU51bWJlchgDIAEoBRIPCgdFdmVudElkGAQgASgFEkYKF0Fu", + "dGlDaGVhdEFkZGl0aW9uYWxJbmZvGAUgASgLMiUuTmV0QW50aUNoZWF0QmF0", + "dGxlVExvZ0FkZGl0aW9uYWxJbmZvIt4BChJSZXFDbGVhckV2ZW50U3RhZ2US", + "DwoHU3RhZ2VJZBgCIAEoBRISCgpUZWFtTnVtYmVyGAMgASgFEg8KB0V2ZW50", + "SWQYBCABKAUSFAoMQmF0dGxlUmVzdWx0GAUgASgFEjQKE0FudGlDaGVhdEJh", + "dHRsZURhdGEYBiABKAsyFy5OZXRBbnRpQ2hlYXRCYXR0bGVEYXRhEkYKF0Fu", + "dGlDaGVhdEFkZGl0aW9uYWxJbmZvGAcgASgLMiUuTmV0QW50aUNoZWF0QmF0", + "dGxlVExvZ0FkZGl0aW9uYWxJbmZvIjcKE1JlcU9idGFpblBhc3NSZXdhcmQS", + "DgoGUGFzc0lkGAIgASgFEhAKCFBhc3NSYW5rGAMgAygFIjgKDlJlcUJ1eVBh", + "c3NSYW5rEg4KBlBhc3NJZBgCIAEoBRIWCg5UYXJnZXRQYXNzUmFuaxgDIAEo", + "BSJBChZSZXFDb21wbGV0ZVBhc3NNaXNzaW9uEg4KBlBhc3NJZBgCIAEoBRIX", + "Cg9QYXNzTWlzc2lvbkxpc3QYAyADKAUiFgoUUmVxR2V0QWN0aXZlUGFzc0Rh", + "dGEiUQoWUmVxT2J0YWluT25lUGFzc1Jld2FyZBIOCgZQYXNzSWQYAiABKAUS", + "EAoIUGFzc1JhbmsYAyABKAUSFQoNUHJlbWl1bVJld2FyZBgEIAEoCCIPCg1S", + "ZXFHZXRTaW1Sb29tIpsBChpSZXFTZWxlY3RTaW1Sb29tRGlmZmljdWx0eRIS", + "CgpEaWZmaWN1bHR5GAIgASgFEhcKD1N0YXJ0aW5nQ2hhcHRlchgDIAEoBRIb", + "ChNPdmVyY2xvY2tPcHRpb25MaXN0GAQgAygFEhcKD092ZXJjbG9ja1NlYXNv", + "bhgFIAEoBRIaChJPdmVyY2xvY2tTdWJTZWFzb24YBiABKAUiVgoVUmVxU2Vs", + "ZWN0U2ltUm9vbUV2ZW50Ei4KCExvY2F0aW9uGAIgASgLMhwuTmV0U2ltUm9v", + "bUV2ZW50TG9jYXRpb25JbmZvEg0KBUV2ZW50GAMgASgFIrIBChVSZXFFbnRl", + "clNpbVJvb21CYXR0bGUSLgoITG9jYXRpb24YAiABKAsyHC5OZXRTaW1Sb29t", + "RXZlbnRMb2NhdGlvbkluZm8SDQoFRXZlbnQYAyABKAUSEgoKVGVhbU51bWJl", + "chgEIAEoBRJGChdBbnRpQ2hlYXRBZGRpdGlvbmFsSW5mbxgFIAEoCzIlLk5l", + "dEFudGlDaGVhdEJhdHRsZVRMb2dBZGRpdGlvbmFsSW5mbyLHAgoVUmVxQ2xl", + "YXJTaW1Sb29tQmF0dGxlEi4KCExvY2F0aW9uGAIgASgLMhwuTmV0U2ltUm9v", + "bUV2ZW50TG9jYXRpb25JbmZvEg0KBUV2ZW50GAMgASgFEhIKClRlYW1OdW1i", + "ZXIYBCABKAUSFAoMQmF0dGxlUmVzdWx0GAUgASgFEiwKDFJlbWFpbmluZ0hw", + "cxgIIAMoCzIWLk5ldFNpbVJvb21DaGFyYWN0ZXJIcBIZChFSZW1haW5pbmdU", + "YXJnZXRIcBgJIAEoBRI0ChNBbnRpQ2hlYXRCYXR0bGVEYXRhGAogASgLMhcu", + "TmV0QW50aUNoZWF0QmF0dGxlRGF0YRJGChdBbnRpQ2hlYXRBZGRpdGlvbmFs", + "SW5mbxgLIAEoCzIlLk5ldEFudGlDaGVhdEJhdHRsZVRMb2dBZGRpdGlvbmFs", + "SW5mbyJuChlSZXFGYXN0Q2xlYXJTaW1Sb29tQmF0dGxlEi4KCExvY2F0aW9u", + "GAIgASgLMhwuTmV0U2ltUm9vbUV2ZW50TG9jYXRpb25JbmZvEg0KBUV2ZW50", + "GAMgASgFEhIKClRlYW1OdW1iZXIYBCABKAUifgoUUmVxU2VsZWN0U2ltUm9v", + "bUJ1ZmYSLgoITG9jYXRpb24YAiABKAsyHC5OZXRTaW1Sb29tRXZlbnRMb2Nh", + "dGlvbkluZm8SDQoFRXZlbnQYAyABKAUSEQoJQnVmZlRvQWRkGAQgASgFEhQK", + "DEJ1ZmZUb0RlbGV0ZRgFIAEoBSJ4Ch5SZXFTZWxlY3RTaW1Sb29tU2VsZWN0", + "aW9uRXZlbnQSLgoITG9jYXRpb24YAiABKAsyHC5OZXRTaW1Sb29tRXZlbnRM", + "b2NhdGlvbkluZm8SDQoFRXZlbnQYAyABKAUSFwoPU2VsZWN0aW9uTnVtYmVy", + "GAQgASgFIpsBCiBSZXFHZXRTaW1Sb29tQWNxdWlyZUJ1ZmZGdW5jdGlvbhIu", + "CghMb2NhdGlvbhgCIAEoCzIcLk5ldFNpbVJvb21FdmVudExvY2F0aW9uSW5m", + "bxINCgVFdmVudBgDIAEoBRIXCg9TZWxlY3Rpb25OdW1iZXIYBCABKAUSHwoX", + "U2VsZWN0aW9uR3JvdXBFbGVtZW50SWQYBSABKAUimQEKHlJlcVByb2NlZWRT", + "aW1Sb29tTmlra2VGdW5jdGlvbhIuCghMb2NhdGlvbhgCIAEoCzIcLk5ldFNp", + "bVJvb21FdmVudExvY2F0aW9uSW5mbxINCgVFdmVudBgDIAEoBRIXCg9TZWxl", + "Y3Rpb25OdW1iZXIYBCABKAUSHwoXU2VsZWN0aW9uR3JvdXBFbGVtZW50SWQY", + "BSABKAUirgEKHVJlcVByb2NlZWRTaW1Sb29tQnVmZkZ1bmN0aW9uEi4KCExv", + "Y2F0aW9uGAIgASgLMhwuTmV0U2ltUm9vbUV2ZW50TG9jYXRpb25JbmZvEg0K", + "BUV2ZW50GAMgASgFEhcKD1NlbGVjdGlvbk51bWJlchgEIAEoBRIfChdTZWxl", + "Y3Rpb25Hcm91cEVsZW1lbnRJZBgFIAEoBRIUCgxCdWZmVG9EZWxldGUYBiAB", + "KAUimAEKHVJlcVByb2NlZWRTaW1Sb29tU2tpcEZ1bmN0aW9uEi4KCExvY2F0", + "aW9uGAIgASgLMhwuTmV0U2ltUm9vbUV2ZW50TG9jYXRpb25JbmZvEg0KBUV2", + "ZW50GAMgASgFEhcKD1NlbGVjdGlvbk51bWJlchgEIAEoBRIfChdTZWxlY3Rp", + "b25Hcm91cEVsZW1lbnRJZBgFIAEoBSI7Cg5SZXFRdWl0U2ltUm9vbRISCgpC", + "dWZmc1RvQWRkGAIgAygFEhUKDUJ1ZmZzVG9EZWxldGUYAyADKAUiIQoOUmVx", + "Q3JlYXRlUGFydHkSDwoHRXZlbnRJZBgCIAEoBSJTCg5SZXFJbnZpdGVQYXJ0", + "eRINCgVUb1VzbhgBIAEoAxIPCgdQYXJ0eUlkGAIgASgJEg8KB0V2ZW50SWQY", + "AyABKAUSEAoISXNGb3JjZWQYBCABKAgiIgoSUmVxSm9pblBhcnR5QnlDb2Rl", + "EgwKBENvZGUYAiABKAkiRgoMUmVxSm9pblBhcnR5Eg8KB1BhcnR5SWQYAiAB", + "KAkSFwoEUGF0aBgDIAEoDjIJLkpvaW5QYXRoEgwKBEZ1c24YBCABKAMiFAoS", + "UmVxTGlzdEZyaWVuZFBhcnR5IikKFlJlcUxpc3RJbnZpdGFibGVGcmllbmQS", + "DwoHRXZlbnRJZBgCIAEoBSITChFSZXFMaXN0SW52aXRhdGlvbiI2ChJSZXFT", + "dGFydFBhcnR5TWF0Y2gSDwoHUGFydHlJZBgBIAEoCRIPCgdFdmVudElkGAIg", + "ASgFIkAKFlJlcVNlYXJjaFVzZXJGb3JJbnZpdGUSFQoNU2VhcmNoS2V5V29y", + "ZBgCIAEoCRIPCgdFdmVudElkGAMgASgFIigKE1JlcUdldFdob2xlVXNlckRh", + "dGESEQoJVGFyZ2V0VXNuGAEgASgDIhUKE1JlcUdldEludGVyY2VwdERhdGEi", + "lwEKEVJlcUVudGVySW50ZXJjZXB0EhEKCUludGVyY2VwdBgCIAEoBRITCgtJ", + "bnRlcmNlcHRJZBgDIAEoBRISCgpUZWFtTnVtYmVyGAQgASgFEkYKF0FudGlD", + "aGVhdEFkZGl0aW9uYWxJbmZvGAUgASgLMiUuTmV0QW50aUNoZWF0QmF0dGxl", + "VExvZ0FkZGl0aW9uYWxJbmZvIvMBChFSZXFDbGVhckludGVyY2VwdBIRCglJ", + "bnRlcmNlcHQYAiABKAUSEwoLSW50ZXJjZXB0SWQYAyABKAUSDgoGRGFtYWdl", + "GAQgASgDEhIKClRlYW1OdW1iZXIYBSABKAUSFAoMQmF0dGxlUmVzdWx0GAYg", + "ASgFEjQKE0FudGlDaGVhdEJhdHRsZURhdGEYByABKAsyFy5OZXRBbnRpQ2hl", + "YXRCYXR0bGVEYXRhEkYKF0FudGlDaGVhdEFkZGl0aW9uYWxJbmZvGAggASgL", + "MiUuTmV0QW50aUNoZWF0QmF0dGxlVExvZ0FkZGl0aW9uYWxJbmZvIhgKFlJl", + "cUdldENvbnRlbnRzT3BlbkRhdGEiJgoRUmVxR2V0VGV4dEFkdkRhdGESEQoJ", + "VGV4dEFkdklkGAEgASgFIi0KFFJlcVJlY29yZFRleHRBZHZQYWdlEhUKDVRl", + "eHRBZHZQYWdlSWQYASABKAUiJwoSUmVxVW5kb1RleHRBZHZQYWdlEhEKCVRl", + "eHRBZHZJZBgBIAEoBSInCg9SZXFDbGVhclRleHRBZHYSFAoMRW5kaW5nUGFn", + "ZUlkGAEgASgFIlsKF1JlcUFkZFRleHRBZHZDaGVja2VkTG9nEhEKCVRleHRB", + "ZHZJZBgBIAEoBRItCg5DaGVja2VkTG9nTGlzdBgCIAMoCzIVLk5ldFRleHRB", + "ZHZDaGVja2VkTG9nIiYKFVJlcUdldE1pbmlHYW1lTktTRGF0YRINCgVOS1NJ", + "ZBgBIAEoBSJmChtSZXFVcGRhdGVOS1NNaXNzaW9uUHJvZ3Jlc3MSDQoFTktT", + "SWQYASABKAUSOAoSUHJvZ3Jlc3NVcGRhdGVMaXN0GAIgAygLMhwuTmV0TktT", + "TWlzc2lvblByb2dyZXNzVXBkYXRlIkMKHFJlcVVwbG9hZE1pbmlHYW1lTktT", + "UHJvZ3Jlc3MSDQoFTktTSWQYASABKAUSFAoMUHJvZ3Jlc3NKc29uGAIgASgJ", + "IkQKJFJlcUFjY3VtdWxhdGVNaW5pR2FtZU5LU1JhbmtpbmdTY29yZRINCgVO", + "S1NJZBgBIAEoBRINCgVTY29yZRgCIAEoAyK/AgogUmVxUmVjb3JkTWluaUdh", + "bWVOS1NTdGFnZVBsYXlMb2cSDQoFTktTSWQYASABKAUSDwoHU3RhZ2VJZBgC", + "IAEoBRITCgtDaGFyYWN0ZXJJZBgDIAEoBRI3Cg9JdGVtQ29sbGVjdExpc3QY", + "BCADKAsyHi5OZXRNaW5pR2FtZU5LU0l0ZW1Db2xsZWN0RGF0YRI3Cg9Nb25z", + "dGVyS2lsbExpc3QYBSADKAsyHi5OZXRNaW5pR2FtZU5LU01vbnN0ZXJLaWxs", + "RGF0YRIWCg5DaGFyYWN0ZXJMZXZlbBgGIAEoBRIUCgxTdXJ2aXZhbFRpbWUY", + "ByABKAUSJwoKUGxheVJlc3VsdBgIIAEoDjITLk5LU1N0YWdlUmVzdWx0VHlw", + "ZRIdChVJc1Jlc3VtZWRGcm9tTGFzdFNhdmUYCSABKAgiTAomUmVxUmVjb3Jk", + "TWluaUdhbWVOS1NDaGFyYWN0ZXJVbmxvY2tMb2cSDQoFTktTSWQYASABKAUS", + "EwoLQ2hhcmFjdGVySWQYAiABKAUinQEKJ1JlcVJlY29yZE1pbmlHYW1lTktT", + "U2tpbGxUcmVlVXBncmFkZUxvZxINCgVOS1NJZBgBIAEoBRITCgtDaGFyYWN0", + "ZXJJZBgCIAEoBRIlCgdBY3RUeXBlGAMgASgOMhQuTktTU2tpbGxUcmVlQWN0", + "VHlwZRITCgtTa2lsbFRyZWVJZBgEIAEoBRISCgpTbG90SXRlbUlkGAUgASgF", + "IvsBChlSZXFDbGVhckludGVyY2VwdFByYWN0aWNlEhEKCUludGVyY2VwdBgB", + "IAEoBRITCgtJbnRlcmNlcHRJZBgCIAEoBRIOCgZEYW1hZ2UYAyABKAMSEgoK", + "VGVhbU51bWJlchgEIAEoBRIUCgxCYXR0bGVSZXN1bHQYBSABKAUSNAoTQW50", + "aUNoZWF0QmF0dGxlRGF0YRgGIAEoCzIXLk5ldEFudGlDaGVhdEJhdHRsZURh", + "dGESRgoXQW50aUNoZWF0QWRkaXRpb25hbEluZm8YByABKAsyJS5OZXRBbnRp", + "Q2hlYXRCYXR0bGVUTG9nQWRkaXRpb25hbEluZm8i2AEKGlJlcVNldFNob290", + "aW5nUmFuZ2VTY29yZVYyEhcKD1Nob290aW5nUmFuZ2VJZBgBIAEoBRINCgVT", + "Y29yZRgCIAEoAxIUCgxCYXR0bGVSZXN1bHQYBCABKAUSNAoTQW50aUNoZWF0", + "QmF0dGxlRGF0YRgFIAEoCzIXLk5ldEFudGlDaGVhdEJhdHRsZURhdGESRgoX", + "QW50aUNoZWF0QWRkaXRpb25hbEluZm8YBiABKAsyJS5OZXRBbnRpQ2hlYXRC", + "YXR0bGVUTG9nQWRkaXRpb25hbEluZm8i2wEKFFJlcVNldFNvbG9SYWlkRGFt", + "YWdlEhEKCVJhaWRMZXZlbBgBIAEoBRIOCgZEYW1hZ2UYAiABKAMSDAoEVGVh", + "bRgDIAEoBRI0ChNBbnRpQ2hlYXRCYXR0bGVEYXRhGAQgASgLMhcuTmV0QW50", + "aUNoZWF0QmF0dGxlRGF0YRJGChdBbnRpQ2hlYXRBZGRpdGlvbmFsSW5mbxgF", + "IAEoCzIlLk5ldEFudGlDaGVhdEJhdHRsZVRMb2dBZGRpdGlvbmFsSW5mbxIU", + "CgxCYXR0bGVSZXN1bHQYBiABKAUigAEKHFJlcVNldFNvbG9SYWlkUHJhY3Rp", + "Y2VEYW1hZ2USEQoJUmFpZExldmVsGAEgASgFEg4KBkRhbWFnZRgCIAEoAxIM", + "CgRUZWFtGAMgASgFEi8KDkRpZmZpY3VsdHlUeXBlGAQgASgOMhcuU29sb1Jh", + "aWREaWZmaWN1bHR5VHlwZSLgAQoZUmVxU2V0U29sb1JhaWRUcmlhbERhbWFn", + "ZRIRCglSYWlkTGV2ZWwYASABKAUSDgoGRGFtYWdlGAIgASgDEgwKBFRlYW0Y", + "AyABKAUSNAoTQW50aUNoZWF0QmF0dGxlRGF0YRgEIAEoCzIXLk5ldEFudGlD", + "aGVhdEJhdHRsZURhdGESRgoXQW50aUNoZWF0QWRkaXRpb25hbEluZm8YBSAB", + "KAsyJS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9nQWRkaXRpb25hbEluZm8SFAoM", + "QmF0dGxlUmVzdWx0GAYgASgFIuABChRSZXFDbGVhckFyY2hpdmVTdGFnZRIP", + "CgdFdmVudElkGAEgASgFEg8KB1N0YWdlSWQYAiABKAUSEgoKVGVhbU51bWJl", + "chgDIAEoBRIUCgxCYXR0bGVSZXN1bHQYBCABKAUSNAoTQW50aUNoZWF0QmF0", + "dGxlRGF0YRgFIAEoCzIXLk5ldEFudGlDaGVhdEJhdHRsZURhdGESRgoXQW50", + "aUNoZWF0QWRkaXRpb25hbEluZm8YBiABKAsyJS5OZXRBbnRpQ2hlYXRCYXR0", + "bGVUTG9nQWRkaXRpb25hbEluZm8i7gEKFVJlcVNldFVuaW9uUmFpZERhbWFn", + "ZRIRCglSYWlkTGV2ZWwYAiABKAUSEAoIUmFpZFN0ZXAYAyABKAUSDgoGRGFt", + "YWdlGAQgASgDEgwKBFRlYW0YBSABKAUSNAoTQW50aUNoZWF0QmF0dGxlRGF0", + "YRgGIAEoCzIXLk5ldEFudGlDaGVhdEJhdHRsZURhdGESRgoXQW50aUNoZWF0", + "QWRkaXRpb25hbEluZm8YByABKAsyJS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9n", + "QWRkaXRpb25hbEluZm8SFAoMQmF0dGxlUmVzdWx0GAggASgFIuABCh1SZXFT", + "ZXRVbmlvblJhaWRQcmFjdGljZURhbWFnZRIRCglSYWlkTGV2ZWwYAiABKAUS", + "EAoIUmFpZFN0ZXAYAyABKAUSDgoGRGFtYWdlGAQgASgDEgwKBFRlYW0YBSAB", + "KAUSNAoTQW50aUNoZWF0QmF0dGxlRGF0YRgGIAEoCzIXLk5ldEFudGlDaGVh", + "dEJhdHRsZURhdGESRgoXQW50aUNoZWF0QWRkaXRpb25hbEluZm8YByABKAsy", + "JS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9nQWRkaXRpb25hbEluZm8ihgIKF1Jl", + "cUNsZWFyRXZlbnRRdWVzdFN0YWdlEhwKFEV2ZW50UXVlc3RNYW5hZ2VyVGlk", + "GAEgASgFEg8KB1N0YWdlSWQYAiABKAUSFAoMRXZlbnRRdWVzdElkGAMgASgF", + "EhIKClRlYW1OdW1iZXIYBCABKAUSFAoMQmF0dGxlUmVzdWx0GAUgASgFEjQK", + "E0FudGlDaGVhdEJhdHRsZURhdGEYBiABKAsyFy5OZXRBbnRpQ2hlYXRCYXR0", + "bGVEYXRhEkYKF0FudGlDaGVhdEFkZGl0aW9uYWxJbmZvGAcgASgLMiUuTmV0", + "QW50aUNoZWF0QmF0dGxlVExvZ0FkZGl0aW9uYWxJbmZvIiwKGVJlcUdldEFy", + "Y2hpdmVNaW5pR2FtZURhdGESDwoHRXZlbnRJZBgBIAEoBSI6ChlSZXFTZXRB", + "cmNoaXZlTWluaUdhbWVEYXRhEg8KB0V2ZW50SWQYASABKAUSDAoESnNvbhgC", + "IAEoCSIoChdSZXFHZXRNaW5pR2FtZU5LU1YyRGF0YRINCgVOS1NJZBgBIAEo", + "BSJFCh5SZXFVcGxvYWRNaW5pR2FtZU5LU1YyUHJvZ3Jlc3MSDQoFTktTSWQY", + "ASABKAUSFAoMUHJvZ3Jlc3NKc29uGAIgASgJImoKHVJlcVVwZGF0ZU5LU1Yy", + "TWlzc2lvblByb2dyZXNzEg0KBU5LU0lkGAEgASgFEjoKElByb2dyZXNzVXBk", + "YXRlTGlzdBgCIAMoCzIeLk5ldE5LU1YyTWlzc2lvblByb2dyZXNzVXBkYXRl", + "IkYKJlJlcUFjY3VtdWxhdGVNaW5pR2FtZU5LU1YyUmFua2luZ1Njb3JlEg0K", + "BU5LU0lkGAEgASgFEg0KBVNjb3JlGAIgASgDIjkKE1JlcVN3aXRjaFRpbWVQ", + "ZXJpb2QSDwoHRXZlbnRJZBgBIAEoBRIRCglDdXJQZXJpb2QYAiABKAUiIQoO", + "UmVxR2V0RGF2ZURhdGESDwoHRXZlbnRJZBgBIAEoBSJqChNSZXFDb21wbGV0", + "ZURhdmVEaXZlEg8KB0V2ZW50SWQYASABKAUSGwoFSXRlbXMYAiADKAsyDC5O", + "ZXREYXZlSXRlbRIlCg9VbmRlcndhdGVyUHJleXMYAyADKAsyDC5OZXREYXZl", + "SXRlbSI+ChdSZXFDaGFuZ2VEYXZlTWFzdGVyUm9sZRIPCgdFdmVudElkGAEg", + "ASgFEhIKCk1hc3RlclJvbGUYAiABKAUiMgoRUmVxVW5sb2NrRGF2ZVJvbGUS", + "DwoHRXZlbnRJZBgBIAEoBRIMCgRSb2xlGAIgASgFIl4KF1JlcVVwZ3JhZGVE", + "YXZlRXF1aXBtZW50Eg8KB0V2ZW50SWQYASABKAUSCwoDVGlkGAIgASgFEhMK", + "C1RhcmdldExldmVsGAMgASgFEhAKCElzV2VhcG9uGAQgASgIIkEKEVJlcURl", + "ZHVjdERhdmVJdGVtEg8KB0V2ZW50SWQYASABKAUSGwoFSXRlbXMYAiADKAsy", + "DC5OZXREYXZlSXRlbSLqAQoUUmVxQ29tcGxldGVEYXZlU3VzaGkSDwoHRXZl", + "bnRJZBgBIAEoBRIQCghUdXJub3ZlchgCIAEoBRIRCglDb29rU2Nyb2UYAyAB", + "KAUSJAoNU3VzaGlTZWxsTGlzdBgEIAMoCzINLk5ldFN1c2hpTWVudRIlCg5T", + "dXNoaVN0YXJ0TGlzdBgFIAMoCzINLk5ldFN1c2hpTWVudRITCgtLaXRjaGVu", + "TGlzdBgGIAMoBRIQCghIYWxsTGlzdBgHIAMoBRITCgtGaW5pc2hPcmRlchgI", + "IAEoBRITCgtGYWlsZWRPcmRlchgJIAEoBSJIChNSZXFVcGdyYWRlRGF2ZVN1", + "c2hpEg8KB0V2ZW50SWQYASABKAUSCwoDVGlkGAIgASgFEhMKC1RhcmdldExl", + "dmVsGAMgASgFIjoKFlJlcUNsZWFyRGF2ZUJhZ05ld0ljb24SDwoHRXZlbnRJ", + "ZBgBIAEoBRIPCgdJdGVtSWRzGAIgAygDIj0KGFJlcUNsZWFyRGF2ZVN1c2hp", + "TmV3SWNvbhIPCgdFdmVudElkGAEgASgFEhAKCFN1c2hpSWRzGAIgAygFInMK", + "FFJlcVNldERhdmVTdXNoaU1lbnVzEg8KB0V2ZW50SWQYASABKAUSJAoNQWRk", + "U3VzaGlNZW51cxgCIAMoCzINLk5ldFN1c2hpTWVudRIkCg1EZWxTdXNoaU1l", + "bnVzGAMgAygLMg0uTmV0U3VzaGlNZW51IjsKFFJlcURhdmVTdXNoaUVtcGxv", + "eWVlEg8KB0V2ZW50SWQYASABKAUSEgoKRW1wbG95ZWVJZBgCIAEoBSI3ChJS", + "ZXFEYXZlVW5sb2NrU3VzaGkSDwoHRXZlbnRJZBgBIAEoBRIQCghTdXNoaUlk", + "cxgCIAMoBSIsChlSZXFHZXRNaW5pR2FtZURhdmVSYW5raW5nEg8KB0V2ZW50", + "SWQYASABKAUiTAoiUmVxT2J0YWluTWluaUdhbWVEYXZlTWlzc2lvblJld2Fy", + "ZBIPCgdFdmVudElkGAEgASgFEhUKDU1pc3Npb25JZExpc3QYAiADKAUiPwoa", + "UmVxTWluaUdhbWVEYXZlRHJpZnRCb3R0bGUSDwoHRXZlbnRJZBgBIAEoBRIQ", + "CghCb3R0bGVJZBgCIAEoBSIwCh1SZXFHZXRBbGxNaW5pR2FtZURhdmVUcmln", + "Z2VycxIPCgdFdmVudElkGAEgASgFIukCChdSZXFSZXBvcnREaXZlclJvdW5k", + "RmxvdxIPCgdFdmVudElkGAEgASgFEhMKC0NoYXJhY3RlcklkGAIgASgFEg4K", + "BlJlc3VsdBgDIAEoBRIQCghCYXR0bGVJZBgEIAEoCRINCgVEZXB0aBgFIAEo", + "BRIOCgZPeHlnZW4YBiABKAUSDgoGV2VpZ2h0GAcgASgFEhQKDFJlY2VpdmVk", + "SXRlbRgIIAEoCRIMCgRUaW1lGAkgASgFEhEKCUFkZE94eWdlbhgKIAEoBRIW", + "Cg5BdHRhY2tlZE94eWdlbhgLIAEoBRIUCgxEaXZpbmdPeHlnZW4YDCABKAUS", + "EAoIUVRFVGltZXMYDSABKAUSFgoOUVRFRmFpbGVkVGltZXMYDiABKAUSEAoI", + "V2VhcG9uTHYYDyABKAUSFAoMRGl2aW5nR2Vhckx2GBAgASgFEhEKCUhhcnBv", + "b25MdhgRIAEoBRINCgVCb3hMdhgSIAEoBSKyAQoUUmVxRGF2ZURpdmVySXRl", + "bUZsb3cSDwoHRXZlbnRJZBgBIAEoBRIQCghCYXR0bGVJZBgCIAEoCRITCgtD", + "aGFyYWN0ZXJJZBgDIAEoBRIQCghJdGVtVHlwZRgEIAEoBRIOCgZJdGVtSWQY", + "BSABKAUSDQoFQ291bnQYBiABKAUSDgoGV2VpZ2h0GAcgASgFEgwKBFJhbmsY", + "CCABKAUSEwoLQWZ0ZXJ3ZWlnaHQYCSABKAUiQQoJTmV0UmVkZG90EgsKA1Nl", + "cRgBIAEoAxITCgtDb250ZW50VHlwZRgCIAEoBRISCgpSZWRkb3REYXRhGAMg", + "ASgJIioKHE5ldFJlZGRvdExpdmVXYWxscGFwZXJFeERhdGESCgoCSWQYASAB", + "KAUiRAoMTmV0TWVzc2VuZ2VyEgsKA1NlcRgBIAEoAxITCgtNZXNzZW5nZXJJ", + "ZBgCIAEoCRISCgpJc1Jld2FyZGVkGAMgASgIIkwKD05ldFN1YlF1ZXN0RGF0", + "YRISCgpTdWJRdWVzdElkGAEgASgFEhEKCUNyZWF0ZWRBdBgCIAEoAxISCgpJ", + "c1JlY2VpdmVkGAMgASgIIswDCgtOZXRVc2VyRGF0YRILCgNFeHAYAiABKAUS", + "DQoFTGV2ZWwYAyABKAUSDAoESWNvbhgHIAEoBRIRCglJY29uUHJpc20YCCAB", + "KAgSDQoFRnJhbWUYCSABKAUSDAoERGVzYxgKIAEoCRIbChNTZW5kRnJpZW5k", + "c2hpcENvdW50GAsgASgFEh4KFlJlY2VpdmVGcmllbmRzaGlwQ291bnQYDCAB", + "KAUSEgoKQXJlbmFDb3VudBgOIAEoBRIUCgxMYXN0RGlhbG9nSWQYDyABKAkS", + "FAoMQ291bnNlbENvdW50GBAgASgFEhwKFENvbW1hbmRlclJvb21KdWtlYm94", + "GBEgASgFEhQKDExvYmJ5SnVrZWJveBgSIAEoBRIZChFTcGVjaWFsQXJlbmFD", + "b3VudBgTIAEoBRIRCglDb3N0dW1lTHYYFCABKAUSFAoMSW5mcmFDb3JlRXhw", + "GBUgASgFEhMKC0luZnJhQ29yZUx2GBYgASgFEiMKCVR1dG9yaWFscxgYIAMo", + "CzIQLk5ldFR1dG9yaWFsRGF0YRIUCgxHdWlsZExlYXZlQXQYGSABKAMSHgoW", + "T3V0cG9zdEZhc3RCYXR0bGVDb3VudBgaIAEoBSLyAQoQTmV0V2hvbGVVc2Vy", + "RGF0YRILCgNVc24YASABKAMSDgoGU2VydmVyGAIgASgFEhAKCE5pY2tuYW1l", + "GAMgASgJEg0KBUxldmVsGAQgASgFEgwKBEljb24YBSABKAUSEQoJSWNvblBy", + "aXNtGAYgASgIEg0KBUZyYW1lGAcgASgFEhIKClRlYW1Db21iYXQYCCABKAUS", + "FAoMTGFzdEFjdGlvbkF0GAkgASgDEhEKCUd1aWxkTmFtZRgKIAEoCRINCgVJ", + "c0JvdBgLIAEoCBIPCgdHcm91cElkGAwgASgFEhMKC1VzZXJUaXRsZUlkGA0g", + "ASgFImoKFE5ldFVzZXJDaGFyYWN0ZXJEYXRhEi0KB0RlZmF1bHQYASABKAsy", + "HC5OZXRVc2VyQ2hhcmFjdGVyRGVmYXVsdERhdGESEQoJSXNTeW5jaHJvGAIg", + "ASgIEhAKCEFydGlmYWN0GAMgASgDIrYBChtOZXRVc2VyQ2hhcmFjdGVyRGVm", + "YXVsdERhdGESCwoDQ3NuGAEgASgDEgsKA1RpZBgCIAEoBRINCgVMZXZlbBgE", + "IAEoBRINCgVHcmFkZRgFIAEoBRITCgtEaXNwYXRjaFRpZBgGIAEoBRIRCglD", + "b3N0dW1lSWQYByABKAUSEwoLVWx0aVNraWxsTHYYCCABKAUSEAoIU2tpbGwx", + "THYYCSABKAUSEAoIU2tpbGwyTHYYCiABKAUiMgoTTmV0VXNlckN1cnJlbmN5", + "RGF0YRIMCgRUeXBlGAEgASgFEg0KBVZhbHVlGAIgASgDIooBCg9OZXRVc2Vy", + "SXRlbURhdGESCwoDSXNuGAEgASgDEgsKA1RpZBgCIAEoBRINCgVDb3VudBgD", + "IAEoBRILCgNDc24YBCABKAMSEwoLQ29ycG9yYXRpb24YBSABKAUSDQoFTGV2", + "ZWwYBiABKAUSCwoDRXhwGAcgASgFEhAKCFBvc2l0aW9uGAggASgFIlUKEU5l", + "dFVzZXJSZWRlZW1EYXRhEhAKCFJlZGVlbUlkGAEgASgDEgsKA1RpZBgCIAEo", + "BRINCgVDb3VudBgDIAEoBRISCgpEZWxldGVUaW1lGAQgASgDIjwKDkxvY2Fs", + "ZWFibGVUZXh0Eg8KB0lzUGxhaW4YASABKAgSCwoDU3RyGAIgASgJEgwKBEFy", + "Z3MYAyADKAkiigIKD05ldFVzZXJNYWlsRGF0YRILCgNNc24YASABKAMSDgoG", + "U2VuZGVyGAIgASgFEgwKBFR5cGUYAyABKAUSDQoFU3RhdGUYBCABKAUSHgoF", + "VGl0bGUYBSABKAsyDy5Mb2NhbGVhYmxlVGV4dBIdCgRUZXh0GAYgASgLMg8u", + "TG9jYWxlYWJsZVRleHQSEQoJQ3JlYXRlZEF0GAcgASgDEhAKCE5pY2tuYW1l", + "GAkgASgJEhMKC0FwcE5vdGljZUlkGAogASgJEhEKCUhhc1Jld2FyZBgLIAEo", + "CBIhCgVJdGVtcxgMIAMoCzISLk5ldE1haWxSZXdhcmRJdGVtEg4KBlBlcmlv", + "ZBgNIAEoBSJhChFOZXRNYWlsUmV3YXJkSXRlbRISCgpSZXdhcmRUeXBlGAEg", + "ASgFEhAKCFJld2FyZElkGAIgASgFEhMKC1Jld2FyZFZhbHVlGAMgASgFEhEK", + "CUV4cGlyZWRBdBgEIAEoAyK9AQoVTmV0VXNlckF0dHJhY3RpdmVEYXRhEhAK", + "CE5hbWVDb2RlGAEgASgFEg0KBUxldmVsGAIgASgFEgsKA0V4cBgDIAEoBRIR", + "CglJc0NvdW5zZWwYBCABKAgSGAoQQ29tcGxldGVDb3Vuc2VscxgFIAMoBRIc", + "ChRDb21wbGV0ZVJld2FyZExldmVscxgGIAMoBRITCgtJc0Zhdm9yaXRlcxgH", + "IAEoCBIWCg5Db3Vuc2VsZWRDb3VudBgIIAEoBSJtChJOZXRVc2VyT3V0cG9z", + "dERhdGESDgoGU2xvdElkGAEgASgFEhIKCkJ1aWxkaW5nSWQYAiABKAUSDgoG", + "SXNEb25lGAMgASgIEg8KB1N0YXJ0QXQYBCABKAMSEgoKQ29tcGxldGVBdBgF", + "IAEoAyJcCg9OZXRVc2VyVGVhbURhdGESDAoEVHlwZRgBIAEoBRIeChZMYXN0", + "Q29udGVudHNUZWFtTnVtYmVyGAIgASgFEhsKBVRlYW1zGAMgAygLMgwuTmV0", + "VGVhbURhdGEiowEKEk5ldFVzZXJTeW5jaHJvRGF0YRIRCglTeW5jaHJvTHYY", + "ASABKAUSFAoMU3luY2hyb01heEx2GAIgASgFEhEKCUlzQ2hhbmdlZBgDIAEo", + "CBIxChJTdGFuZGFyZENoYXJhY3RlcnMYBCADKAsyFS5OZXRVc2VyQ2hhcmFj", + "dGVyRGF0YRIeCgVTbG90cxgFIAMoCzIPLk5ldFN5bmNocm9TbG90IjUKEk5l", + "dFVzZXJKdWtlYm94RGF0YRIRCglTZWxlY3RUaWQYASABKAUSDAoETGlzdBgC", + "IAMoBSJTChROZXRVc2VySnVrZWJveERhdGFWMhIiCgpDb21tYW5kQmdtGAEg", + "ASgLMg4uTmV0SnVrZWJveEJnbRIXCg9KdWtlYm94VGFibGVJZHMYAiADKAUi", + "UgoWTmV0VXNlckhhcm1vbnlDdWJlRGF0YRILCgNJc24YASABKAMSCwoDVGlk", + "GAIgASgFEg0KBUxldmVsGAMgASgFEg8KB0Nzbkxpc3QYBCADKAMiQQoWTmV0", + "VXNlclJlY3ljbGVSb29tRGF0YRILCgNUaWQYASABKAUSDQoFTGV2ZWwYAiAB", + "KAUSCwoDRXhwGAMgASgFIs0BChVOZXRVc2VyTG9zdFNlY3RvckRhdGESEAoI", + "U2VjdG9ySWQYASABKAUSEwoLUmV3YXJkQ291bnQYAiABKAUSFQoNSXNGaW5h", + "bFJld2FyZBgDIAEoCBIRCglJc1BsYXlpbmcYBCABKAgSDgoGSXNPcGVuGAUg", + "ASgIEh4KFkN1cnJlbnRDbGVhclN0YWdlQ291bnQYBiABKAUSGgoSTWF4Q2xl", + "YXJTdGFnZUNvdW50GAcgASgFEhcKD0lzUGVyZmVjdFJld2FyZBgIIAEoCCJn", + "ChdOZXRVc2VyRmF2b3JpdGVJdGVtRGF0YRIWCg5GYXZvcml0ZUl0ZW1JZBgB", + "IAEoAxILCgNUaWQYAiABKAUSCwoDQ3NuGAMgASgDEg0KBUxldmVsGAQgASgF", + "EgsKA0V4cBgFIAEoBSJuChROZXRXaG9sZVVzZXJUZWFtRGF0YRIMCgRUeXBl", + "GAEgASgFEhIKClRlYW1OdW1iZXIYAiABKAUSEgoKVGVhbUNvbWJhdBgDIAEo", + "BRIgCgVTbG90cxgEIAMoCzIRLk5ldFdob2xlVGVhbVNsb3QiQgoPTmV0Q3Vy", + "cmVuY3lEYXRhEgwKBFR5cGUYASABKAUSDQoFVmFsdWUYAiABKAMSEgoKRmlu", + "YWxWYWx1ZRgDIAEoAyI9CgtOZXRUZWFtU2xvdBIMCgRTbG90GAEgASgFEg0K", + "BVZhbHVlGAIgASgDEhEKCVZhbHVlVHlwZRgDIAEoBSKlAQoSTmV0SW5jcmVh", + "c2VFeHBEYXRhEgsKA0NzbhgBIAEoAxIQCghOYW1lQ29kZRgCIAEoBRIQCghC", + "ZWZvcmVMdhgDIAEoBRIRCglCZWZvcmVFeHAYBCABKAUSEQoJQ3VycmVudEx2", + "GAUgASgFEhIKCkN1cnJlbnRFeHAYBiABKAUSDwoHR2FpbkV4cBgHIAEoBRIT", + "CgtJbmNyZWFzZUV4cBgIIAEoBSJLCgtOZXRJdGVtRGF0YRILCgNJc24YASAB", + "KAMSCwoDVGlkGAIgASgFEg0KBUNvdW50GAMgASgFEhMKC0NvcnBvcmF0aW9u", + "GAQgASgFIlEKDU5ldFJlZGVlbURhdGESEAoIUmVkZWVtSWQYASABKAMSCwoD", + "VGlkGAIgASgFEg0KBUNvdW50GAMgASgFEhIKCkRlbGV0ZVRpbWUYBCABKAMi", + "YwoTTmV0RmF2b3JpdGVJdGVtRGF0YRIWCg5GYXZvcml0ZUl0ZW1JZBgBIAEo", + "AxILCgNUaWQYAiABKAUSCwoDQ3NuGAMgASgDEg0KBUxldmVsGAQgASgFEgsK", + "A0V4cBgFIAEoBSJXChBOZXRDaGFyYWN0ZXJEYXRhEgsKA0NzbhgBIAEoAxIL", + "CgNUaWQYAiABKAUSEgoKUGllY2VDb3VudBgDIAEoBRIVCg1DdXJyZW5jeVZh", + "bHVlGAQgASgDImsKE05ldFByb2ZpbGVGcmFtZURhdGESEAoIRnJhbWVUaWQY", + "ASABKAUSEgoKVHJpZ2dlclRpZBgCIAEoBRIuCgpBY3F1aXJlZEF0GAMgASgL", + "MhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCI1ChBOZXRQYXNzUG9pbnRE", + "YXRhEg0KBVZhbHVlGAEgASgFEhIKCkZpbmFsVmFsdWUYAiABKAUiTAoRTmV0", + "QXV0b0NoYXJnZURhdGESFAoMQXV0b0NoYXJnZUlkGAEgASgFEhIKCkZpbmFs", + "VmFsdWUYAiABKAUSDQoFVmFsdWUYAyABKAUipAYKDU5ldFJld2FyZERhdGES", + "JAoHVXNlckV4cBgBIAEoCzITLk5ldEluY3JlYXNlRXhwRGF0YRIaCgRJdGVt", + "GAIgAygLMgwuTmV0SXRlbURhdGESIgoIQ3VycmVuY3kYAyADKAsyEC5OZXRD", + "dXJyZW5jeURhdGESJAoJQ2hhcmFjdGVyGAQgAygLMhEuTmV0Q2hhcmFjdGVy", + "RGF0YRIqCgxQcm9maWxlRnJhbWUYBiADKAsyFC5OZXRQcm9maWxlRnJhbWVE", + "YXRhEjAKE0NoYXJhY3RlckF0dHJhY3RpdmUYByADKAsyEy5OZXRJbmNyZWFz", + "ZUV4cERhdGESEgoKSnVrZWJveEJnbRgIIAMoBRIQCghNZW1vcmlhbBgJIAMo", + "BRIVCg1MaXZld2FsbHBhcGVyGAogAygFEhgKEENoYXJhY3RlckNvc3R1bWUY", + "CyADKAUSHAoFUG9pbnQYDCADKAsyDS5OZXRQb2ludERhdGESKQoMSW5mcmFD", + "b3JlRXhwGA0gASgLMhMuTmV0SW5jcmVhc2VFeHBEYXRhEjQKDlVzZXJDaGFy", + "YWN0ZXJzGA4gAygLMhwuTmV0VXNlckNoYXJhY3RlckRlZmF1bHREYXRhEiMK", + "CVVzZXJJdGVtcxgPIAMoCzIQLk5ldFVzZXJJdGVtRGF0YRIkCglQYXNzUG9p", + "bnQYECABKAsyES5OZXRQYXNzUG9pbnREYXRhEioKDkF1dG9DaGFyZ2VMaXN0", + "GBEgAygLMhIuTmV0QXV0b0NoYXJnZURhdGESJwoLVXNlclJlZGVlbXMYEiAD", + "KAsyEi5OZXRVc2VyUmVkZWVtRGF0YRIeCgZSZWRlZW0YEyADKAsyDi5OZXRS", + "ZWRlZW1EYXRhEjMKEVVzZXJGYXZvcml0ZUl0ZW1zGBQgAygLMhguTmV0VXNl", + "ckZhdm9yaXRlSXRlbURhdGESKwoNRmF2b3JpdGVJdGVtcxgVIAMoCzIULk5l", + "dEZhdm9yaXRlSXRlbURhdGESGgoSUHJvZmlsZUNhcmRPYmplY3RzGBYgAygF", + "EhUKDVVzZXJUaXRsZUxpc3QYFyADKAUi9gEKEk5ldFNpbXBsZUd1aWxkRGF0", + "YRILCgNHc24YASABKAMSDAoETmFtZRgCIAEoCRIOCgZFbWJsZW0YAyABKAUS", + "DQoFR3JhZGUYBCABKAUSFQoNQWN0aXZpdHlQb2ludBgFIAEoBRITCgtNZW1i", + "ZXJDb3VudBgGIAEoBRIaChJBY3Rpdml0eVBvaW50RGFpbHkYByABKAUSGwoT", + "QWN0aXZpdHlQb2ludFJlY2VudBgIIAEoBRINCgVJc0JvdBgJIAEoCBIVCg1V", + "bmlvblJhaWRUaWVyGAogASgFEhsKE1VuaW9uUmFpZFRpZXJOdW1iZXIYCyAB", + "KAUiOwoRTmV0Q2hhcmFjdGVyQ291bnQSFwoPQ29ycG9yYXRpb25UeXBlGAEg", + "ASgFEg0KBUNvdW50GAIgASgFIlwKEE5ldFdob2xlVGVhbVNsb3QSDAoEU2xv", + "dBgBIAEoBRILCgNUaWQYAiABKAUSDQoFTGV2ZWwYAyABKAUSCwoDQ3NuGAQg", + "ASgDEhEKCUNvc3R1bWVJZBgFIAEoBSJJCg5OZXRUcmlnZ2VyRGF0YRIPCgdU", + "cmlnZ2VyGAEgASgFEhMKC0NvbmRpdGlvbklkGAIgASgFEhEKCVVzZXJWYWx1", + "ZRgDIAEoAyJhChNOZXRDb3VudFRyaWdnZXJEYXRhEhEKCUNyZWF0ZWRBdBgB", + "IAEoAxIPCgdUcmlnZ2VyGAIgASgFEhMKC0NvbmRpdGlvbklkGAMgASgFEhEK", + "CVVzZXJWYWx1ZRgEIAEoAyJOChNOZXRWYWx1ZVRyaWdnZXJEYXRhEg8KB1Ry", + "aWdnZXIYASABKAUSEwoLQ29uZGl0aW9uSWQYAiABKAUSEQoJVXNlclZhbHVl", + "GAMgASgDIkoKE05ldFRyaWdnZXJDbGVhckRhdGESCwoDVGlkGAEgASgFEhIK", + "CkNsZWFyVmFsdWUYAiABKAMSEgoKSXNSZWNlaXZlZBgDIAEoBSJWChhOZXRF", + "dmVudE1pc3Npb25DbGVhckRhdGESDwoHRXZlbnRJZBgBIAEoBRIWCg5FdmVu", + "dE1pc3Npb25JZBgCIAEoBRIRCglDcmVhdGVkQXQYAyABKAMiPgoLTmV0VGVh", + "bURhdGESEgoKVGVhbU51bWJlchgBIAEoBRIbCgVTbG90cxgCIAMoCzIMLk5l", + "dFRlYW1TbG90IkgKDk5ldFN5bmNocm9TbG90EgwKBFNsb3QYASABKAUSCwoD", + "Q3NuGAIgASgDEhsKE0F2YWlsYWJsZVJlZ2lzdGVyQXQYAyABKAMiNAoSTmV0", + "U3ViUXVlc3RUcmlnZ2VyEgsKA1RpZBgBIAEoBRIRCglVc2VyVmFsdWUYAiAB", + "KAUiOwoQTmV0V2FsbHBhcGVyRGF0YRINCgVPcmRlchgBIAEoBRIMCgRUeXBl", + "GAIgASgFEgoKAklkGAMgASgFIn4KDU5ldFRpbWVSZXdhcmQSDQoFVXNlSWQY", + "ASABKAUSHAoUVmFsdWVQZXJNaW5BZnRlckJ1ZmYYAiABKAMSHQoVVmFsdWVQ", + "ZXJNaW5CZWZvcmVCdWZmGAMgASgDEiEKBUJ1ZmZzGAQgAygLMhIuTmV0VGlt", + "ZVJld2FyZEJ1ZmYicQoRTmV0VGltZVJld2FyZEJ1ZmYSCwoDVGlkGAEgASgF", + "EhQKDEZ1bmN0aW9uVHlwZRgCIAEoBRINCgVWYWx1ZRgDIAEoAxIqCgpTb3Vy", + "Y2VUeXBlGAQgASgOMhYuT3V0cG9zdEJ1ZmZTb3VyY2VUeXBlIioKDE5ldFBv", + "aW50RGF0YRILCgNUaWQYASABKAUSDQoFVmFsdWUYAiABKAMi4wEKIk5ldFNw", + "ZWNpYWxJbnRlcmNlcHRVc2VyUmFua2luZ0RhdGESCwoDVXNuGAEgASgDEg8K", + "B1JhbmtpbmcYAiABKAMSDQoFTGV2ZWwYAyABKAUSDAoESWNvbhgEIAEoBRIR", + "CglJY29uUHJpc20YBSABKAgSEAoITmlja25hbWUYBiABKAkSDQoFU2NvcmUY", + "ByABKAMSJAoEVGVhbRgIIAMoCzIWLk5ldFN0YWdlQ2xlYXJJbmZvVGVhbRIS", + "CgpUZWFtQ29tYmF0GAkgASgFEhQKDFByb2ZpbGVGcmFtZRgKIAEoBSKGAQoj", + "TmV0U3BlY2lhbEludGVyY2VwdEd1aWxkUmFua2luZ0RhdGESCwoDR3NuGAEg", + "ASgDEg8KB1JhbmtpbmcYAiABKAMSDQoFR3JhZGUYAyABKAUSDgoGRW1ibGVt", + "GAQgASgFEgwKBE5hbWUYBSABKAkSFAoMUmFua2luZ1BvaW50GAYgASgDIoIB", + "ChFOZXRTdGFnZUNsZWFySW5mbxIfCgRVc2VyGAEgASgLMhEuTmV0V2hvbGVV", + "c2VyRGF0YRISCgpUZWFtQ29tYmF0GAIgASgFEhEKCUNsZWFyZWRBdBgDIAEo", + "AxIlCgVTbG90cxgEIAMoCzIWLk5ldFN0YWdlQ2xlYXJJbmZvVGVhbSKKAQoV", + "TmV0U3RhZ2VDbGVhckluZm9UZWFtEgwKBFNsb3QYASABKAUSCwoDVGlkGAIg", + "ASgFEg0KBUxldmVsGAMgASgFEg4KBkNvbWJhdBgEIAEoBRI3Cg1DaGFyYWN0", + "ZXJUeXBlGAUgASgOMiAuU3RhZ2VDbGVhckluZm9UZWFtQ2hhcmFjdGVyVHlw", + "ZSJFChdOZXRTcGVjaWFsUmFpZENvdW50RGF0YRIVCg1TcGVjaWFsUmFpZElk", + "GAEgASgFEhMKC0NvdW50UmVtYWluGAIgASgFIkMKHE5ldERhaWx5RXZlbnRN", + "aXNzaW9uUHJvZ3Jlc3MSFAoMRGFpbHlFdmVudElkGAEgASgFEg0KBVZhbHVl", + "GAIgASgFIp8CChJOZXRQcm9maWxlVGVhbVNsb3QSLQoHRGVmYXVsdBgBIAEo", + "CzIcLk5ldFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0YRIjCglFcXVpcG1lbnQY", + "AiADKAsyEC5OZXRVc2VySXRlbURhdGESIgoIQXJ0aWZhY3QYAyABKAsyEC5O", + "ZXRVc2VySXRlbURhdGESEQoJSXNTeW5jaHJvGAQgASgIEhQKDEF0dHJhY3Rp", + "dmVMdhgFIAEoBRIMCgRTbG90GAYgASgFEioKCkF3YWtlbmluZ3MYByADKAsy", + "Fi5OZXRFcXVpcG1lbnRBd2FrZW5pbmcSLgoMRmF2b3JpdGVJdGVtGAggASgL", + "MhguTmV0VXNlckZhdm9yaXRlSXRlbURhdGEiOwoQTmV0TWVtb3JpYWxDb3Vu", + "dBIYChBNZW1vcmlhbFNlcmllc0lkGAEgASgFEg0KBUNvdW50GAIgASgFIsoH", + "Cg5OZXRQcm9maWxlRGF0YRIMCgREZXNjGAEgASgJEhQKDExhc3RBY3Rpb25B", + "dBgCIAEoAxILCgNFeHAYAyABKAUSIQoZTGFzdENhbXBhaWduTm9ybWFsU3Rh", + "Z2VJZBgEIAEoBRIfChdMYXN0Q2FtcGFpZ25IYXJkU3RhZ2VJZBgFIAEoBRIb", + "ChNMYXN0VHJpYmVUb3dlckZsb29yGAYgASgFEh8KBFVzZXIYByABKAsyES5O", + "ZXRXaG9sZVVzZXJEYXRhEigKC1Byb2ZpbGVUZWFtGAggAygLMhMuTmV0UHJv", + "ZmlsZVRlYW1TbG90EiIKBUd1aWxkGAkgASgLMhMuTmV0U2ltcGxlR3VpbGRE", + "YXRhEioKDkNoYXJhY3RlckNvdW50GAogAygLMhIuTmV0Q2hhcmFjdGVyQ291", + "bnQSKAoHUmVjeWNsZRgLIAMoCzIXLk5ldFVzZXJSZWN5Y2xlUm9vbURhdGES", + "EQoJU3luY2hyb0x2GAwgASgFEhgKEFN5bmNocm9TbG90Q291bnQYDSABKAUS", + "EwoLSW5mcmFDb3JlTHYYDiABKAUSHgoWTGFzdFRhY3RpY0FjYWRlbXlDbGFz", + "cxgPIAEoBRIfChdMYXN0VGFjdGljQWNhZGVteUxlc3NvbhgQIAEoBRIoCg1N", + "ZW1vcmlhbENvdW50GBEgAygLMhEuTmV0TWVtb3JpYWxDb3VudBIUCgxKdWtl", + "Ym94Q291bnQYEiABKAUSEQoJQ29zdHVtZUx2GBMgASgFEhgKEE91dHBvc3RP", + "cGVuU3RhdGUYFSABKAgSFAoMQ29zdHVtZUNvdW50GBYgASgFEhAKCExhbmd1", + "YWdlGBcgASgJEjwKF1Byb2ZpbGVGcmFtZUhpc3RvcnlUeXBlGBggASgOMhsu", + "TmV0UHJvZmlsZUZyYW1lSGlzdG9yeVR5cGUSKwoNUHJvZmlsZUZyYW1lcxgZ", + "IAMoCzIULk5ldFByb2ZpbGVGcmFtZURhdGESQwobUmVwcmVzZW50YXRpdmVQ", + "cm9maWxlRnJhbWVzGBogAygLMh4uTmV0UHJvZmlsZVJlcHJlc2VudGF0aXZl", + "RnJhbWUSIAoYUmVjZW50QWNxdWlyZUZpbHRlclR5cGVzGBsgAygFEiYKHlNp", + "bVJvb21PdmVyY2xvY2tIaWdoU2NvcmVMZXZlbBgcIAEoBRJPCh1TaW1Sb29t", + "T3ZlcmNsb2NrSGlnaFNjb3JlRGF0YRgdIAMoCzIoLk5ldFByb2ZpbGVTaW1S", + "b29tT3ZlcmNsb2NrSGlnaFNjb3JlRGF0YSJGChVOZXRPdXRwb3N0QmF0dGxl", + "TGV2ZWwSEQoJSXNMZXZlbFVwGAEgASgIEg0KBUxldmVsGAIgASgFEgsKA0V4", + "cBgDIAEoBSJ0ChROZXRPdXRwb3N0QmF0dGxlVGltZRISCgpCYXR0bGVUaW1l", + "GAEgASgDEhUKDU1heEJhdHRsZVRpbWUYAiABKAMSFgoOT3ZlckJhdHRsZVRp", + "bWUYAyABKAMSGQoRTWF4T3ZlckJhdHRsZVRpbWUYBCABKAMitwEKFk5ldFNo", + "b3BQcm9kdWN0SW5mb0RhdGESDQoFT3JkZXIYASABKAUSEQoJUHJvZHVjdElk", + "GAIgASgFEhUKDUJ1eUxpbWl0Q291bnQYAyABKAUSEAoIQnV5Q291bnQYBCAB", + "KAUSFwoPQ29ycG9yYXRpb25UeXBlGAUgASgFEhAKCERpc2NvdW50GAYgASgF", + "Eg0KBUVuZEF0GAcgASgDEhgKEFVzZURhdGVDb25kaXRpb24YCCABKAgiwQIK", + "FU5ldFNob3BCdXlQcm9kdWN0RGF0YRIQCghCdXlDb3VudBgBIAEoBRIjCglV", + "c2VySXRlbXMYAiADKAsyEC5OZXRVc2VySXRlbURhdGESIgoIQ3VycmVuY3kY", + "AyADKAsyEC5OZXRDdXJyZW5jeURhdGESJAoJQ2hhcmFjdGVyGAQgAygLMhEu", + "TmV0Q2hhcmFjdGVyRGF0YRImCgpBdXRvQ2hhcmdlGAUgAygLMhIuTmV0QXV0", + "b0NoYXJnZURhdGESGgoESXRlbRgGIAMoCzIMLk5ldEl0ZW1EYXRhEjQKDlVz", + "ZXJDaGFyYWN0ZXJzGAcgAygLMhwuTmV0VXNlckNoYXJhY3RlckRlZmF1bHRE", + "YXRhEhYKDkxpdmVXYWxsUGFwZXJzGAggAygFEhUKDVVzZXJUaXRsZUxpc3QY", + "CSADKAUijAEKGk5ldEluQXBwU2hvcEJ1eVByb2R1Y3REYXRhEhAKCEJ1eUNv", + "dW50GAEgASgFEh4KBEl0ZW0YAiADKAsyEC5OZXRVc2VySXRlbURhdGESIgoI", + "Q3VycmVuY3kYAyADKAsyEC5OZXRDdXJyZW5jeURhdGESGAoQQ2hhcmFjdGVy", + "Q29zdHVtZRgEIAMoBSJWCg9OZXRUdXRvcmlhbERhdGESDwoHR3JvdXBJZBgB", + "IAEoBRIWCg5MYXN0Q2xlYXJlZFRpZBgCIAEoBRIaChJMYXN0Q2xlYXJlZFZl", + "cnNpb24YAyABKAUiggEKEU5ldEJhdHRsZVRlYW1EYXRhEgwKBFNsb3QYASAB", + "KAUSCwoDVGlkGAIgASgFEg4KBkRhbWFnZRgDIAEoBRIRCglDdXJyZW50SHAY", + "BCABKAUSEwoLQ29tYmF0UG93ZXIYBSABKAUSDQoFTGV2ZWwYBiABKAUSCwoD", + "Q3NuGAcgASgDIpQBCg1OZXRCYXR0bGVEYXRhEhEKCUF1dG9GaWdodBgBIAEo", + "CBIRCglBdXRvU2tpbGwYAiABKAgSFwoPQXV0b0ZpZ2h0U3dpdGNoGAMgASgF", + "EhcKD0F1dG9Ta2lsbFN3aXRjaBgEIAEoBRIXCg9DaGFyYWN0ZXJTd2l0Y2gY", + "BSABKAUSEgoKQmF0dGxlVGltZRgGIAEoBSI4ChFOZXRGaWVsZFN0YWdlRGF0", + "YRISCgpQb3NpdGlvbklkGAEgASgJEg8KB1N0YWdlSWQYAiABKAUiWgoSTmV0", + "RmllbGRPYmplY3REYXRhEiIKBlN0YWdlcxgBIAMoCzISLk5ldEZpZWxkU3Rh", + "Z2VEYXRhEiAKB09iamVjdHMYAiADKAsyDy5OZXRGaWVsZE9iamVjdCItCgpO", + "ZXRWZWN0b3IzEgkKAVgYASABKAISCQoBWRgCIAEoAhIJCgFaGAMgASgCIlIK", + "Dk5ldEZpZWxkT2JqZWN0EhAKCEFjdGlvbkF0GAEgASgDEgwKBFR5cGUYAiAB", + "KAUSEgoKUG9zaXRpb25JZBgDIAEoCRIMCgRKc29uGAQgASgJIlsKG05ldFNo", + "b290aW5nUmFuZ2VSYW5raW5nRGF0YRIMCgRSYW5rGAEgASgDEg0KBVNjb3Jl", + "GAIgASgDEh8KBFVzZXIYAyABKAsyES5OZXRXaG9sZVVzZXJEYXRhIngKF05l", + "dFVuaW9uUmFpZFJhbmtpbmdEYXRhEiYKCUd1aWxkRGF0YRgBIAEoCzITLk5l", + "dFNpbXBsZUd1aWxkRGF0YRIMCgRUaWVyGAMgASgFEicKCFJhbmtJbmZvGAQg", + "ASgLMhUuTmV0VW5pb25SYWlkUmFua0luZm8icAoVTmV0VW5pb25SYWlkR3Vp", + "bGRJbmZvEgsKA0dzbhgBIAEoAxIPCgdSYW5raW5nGAIgASgFEhQKDEFjaGll", + "dmVMZXZlbBgDIAEoBRITCgtBY2hpZXZlU3RlcBgEIAEoBRIOCgZMZWZ0SHAY", + "BSABKAMiPAoUTmV0VW5pb25SYWlkUmFua0luZm8SDwoHUmFua2luZxgBIAEo", + "BRITCgtUb3RhbERhbWFnZRgCIAEoAyImCiROZXRBbnRpQ2hlYXRCYXR0bGVU", + "TG9nQWRkaXRpb25hbEluZm8iGAoWTmV0QW50aUNoZWF0QmF0dGxlRGF0YSId", + "ChtOZXRBbnRpQ2hlYXRBcmVuYUJhdHRsZURhdGEiFwoVTmV0QW50aUNoZWF0", + "Q2hhcmFjdGVyIhsKGU5ldEFudGlDaGVhdENoYXJhY3RlclN0YXQiGwoZTmV0", + "QW50aUNoZWF0Q2hhcmFjdGVyU3BlYyIWChROZXRBbnRpQ2hlYXRJdGVtRGF0", + "YSIhCh9OZXRBbnRpQ2hlYXRDaGFyYWN0ZXJBdHRhY2tEYXRhIiAKHk5ldEFu", + "dGlDaGVhdENoYXJhY3RlclNraWxsRGF0YSIUChJOZXRBbnRpQ2hlYXRIcERh", + "dGEiGgoYTmV0QW50aUNoZWF0R2l2ZUhlYWxEYXRhIhUKE05ldEFudGlDaGVh", + "dE1vbnN0ZXIiHwodTmV0QW50aUNoZWF0TW9uc3RlckF0dGFja0RhdGEiJAoi", + "TmV0QW50aUNoZWF0U3RhdEZ1bmN0aW9uQXR0YWNrRGF0YSIgCh5OZXRBbnRp", + "Q2hlYXRTdGF0RnVuY3Rpb25IcERhdGEiJgokTmV0QW50aUNoZWF0U3RhdEZ1", + "bmN0aW9uR2l2ZUhlYWxEYXRhIlEKE05ldFVzZXJEaXNwYXRjaERhdGESCwoD", + "VGlkGAEgASgFEg0KBUlzUnVuGAIgASgFEg8KB1N0YXJ0QXQYAyABKAMSDQoF", + "RW5kQXQYBCABKAMijAEKGU5ldFNlbGVjdGFibGVEaXNwYXRjaERhdGESFwoP", + "RGlzcGF0Y2hHcm91cElkGAEgASgFEhEKCVNlbGVjdFRpZBgCIAEoBRIUCgxT", + "ZWxlY3RTbG90SWQYAyABKAUSDQoFSXNSdW4YBCABKAgSDwoHU3RhcnRBdBgF", + "IAEoAxINCgVFbmRBdBgGIAEoAyLKAQoLTmV0U2NoZWR1bGUSKAoIT25seU9u", + "Y2UYASABKAsyFC5OZXRPbmx5T25jZVNjaGVkdWxlSAASKgoJRGF5T2ZXZWVr", + "GAIgASgLMhUuTmV0RGF5T2ZXZWVrU2NoZWR1bGVIABIoCghQZXJpb2RpYxgD", + "IAEoCzIULk5ldFBlcmlvZGljU2NoZWR1bGVIABImCgdBbGxUaW1lGAQgASgL", + "MhMuTmV0QWxsVGltZVNjaGVkdWxlSABCEwoRU2NoZWR1bGVLaW5kT25lb2Yi", + "FAoSTmV0QWxsVGltZVNjaGVkdWxlIjUKE05ldE9ubHlPbmNlU2NoZWR1bGUS", + "DwoHU3RhcnRBdBgBIAEoAxINCgVFbmRBdBgCIAEoAyJPChROZXREYXlPZldl", + "ZWtTY2hlZHVsZRIRCglTdGFydFRpbWUYASABKAMSEAoIRHVyYXRpb24YAiAB", + "KAMSEgoKRGF5T2ZXZWVrcxgDIAMoBSJRChNOZXRQZXJpb2RpY1NjaGVkdWxl", + "EhgKEEluaXRpYWxTdGFydFRpbWUYASABKAMSEAoIRHVyYXRpb24YAiABKAMS", + "DgoGUGVyaW9kGAMgASgDIlIKFU5ldEVxdWlwbWVudEF3YWtlbmluZxILCgNJ", + "c24YASABKAMSLAoGT3B0aW9uGAIgASgLMhwuTmV0RXF1aXBtZW50QXdha2Vu", + "aW5nT3B0aW9uIpUBChtOZXRFcXVpcG1lbnRBd2FrZW5pbmdPcHRpb24SEQoJ", + "T3B0aW9uMUlkGAEgASgFEhMKC09wdGlvbjFMb2NrGAIgASgIEhEKCU9wdGlv", + "bjJJZBgDIAEoBRITCgtPcHRpb24yTG9jaxgEIAEoCBIRCglPcHRpb24zSWQY", + "BSABKAUSEwoLT3B0aW9uM0xvY2sYBiABKAgiVgoQTmV0R3VpbGRDaGF0RGF0", + "YRILCgNVc24YASABKAMSEQoJTWVzc2FnZUlkGAIgASgJEg8KB01lc3NhZ2UY", + "AyABKAkSEQoJQ3JlYXRlZEF0GAQgASgDInsKEk5ldEdhY2hhRW50aXR5RGF0", + "YRILCgNUaWQYASABKAUSCgoCU24YAiABKAMSDAoEVHlwZRgDIAEoBRITCgtD", + "b3Jwb3JhdGlvbhgEIAEoBRISCgpQaWVjZUNvdW50GAUgASgFEhUKDUN1cnJl", + "bmN5VmFsdWUYBiABKAMiWgoXTmV0Q2FtcGFpZ25UZWFtUG9zaXRpb24SEgoK", + "VGVhbU51bWJlchgBIAEoBRIMCgRUeXBlGAIgASgFEh0KCFBvc2l0aW9uGAMg", + "ASgLMgsuTmV0VmVjdG9yMyI8ChVOZXRVc2VyQXV0b0NoYXJnZURhdGESFAoM", + "QXV0b0NoYXJnZUlkGAEgASgFEg0KBVZhbHVlGAIgASgFIn8KFk5ldENoYXJh", + "Y3RlckNvbWJhdERhdGESDgoGQXR0YWNrGAEgASgDEg8KB0RlZmVuc2UYAiAB", + "KAMSCgoCSHAYAyABKAMSEAoIU2tpbGwxTHYYBCABKAUSEAoIU2tpbGwyTHYY", + "BSABKAUSFAoMU2tpbGxCdXJzdEx2GAYgASgFItMBCgxOZXRFdmVudERhdGES", + "CgoCSWQYASABKAUSFwoPRXZlbnRTeXN0ZW1UeXBlGAIgASgFEhYKDkV2ZW50", + "U3RhcnREYXRlGAQgASgDEhQKDEV2ZW50RW5kRGF0ZRgFIAEoAxIYChBFdmVu", + "dFZpc2libGVEYXRlGAYgASgDEhgKEEV2ZW50RGlzYWJsZURhdGUYByABKAMS", + "PAoYVXBjb21pbmdFdmVudFZpc2libGVEYXRlGAggASgLMhouZ29vZ2xlLnBy", + "b3RvYnVmLlRpbWVzdGFtcCJ5ChZOZXRDYW1wYWlnbkZpZWxkT2JqZWN0EhIK", + "ClBvc2l0aW9uSWQYASABKAkSDAoEVHlwZRgCIAEoBRIvCg1UZWFtUG9zaXRp", + "b25zGAMgAygLMhguTmV0Q2FtcGFpZ25UZWFtUG9zaXRpb24SDAoESnNvbhgE", + "IAEoCSJ/Ch1OZXRGaWVsZE9iamVjdEludGVyYWN0aW9uRGF0YRISCgpQb3Np", + "dGlvbklkGAEgASgJEgwKBFR5cGUYAiABKAUSLgoMVGVhbVBvc2l0aW9uGAMg", + "ASgLMhguTmV0Q2FtcGFpZ25UZWFtUG9zaXRpb24SDAoESnNvbhgEIAEoCSJE", + "ChpOZXRMb2dpbkV2ZW50UmVjZWl2ZVN0YXR1cxIPCgdFdmVudElkGAEgASgF", + "EhUKDUlzQWxsUmVjZWl2ZWQYAiABKAgiQwodTmV0UHJvZmlsZVJlcHJlc2Vu", + "dGF0aXZlRnJhbWUSDAoEU2xvdBgBIAEoBRIUCgxGcmFtZVRhYmxlSWQYAiAB", + "KAUiYgonTmV0UHJvZmlsZVNpbVJvb21PdmVyY2xvY2tIaWdoU2NvcmVEYXRh", + "Eg4KBlNlYXNvbhgBIAEoBRISCgpPcHRpb25MaXN0GAIgAygFEhMKC09wdGlv", + "bkxldmVsGAMgASgFIvcCChdOZXRUb3dlckRlZmVuc2VTdGFnZUxvZxIRCglU", + "b3RhbFdhdmUYASABKAUSEQoJU3RhcnRHb2xkGAIgASgFEhIKClJlbWFpbkdv", + "bGQYAyABKAUSGgoSUmVtYWluRGVmZW5zZVBvaW50GAQgASgFEhkKEU9wZW5I", + "ZXJvU2xvdENvdW50GAUgASgFEhsKE1RvdGFsVG93ZXJTbG90Q291bnQYBiAB", + "KAUSKwoJVG93ZXJMaXN0GAcgAygLMhguTmV0VG93ZXJEZWZlbnNlVG93ZXJM", + "b2cSLwoNSGVyb1Rvd2VyTGlzdBgIIAMoCzIYLk5ldFRvd2VyRGVmZW5zZVRv", + "d2VyTG9nEjUKE0RlbW9saXNoZWRUb3dlckxpc3QYCSADKAsyGC5OZXRUb3dl", + "ckRlZmVuc2VUb3dlckxvZxI5ChdEZW1vbGlzaGVkSGVyb1Rvd2VyTGlzdBgK", + "IAMoCzIYLk5ldFRvd2VyRGVmZW5zZVRvd2VyTG9nIkQKF05ldFRvd2VyRGVm", + "ZW5zZVRvd2VyTG9nEg8KB1Rvd2VySWQYASABKAUSGAoQVG93ZXJTa2lsbElk", + "TGlzdBgCIAMoBSLzAQoNTmV0SnVrZWJveEJnbRIlCghsb2NhdGlvbhgBIAEo", + "DjITLk5ldEp1a2Vib3hMb2NhdGlvbhIgCgR0eXBlGAIgASgOMhIuTmV0SnVr", + "ZWJveEJnbVR5cGUSGAoOSnVrZWJveFRhYmxlSWQYAyABKAVIABIuCg9KdWtl", + "Ym94UGxheWxpc3QYBCABKAsyEy5OZXRKdWtlYm94UGxheWxpc3RIABIuCg9K", + "dWtlYm94RmF2b3JpdGUYBSABKAsyEy5OZXRKdWtlYm94RmF2b3JpdGVIABIR", + "CglJc1NodWZmbGUYBiABKAhCDAoKanVrZWJveEJnbSI/ChZOZXRKdWtlYm94", + "UGxheWxpc3RTb25nEg0KBU9yZGVyGAEgASgFEhYKDkp1a2Vib3hUYWJsZUlk", + "GAIgASgFImcKEk5ldEp1a2Vib3hQbGF5bGlzdBIaChJKdWtlYm94UGxheWxp", + "c3RVaWQYASABKAMSDQoFVGl0bGUYAiABKAkSJgoFU29uZ3MYAyADKAsyFy5O", + "ZXRKdWtlYm94UGxheWxpc3RTb25nIjwKEk5ldEp1a2Vib3hGYXZvcml0ZRIm", + "CgVTb25ncxgBIAMoCzIXLk5ldEp1a2Vib3hQbGF5bGlzdFNvbmciNAoNTmV0", + "U3RhY2tVcEJveBIQCghCb3hXaWR0aBgBIAEoAhIRCglTY29yZUdhaW4YAiAB", + "KAUiMwoMTmV0Q29pbkNvdW50EhQKDENvaW5PYmplY3RJZBgBIAEoBRINCgVD", + "b3VudBgCIAEoBSJLCg9OZXRTbWFzaFNjb3JpbmcSKQoLU2NvcmluZ1R5cGUY", + "ASABKA4yFC5OZXRTbWFzaFNjb3JpbmdUeXBlEg0KBUNvdW50GAIgASgFIksK", + "Ek5ldFJ1bm5pbmdFdmVudExvZxInCgRUeXBlGAEgASgOMhkuUGxheVNvZGFS", + "dW5uaW5nRXZlbnRUeXBlEgwKBFRpbWUYAiABKAUiGgoYTmV0Q2xpbWJpbmdB", + "bnRpQ2hlYXREYXRhIjMKE05ldENsaW1iaW5nT2JzdGFjbGUSDAoETGFuZRgB", + "IAEoBRIOCgZDZW50ZXIYAiABKAIiSAocTmV0Q2xpbWJpbmdQbGF5ZXJNb3Zl", + "U2VnbWVudBIMCgRMYW5lGAEgASgFEg0KBVN0YXJ0GAIgASgCEgsKA0VuZBgD", + "IAEoAiK1CAoTUmVzRW50ZXJMb2JieVNlcnZlchIQCghOaWNrbmFtZRgCIAEo", + "CRIaCgRVc2VyGAQgASgLMgwuTmV0VXNlckRhdGESJgoIQ3VycmVuY3kYBSAD", + "KAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhEigKCUNoYXJhY3RlchgHIAMoCzIV", + "Lk5ldFVzZXJDaGFyYWN0ZXJEYXRhEiMKCVR5cGVUZWFtcxgIIAMoCzIQLk5l", + "dFVzZXJUZWFtRGF0YRIfCgVJdGVtcxgJIAMoCzIQLk5ldFVzZXJJdGVtRGF0", + "YRIrCgtBdHRyYWN0aXZlcxgKIAMoCzIWLk5ldFVzZXJBdHRyYWN0aXZlRGF0", + "YRIkChxMYXN0Q2xlYXJlZE5vcm1hbE1haW5TdGFnZUlkGA4gASgFEiIKGkxh", + "c3RDbGVhcmVkSGFyZE1haW5TdGFnZUlkGA8gASgFEhYKDkxhc3RDbGVhcmVk", + "TW9kGBAgASgFEgsKA0dzbhgSIAEoAxIxChJSZXByZXNlbnRhdGlvblRlYW0Y", + "EyABKAsyFS5OZXRXaG9sZVVzZXJUZWFtRGF0YRIlCghPdXRwb3N0cxgXIAMo", + "CzITLk5ldFVzZXJPdXRwb3N0RGF0YRIRCglTeW5jaHJvTHYYGCABKAUSLQoM", + "SGFybW9ueUN1YmVzGBkgAygLMhcuTmV0VXNlckhhcm1vbnlDdWJlRGF0YRIo", + "CgdSZWN5Y2xlGBogAygLMhcuTmV0VXNlclJlY3ljbGVSb29tRGF0YRInCg9U", + "aW1lUmV3YXJkQnVmZnMYGyADKAsyDi5OZXRUaW1lUmV3YXJkEhQKDENsZWFy", + "TGVzc29ucxgcIAMoBRIZChFVc2VyR2xvYmFsT3B0aW9ucxgdIAEoCRIyChJP", + "dXRwb3N0QmF0dGxlTGV2ZWwYHyABKAsyFi5OZXRPdXRwb3N0QmF0dGxlTGV2", + "ZWwSEgoKQmF0dGxlVGltZRggIAEoAxIVCg1NYXhCYXR0bGVUaW1lGCEgASgD", + "EiEKGVN5bmNocm9TdGFuZGFyZENoYXJhY3RlcnMYIiADKAMSEQoJUmVzZXRI", + "b3VyGCMgASgFEioKDERpc3BhdGNoTGlzdBgkIAMoCzIULk5ldFVzZXJEaXNw", + "YXRjaERhdGESKgoKQXdha2VuaW5ncxglIAMoCzIWLk5ldEVxdWlwbWVudEF3", + "YWtlbmluZxIjCgdSZWRlZW1zGCYgAygLMhIuTmV0VXNlclJlZGVlbURhdGES", + "MAoRT3V0cG9zdEJhdHRsZVRpbWUYJyABKAsyFS5OZXRPdXRwb3N0QmF0dGxl", + "VGltZRInCg9Mb2JieUp1a2Vib3hCZ20YKCABKAsyDi5OZXRKdWtlYm94Qmdt", + "Ei8KF0NvbW1hbmRlclJvb21KdWtlYm94QmdtGCkgASgLMg4uTmV0SnVrZWJv", + "eEJnbSKOBQoOUmVzR2V0VXNlckRhdGESGgoEVXNlchgDIAEoCzIMLk5ldFVz", + "ZXJEYXRhEiYKCEN1cnJlbmN5GAQgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0", + "YRIkChxMYXN0Q2xlYXJlZE5vcm1hbE1haW5TdGFnZUlkGAggASgFEiIKGkxh", + "c3RDbGVhcmVkSGFyZE1haW5TdGFnZUlkGAkgASgFEhYKDkxhc3RDbGVhcmVk", + "TW9kGAogASgFEgsKA0dzbhgMIAEoAxIxChJSZXByZXNlbnRhdGlvblRlYW0Y", + "DSABKAsyFS5OZXRXaG9sZVVzZXJUZWFtRGF0YRIRCglTeW5jaHJvTHYYDiAB", + "KAUSFAoMQ29zdHVtZUNvdW50GA8gASgFEicKD1RpbWVSZXdhcmRCdWZmcxgb", + "IAMoCzIOLk5ldFRpbWVSZXdhcmQSFAoMQ2xlYXJMZXNzb25zGBwgAygFEjIK", + "Ek91dHBvc3RCYXR0bGVMZXZlbBgfIAEoCzIWLk5ldE91dHBvc3RCYXR0bGVM", + "ZXZlbBISCgpCYXR0bGVUaW1lGCAgASgDEhUKDU1heEJhdHRsZVRpbWUYISAB", + "KAMSHgoWRGlzcGF0Y2hDbGVhckNvdW50TGlzdBgiIAMoBRIRCglSZXNldEhv", + "dXIYIyABKAUSEAoISXNTaW1wbGUYJCABKAgSMAoRT3V0cG9zdEJhdHRsZVRp", + "bWUYJSABKAsyFS5OZXRPdXRwb3N0QmF0dGxlVGltZRInCg9Mb2JieUp1a2Vi", + "b3hCZ20YJiABKAsyDi5OZXRKdWtlYm94QmdtEi8KF0NvbW1hbmRlclJvb21K", + "dWtlYm94QmdtGCcgASgLMg4uTmV0SnVrZWJveEJnbSKgAQoOUmVzU2V0Tmlj", + "a25hbWUSIgoGUmVzdWx0GAEgASgOMhIuU2V0Tmlja25hbWVSZXN1bHQSEAoI", + "Tmlja25hbWUYAiABKAkSKAoKQ3VycmVuY2llcxgDIAMoCzIULk5ldFVzZXJD", + "dXJyZW5jeURhdGESLgoKQmFuRW5kVGltZRgEIAEoCzIaLmdvb2dsZS5wcm90", + "b2J1Zi5UaW1lc3RhbXAiKAoUUmVxU2V0Tmlja25hbWVCeUl0ZW0SEAoITmlj", + "a25hbWUYAiABKAkinAEKFFJlc1NldE5pY2tuYW1lQnlJdGVtEiIKBlJlc3Vs", + "dBgBIAEoDjISLlNldE5pY2tuYW1lUmVzdWx0EhAKCE5pY2tuYW1lGAIgASgJ", + "Eh4KBEl0ZW0YAyABKAsyEC5OZXRVc2VySXRlbURhdGESLgoKQmFuRW5kVGlt", + "ZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiGwoZUmVzU2V0", + "UHVyY2hhc2VSZXN0cmljdGlvbiIwCg5SZXNHZXRNYWlsRGF0YRIeCgRNYWls", + "GAIgAygLMhAuTmV0VXNlck1haWxEYXRhIisKDlJlcU9idGFpbk1haWwyEgsK", + "A01zbhgBIAEoAxIMCgRUeXBlGAIgASgFInMKDlJlc09idGFpbk1haWwyEiEK", + "BlJlc3VsdBgBIAEoDjIRLk9idGFpbk1haWxSZXN1bHQSHgoERGF0YRgCIAEo", + "CzIQLk5ldFVzZXJNYWlsRGF0YRIeCgZSZXdhcmQYAyABKAsyDi5OZXRSZXdh", + "cmREYXRhIiEKBE1haWwSCwoDTXNuGAEgASgDEgwKBFR5cGUYAiABKAUiTwoQ", + "UmVzQWxsT2J0YWluTWFpbBIbCgxTdWNjZWVkTWFpbHMYASADKAsyBS5NYWls", + "Eh4KBlJld2FyZBgEIAEoCzIOLk5ldFJld2FyZERhdGEiDQoLUmVzUmVhZE1h", + "aWwiEwoRUmVzRGVsZXRlUmVhZE1haWwiPAoSUmVzR2V0Q3VycmVuY3lEYXRh", + "EiYKCEN1cnJlbmN5GAIgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YSJXChxO", + "ZXRDZW50YXVyaVB1cmNoYXNlRXh0cmFEYXRhEhEKCVByb2R1Y3RJZBgBIAEo", + "CRIOCgZCaWxsSWQYAiABKAkSFAoMQ2hhcmdlQW1vdW50GAMgASgJInAKHFJl", + "c1JlZnJlc2hDaGFyZ2VDdXJyZW5jeURhdGESKAoKQ2hhcmdlQ2FzaBgBIAEo", + "CzIULk5ldFVzZXJDdXJyZW5jeURhdGESJgoIRnJlZUNhc2gYAiABKAsyFC5O", + "ZXRVc2VyQ3VycmVuY3lEYXRhIjIKEVJlc0dldFByb2ZpbGVEYXRhEh0KBERh", + "dGEYAiABKAsyDy5OZXRQcm9maWxlRGF0YSIkChJSZXNHZXRQcm9maWxlRnJh", + "bWUSDgoGRnJhbWVzGAIgAygFIhMKEVJlc1NldFByb2ZpbGVJY29uIhQKElJl", + "c1NldFByb2ZpbGVGcmFtZSITChFSZXNTZXRQcm9maWxlRGF0YSJqChFSZXNT", + "ZXRQcm9maWxlRGVzYxIlCgZSZXN1bHQYASABKA4yFS5TZXRQcm9maWxlRGVz", + "Y1Jlc3VsdBIuCgpCYW5FbmRUaW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVm", + "LlRpbWVzdGFtcCJMChFSZXNTZXRQcm9maWxlVGVhbRISCgpUZWFtQ29tYmF0", + "GAIgASgFEiMKBFRlYW0YAyABKAsyFS5OZXRXaG9sZVVzZXJUZWFtRGF0YSI4", + "CgxSZXNCdXlUaWNrZXQSKAoKQ3VycmVuY2llcxgCIAMoCzIULk5ldFVzZXJD", + "dXJyZW5jeURhdGEiOAoWUmVzU2V0U2NlbmFyaW9Db21wbGV0ZRIeCgZSZXdh", + "cmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIkgKElJlc0dldFNjZW5hcmlvTGlz", + "dBIUCgxTY2VuYXJpb0xpc3QYAiADKAkSHAoUQm9va21hcmtTY2VuYXJpb0xp", + "c3QYAyADKAkiLAoQUmVxRXhpc3RTY2VuYXJpbxIYChBTY2VuYXJpb0dyb3Vw", + "SWRzGAEgAygJIikKEFJlc0V4aXN0U2NlbmFyaW8SFQoNRXhpc3RHcm91cElk", + "cxgBIAMoCSIRCg9SZXNTZXRXYWxscGFwZXIiOwoPUmVzR2V0V2FsbHBhcGVy", + "EigKDVdhbGxwYXBlckxpc3QYAiADKAsyES5OZXRXYWxscGFwZXJEYXRhIjQK", + "GFJlc0dldFdhbGxwYXBlckludmVudG9yeRIYChBMaXZld2FsbHBhcGVySWRz", + "GAIgAygFIhoKGFJlc1NhdmVVc2VyR2xvYmFsT3B0aW9ucyITChFSZXNFbnRl", + "ckxvYmJ5UGluZyIRCg9SZXNTYXZlVHV0b3JpYWwiNgoMUmVzRW50ZXJQb2xs", + "EhIKCklzUmVjZWl2ZWQYASABKAgSEgoKQ2FsbGJhY2tJZBgCIAEoBSIjCg1S", + "ZXNGaW5pc2hQb2xsEhIKCklzRmluaXNoZWQYASABKAgiYwoJUmVzR2V0Tm93", + "EgwKBFRpY2sYASABKAMSEQoJUmVzZXRIb3VyGAIgASgFEjUKEkNoZWF0U2hp", + "ZnREdXJhdGlvbhgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbiI2", + "ChNSZXNHZXRXaG9sZVVzZXJEYXRhEh8KBFVzZXIYASABKAsyES5OZXRXaG9s", + "ZVVzZXJEYXRhIroBChZSZXNHZXRDb250ZW50c09wZW5EYXRhEhIKCkd1aWxk", + "TGV2ZWwYAiABKAUSFQoNTWF4R2FjaGFDb3VudBgEIAEoAxIcChRNYXhHYWNo", + "YVByZW1pdW1Db3VudBgFIAEoAxIWCg5DbGVhclN0YWdlTGlzdBgGIAMoBRIe", + "ChZUdXRvcmlhbEdhY2hhUGxheUNvdW50GAcgASgFEh8KF0NsZWFyU2ltUm9v", + "bUNoYXB0ZXJMaXN0GAggAygFIlkKGVJlcUdldFBhcmVudENvbnRyb2xDb25m", + "aWcSDgoGT3BlbklkGAEgASgJEg0KBVRva2VuGAIgASgJEhEKCUNoYW5uZWxJ", + "ZBgDIAEoBRIKCgJPcxgEIAEoCSLXAQoZUmVzR2V0UGFyZW50Q29udHJvbENv", + "bmZpZxIQCghJc0VuYWJsZRgBIAEoCBIQCghUaW1lWm9uZRgCIAEoCRIYChBX", + "ZWVrZGF5VGltZVN0YXJ0GAMgASgJEhYKDldlZWtkYXlUaW1lRW5kGAQgASgJ", + "EhgKEFdlZWtkYXlUaW1lTGltaXQYBSABKAUSGAoQV2Vla2VuZFRpbWVTdGFy", + "dBgGIAEoCRIWCg5XZWVrZW5kVGltZUVuZBgHIAEoCRIYChBXZWVrZW5kVGlt", + "ZUxpbWl0GAggASgFIh0KG1JlcUdldFBhcmVudENvbnRyb2xQbGF5VGltZSJe", + "ChtSZXNHZXRQYXJlbnRDb250cm9sUGxheVRpbWUSLQoJVXBkYXRlZEF0GAEg", + "ASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIQCghQbGF5VGltZRgC", + "IAEoBSIvChtSZXFTZXRQYXJlbnRDb250cm9sUGxheVRpbWUSEAoIUGxheVRp", + "bWUYASABKAUiHQobUmVzU2V0UGFyZW50Q29udHJvbFBsYXlUaW1lIssBCiBS", + "ZXFTZXRQcm9maWxlUmVwcmVzZW50YXRpdmVGcmFtZRI8ChdQcm9maWxlRnJh", + "bWVIaXN0b3J5VHlwZRgBIAEoDjIbLk5ldFByb2ZpbGVGcmFtZUhpc3RvcnlU", + "eXBlEkcKH1VzZXJQcm9maWxlUmVwcmVzZW50YXRpdmVGcmFtZXMYAiADKAsy", + "Hi5OZXRQcm9maWxlUmVwcmVzZW50YXRpdmVGcmFtZRIgChhSZWNlbnRBY3F1", + "aXJlRmlsdGVyVHlwZXMYAyADKAUiIgogUmVzU2V0UHJvZmlsZVJlcHJlc2Vu", + "dGF0aXZlRnJhbWUiPgoQU3BlY2lhbExvYmJ5U2xvdBIaChJTcGVjaWFsTG9i", + "YnlTbG90SWQYASABKAUSDgoGSXNIaWRlGAIgASgIIhwKGlJlcUdldFNwZWNp", + "YWxMb2JieVNsb3REYXRhIkoKGlJlc0dldFNwZWNpYWxMb2JieVNsb3REYXRh", + "EiwKEVNwZWNpYWxMb2JieVNsb3RzGAEgAygLMhEuU3BlY2lhbExvYmJ5U2xv", + "dCJIChpSZXFTZXRTcGVjaWFsTG9iYnlTbG90SGlkZRIaChJTcGVjaWFsTG9i", + "YnlTbG90SWQYASABKAUSDgoGSXNIaWRlGAIgASgIIhwKGlJlc1NldFNwZWNp", + "YWxMb2JieVNsb3RIaWRlIhUKE1JlcUdldFVzZXJUaXRsZUxpc3QiOwoTUmVz", + "R2V0VXNlclRpdGxlTGlzdBIkCg1Vc2VyVGl0bGVMaXN0GAEgAygLMg0uTmV0", + "VXNlclRpdGxlIjIKDE5ldFVzZXJUaXRsZRITCgtVc2VyVGl0bGVJZBgBIAEo", + "BRINCgVJc05ldxgCIAEoCCIcChpSZXFHZXRVc2VyVGl0bGVDb3VudGVyTGlz", + "dCJQChpSZXNHZXRVc2VyVGl0bGVDb3VudGVyTGlzdBIyChRVc2VyVGl0bGVD", + "b3VudGVyTGlzdBgBIAMoCzIULk5ldFVzZXJUaXRsZUNvdW50ZXIiTQoTTmV0", + "VXNlclRpdGxlQ291bnRlchIRCglDb25kaXRpb24YASABKAUSFAoMU3ViQ29u", + "ZGl0aW9uGAIgASgFEg0KBUNvdW50GAMgASgFIjIKE1JlcUFjcXVpcmVVc2Vy", + "VGl0bGUSGwoTVXNlclRpdGxlQWNxdWlyZUlkcxgBIAMoBSI1ChNSZXNBY3F1", + "aXJlVXNlclRpdGxlEh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEi", + "JgoPUmVxU2V0VXNlclRpdGxlEhMKC1VzZXJUaXRsZUlkGAEgASgFIhEKD1Jl", + "c1NldFVzZXJUaXRsZSIvChdSZXFVbk1hcmtVc2VyVGl0bGVCYWRnZRIUCgxV", + "c2VyVGl0bGVJZHMYASADKAUiGQoXUmVzVW5NYXJrVXNlclRpdGxlQmFkZ2Ui", + "MgofUmVxR2V0UmVzZXR0YWJsZUFyY2hpdmVTY2VuYXJpbxIPCgdFdmVudElk", + "GAEgASgFIjkKH1Jlc0dldFJlc2V0dGFibGVBcmNoaXZlU2NlbmFyaW8SFgoO", + "U2NlbmFyaW9JZExpc3QYASADKAkiNQoiUmVxR2V0Tm9uUmVzZXR0YWJsZUFy", + "Y2hpdmVTY2VuYXJpbxIPCgdFdmVudElkGAEgASgFIjwKIlJlc0dldE5vblJl", + "c2V0dGFibGVBcmNoaXZlU2NlbmFyaW8SFgoOU2NlbmFyaW9JZExpc3QYASAD", + "KAkiVQoaUmVxQ29tcGxldGVBcmNoaXZlU2NlbmFyaW8SDwoHRXZlbnRJZBgB", + "IAEoBRISCgpTY2VuYXJpb0lkGAIgASgJEhIKCkRpYWxvZ1R5cGUYAyABKAUi", + "HAoaUmVzQ29tcGxldGVBcmNoaXZlU2NlbmFyaW8iQwoaTmV0TGFzdENsZWFy", + "ZWRBcmNoaXZlU3RhZ2USFAoMRGlmZmljdWx0eUlkGAEgASgFEg8KB1N0YWdl", + "SWQYAiABKAUiLAoZUmVxR2V0QXJjaGl2ZVN0b3J5RHVuZ2VvbhIPCgdFdmVu", + "dElkGAEgASgFIoEBChlSZXNHZXRBcmNoaXZlU3RvcnlEdW5nZW9uEkAKG0xh", + "c3RDbGVhcmVkQXJjaGl2ZVN0YWdlTGlzdBgBIAMoCzIbLk5ldExhc3RDbGVh", + "cmVkQXJjaGl2ZVN0YWdlEiIKCFRlYW1EYXRhGAIgASgLMhAuTmV0VXNlclRl", + "YW1EYXRhIpQBChRSZXFFbnRlckFyY2hpdmVTdGFnZRIPCgdFdmVudElkGAEg", + "ASgFEg8KB1N0YWdlSWQYAiABKAUSEgoKVGVhbU51bWJlchgDIAEoBRJGChdB", + "bnRpQ2hlYXRBZGRpdGlvbmFsSW5mbxgEIAEoCzIlLk5ldEFudGlDaGVhdEJh", + "dHRsZVRMb2dBZGRpdGlvbmFsSW5mbyIWChRSZXNFbnRlckFyY2hpdmVTdGFn", + "ZSI2ChRSZXNDbGVhckFyY2hpdmVTdGFnZRIeCgZSZXdhcmQYASABKAsyDi5O", + "ZXRSZXdhcmREYXRhIlAKGFJlcUZhc3RDbGVhckFyY2hpdmVTdGFnZRIPCgdF", + "dmVudElkGAEgASgFEg8KB1N0YWdlSWQYAiABKAUSEgoKVGVhbU51bWJlchgD", + "IAEoBSI6ChhSZXNGYXN0Q2xlYXJBcmNoaXZlU3RhZ2USHgoGUmV3YXJkGAEg", + "ASgLMg4uTmV0UmV3YXJkRGF0YSI7ChhSZXFTZXRBcmNoaXZlVGV4dEFkdkRh", + "dGESEQoJVGV4dEFkdklkGAEgASgFEgwKBEpzb24YAiABKAkiGgoYUmVzU2V0", + "QXJjaGl2ZVRleHRBZHZEYXRhIi0KGFJlcUdldEFyY2hpdmVUZXh0QWR2RGF0", + "YRIRCglUZXh0QWR2SWQYASABKAUiKAoYUmVzR2V0QXJjaGl2ZVRleHRBZHZE", + "YXRhEgwKBEpzb24YASABKAkiMAobUmVxRGVsZXRlQXJjaGl2ZVRleHRBZHZE", + "YXRhEhEKCVRleHRBZHZJZBgBIAEoBSIdChtSZXNEZWxldGVBcmNoaXZlVGV4", + "dEFkdkRhdGEiMQoWUmVxVW5sb2NrQXJjaGl2ZVJlY29yZBIXCg9BcmNoaXZl", + "UmVjb3JkSWQYASABKAUiPAoWUmVzVW5sb2NrQXJjaGl2ZVJlY29yZBIiCghV", + "c2VySXRlbRgBIAEoCzIQLk5ldFVzZXJJdGVtRGF0YSIVChNSZXFHZXRBcmNo", + "aXZlUmVjb3JkIlMKE1Jlc0dldEFyY2hpdmVSZWNvcmQSGQoRQXJjaGl2ZVJl", + "Y29yZExpc3QYASADKAUSIQoZVW5sb2NrZWRBcmNoaXZlUmVjb3JkTGlzdBgC", + "IAMoBSJUChVSZXFSZXNldEFyY2hpdmVSZWNvcmQSFwoPQXJjaGl2ZVJlY29y", + "ZElkGAEgASgFEiIKGkFyY2hpdmVQcm9ncmVzc0dyb3VwSWRMaXN0GAIgAygF", + "IhcKFVJlc1Jlc2V0QXJjaGl2ZVJlY29yZCItChhSZXFQcm9jZWVkQXJjaGl2", + "ZU1lc3NhZ2USEQoJTWVzc2FnZUlkGAEgASgJIhoKGFJlc1Byb2NlZWRBcmNo", + "aXZlTWVzc2FnZSI7ChFOZXRBcmNoaXZlTWVzc2FnZRITCgtDb25kaXRpb25J", + "ZBgBIAEoBRIRCglNZXNzYWdlSWQYAiABKAkiOQoWUmVxR2V0QXJjaGl2ZU1l", + "c3NlbmdlchIfChdBcmNoaXZlTWVzc2VuZ2VyR3JvdXBJZBgBIAEoBSJIChZS", + "ZXNHZXRBcmNoaXZlTWVzc2VuZ2VyEi4KEkFyY2hpdmVNZXNzYWdlTGlzdBgB", + "IAMoCzISLk5ldEFyY2hpdmVNZXNzYWdlIhsKGVJlc1NldEFyY2hpdmVNaW5p", + "R2FtZURhdGEiKQoZUmVzR2V0QXJjaGl2ZU1pbmlHYW1lRGF0YRIMCgRKc29u", + "GAEgASgJIisKEVJlcUdldEFyY2hpdmVEaWNlEhYKDkRpY2VNaW5pR2FtZUlk", + "GAEgASgFIm4KEVJlc0dldEFyY2hpdmVEaWNlEhYKDkN1cnJlbnRCb2FyZElk", + "GAEgASgFEhoKEkdhdWdlTWF4RXZlbnRDb3VudBgGIAEoBRISCgpDaGFpbkNv", + "dW50GAQgASgFEhEKCURpY2VHYXVnZRgHIAEoBSIsChJSZXFBcmNoaXZlRGlj", + "ZVJvbGwSFgoORGljZU1pbmlHYW1lSWQYASABKAUiuAIKElJlc0FyY2hpdmVE", + "aWNlUm9sbBISCgpEaWNlUmVzdWx0GAEgASgFEhYKDkN1cnJlbnRCb2FyZElk", + "GAIgASgFEisKC0V2ZW50UmV3YXJkGAMgASgLMhYuTmV0TWluaUdhbWVEaWNl", + "UmV3YXJkEjMKE0dhdWdlTWF4RXZlbnRSZXdhcmQYDCABKAsyFi5OZXRNaW5p", + "R2FtZURpY2VSZXdhcmQSGgoSR2F1Z2VNYXhFdmVudENvdW50GA0gASgFEhIK", + "CkNoYWluQ291bnQYByABKAUSDAoER29UbxgIIAEoBRIQCghJc0ZpbmlzaBgJ", + "IAEoCBIxChNHYXVnZU1heEV2ZW50UmVzdWx0GA4gASgOMhQuR2F1Z2VNYXhF", + "dmVudFJlc3VsdBIRCglEaWNlR2F1Z2UYDyABKAUieQoZTmV0QXJjaGl2ZU1p", + "bmlHYW1lQkJRRGF0YRIYChBBcmNoaXZlTWFuYWdlcklkGAEgASgFEhEKCUhp", + "Z2hTY29yZRgCIAEoBRIcChRSZWNvcmRlZEN1dFNjZW5lTGlzdBgDIAMoBRIR", + "CglQbGF5Q291bnQYBCABKAUiJAoiTmV0QXJjaGl2ZU1pbmlHYW1lQkJRQW50", + "aUNoZWF0RGF0YSJgCiBOZXRBcmNoaXZlTWluaUdhbWVCQlFSYW5raW5nRGF0", + "YRIMCgRSYW5rGAEgASgDEg0KBVNjb3JlGAIgASgDEh8KBFVzZXIYAyABKAsy", + "ES5OZXRXaG9sZVVzZXJEYXRhIjgKHFJlcUdldEFyY2hpdmVNaW5pR2FtZUJC", + "UURhdGESGAoQQXJjaGl2ZU1hbmFnZXJJZBgBIAEoBSJIChxSZXNHZXRBcmNo", + "aXZlTWluaUdhbWVCQlFEYXRhEigKBERhdGEYASABKAsyGi5OZXRBcmNoaXZl", + "TWluaUdhbWVCQlFEYXRhIkUKGlJlcUNsZWFyQXJjaGl2ZU1pbmlHYW1lQkJR", + "EhgKEEFyY2hpdmVNYW5hZ2VySWQYASABKAUSDQoFU2NvcmUYAiABKAUiRgoa", + "UmVzQ2xlYXJBcmNoaXZlTWluaUdhbWVCQlESKAoERGF0YRgBIAEoCzIaLk5l", + "dEFyY2hpdmVNaW5pR2FtZUJCUURhdGEiOwofUmVxR2V0QXJjaGl2ZU1pbmlH", + "YW1lQkJRUmFua2luZxIYChBBcmNoaXZlTWFuYWdlcklkGAEgASgFIpsBCh9S", + "ZXNHZXRBcmNoaXZlTWluaUdhbWVCQlFSYW5raW5nEjsKEFVzZXJHdWlsZFJh", + "bmtpbmcYASABKAsyIS5OZXRBcmNoaXZlTWluaUdhbWVCQlFSYW5raW5nRGF0", + "YRI7ChBHdWlsZFJhbmtpbmdMaXN0GAIgAygLMiEuTmV0QXJjaGl2ZU1pbmlH", + "YW1lQkJRUmFua2luZ0RhdGEiVAojUmVxUmVjb3JkQXJjaGl2ZU1pbmlHYW1l", + "QkJRQ3V0U2NlbmUSGAoQQXJjaGl2ZU1hbmFnZXJJZBgBIAEoBRITCgtDdXRT", + "Y2VuZVRpZBgCIAEoBSJPCiNSZXNSZWNvcmRBcmNoaXZlTWluaUdhbWVCQlFD", + "dXRTY2VuZRIoCgREYXRhGAEgASgLMhouTmV0QXJjaGl2ZU1pbmlHYW1lQkJR", + "RGF0YSIcChpSZXNTYXZlQXJjaGl2ZUZpZWxkUmF3RGF0YSJjChlSZXFTYXZl", + "QXJjaGl2ZUZpZWxkT2JqZWN0Eg0KBU1hcElkGAEgASgJEjcKD0ludGVyYWN0", + "aW9uRGF0YRgDIAEoCzIeLk5ldEZpZWxkT2JqZWN0SW50ZXJhY3Rpb25EYXRh", + "IhsKGVJlc1NhdmVBcmNoaXZlRmllbGRPYmplY3QiPwodUmVxVXBkYXRlQXJj", + "aGl2ZUZpZWxkUHJvZ3Jlc3MSHgoWQXJjaGl2ZUZpZWxkUHJvZ3Jlc3NJZBgB", + "IAEoBSIfCh1SZXNVcGRhdGVBcmNoaXZlRmllbGRQcm9ncmVzcyJJChRSZXFF", + "bnRlckFyY2hpdmVGaWVsZBINCgVNYXBJZBgBIAEoCRIiChpBcmNoaXZlUHJv", + "Z3Jlc3NHcm91cElkTGlzdBgCIAMoBSKcAQoUUmVzRW50ZXJBcmNoaXZlRmll", + "bGQSIgoFRmllbGQYASABKAsyEy5OZXRGaWVsZE9iamVjdERhdGESLwoNVGVh", + "bVBvc2l0aW9ucxgDIAMoCzIYLk5ldENhbXBhaWduVGVhbVBvc2l0aW9uEgwK", + "BEpzb24YBCABKAkSIQoZVXNlckFyY2hpdmVQcm9ncmVzc0lkTGlzdBgFIAMo", + "BSJwChlSZXFPYnRhaW5BcmNoaXZlRmllbGRJdGVtEg0KBU1hcElkGAIgASgJ", + "EhYKDkV2ZW50QXJjaGl2ZUlkGAMgASgFEiwKC0ZpZWxkT2JqZWN0GAQgASgL", + "MhcuTmV0Q2FtcGFpZ25GaWVsZE9iamVjdCI7ChlSZXNPYnRhaW5BcmNoaXZl", + "RmllbGRJdGVtEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2FyZERhdGEiOgob", + "UmVxR2V0QXJjaGl2ZUV2ZW50TWVtb3JpYWxzEhsKE0FyY2hpdmVFdmVudEZp", + "ZWxkSWQYASABKAUiMgobUmVzR2V0QXJjaGl2ZUV2ZW50TWVtb3JpYWxzEhMK", + "C01lbW9yaWFsSWRzGAEgAygFIiYKFVJlcUVzY2FwZUFyY2hpdmVGaWVsZBIN", + "CgVNYXBJZBgBIAEoCSIXChVSZXNFc2NhcGVBcmNoaXZlRmllbGQiUAoVTmV0", + "QXJlbmFVc2VyQ2hhcmFjdGVyEg0KBVJvdW5kGAEgASgFEigKCUNoYXJhY3Rl", + "chgCIAEoCzIVLk5ldFVzZXJDaGFyYWN0ZXJEYXRhIsICChFOZXRBcmVuYUVu", + "ZW15RGF0YRIpCglDaGFyYWN0ZXIYASADKAsyFi5OZXRBcmVuYVVzZXJDaGFy", + "YWN0ZXISHwoFSXRlbXMYAiADKAsyEC5OZXRVc2VySXRlbURhdGESKwoLQXR0", + "cmFjdGl2ZXMYAyADKAsyFi5OZXRVc2VyQXR0cmFjdGl2ZURhdGESLQoMSGFy", + "bW9ueUN1YmVzGAUgAygLMhcuTmV0VXNlckhhcm1vbnlDdWJlRGF0YRIoCgdS", + "ZWN5Y2xlGAYgAygLMhcuTmV0VXNlclJlY3ljbGVSb29tRGF0YRIqCgpBd2Fr", + "ZW5pbmdzGAggAygLMhYuTmV0RXF1aXBtZW50QXdha2VuaW5nEi8KDUZhdm9y", + "aXRlSXRlbXMYCSADKAsyGC5OZXRVc2VyRmF2b3JpdGVJdGVtRGF0YSJbCgxO", + "ZXRBcmVuYURhdGESDAoEUmFuaxgBIAEoAxIOCgZSYXRpbmcYAiABKAUSDAoE", + "VGllchgDIAEoBRIfCgRVc2VyGAQgASgLMhEuTmV0V2hvbGVVc2VyRGF0YSJs", + "ChhOZXRTcGVjaWFsQXJlbmFQb2ludERhdGESDAoEUmFuaxgBIAEoAxINCgVQ", + "b2ludBgCIAEoBRISCgpCYXR0bGVSYW5rGAMgASgDEh8KBFVzZXIYBCABKAsy", + "ES5OZXRXaG9sZVVzZXJEYXRhIqgBChhOZXRSb29raWVBcmVuYVJlY29yZERh", + "dGESHwoEVXNlchgBIAEoCzIRLk5ldFdob2xlVXNlckRhdGESDwoHQXJlbmFB", + "dBgCIAEoAxIUCgxCZWZvcmVSYXRpbmcYAyABKAUSEwoLQWZ0ZXJSYXRpbmcY", + "BCABKAUSDQoFSXNXaW4YBSABKAgSEAoISXNBdHRhY2sYBiABKAgSDgoGU2Vh", + "c29uGAcgASgFIqUBChlOZXRTcGVjaWFsQXJlbmFSZWNvcmREYXRhEh8KBFVz", + "ZXIYASABKAsyES5OZXRXaG9sZVVzZXJEYXRhEg4KBlNlYXNvbhgCIAEoBRIP", + "CgdBcmVuYUF0GAMgASgDEhIKCkJlZm9yZVJhbmsYBCABKAMSEQoJQWZ0ZXJS", + "YW5rGAUgASgDEg0KBUlzV2luGAYgASgIEhAKCElzQXR0YWNrGAcgASgIIlsK", + "E05ldEFyZW5hUHJvZmlsZURhdGESHwoEVXNlchgBIAEoCzIRLk5ldFdob2xl", + "VXNlckRhdGESIwoEVGVhbRgCIAEoCzIVLk5ldFdob2xlVXNlclRlYW1EYXRh", + "IlMKDk5ldEFyZW5hUmVzdWx0Eh8KBFVzZXIYASABKAsyES5OZXRBcmVuYVJh", + "bmtEYXRhEiAKBUVuZW15GAIgASgLMhEuTmV0QXJlbmFSYW5rRGF0YSJkChBO", + "ZXRBcmVuYVJhbmtEYXRhEhIKCkJlZm9yZVJhbmsYASABKAMSEQoJQWZ0ZXJS", + "YW5rGAIgASgDEhQKDEJlZm9yZVJhdGluZxgDIAEoBRITCgtBZnRlclJhdGlu", + "ZxgEIAEoBSJ0ChVOZXRTcGVjaWFsQXJlbmFSZXN1bHQSLAoEVXNlchgCIAEo", + "CzIeLk5ldFNwZWNpYWxBcmVuYVJhbmtSZXN1bHREYXRhEi0KBUVuZW15GAMg", + "ASgLMh4uTmV0U3BlY2lhbEFyZW5hUmFua1Jlc3VsdERhdGEiOgoaTmV0U3Bl", + "Y2lhbEFyZW5hUm91bmRSZXN1bHQSDQoFUm91bmQYASABKAUSDQoFSXNXaW4Y", + "AiABKAgiNQoXTmV0U3BlY2lhbEFyZW5hUmFua0RhdGESDAoEUmFuaxgBIAEo", + "AxIMCgRUaWVyGAIgASgFInIKHU5ldFNwZWNpYWxBcmVuYVJhbmtSZXN1bHRE", + "YXRhEigKBkJlZm9yZRgBIAEoCzIYLk5ldFNwZWNpYWxBcmVuYVJhbmtEYXRh", + "EicKBUFmdGVyGAIgASgLMhguTmV0U3BlY2lhbEFyZW5hUmFua0RhdGEiYgoY", + "TmV0U3BlY2lhbEFyZW5hUm91bmRUZWFtEg0KBVJvdW5kGAEgASgFEhIKClRl", + "YW1OdW1iZXIYAiABKAUSIwoEVGVhbRgDIAEoCzIVLk5ldFdob2xlVXNlclRl", + "YW1EYXRhIlgKFk5ldFVzZXJBcmVuYVNpbXBsZURhdGESDAoEVHlwZRgBIAEo", + "BRIUCgxOZXh0U2Vhc29uQXQYAiABKAMSDAoEUmFuaxgDIAEoAxIMCgRUaWVy", + "GAQgASgFIlUKEU5ldEFyZW5hUml2YWxEYXRhEhsKBFVzZXIYASABKAsyDS5O", + "ZXRBcmVuYURhdGESIwoEVGVhbRgCIAEoCzIVLk5ldFdob2xlVXNlclRlYW1E", + "YXRhInUKGE5ldFNwZWNpYWxBcmVuYUNoYXJhY3RlchINCgVSb3VuZBgBIAEo", + "BRILCgNUaWQYAiABKAUSCwoDQ3NuGAMgASgDEg0KBUxldmVsGAQgASgFEg4K", + "BkNvbWJhdBgFIAEoBRIRCglDb3N0dW1lSWQYBiABKAUifwoYTmV0U3BlY2lh", + "bEFyZW5hUml2YWxEYXRhEhsKBFVzZXIYASABKAsyDS5OZXRBcmVuYURhdGES", + "EwoLVG90YWxDb21iYXQYAiABKAUSMQoOUm91bmRDaGFyYWN0ZXIYAyADKAsy", + "GS5OZXRTcGVjaWFsQXJlbmFDaGFyYWN0ZXIifgoPTmV0QXJlbmFCYW5JbmZv", + "EhMKC0Rlc2NyaXB0aW9uGAEgASgJEisKB1N0YXJ0QXQYAiABKAsyGi5nb29n", + "bGUucHJvdG9idWYuVGltZXN0YW1wEikKBUVuZEF0GAMgASgLMhouZ29vZ2xl", + "LnByb3RvYnVmLlRpbWVzdGFtcCKFAgoLUmVzR2V0QXJlbmESDgoGU2VydmVy", + "GAIgASgFEhsKBFVzZXIYBCABKAsyDS5OZXRBcmVuYURhdGESEgoKQXJlbmFD", + "b3VudBgIIAEoBRI7ChhSb29raWVBcmVuYUNvbnRlbnRzU3RhdGUYCSABKA4y", + "GS5Sb29raWVBcmVuYUNvbnRlbnRzU3RhdGUSHwoJU2NoZWR1bGVzGAogAygL", + "MgwuTmV0U2NoZWR1bGUSJQoLRGVmZW5zZVRlYW0YCyABKAsyEC5OZXRVc2Vy", + "VGVhbURhdGESDQoFSXNCYW4YDCABKAgSIQoHQmFuSW5mbxgNIAEoCzIQLk5l", + "dEFyZW5hQmFuSW5mbyIUChJSZXFHZXRBcmVuYVRvcFJhbmsiUgoSUmVzR2V0", + "QXJlbmFUb3BSYW5rEh8KCFJhbmtMaXN0GAEgAygLMg0uTmV0QXJlbmFEYXRh", + "EhsKBFVzZXIYAiABKAsyDS5OZXRBcmVuYURhdGEiawoUUmVzR2V0QXJlbmFF", + "bmVteUxpc3QSIQoFTGlzdDIYAyADKAsyEi5OZXRBcmVuYVJpdmFsRGF0YRIN", + "CgVJc0JhbhgEIAEoCBIhCgdCYW5JbmZvGAUgASgLMhAuTmV0QXJlbmFCYW5J", + "bmZvIjsKFFJlc0dldEFyZW5hRW5lbXlEYXRhEiMKBFRlYW0YAiABKAsyFS5O", + "ZXRXaG9sZVVzZXJUZWFtRGF0YSJzCg1SZXNBcmVuYVN0YXJ0EiEKBUVuZW15", + "GAIgASgLMhIuTmV0QXJlbmFFbmVteURhdGESDQoFSXNCYW4YAyABKAgSIQoH", + "QmFuSW5mbxgEIAEoCzIQLk5ldEFyZW5hQmFuSW5mbxINCgVOb25jZRgFIAEo", + "BSLEAgoOUmVzQXJlbmFSZXN1bHQSEgoKQXJlbmFDb3VudBgCIAEoBRIkCgtB", + "cmVuYVJlc3VsdBgDIAEoCzIPLk5ldEFyZW5hUmVzdWx0Eh4KBlJld2FyZBgE", + "IAEoCzIOLk5ldFJld2FyZERhdGESJgoIQ3VycmVuY3kYBSABKAsyFC5OZXRV", + "c2VyQ3VycmVuY3lEYXRhEh8KBFVzZXIYBiABKAsyES5OZXRXaG9sZVVzZXJE", + "YXRhEiAKBUVuZW15GAcgASgLMhEuTmV0V2hvbGVVc2VyRGF0YRINCgVJc0Jh", + "bhgIIAEoCBIhCgdCYW5JbmZvGAkgASgLMhAuTmV0QXJlbmFCYW5JbmZvEjsK", + "GFJvb2tpZUFyZW5hQ29udGVudHNTdGF0ZRgKIAEoDjIZLlJvb2tpZUFyZW5h", + "Q29udGVudHNTdGF0ZSISChBSZXFBcmVuYUJvdFN0YXJ0IkQKEFJlc0FyZW5h", + "Qm90U3RhcnQSDQoFSXNCYW4YASABKAgSIQoHQmFuSW5mbxgCIAEoCzIQLk5l", + "dEFyZW5hQmFuSW5mbyLHAgoRUmVzQXJlbmFCb3RSZXN1bHQSEgoKQXJlbmFD", + "b3VudBgCIAEoBRIkCgtBcmVuYVJlc3VsdBgDIAEoCzIPLk5ldEFyZW5hUmVz", + "dWx0Eh4KBlJld2FyZBgEIAEoCzIOLk5ldFJld2FyZERhdGESJgoIQ3VycmVu", + "Y3kYBSABKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhEh8KBFVzZXIYBiABKAsy", + "ES5OZXRXaG9sZVVzZXJEYXRhEiAKBUVuZW15GAcgASgLMhEuTmV0V2hvbGVV", + "c2VyRGF0YRINCgVJc0JhbhgIIAEoCBIhCgdCYW5JbmZvGAkgASgLMhAuTmV0", + "QXJlbmFCYW5JbmZvEjsKGFJvb2tpZUFyZW5hQ29udGVudHNTdGF0ZRgKIAEo", + "DjIZLlJvb2tpZUFyZW5hQ29udGVudHNTdGF0ZSJAChVSZXNHZXRBcmVuYVJl", + "Y29yZExpc3QSJwoETGlzdBgCIAMoCzIZLk5ldFJvb2tpZUFyZW5hUmVjb3Jk", + "RGF0YSKJAgoSUmVzR2V0U3BlY2lhbEFyZW5hEg4KBlNlcnZlchgCIAEoBRIb", + "CgRVc2VyGAQgASgLMg0uTmV0QXJlbmFEYXRhEhkKEVNwZWNpYWxBcmVuYVBv", + "aW50GAcgASgDEh8KCVNjaGVkdWxlcxgIIAMoCzIMLk5ldFNjaGVkdWxlEhkK", + "EVNwZWNpYWxBcmVuYUNvdW50GAogASgFEj0KGVNwZWNpYWxBcmVuYUNvbnRl", + "bnRzU3RhdGUYCyABKA4yGi5TcGVjaWFsQXJlbmFDb250ZW50c1N0YXRlEg0K", + "BUlzQmFuGAwgASgIEiEKB0JhbkluZm8YDSABKAsyEC5OZXRBcmVuYUJhbklu", + "Zm8iGwoZUmVxR2V0U3BlY2lhbEFyZW5hVG9wUmFuayI8ChlSZXNHZXRTcGVj", + "aWFsQXJlbmFUb3BSYW5rEh8KCFJhbmtMaXN0GAEgAygLMg0uTmV0QXJlbmFE", + "YXRhIkcKG1Jlc0dldFNwZWNpYWxBcmVuYUVuZW15RGF0YRIoCgVUZWFtcxgC", + "IAMoCzIZLk5ldFNwZWNpYWxBcmVuYVJvdW5kVGVhbSK2AQoUUmVzU3BlY2lh", + "bEFyZW5hU3RhcnQSIQoFRW5lbXkYAiABKAsyEi5OZXRBcmVuYUVuZW15RGF0", + "YRIoCgZSZXN1bHQYAyABKA4yGC5TcGVjaWFsQXJlbmFTdGFydFJlc3VsdBIQ", + "CghDb29sVGltZRgEIAEoAxINCgVJc0JhbhgFIAEoCBIhCgdCYW5JbmZvGAYg", + "ASgLMhAuTmV0QXJlbmFCYW5JbmZvEg0KBU5vbmNlGAcgASgFItgCChVSZXNT", + "cGVjaWFsQXJlbmFSZXN1bHQSGQoRU3BlY2lhbEFyZW5hQ291bnQYAiABKAUS", + "JgoGQmF0dGxlGAMgASgLMhYuTmV0U3BlY2lhbEFyZW5hUmVzdWx0Eh4KBlJl", + "d2FyZBgEIAEoCzIOLk5ldFJld2FyZERhdGESHwoEVXNlchgGIAEoCzIRLk5l", + "dFdob2xlVXNlckRhdGESIAoFRW5lbXkYByABKAsyES5OZXRXaG9sZVVzZXJE", + "YXRhEigKCkN1cnJlbmNpZXMYCCADKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRh", + "Eg0KBUlzQmFuGAkgASgIEiEKB0JhbkluZm8YCiABKAsyEC5OZXRBcmVuYUJh", + "bkluZm8SPQoZU3BlY2lhbEFyZW5hQ29udGVudHNTdGF0ZRgLIAEoDjIaLlNw", + "ZWNpYWxBcmVuYUNvbnRlbnRzU3RhdGUiJwoXUmVxU3BlY2lhbEFyZW5hQm90", + "U3RhcnQSDAoEUmFuaxgCIAEoBSKHAQoXUmVzU3BlY2lhbEFyZW5hQm90U3Rh", + "cnQSKAoGUmVzdWx0GAEgASgOMhguU3BlY2lhbEFyZW5hU3RhcnRSZXN1bHQS", + "EAoIQ29vbFRpbWUYAiABKAMSDQoFSXNCYW4YAyABKAgSIQoHQmFuSW5mbxgE", + "IAEoCzIQLk5ldEFyZW5hQmFuSW5mbyL7AQoYUmVxU3BlY2lhbEFyZW5hQm90", + "UmVzdWx0EgwKBFJhbmsYAiABKAUSIQoFRW5lbXkYAyABKAsyEi5OZXRBcmVu", + "YUVuZW15RGF0YRIrCgZSZXN1bHQYBCADKAsyGy5OZXRTcGVjaWFsQXJlbmFS", + "b3VuZFJlc3VsdBI5ChNBbnRpQ2hlYXRCYXR0bGVEYXRhGAUgAygLMhwuTmV0", + "QW50aUNoZWF0QXJlbmFCYXR0bGVEYXRhEkYKF0FudGlDaGVhdEFkZGl0aW9u", + "YWxJbmZvGAYgASgLMiUuTmV0QW50aUNoZWF0QmF0dGxlVExvZ0FkZGl0aW9u", + "YWxJbmZvItsCChhSZXNTcGVjaWFsQXJlbmFCb3RSZXN1bHQSGQoRU3BlY2lh", + "bEFyZW5hQ291bnQYAiABKAUSJgoGQmF0dGxlGAMgASgLMhYuTmV0U3BlY2lh", + "bEFyZW5hUmVzdWx0Eh4KBlJld2FyZBgEIAEoCzIOLk5ldFJld2FyZERhdGES", + "HwoEVXNlchgGIAEoCzIRLk5ldFdob2xlVXNlckRhdGESIAoFRW5lbXkYByAB", + "KAsyES5OZXRXaG9sZVVzZXJEYXRhEigKCkN1cnJlbmNpZXMYCCADKAsyFC5O", + "ZXRVc2VyQ3VycmVuY3lEYXRhEg0KBUlzQmFuGAkgASgIEiEKB0JhbkluZm8Y", + "CiABKAsyEC5OZXRBcmVuYUJhbkluZm8SPQoZU3BlY2lhbEFyZW5hQ29udGVu", + "dHNTdGF0ZRgLIAEoDjIaLlNwZWNpYWxBcmVuYUNvbnRlbnRzU3RhdGUi3AEK", + "GVJlc1Nob3dTcGVjaWFsQXJlbmFSZXdhcmQSHgoGUmV3YXJkGAQgASgLMg4u", + "TmV0UmV3YXJkRGF0YRI9ChlTcGVjaWFsQXJlbmFDb250ZW50c1N0YXRlGAUg", + "ASgOMhouU3BlY2lhbEFyZW5hQ29udGVudHNTdGF0ZRIuCgdIaXN0b3J5GAYg", + "ASgLMh0uTmV0U3BlY2lhbEFyZW5hUmV3YXJkSGlzdG9yeRINCgVJc0JhbhgH", + "IAEoCBIhCgdCYW5JbmZvGAggASgLMhAuTmV0QXJlbmFCYW5JbmZvIjIKH1Jl", + "cUdldFNwZWNpYWxBcmVuYVJld2FyZEhpc3RvcnkSDwoHTGFzdFNlcRgBIAEo", + "AyJRCh9SZXNHZXRTcGVjaWFsQXJlbmFSZXdhcmRIaXN0b3J5Ei4KB0hpc3Rv", + "cnkYASABKAsyHS5OZXRTcGVjaWFsQXJlbmFSZXdhcmRIaXN0b3J5ImUKHE5l", + "dFNwZWNpYWxBcmVuYVJld2FyZEhpc3RvcnkSFQoNVG90YWxMb2dDb3VudBgB", + "IAEoBRIuCgRMb2dzGAIgAygLMiAuTmV0U3BlY2lhbEFyZW5hUmV3YXJkSGlz", + "dG9yeUxvZyLTAQofTmV0U3BlY2lhbEFyZW5hUmV3YXJkSGlzdG9yeUxvZxIL", + "CgNTZXEYASABKAMSDAoEVGllchgCIAEoBRIaChJTcGVjaWFsQXJlbmFUaWNr", + "ZXQYAyABKAMSDQoFUG9pbnQYBCABKAMSNQoRQWNjdW11bGF0ZVN0YXJ0QXQY", + "BSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjMKD0FjY3VtdWxh", + "dGVFbmRBdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiyQEK", + "G1Jlc09idGFpblNwZWNpYWxBcmVuYVJld2FyZBIeCgZSZXdhcmQYBCABKAsy", + "Di5OZXRSZXdhcmREYXRhEhkKEVNwZWNpYWxBcmVuYVBvaW50GAUgASgDEj0K", + "GVNwZWNpYWxBcmVuYUNvbnRlbnRzU3RhdGUYBiABKA4yGi5TcGVjaWFsQXJl", + "bmFDb250ZW50c1N0YXRlEg0KBUlzQmFuGAcgASgIEiEKB0JhbkluZm8YCCAB", + "KAsyEC5OZXRBcmVuYUJhbkluZm8iYQofUmVzR2V0U3BlY2lhbEFyZW5hUG9p", + "bnRSYW5rTGlzdBInCgRMaXN0GAIgAygLMhkuTmV0U3BlY2lhbEFyZW5hUG9p", + "bnREYXRhEhUKDVVzZXJQb2ludFJhbmsYAyABKAMiHgocUmVxR2V0U3BlY2lh", + "bEFyZW5hUmVjb3JkTGlzdCJIChxSZXNHZXRTcGVjaWFsQXJlbmFSZWNvcmRM", + "aXN0EigKBExpc3QYASADKAsyGi5OZXRTcGVjaWFsQXJlbmFSZWNvcmREYXRh", + "ImoKGVJlc0dldFNwZWNpYWxBcmVuYVByb2ZpbGUSJQoGQXR0YWNrGAIgAygL", + "MhUuTmV0V2hvbGVVc2VyVGVhbURhdGESJgoHRGVmZW5zZRgDIAMoCzIVLk5l", + "dFdob2xlVXNlclRlYW1EYXRhInkKG1Jlc0dldFNwZWNpYWxBcmVuYUVuZW15", + "TGlzdBIoCgVMaXN0MhgDIAMoCzIZLk5ldFNwZWNpYWxBcmVuYVJpdmFsRGF0", + "YRINCgVJc0JhbhgEIAEoCBIhCgdCYW5JbmZvGAUgASgLMhAuTmV0QXJlbmFC", + "YW5JbmZvIiQKEVJlcUdldEFyZW5hUmVwbGF5Eg8KB01hdGNoSWQYASABKAki", + "KAoRUmVzR2V0QXJlbmFSZXBsYXkSEwoLRG93bmxvYWRVcmwYASABKAkiQwoc", + "UmVxQ2hhbXBpb25BcmVuYVJlcGxheVVwbG9hZBIPCgdNYXRjaElkGAEgASgJ", + "EhIKClJlcGxheURhdGEYAiABKAwiHgocUmVzQ2hhbXBpb25BcmVuYVJlcGxh", + "eVVwbG9hZCIVChNSZXFHZXRDaGFtcGlvbkFyZW5hIpMBChNSZXNHZXRDaGFt", + "cGlvbkFyZW5hEisKCFNjaGVkdWxlGAEgASgLMhkuTmV0Q2hhbXBpb25BcmVu", + "YVNjaGVkdWxlEiYKB1JhbmtlcnMYAiADKAsyFS5OZXRDaGFtcGlvbkFyZW5h", + "RGF0YRIYChBBbHJlYWR5UmV3YXJkSWRzGAMgAygFEg0KBUdyb3VwGAQgASgF", + "Im0KGE5ldENoYW1waW9uQXJlbmFTY2hlZHVsZRIwCgxTY2hlZHVsZVR5cGUY", + "ASABKA4yGi5DaGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBlEh8KCVNjaGVkdWxl", + "cxgCIAMoCzIMLk5ldFNjaGVkdWxlIhkKF1JlcVRvcFJhbmtDaGFtcGlvbkFy", + "ZW5hIkEKF1Jlc1RvcFJhbmtDaGFtcGlvbkFyZW5hEiYKB1JhbmtlcnMYASAD", + "KAsyFS5OZXRDaGFtcGlvbkFyZW5hRGF0YSJtChROZXRDaGFtcGlvbkFyZW5h", + "RGF0YRIMCgRSYW5rGAEgASgDEh8KBFVzZXIYAiABKAsyES5OZXRXaG9sZVVz", + "ZXJEYXRhEhMKC1RvdGFsUmFua0lkGAMgASgFEhEKCUNyZWF0ZWRBdBgEIAEo", + "AyItChxSZXFHZXRDaGFtcGlvbkFyZW5hR3JvdXBMaXN0Eg0KBUdyb3VwGAEg", + "ASgFIj8KHFJlc0dldENoYW1waW9uQXJlbmFHcm91cExpc3QSHwoEVXNlchgB", + "IAMoCzIRLk5ldFdob2xlVXNlckRhdGEiMwoiUmVxR2V0Q2hhbXBpb25BcmVu", + "YUdyb3VwUmVzdWx0TGlzdBINCgVHcm91cBgBIAEoBSJQCiJSZXNHZXRDaGFt", + "cGlvbkFyZW5hR3JvdXBSZXN1bHRMaXN0EioKBFVzZXIYASADKAsyHC5OZXRD", + "aGFtcGlvbkFyZW5hR3JvdXBSYW5rZXIicQobTmV0Q2hhbXBpb25BcmVuYUdy", + "b3VwUmFua2VyEgwKBFJhbmsYASABKAMSHwoEVXNlchgCIAEoCzIRLk5ldFdo", + "b2xlVXNlckRhdGESEAoIV2luQ291bnQYAyABKAUSEQoJTG9zZUNvdW50GAQg", + "ASgFIlQKF1JlcUNoYW1waW9uQXJlbmFCZXR0aW5nEg8KB01hdGNoSWQYASAB", + "KAwSEgoKQmV0dGluZ1VzbhgCIAEoAxIUCgxCZXR0aW5nVmFsdWUYAyABKAMi", + "QQoXUmVzQ2hhbXBpb25BcmVuYUJldHRpbmcSJgoIQ3VycmVuY3kYASABKAsy", + "FC5OZXRVc2VyQ3VycmVuY3lEYXRhIiAKHlJlcUNoYW1waW9uQXJlbmFCZXR0", + "aW5nSGlzdG9yeSJSCh5SZXNDaGFtcGlvbkFyZW5hQmV0dGluZ0hpc3RvcnkS", + "MAoHSGlzdG9yeRgBIAMoCzIfLk5ldENoYW1waW9uQXJlbmFCZXR0aW5nSGlz", + "dG9yeSLTAQoeTmV0Q2hhbXBpb25BcmVuYUJldHRpbmdIaXN0b3J5EisKCU1h", + "dGNoVHlwZRgBIAEoDjIYLkNoYW1waW9uQXJlbmFCYXR0bGVUeXBlEiEKBldp", + "bm5lchgCIAEoCzIRLk5ldFdob2xlVXNlckRhdGESIAoFTG9zZXIYAyABKAsy", + "ES5OZXRXaG9sZVVzZXJEYXRhEhgKEElzQmV0dGluZ1N1Y2Nlc3MYBCABKAgS", + "FAoMQmV0dGluZ1ZhbHVlGAUgASgDEg8KB01hdGNoSWQYBiABKAwiGgoYUmVx", + "R2V0Q2hhbXBpb25BcmVuYU1hdGNoIqQBChhSZXNHZXRDaGFtcGlvbkFyZW5h", + "TWF0Y2gSDwoHTWF0Y2hJZBgBIAEoDBImCgNSZWQYAiABKAsyGS5OZXRDaGFt", + "cGlvbkFyZW5hVXNlckRhdGESJwoEQmx1ZRgDIAEoCzIZLk5ldENoYW1waW9u", + "QXJlbmFVc2VyRGF0YRImCgZSb3VuZHMYBCADKAsyFi5OZXRDaGFtcGlvbkFy", + "ZW5hUm91bmQiogEKFk5ldEJhdGNoSm9iSXRlbVBheWxvYWQSDwoHTWF0Y2hJ", + "ZBgBIAEoDBImCgNSZWQYAiABKAsyGS5OZXRDaGFtcGlvbkFyZW5hVXNlckRh", + "dGESJwoEQmx1ZRgDIAEoCzIZLk5ldENoYW1waW9uQXJlbmFVc2VyRGF0YRIm", + "CgZSb3VuZHMYBCADKAsyFi5OZXRDaGFtcGlvbkFyZW5hUm91bmQibwoVTmV0", + "Q2hhbXBpb25BcmVuYVJvdW5kEg0KBVJvdW5kGAEgASgFEiIKA1JlZBgCIAEo", + "CzIVLk5ldFdob2xlVXNlclRlYW1EYXRhEiMKBEJsdWUYAyABKAsyFS5OZXRX", + "aG9sZVVzZXJUZWFtRGF0YSJiChtSZXFDaGFtcGlvbkFyZW5hTWF0Y2hSZXN1", + "bHQSDwoHTWF0Y2hJZBgBIAEoDBIyCgxSb3VuZFJlc3VsdHMYAiADKAsyHC5O", + "ZXRDaGFtcGlvbkFyZW5hUm91bmRSZXN1bHQiXAoVTmV0QmF0Y2hKb2JJdGVt", + "UmVzdWx0Eg8KB01hdGNoSWQYASABKAwSMgoMUm91bmRSZXN1bHRzGAIgAygL", + "MhwuTmV0Q2hhbXBpb25BcmVuYVJvdW5kUmVzdWx0Ih0KG1Jlc0NoYW1waW9u", + "QXJlbmFNYXRjaFJlc3VsdCJlChtOZXRDaGFtcGlvbkFyZW5hUm91bmRSZXN1", + "bHQSDQoFUm91bmQYASABKAUSEQoJV2lubmVyVXNuGAIgASgDEhAKCExvc2Vy", + "VXNuGAMgASgDEhIKClJlcGxheURhdGEYBCABKAwi4gIKGE5ldENoYW1waW9u", + "QXJlbmFVc2VyRGF0YRILCgNVc24YASABKAMSKQoJQ2hhcmFjdGVyGAIgAygL", + "MhYuTmV0QXJlbmFVc2VyQ2hhcmFjdGVyEh8KBUl0ZW1zGAMgAygLMhAuTmV0", + "VXNlckl0ZW1EYXRhEisKC0F0dHJhY3RpdmVzGAQgAygLMhYuTmV0VXNlckF0", + "dHJhY3RpdmVEYXRhEiUKCE91dHBvc3RzGAUgAygLMhMuTmV0VXNlck91dHBv", + "c3REYXRhEi0KDEhhcm1vbnlDdWJlcxgGIAMoCzIXLk5ldFVzZXJIYXJtb255", + "Q3ViZURhdGESKAoHUmVjeWNsZRgHIAMoCzIXLk5ldFVzZXJSZWN5Y2xlUm9v", + "bURhdGESFAoMQ2xlYXJMZXNzb25zGAggAygFEioKCkF3YWtlbmluZ3MYCSAD", + "KAsyFi5OZXRFcXVpcG1lbnRBd2FrZW5pbmciLAoZUmVxR2V0Q2hhbXBpb25B", + "cmVuYVJlcGxheRIPCgdNYXRjaElkGAEgASgMIkUKGVJlc0dldENoYW1waW9u", + "QXJlbmFSZXBsYXkSKAoHUmVwbGF5cxgBIAMoCzIXLk5ldENoYW1waW9uQXJl", + "bmFSZXBsYXkiggEKFk5ldENoYW1waW9uQXJlbmFSZXBsYXkSDQoFUm91bmQY", + "ASABKAUSEwoLRG93bmxvYWRVcmwYAiABKAkSDgoGUmVkVXNuGAMgASgDEg8K", + "B0JsdWVVc24YBCABKAMSEQoJV2lubmVyVXNuGAUgASgDEhAKCExvc2VyVXNu", + "GAYgASgDIkQKF1JlcVNldENoYW1waW9uQXJlbmFUZWFtEgwKBFR5cGUYASAB", + "KAUSGwoFVGVhbXMYAiADKAsyDC5OZXRUZWFtRGF0YSJEChdSZXNTZXRDaGFt", + "cGlvbkFyZW5hVGVhbRIMCgRUeXBlGAEgASgFEhsKBVRlYW1zGAIgAygLMgwu", + "TmV0VGVhbURhdGEiKQoaUmVxR2V0Q2hhbXBpb25BcmVuYVByb2ZpbGUSCwoD", + "VXNuGAEgASgDImcKGlJlc0dldENoYW1waW9uQXJlbmFQcm9maWxlEh8KBFVz", + "ZXIYASABKAsyES5OZXRXaG9sZVVzZXJEYXRhEigKBVRlYW1zGAIgAygLMhku", + "TmV0Q2hhbXBpb25BcmVuYVRlYW1EYXRhIlMKGE5ldENoYW1waW9uQXJlbmFU", + "ZWFtRGF0YRINCgVSb3VuZBgBIAEoBRIoCgVTbG90cxgCIAMoCzIZLk5ldENo", + "YW1waW9uQXJlbmFUZWFtU2xvdCJUChhOZXRDaGFtcGlvbkFyZW5hVGVhbVNs", + "b3QSDAoEU2xvdBgBIAEoBRILCgNUaWQYAiABKAUSDQoFTGV2ZWwYAyABKAUS", + "DgoGQ29tYmF0GAQgASgFIioKGVJlcUNoYW1waW9uQXJlbmFNYXRjaExpc3QS", + "DQoFR3JvdXAYASABKAUi5wEKGVJlc0NoYW1waW9uQXJlbmFNYXRjaExpc3QS", + "JwoHTWF0Y2hlcxgBIAMoCzIWLk5ldENoYW1waW9uQXJlbmFNYXRjaBIWCg5C", + "ZXR0aW5nTWF0Y2hJZBgCIAEoDBIZChFCZXR0aW5nTWF0Y2hHcm91cBgDIAEo", + "BRI3ChBCZXR0aW5nSGlzdG9yaWVzGAQgAygLMh0uTmV0Q2hhbXBpb25BcmVu", + "YU1hdGNoQmV0dGluZxI1Cg5CZXR0aW5nSGlzdG9yeRgFIAEoCzIdLk5ldENo", + "YW1waW9uQXJlbmFNYXRjaEJldHRpbmciQwocTmV0Q2hhbXBpb25BcmVuYU1h", + "dGNoQmV0dGluZxIPCgdNYXRjaElkGAEgASgMEhIKCkJldHRpbmdVc24YAiAB", + "KAMi+gEKFU5ldENoYW1waW9uQXJlbmFNYXRjaBImCgRUeXBlGAEgASgOMhgu", + "Q2hhbXBpb25BcmVuYUJhdHRsZVR5cGUSDwoHR3JvdXBJZBgCIAEoBRIPCgdN", + "YXRjaElkGAMgASgMEiAKBVVzZXIxGAQgASgLMhEuTmV0V2hvbGVVc2VyRGF0", + "YRIgCgVVc2VyMhgFIAEoCzIRLk5ldFdob2xlVXNlckRhdGESDwoHSXNNYXRj", + "aBgGIAEoCBIRCglXaW5uZXJVc24YByABKAMSGQoRVG91cm5hbWVudEdyb3Vw", + "SWQYCCABKAUSFAoMTWF0Y2hHcm91cElkGAkgASgFIi0KGlJlcUdldENoYW1w", + "aW9uQXJlbmFCZXR0aW5nEg8KB01hdGNoSWQYASABKAwioAEKGlJlc0dldENo", + "YW1waW9uQXJlbmFCZXR0aW5nEisKBVVzZXIxGAIgASgLMhwuTmV0Q2hhbXBp", + "b25BcmVuYUJldHRpbmdJbmZvEisKBVVzZXIyGAMgASgLMhwuTmV0Q2hhbXBp", + "b25BcmVuYUJldHRpbmdJbmZvEhIKCkJldHRpbmdVc24YBCABKAMSFAoMQmV0", + "dGluZ1ZhbHVlGAUgASgDIlQKG05ldENoYW1waW9uQXJlbmFCZXR0aW5nSW5m", + "bxIfCgRVc2VyGAEgASgLMhEuTmV0V2hvbGVVc2VyRGF0YRIUCgxCZXR0aW5n", + "Q291bnQYAiABKAMiGwoZUmVxQ2hhbXBpb25BcmVuYUZpbmFsTGlzdCLMAQoZ", + "UmVzQ2hhbXBpb25BcmVuYUZpbmFsTGlzdBInCgdNYXRjaGVzGAEgAygLMhYu", + "TmV0Q2hhbXBpb25BcmVuYU1hdGNoEhYKDkJldHRpbmdNYXRjaElkGAIgASgM", + "EjcKEEJldHRpbmdIaXN0b3JpZXMYBCADKAsyHS5OZXRDaGFtcGlvbkFyZW5h", + "TWF0Y2hCZXR0aW5nEjUKDkJldHRpbmdIaXN0b3J5GAUgASgLMh0uTmV0Q2hh", + "bXBpb25BcmVuYU1hdGNoQmV0dGluZyIgCh5SZXFHZXRDaGFtcGlvbkFyZW5h", + "R3JvdXBSZXBsYXkiTQoeUmVzR2V0Q2hhbXBpb25BcmVuYUdyb3VwUmVwbGF5", + "EisKB01hdGNoZXMYASADKAsyGi5OZXRDaGFtcGlvbkFyZW5hR3JvdXBEYXRh", + "InYKGU5ldENoYW1waW9uQXJlbmFHcm91cERhdGESIAoFRW5lbXkYASABKAsy", + "ES5OZXRXaG9sZVVzZXJEYXRhEg0KBUlzV2luGAIgASgIEigKB1JlcGxheXMY", + "AyADKAsyFy5OZXRDaGFtcGlvbkFyZW5hUmVwbGF5IiAKHlJlcUdldENoYW1w", + "aW9uQXJlbmFEYXRhQnlCYWRnZSLGAQoeUmVzR2V0Q2hhbXBpb25BcmVuYURh", + "dGFCeUJhZGdlEisKCFNjaGVkdWxlGAEgASgLMhkuTmV0Q2hhbXBpb25BcmVu", + "YVNjaGVkdWxlEhoKEkhhc0JldEN1cnJlbnRSb3VuZBgCIAEoCBIbChNIYXNV", + "bmNoZWNrZWRCZXR0aW5nGAMgASgIEj4KGkN1cnJlbnRPckxhc3RTZWFzb25T", + "dGFydEF0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCIlCiNS", + "ZXFPYnRhaW5DaGFtcGlvbkFyZW5hQmV0dGluZ1Jld2FyZCJ+CiNSZXNPYnRh", + "aW5DaGFtcGlvbkFyZW5hQmV0dGluZ1Jld2FyZBI3Cg5CZXR0aW5nSGlzdG9y", + "eRgBIAEoCzIfLk5ldENoYW1waW9uQXJlbmFCZXR0aW5nSGlzdG9yeRIeCgZS", + "ZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIhQKElJlcUdldEFyZW5hQmFu", + "SW5mbyJxChJSZXNHZXRBcmVuYUJhbkluZm8SLAoSUm9va2llQXJlbmFCYW5J", + "bmZvGAEgASgLMhAuTmV0QXJlbmFCYW5JbmZvEi0KE1NwZWNpYWxBcmVuYUJh", + "bkluZm8YAiABKAsyEC5OZXRBcmVuYUJhbkluZm8iYgoITmV0QmFkZ2USCwoD", + "U2VxGAEgASgDEhEKCUJhZGdlR3VpZBgCIAEoDBIkCgxCYWRnZUNvbnRlbnQY", + "AyABKA4yDi5CYWRnZUNvbnRlbnRzEhAKCExvY2F0aW9uGAQgASgJImgKDk5l", + "dFVuaXF1ZUJhZGdlEgsKA1NlcRgBIAEoAxIRCglCYWRnZUd1aWQYAiABKAwS", + "JAoMQmFkZ2VDb250ZW50GAMgASgOMg4uQmFkZ2VDb250ZW50cxIQCghMb2Nh", + "dGlvbhgEIAEoCSJWCgxSZXNTeW5jQmFkZ2USHAoJQmFkZ2VMaXN0GAEgAygL", + "MgkuTmV0QmFkZ2USKAoPVW5pcXVlQmFkZ2VMaXN0GAIgAygLMg8uTmV0VW5p", + "cXVlQmFkZ2UiEAoOUmVzRGVsZXRlQmFkZ2UiMQoWUmVxQWRkU2NlbmFyaW9C", + "b29rbWFyaxIXCg9TY2VuYXJpb0dyb3VwSWQYASABKAkiGAoWUmVzQWRkU2Nl", + "bmFyaW9Cb29rbWFyayI0ChlSZXFSZW1vdmVTY2VuYXJpb0Jvb2ttYXJrEhcK", + "D1NjZW5hcmlvR3JvdXBJZBgBIAEoCSIbChlSZXNSZW1vdmVTY2VuYXJpb0Jv", + "b2ttYXJrIlsKG1JlcUFkZEV2ZW50U2NlbmFyaW9Cb29rbWFyaxIPCgdFdmVu", + "dElkGAEgASgFEhcKD1NjZW5hcmlvR3JvdXBJZBgCIAEoCRISCgpEaWFsb2dU", + "eXBlGAMgASgFIh0KG1Jlc0FkZEV2ZW50U2NlbmFyaW9Cb29rbWFyayJeCh5S", + "ZXFSZW1vdmVFdmVudFNjZW5hcmlvQm9va21hcmsSDwoHRXZlbnRJZBgBIAEo", + "BRIXCg9TY2VuYXJpb0dyb3VwSWQYAiABKAkSEgoKRGlhbG9nVHlwZRgDIAEo", + "BSIgCh5SZXNSZW1vdmVFdmVudFNjZW5hcmlvQm9va21hcmsiMAoYUmVxRXhp", + "c3RTY2VuYXJpb0Jvb2ttYXJrEhQKDEJvb2ttYXJrTGlzdBgBIAMoCSI1ChhS", + "ZXNFeGlzdFNjZW5hcmlvQm9va21hcmsSGQoRRXhpc3RCb29rbWFya0xpc3QY", + "ASADKAkiRgodUmVxRXhpc3RFdmVudFNjZW5hcmlvQm9va21hcmsSDwoHRXZl", + "bnRJZBgBIAEoBRIUCgxCb29rbWFya0xpc3QYAiADKAkiOgodUmVzRXhpc3RF", + "dmVudFNjZW5hcmlvQm9va21hcmsSGQoRRXhpc3RCb29rbWFya0xpc3QYASAD", + "KAkinAEKF1Jlc0dldENhbXBhaWduRmllbGREYXRhEiIKBUZpZWxkGAIgASgL", + "MhMuTmV0RmllbGRPYmplY3REYXRhEh4KBFRlYW0YAyABKAsyEC5OZXRVc2Vy", + "VGVhbURhdGESLwoNVGVhbVBvc2l0aW9ucxgEIAMoCzIYLk5ldENhbXBhaWdu", + "VGVhbVBvc2l0aW9uEgwKBEpzb24YBSABKAkiFgoUUmVzU2F2ZUNhbXBhaWdu", + "RmllbGQiHAoaUmVzU2F2ZUNhbXBhaWduRmllbGRPYmplY3QiNwoVUmVzT2J0", + "YWluQ2FtcGFpZ25JdGVtEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2FyZERh", + "dGEiEwoRUmVzRXNjYXBlQ2FtcGFpZ24iYgoTUmVzR2V0Q2hhcmFjdGVyRGF0", + "YRIoCglDaGFyYWN0ZXIYAiADKAsyFS5OZXRVc2VyQ2hhcmFjdGVyRGF0YRIh", + "ChlTeW5jaHJvU3RhbmRhcmRDaGFyYWN0ZXJzGAMgAygDImIKFFJlc0dldEF0", + "dHJhY3RpdmVMaXN0EisKC0F0dHJhY3RpdmVzGAIgAygLMhYuTmV0VXNlckF0", + "dHJhY3RpdmVEYXRhEh0KFUNvdW5zZWxBdmFpbGFibGVDb3VudBgDIAEoBSKN", + "AQoTUmVzQ2hhcmFjdGVyQ291bnNlbBIqCgpBdHRyYWN0aXZlGAIgASgLMhYu", + "TmV0VXNlckF0dHJhY3RpdmVEYXRhEiAKA0V4cBgEIAEoCzITLk5ldEluY3Jl", + "YXNlRXhwRGF0YRIoCgpDdXJyZW5jaWVzGAUgAygLMhQuTmV0VXNlckN1cnJl", + "bmN5RGF0YSKEAQoTUmVzQ2hhcmFjdGVyUHJlc2VudBIqCgpBdHRyYWN0aXZl", + "GAIgASgLMhYuTmV0VXNlckF0dHJhY3RpdmVEYXRhEh8KBUl0ZW1zGAMgAygL", + "MhAuTmV0VXNlckl0ZW1EYXRhEiAKA0V4cBgEIAEoCzITLk5ldEluY3JlYXNl", + "RXhwRGF0YSI7ChlSZXNPYnRhaW5BdHRyYWN0aXZlUmV3YXJkEh4KBlJld2Fy", + "ZBgCIAEoCzIOLk5ldFJld2FyZERhdGEiZwoTUmVzQ2hhcmFjdGVyVXBncmFk", + "ZRIvCglDaGFyYWN0ZXIYBCABKAsyHC5OZXRVc2VyQ2hhcmFjdGVyRGVmYXVs", + "dERhdGESHwoFSXRlbXMYAyADKAsyEC5OZXRVc2VySXRlbURhdGEiawoXUmVz", + "Q2hhcmFjdGVyQ29yZVVwZ3JhZGUSLwoJQ2hhcmFjdGVyGAQgASgLMhwuTmV0", + "VXNlckNoYXJhY3RlckRlZmF1bHREYXRhEh8KBUl0ZW1zGAMgAygLMhAuTmV0", + "VXNlckl0ZW1EYXRhIqYBChNSZXNDaGFyYWN0ZXJMZXZlbFVwEi8KCUNoYXJh", + "Y3RlchgEIAEoCzIcLk5ldFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0YRIoCgpD", + "dXJyZW5jaWVzGAMgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YRIRCglTeW5j", + "aHJvTHYYBSABKAUSIQoZU3luY2hyb1N0YW5kYXJkQ2hhcmFjdGVycxgGIAMo", + "AyKoAQoVUmVzQ2hhcmFjdGVyR3Jvd1Jlc2V0Ei8KCUNoYXJhY3RlchgCIAEo", + "CzIcLk5ldFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0YRIoCgpDdXJyZW5jaWVz", + "GAMgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YRIRCglTeW5jaHJvTHYYBCAB", + "KAUSIQoZU3luY2hyb1N0YW5kYXJkQ2hhcmFjdGVycxgFIAMoAyKWAQoYUmVz", + "Q2hhcmFjdGVyU2tpbGxMZXZlbFVwEi8KCUNoYXJhY3RlchgCIAEoCzIcLk5l", + "dFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0YRIfCgVJdGVtcxgDIAMoCzIQLk5l", + "dFVzZXJJdGVtRGF0YRIoCgpDdXJyZW5jaWVzGAQgAygLMhQuTmV0VXNlckN1", + "cnJlbmN5RGF0YSI5ChFSZXNHZXRTeW5jaHJvRGF0YRIkCgdTeW5jaHJvGAIg", + "ASgLMhMuTmV0VXNlclN5bmNocm9EYXRhIncKElJlc1N5bmNocm9SZWdpc3Rl", + "chIdCgRTbG90GAIgASgLMg8uTmV0U3luY2hyb1Nsb3QSLwoJQ2hhcmFjdGVy", + "GAQgASgLMhwuTmV0VXNlckNoYXJhY3RlckRlZmF1bHREYXRhEhEKCUlzU3lu", + "Y2hybxgFIAEoCCKtAQoSUmVzU3luY2hyb1VucmVnaXN0Eh0KBFNsb3QYAiAB", + "KAsyDy5OZXRTeW5jaHJvU2xvdBIvCglDaGFyYWN0ZXIYBCABKAsyHC5OZXRV", + "c2VyQ2hhcmFjdGVyRGVmYXVsdERhdGESEQoJSXNTeW5jaHJvGAUgASgIEhEK", + "CVN5bmNocm9MdhgGIAEoBRIhChlTeW5jaHJvU3RhbmRhcmRDaGFyYWN0ZXJz", + "GAcgAygDIlwKEVJlc1N5bmNocm9BZGRTbG90Eh0KBFNsb3QYAiABKAsyDy5O", + "ZXRTeW5jaHJvU2xvdBIoCgpDdXJyZW5jaWVzGAQgAygLMhQuTmV0VXNlckN1", + "cnJlbmN5RGF0YSImChdSZXFTeW5jaHJvQWRkU2xvdEJ5SXRlbRILCgNJc24Y", + "ASABKAMiWAoXUmVzU3luY2hyb0FkZFNsb3RCeUl0ZW0SHQoEU2xvdBgBIAEo", + "CzIPLk5ldFN5bmNocm9TbG90Eh4KBEl0ZW0YAiABKAsyEC5OZXRVc2VySXRl", + "bURhdGEiagofUmVzU3luY2hyb0ltbWVkaWF0ZWx5SW5pdGlhbGl6ZRIdCgRT", + "bG90GAIgASgLMg8uTmV0U3luY2hyb1Nsb3QSKAoKQ3VycmVuY2llcxgEIAMo", + "CzIULk5ldFVzZXJDdXJyZW5jeURhdGEiUAoRUmVzU3luY2hyb0xldmVsVXAS", + "EQoJU3luY2hyb0x2GAIgASgFEigKCkN1cnJlbmNpZXMYAyADKAsyFC5OZXRV", + "c2VyQ3VycmVuY3lEYXRhIl0KEFJlc1N5bmNocm9DaGFuZ2USKQoKQ2hhcmFj", + "dGVycxgCIAMoCzIVLk5ldFVzZXJDaGFyYWN0ZXJEYXRhEh4KBVNsb3RzGAMg", + "AygLMg8uTmV0U3luY2hyb1Nsb3QiMAoaUmVzR2V0Q2hhcmFjdGVyQ29zdHVt", + "ZURhdGESEgoKQ29zdHVtZUlkcxgCIAMoBSIYChZSZXNTZXRDaGFyYWN0ZXJD", + "b3N0dW1lIhsKGVJlc1NldEF0dHJhY3RpdmVGYXZvcml0ZXMiOwobUmVxQ2hh", + "cmFjdGVyU2tpbGxMZXZlbFJlc2V0EgsKA0NzbhgBIAEoAxIPCgdFdmVudElk", + "GAIgASgFIpACChtSZXNDaGFyYWN0ZXJTa2lsbExldmVsUmVzZXQSLwoGUmVz", + "dWx0GAEgASgOMh8uQ2hhcmFjdGVyU2tpbGxMZXZlbFJlc2V0UmVzdWx0Ei8K", + "CUNoYXJhY3RlchgCIAEoCzIcLk5ldFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0", + "YRIoCgpDdXJyZW5jaWVzGAMgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YRIj", + "CglVc2VySXRlbXMYBCADKAsyEC5OZXRVc2VySXRlbURhdGESGwoFSXRlbXMY", + "BSADKAsyDC5OZXRJdGVtRGF0YRIjCgdSZWRlZW1zGAYgAygLMhIuTmV0VXNl", + "clJlZGVlbURhdGEiKAoSUmVxQ291bnNlbGVkQmVmb3JlEhIKCkNvdW5zZWxU", + "aWQYASABKAUiLwoSUmVzQ291bnNlbGVkQmVmb3JlEhkKEUlzQ291bnNlbGVk", + "QmVmb3JlGAEgASgIIiwKGFJlcUNoYXJhY3RlclF1aWNrQ291bnNlbBIQCghO", + "YW1lQ29kZRgBIAEoBSKSAQoYUmVzQ2hhcmFjdGVyUXVpY2tDb3Vuc2VsEioK", + "CkF0dHJhY3RpdmUYASABKAsyFi5OZXRVc2VyQXR0cmFjdGl2ZURhdGESIAoD", + "RXhwGAIgASgLMhMuTmV0SW5jcmVhc2VFeHBEYXRhEigKCkN1cnJlbmNpZXMY", + "AyADKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhIjUKFU5ldENoYXJhY3RlckVx", + "dWlwRGF0YRILCgNDc24YASABKAMSDwoHVGlkTGlzdBgCIAMoBSIOCgxSZXNS", + "ZXNldFVzZXIiDwoNUmVzRGVsZXRlVXNlciIuCgxSZXNTZXRVc2VyTHYSHgoI", + "VXNlckRhdGEYAiABKAsyDC5OZXRVc2VyRGF0YSI6Cg9SZXNBZGRDaGFyYWN0", + "ZXISJwoIQ2hhckxpc3QYAiADKAsyFS5OZXRVc2VyQ2hhcmFjdGVyRGF0YSI8", + "ChFSZXNTZXRDaGFyYWN0ZXJMdhInCghDaGFyTGlzdBgCIAMoCzIVLk5ldFVz", + "ZXJDaGFyYWN0ZXJEYXRhIkIKF1Jlc1NldEFsbENoYXJhY3RlckxldmVsEicK", + "CENoYXJMaXN0GAIgAygLMhUuTmV0VXNlckNoYXJhY3RlckRhdGEiFQoTUmVz", + "RGVsZXRlQ2hhcmFjdGVycyI9ChJSZXNBZGRBbGxDaGFyYWN0ZXISJwoIQ2hh", + "ckxpc3QYAiADKAsyFS5OZXRVc2VyQ2hhcmFjdGVyRGF0YSI8Cg5SZXNBZGRD", + "dXJyZW5jeRIqCgxDdXJyZW5jeURhdGEYAiABKAsyFC5OZXRVc2VyQ3VycmVu", + "Y3lEYXRhIlgKClJlc0FkZEl0ZW0SIgoISXRlbUxpc3QYAiADKAsyEC5OZXRV", + "c2VySXRlbURhdGESJgoKUmVkZWVtTGlzdBgDIAMoCzISLk5ldFVzZXJSZWRl", + "ZW1EYXRhIlgKClJlc0RlbEl0ZW0SIgoISXRlbUxpc3QYAiADKAsyEC5OZXRV", + "c2VySXRlbURhdGESJgoKUmVkZWVtTGlzdBgDIAMoCzISLk5ldFVzZXJSZWRl", + "ZW1EYXRhIi0KC1Jlc1Bvc3RNYWlsEh4KBE1haWwYAiADKAsyEC5OZXRVc2Vy", + "TWFpbERhdGEiJwoPUmVzU2V0TGFzdExvZ2luEhQKDExhc3RMb2dpblRpYxgC", + "IAEoAyISChBSZXNSZXNldEJ1eUxpbWl0IhQKElJlc1Jlc2V0RnJpZW5kc2hp", + "cCIPCg1SZXNSZXNldFN0YWdlIhgKFlJlc0NsZWFyQWxsTm9ybWFsU3RhZ2Ui", + "FgoUUmVzQ2xlYXJBbGxIYXJkU3RhZ2UiDwoNUmVzUmVzZXRUb3dlciISChBS", + "ZXNDbGVhckFsbFRvd2VyIhYKFFJlc0NsZWFyQWxsRmllbGRJdGVtIhMKEVJl", + "c0NsZWFyRmllbGRJdGVtIh4KHFJlc0FjcXVpcmVHdWlsZEFjdGl2aXR5UG9p", + "bnQiEwoRUmVzUmVzZXRHYWNoYURhdGEiGAoWUmVzUmVzZXRTaG9wUmVuZXdD", + "b3VudCIOCgxSZXNSZXNldFNob3AiEgoQUmVzUmVzZXRCdWlsZGluZyIWChRS", + "ZXNGb3JjZUFjY2VwdEZyaWVuZCIPCg1SZXNTZXRUcmlnZ2VyIhEKD1Jlc1Jl", + "c2V0VHJpZ2dlciIWChRSZXNSZXNldFRvZGF5Q291bnNlbCIiCiBSZXNSZXNl", + "dEFsbEF0dHJhY3RpdmVDb3Vuc2VsRGF0YSITChFSZXNDbGVhck1haW5RdWVz", + "dCIWChRSZXNBbGxDbGVhck1haW5RdWVzdCIPCg1SZXNBbGxBZGRJdGVtIhYK", + "FFJlc1Jlc2V0T3V0cG9zdEV2ZW50IhMKEVJlc1Jlc2V0TWVzc2VuZ2VyIhkK", + "F1Jlc1JlY2VpdmVSZXF1ZXN0RnJpZW5kIhMKEVJlc0FsbEFkZEN1cnJlbmN5", + "IhQKElJlc1NldEF0dHJhY3RpdmVMdiITChFSZXNTZXRPdXRwb3N0VGltZSIX", + "ChVSZXNDbGVhckFsbExvc3RTZWN0b3IiFQoTUmVzQWxsQWRkSnVrZWJveEJn", + "bSISChBSZXNBZGRKdWtlYm94QmdtIhQKElJlc1NldFN5bmNocm9MZXZlbCIc", + "ChpSZXNTZXRSZWN5Y2xlUmVzZWFyY2hMZXZlbCITChFSZXNHZXRBcmVuYVJl", + "d2FyZCIVChNSZXNDbGVhckFsbERpc3BhdGNoIhMKEVJlc1Jlc2V0SW52ZW50", + "b3J5Ih4KHFJlc1Jlc2V0TG9zdFNlY3RvcldpdGhSZXdhcmQiFwoVUmVzUmVz", + "ZXRUYWN0aWNBY2FkZW15IhsKGVJlc0FsbExlc3NvblRhY3RpY0FjYWRlbXki", + "GwoZUmVzU2V0TGVzc29uVGFjdGljQWNhZGVteSITChFSZXNGb3JjZVNpZ25R", + "dWVzdCIuChVSZXNPYnRhaW5BbGxXYWxscGFwZXISFQoNV2FsbHBhcGVyTGlz", + "dBgCIAMoBSIZChdSZXNSZXNldEZpZWxkQ29sbGVjdGlvbiIZChdSZXNSZXNl", + "dFRvd2VyRGFpbHlDbGVhciISChBSZXNSZXNldERpc3BhdGNoIhEKD1Jlc1Jl", + "c2V0T3V0cG9zdCIVChNSZXNSZXNldEhhcm1vbnlDdWJlIhQKElJlc1Jlc2V0", + "QXJlbmFDb3VudCIXChVSZXNGb3JjZVJlZ2lzdGVyR3VpbGQiGgoYUmVzU2V0", + "QnVpbGRpbmdUaW1lU2Vjb25kIhQKElJlc09idGFpbkFsbE1lbW9yeSISChBS", + "ZXNSZXNldE1lbW9yaWFsIg4KDFJlc0FkZE1lbW9yeSJCChRSZXNPcGVuQWxs", + "TG9zdFNlY3RvchIqCgpMb3N0U2VjdG9yGAIgAygLMhYuTmV0VXNlckxvc3RT", + "ZWN0b3JEYXRhIkkKG1Jlc1Jlc2V0QWxsTG9zdFNlY3RvclJld2FyZBIqCgpM", + "b3N0U2VjdG9yGAIgAygLMhYuTmV0VXNlckxvc3RTZWN0b3JEYXRhIkMKFVJl", + "c1Jlc2V0QWxsTG9zdFNlY3RvchIqCgpMb3N0U2VjdG9yGAIgAygLMhYuTmV0", + "VXNlckxvc3RTZWN0b3JEYXRhIjQKElJlc0FkZEluZnJhQ29yZUV4cBIeCghV", + "c2VyRGF0YRgCIAEoCzIMLk5ldFVzZXJEYXRhIhMKEVJlc1Jlc2V0SW5mcmFD", + "b3JlIhIKEFJlc1NldEd1aWxkR3JhZGUiWQoSUmVzR2V0UmFuZG9tUmV3YXJk", + "Eh4KBlJld2FyZBgCIAMoCzIOLk5ldFJld2FyZERhdGESIwoLRmluYWxSZXdh", + "cmQYAyABKAsyDi5OZXRSZXdhcmREYXRhIhkKF1Jlc0xvZ2luRXZlbnRBdHRl", + "bmRhbmNlIjsKG1Jlc0NoYW5nZURhaWx5RXZlbnRKb2luRGF0ZRIcChRDaGFu", + "Z2VkRXZlbnRKb2luRGF0ZRgCIAEoAyIdChtSZXNSZXNldENoYXJhY3RlclNr", + "aWxsTGV2ZWwiIAoeUmVzUmVzZXRBbGxDaGFyYWN0ZXJTa2lsbExldmVsIh0K", + "G1Jlc1NldEFsbENoYXJhY3RlckdyYWRlQ29yZSIaChhSZXNTZXRDaGFyYWN0", + "ZXJFcXVpcG1lbnQiKAomUmVzUmVzZXREYWlseUV2ZW50TWlzc2lvblJlY2Vp", + "dmVSZWNvcmQiFAoSUmVzQ3JlYXRlVGVzdE1haWxzIhgKFlJlc0RlbGV0ZUNv", + "b3BFdmVudFNob3AiOAoOUmVzU2V0Q3VycmVuY3kSJgoIQ3VycmVuY3kYAiAB", + "KAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhIj4KFFJlc0FkZENoYXJnZUN1cnJl", + "bmN5EiYKCEN1cnJlbmN5GAIgASgLMhQuTmV0VXNlckN1cnJlbmN5RGF0YSJD", + "ChlSZXNTdWJ0cmFjdENoYXJnZUN1cnJlbmN5EiYKCEN1cnJlbmN5GAIgASgL", + "MhQuTmV0VXNlckN1cnJlbmN5RGF0YSIbChlSZXNPYnRhaW5GaWVsZEl0ZW1C", + "eUNoZWF0Ig0KC1Jlc0FkZEZyYW1lIhAKDlJlc0FkZEFsbEZyYW1lIhAKDlJl", + "c0RlbGV0ZUZyYW1lIhQKElJlc1NldE9wZW5BbGxUb3dlciIgCh5SZXNGb3Jj", + "ZVBpY2tUb2RheVJhbmRvbU1lc3NhZ2UiHwodUmVzRm9yY2VQaWNrVG9kYXlE", + "YWlseU1lc3NhZ2UiHwodUmVzRmlsbFVwVHJpZ2dlcnNGb3JNZXNzZW5nZXIi", + "HwodUmVzQWRkQWxsQ29ycG9yYXRpb25FcXVpcG1lbnQiFAoSUmVzT2J0YWlu", + "UGFzc1BvaW50Ig4KDFJlc1Jlc2V0UGFzcyITChFSZXNTZXRQcmVtaXVtUGFz", + "cyIXChVSZXNGb3JjZUZyaWVuZFJlcXVlc3QiFwoVUmVzRGVsZXRlQWxsRHVt", + "bXlVc2VyIhIKEFJlc0NsZWFyU3ViUXVlc3QiGQoXUmVzUmVzZXRNYWluUXVl", + "c3RSZXdhcmQiGwoZUmVzU2V0TW9udGhseVN1YnNjcmlwdGlvbiISChBSZXNE", + "ZWxldGVTaW1Sb29tIjwKGlJlc0ZvcmNlQnV5Q2FtcGFpZ25QYWNrYWdlEh4K", + "BlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEiGQoXUmVzUmVzZXRDYW1w", + "YWlnblBhY2thZ2UiEwoRUmVzQWRkU2ltUm9vbUJ1ZmYiFgoUUmVzRGVsZXRl", + "U2ltUm9vbUJ1ZmYiGgoYUmVzRGVsZXRlQWxsU2ltUm9vbUJ1ZmZzImMKFlJl", + "c0ZvcmNlQ2xlYXJJbnRlcmNlcHQSJAoMTm9ybWFsUmV3YXJkGAEgAygLMg4u", + "TmV0UmV3YXJkRGF0YRIjCgtCb251c1Jld2FyZBgCIAMoCzIOLk5ldFJld2Fy", + "ZERhdGEiEwoRUmVzUmVzZXRJbkFwcFNob3AiOAoWUmVzSW5BcHBTaG9wQnV5", + "UHJvZHVjdBIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIiAKHlJl", + "c0FkZENoZWF0SW5BcHBTaG9wQnV5UHJvZHVjdCJKChhSZXNTZXRPdXRwb3N0", + "QmF0dGxlTGV2ZWwSDgoGUmVzdWx0GAEgASgIEh4KBlJld2FyZBgCIAEoCzIO", + "Lk5ldFJld2FyZERhdGEiGAoWUmVzRmlsbEludGVyY2VwdFRpY2tldCIPCg1S", + "ZXNBZGRDb3N0dW1lIhIKEFJlc0RlbGV0ZUNvc3R1bWUiFAoSUmVzU2V0U2lt", + "Um9vbVN0YWdlIhkKF1Jlc0NsZWFyQWxsU2ltUm9vbVN0YWdlIhwKGlJlc1Jl", + "c2V0V29ybGRSYWlkUGxheUNvdW50IiAKHlJlc1NldFNlbmRGcmllbmRzaGlw", + "UG9pbnRDb3VudCIjCiFSZXNTZXRSZWNlaXZlRnJpZW5kc2hpcFBvaW50Q291", + "bnQiEgoQUmVzU2V0RGljZU51bWJlciIWChRSZXNTZXREaWNlU3dlZXBDb3Vu", + "dCIVChNSZXNTZXREaWNlSGVyb1Bvd2VyIg4KDFJlc1Jlc2V0RGljZSIQCg5S", + "ZXNEb1RpbWVTaGlmdCLXAQoUUmVzQ2hlYXRFeGVjdXRlR2FjaGESIgoFR2Fj", + "aGEYASADKAsyEy5OZXRHYWNoYUVudGl0eURhdGESKAoKQ3VycmVuY2llcxgC", + "IAMoCzIULk5ldFVzZXJDdXJyZW5jeURhdGESMAoKQ2hhcmFjdGVycxgDIAMo", + "CzIcLk5ldFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0YRIfCgVJdGVtcxgEIAMo", + "CzIQLk5ldFVzZXJJdGVtRGF0YRIeCgZSZXdhcmQYBSABKAsyDi5OZXRSZXdh", + "cmREYXRhIhwKGlJlc0FsbE1vdW50RXF1aXBtZW50RGVsZXRlIhkKF1Jlc01v", + "dW50RXF1aXBtZW50RGVsZXRlIhoKGFJlc0R1bW15R3VpbGRKb2luUmVxdWVz", + "dCITChFSZXNEdW1teUd1aWxkTGlzdCJMChlSZXNTZXRDaGFyYWN0ZXJTa2ls", + "bExldmVsEi8KCUNoYXJhY3RlchgBIAEoCzIcLk5ldFVzZXJDaGFyYWN0ZXJE", + "ZWZhdWx0RGF0YSJEChlSZXNTZXRDaGFyYWN0ZXJzR3JhZGVDb3JlEicKCENo", + "YXJMaXN0GAEgAygLMhUuTmV0VXNlckNoYXJhY3RlckRhdGEiFAoSUmVzRW5h", + "YmxlU3BvdENoZWF0IhUKE1Jlc0FyZW5hU2V0dGxlQ2hlYXQiLAoZUmVzQ2hh", + "bXBpb25BcmVuYUxhc3RNYXRjaBIPCgdNYXRjaElkGAEgASgMIh4KHFJlc0Zv", + "cmNlVW5pb25SYWlkRGFpbHlTZXR0bGUiGAoWUmVzQ2hlYXRQb3N0U3lzdGVt", + "TWFpbCIUChJSZXNSZXNldExvZ2luRXZlbnQiPAoRUmVzQ2xlYXJVbmlvblJh", + "aWQSJwoHQ3VycmVudBgBIAEoCzIWLk5ldFVuaW9uUmFpZEd1aWxkSW5mbyIX", + "ChVSZXNBbGxDbGVhckV2ZW50U3RhZ2UiFAoSUmVzUmVzZXRFdmVudFN0YWdl", + "IhkKF1Jlc0ZvcmNlU2V0dGxlVW5pb25SYWlkIhcKFVJlc0NoYW5nZUxpYmVy", + "YXRlU3RlcCIaChhSZXNSZXNldExpYmVyYXRlUHJvZ3Jlc3MiEgoQUmVzUmVz", + "ZXRTY2VuYXJpbyIRCg9SZXNCYW5VbmlvblJhaWQiZQoNUmVzQ2FsY0NvbWJh", + "dBImCgpDb21iYXREYXRhGAEgAygLMhIuTmV0Q2FsY0NvbWJhdERhdGESLAoQ", + "TGVnYWN5Q29tYmF0RGF0YRgCIAMoCzISLk5ldENhbGNDb21iYXREYXRhIo8B", + "ChFOZXRDYWxjQ29tYmF0RGF0YRIKCgJJZBgBIAEoAxIQCghOYW1lQ29kZRgC", + "IAEoBRIOCgZDb21iYXQYAyABKAUSJQoEU3RhdBgEIAEoCzIXLk5ldENoYXJh", + "Y3RlckNvbWJhdERhdGESJQoGSWRUeXBlGAUgASgOMhUuQ2FsY0NvbWJhdERh", + "dGFJZFR5cGUiEwoRUmVzUmVzZXRVbmlvblJhaWQiGwoZUmVzU2V0SW5maW5p", + "dGVTdWRkZW5FdmVudCIXChVSZXNTZXRJbmZpbml0ZUNvdW5zZWwiGAoWUmVz", + "UmVzZXRFdmVudFF1ZXN0RGF0YSIZChdSZXNTZXRSb29raWVBcmVuYVJhdGlu", + "ZyIiCiBSZXNTZXRSb29raWVBcmVuYVJhdGluZ1RhcmdldFVzbiIWChRSZXNS", + "b29raWVBcmVuYVRlbldpbiIWChRSZXNEZWxldGVBcmVuYVJld2FyZCIZChdS", + "ZXNTZXRTeW5jaHJvQ2hhcmFjdGVycyIWChRSZXNTZXRBbGxDdXJyZW5jeU1h", + "eCIZChdSZXNTZXRBbGxFcXVpcG1lbnRMZXZlbCIiCiBSZXNSZXNldE91dHBv", + "c3RCYXR0bGVSZXRyb2FjdGl2ZSIbChlSZXNTZXRBbGxIYXJtb255Q3ViZUxl", + "dmVsIhkKF1Jlc1NldEVxdWlwQXdha2VuT3B0aW9uIhsKGVJlc0NoYW5nZVNw", + "ZWNpYWxBcmVuYVJhbmsiGQoXUmVzU2V0U3BlY2lhbEFyZW5hUG9pbnQiHQob", + "UmVzU2V0U3BlY2lhbEFyZW5hVGlja2V0Qm94IhwKGlJlc1NldFNwZWNpYWxB", + "cmVuYVBvaW50Qm94IhwKGlJlc1Jlc2V0U3BlY2lhbEFyZW5hQmF0dGxlIh0K", + "G1Jlc1NldFRyaWdnZXJGb3JBY2hpZXZlbWVudCIyChNSZXNDaGVhdEdldFVz", + "ZXJEYXRhEgsKA0FzbhgBIAEoAxIOCgZPcGVuSWQYAiABKAkiGwoZUmVzQWxs", + "Q2xlYXJDaGFsbGVuZ2VTdGFnZSIZChdSZXNGaWxsRXZlbnRTdG9yeVRpY2tl", + "dCIeChxSZXNTZXRJbmZpbml0ZUNoYWxsZW5nZVN0YWdlIhsKGVJlc1Jlc2V0", + "QWxsRGFpbHlGcmVlR2FjaGEiHQobUmVzUmVzZXRUZXh0QWR2ZW50dXJlVGlj", + "a2V0Ih0KG1Jlc1NldEluZmluaXRlVGV4dEFkdmVudHVyZSIbChlSZXNSZXNl", + "dFRleHRBZHZlbnR1cmVEYXRhIiMKIVJlc0ZvcmNlUmVjb3JkVGV4dEFkdmVu", + "dHVyZUVuZGluZyIpChdSZXNHZXRDaGVhdFByZXNldElkTGlzdBIOCgZJZExp", + "c3QYASADKAUiIwoRUmVzR2V0Q2hlYXRQcmVzZXQSDgoGUHJlc2V0GAEgASgJ", + "IhgKFlJlc1JlZ2lzdGVyQ2hlYXRQcmVzZXQiFwoVUmVzRm9yY2VTb2xvUmFp", + "ZENsZWFyIhoKGFJlc1Jlc2V0QWxsU29sb1JhaWRDbGVhciIbChlSZXNSZXNl", + "dE9wZW5Db3VudFNvbG9SYWlkIhwKGlJlc0ZvcmNlU2V0U29sb1JhaWRSYW5r", + "aW5nIhwKGlJlc0NyZWF0ZVNvbG9SYWlkRHVtbXlVc2VyIhgKFlJlc1Jlc2V0", + "U29sb1JhaWRTZXR0bGUiJQojUmVzU2V0Q29tcGxldGFibGVEYWlseUV2ZW50", + "TWlzc2lvbnMiFQoTUmVzQ2hlYXRTb2xvUmFpZEJhbiIUChJSZXNTZXRTdWJz", + "Y3JpcHRpb24iGQoXUmVzUmVzZXRTb2xvUmFpZFJhbmtpbmciHAoaUmVzUmVz", + "ZXRBbGxTb2xvUmFpZFJhbmtpbmcikQEKH1Jlc0dldEJveEdhY2hhU2ltdWxh", + "dGlvblJlc3VsdHMSPgoHUmVzdWx0cxgBIAMoCzItLlJlc0dldEJveEdhY2hh", + "U2ltdWxhdGlvblJlc3VsdHMuUmVzdWx0c0VudHJ5Gi4KDFJlc3VsdHNFbnRy", + "eRILCgNrZXkYASABKAUSDQoFdmFsdWUYAiABKAU6AjgBIhkKF1Jlc0NsZWFy", + "Qm94R2FjaGFSZXN1bHRzIhsKGVJlc0RlbGV0ZUNvbnRlbnREdW1teVVzZXIi", + "FAoSUmVzR2V0RXJyb3JNZXNzYWdlIhoKGFJlc0NyZWF0ZUZyaWVuZER1bW15", + "VXNlciIVChNSZXNEZWxldGVEdW1teVVuaW9uIh0KG1Jlc0NvcnJlY3RSZW1v", + "dmVkU3RhdGljRGF0YSIhCh9SZXNDcmVhdGVTcGVjaWFsQXJlbmFQb2ludER1", + "bW15Ih0KG1Jlc0NyZWF0ZUNoYW1waW9uQXJlbmFEdW1teSIhCh9SZXNEZWxl", + "dGVBcmVuYVNldHRsZW1lbnRIaXN0b3J5IhcKFVJlc0RlbGV0ZUFyZW5hUmFu", + "a2luZyIbChlSZXNEZWxldGVBcmVuYVBsYXlIaXN0b3J5IrABChZSZXNTaG93", + "QXJlbmFTZXJ2ZXJJbmZvEg4KBlNlcnZlchgBIAEoBRIUCgxJc0xhc3RTZXJ2", + "ZXIYAiABKAgSEAoIQm90Q291bnQYAyABKAUSGgoSQ3VycmVudFNlYXNvbklu", + "ZGV4GAQgASgFEhYKDklzU2Vhc29uU2V0dGxlGAUgASgIEhUKDUlzRGFpbHlT", + "ZXR0bGUYBiABKAgSEwoLSXNSZWFycmFuZ2UYByABKAgiHgocUmVzRGVsZXRl", + "QWxsQXJlbmFQbGF5SGlzdG9yeSIbChlSZXNDcmVhdGVSb29raWVBcmVuYUR1", + "bW15IhIKEFJlc0NoZWF0QmFuQXJlbmEiGQoXUmVzQ2hlYXRCYW5SZXN0b3Jl", + "QXJlbmEiGQoXUmVzUmVzZXRBbGxBcmVuYVJhbmtpbmciGwoZUmVzUm9sbGJh", + "Y2tBcmVuYVJlYXJyYW5nZSIbChlSZXNGb3JjZVNldFVuaW9uUmFpZFNjb3Jl", + "IhoKGFJlc1Jlc2V0QWxsVW5pb25SYWlkRGF0YSIdChtSZXNDcmVhdGVEdW1t", + "eVVuaW9uUmFpZERhdGEiEgoQUmVzUmVzZXRBbGxBcmVuYSIoCiZSZXNDcmVh", + "dGVEdW1teUNoYW1waW9uQXJlbmFNYXRjaFJlc3VsdCIcChpSZXNDaGFuZ2VD", + "aGFtcGlvbkFyZW5hVXNlciJLChhSZXNHZXRVbmlvblJhaWREdW1teUluZm8S", + "FwoPRHVtbXlVbmlvbkNvdW50GAEgASgFEhYKDlJlYWxVbmlvbkNvdW50GAIg", + "ASgFIjMKHlJlc0V4aXN0VW5pb25SYWlkU2V0dGxlSGlzdG9yeRIRCglBdmFp", + "bGFibGUYASABKAgiIgogUmVzUmVzZXRNaW5pR2FtZUJCUURhaWx5UHJvZ3Jl", + "c3MiJQojUmVzUmVzZXRNaW5pR2FtZUJCUUFjY3VtdWxhdGVkU2NvcmUiFgoU", + "UmVzSW52YWxpZGF0ZVNlc3Npb24iHgocUmVzU2V0Q2hhbXBpb25BcmVuYUR1", + "bW15VGVhbSJOChxSZXNHZXRTcGVjaWFsQXJlbmFTZXJ2ZXJJbmZvEhMKC1Nl", + "cnZlckNvdW50GAEgASgFEhkKEVVuZGVyMTBVc2VyU2VydmVyGAIgAygFIhUK", + "E1Jlc1NldEluZmluaXRlVG93ZXIiFwoVUmVzUmVzZXRNaW5pR2FtZUNlMDAy", + "IhkKF1Jlc0luQXBwUHVyY2hhc2VQYXlGYWlsIhUKE1Jlc0FkZEFyY2hpdmVS", + "ZWNvcmQiHgocUmVzQWxsQ2xlYXJBcmNoaXZlRXZlbnRTdGFnZSIkCiJSZXNS", + "ZXNldENoYW1waW9uQXJlbmFCZXR0aW5nUmV3YXJkIlsKIFJlc0NoYW5nZUd1", + "aWxkTWVtYmVyTGFzdEFjdGlvbkF0EjcKE0NoYW5nZWRMYXN0QWN0aW9uQXQY", + "ASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIlMKHFJlc0NoYW5n", + "ZUd1aWxkTWVtYmVySm9pbmVkQXQSMwoPQ2hhbmdlZEpvaW5lZEF0GAEgASgL", + "MhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCIRCg9SZXNDaGVhdEJhblVz", + "ZXIiFgoUUmVzSWdub3JlU3VjY2VlZEZsYWciGwoZUmVzQ2hlYXRUb2dnbGVG", + "ZWF0dXJlRmxhZyIdChtSZXNDcmVhdGVSZWFycmFuZ2VBcmVuYURhdGEiIgog", + "UmVzUmVzZXRTdXBwb3J0Q2hhcmFjdGVyVXNlQ291bnQiIAoeUmVzQ3JlYXRl", + "RHVtbXlNdWx0aVJhaWRSYW5raW5nIiEKH1Jlc0ZvcmNlU2VuZE11bHRpUmFp", + "ZFNldHRsZU1haWwiIAoeUmVzUmVzZXRNdWx0aVJhaWRTZXR0bGVIaXN0b3J5", + "IhoKGFJlc1Jlc2V0TXVsdGlSYWlkUmFua2luZyIbChlSZXNGb3JjZVNldE11", + "bHRpUmFpZFNjb3JlIiMKIVJlc0ZvcmNlVXBkYXRlTWluaUdhbWVOS1NQcm9n", + "cmVzcyIVChNSZXNSZXNldE1pbmlHYW1lTktTIlQKF1Jlc0ZvcmNlQXNzaWdu", + "TXVsdGlSYWlkEgoKAklwGAEgASgJEgwKBFBvcnQYAiABKAUSDgoGUm9vbUlk", + "GAMgASgJEg8KB01hdGNoSWQYBCABKAkiIAoeUmVzVXBkYXRlU3VwcG9ydENo", + "YXJhY3RlckNvdW50IhEKD1Jlc1Jlc2V0RGF0ZVNpbSIhCh9SZXNGb3JjZUNs", + "ZWFyRGF0ZVNpbURpYWxvZ0V2ZW50IhoKGFJlc1NwZWNpYWxBcmVuYU1hdGNo", + "YWJsZSIqCihSZXNSZXNldE1pbmlHYW1lRGVzc2VydFJ1c2hEYWlseVByb2dy", + "ZXNzIi0KK1Jlc1Jlc2V0TWluaUdhbWVEZXNzZXJ0UnVzaEFjY3VtdWxhdGVk", + "U2NvcmUiKgooUmVzRm9yY2VBZGRNaW5pR2FtZURlc3NlcnRSdXNoRGFpbHlT", + "Y29yZSIYChZSZXNDaGFuZ2VSYW5raW5nU2VydmVyIikKJ1Jlc1Jlc2V0TWlu", + "aUdhbWVUYWJUYWJNYWlkRGFpbHlQcm9ncmVzcyIsCipSZXNSZXNldE1pbmlH", + "YW1lVGFiVGFiTWFpZEFjY3VtdWxhdGVkU2NvcmUiKQonUmVzRm9yY2VBZGRN", + "aW5pR2FtZVRhYlRhYk1haWREYWlseVNjb3JlIhoKGFJlc1VwZGF0ZUZyaWVu", + "ZFJlY29tbWVuZCISChBSZXNVcGRhdGVSYW5raW5nIhcKFVJlc0RlbGV0ZUFy", + "ZW5hSGlzdG9yeSIjCiFSZXNGb3JjZVVzZXJUb1VuaW9uUmVsYXRlZFJhbmtp", + "bmciKQonUmVzUmVzZXRNaW5pR2FtZVRhYlRhYk1haWRNaXNzaW9uUmV3YXJk", + "Ih4KHFJlc1Jlc2V0U3BlY2lhbExvYmJ5U2xvdERhdGEiGwoZUmVzVW5lcXVp", + "cEFsbEZhdm9yaXRlSXRlbSIYChZSZXNVbmVxdWlwRmF2b3JpdGVJdGVtIjQK", + "HlJlc1Rlc3RJbmNyZWFzZUV4cEZhdm9yaXRlSXRlbRISCgpSZXN1bHRMaXN0", + "GAEgAygFIkwKGVJlc0ZvcmNlRXF1aXBGYXZvcml0ZUl0ZW0SLwoNRmF2b3Jp", + "dGVJdGVtcxgBIAMoCzIYLk5ldFVzZXJGYXZvcml0ZUl0ZW1EYXRhIkcKFFJl", + "c0FkZENvbGxlY3Rpb25JdGVtEi8KDUZhdm9yaXRlSXRlbXMYASADKAsyGC5O", + "ZXRVc2VyRmF2b3JpdGVJdGVtRGF0YSITChFSZXNSZXNldFNpZGVTdG9yeSIW", + "ChRSZXNBbGxDbGVhclNpZGVTdG9yeSIbChlSZXNSZXNldEZhdm9yaXRlSXRl", + "bVF1ZXN0IhsKGVJlc1NldENvbGxlY3Rpb25JdGVtTGV2ZWwiJAoiUmVzTWlu", + "aUdhbWVUb3dlckRlZmVuc2VBZGRDdXJyZW5jeSIlCiNSZXNNaW5pR2FtZVRv", + "d2VyRGVmZW5zZVJlc2V0TWlzc2lvbiIjCiFSZXNNaW5pR2FtZVRvd2VyRGVm", + "ZW5zZVJlc2V0U3RhZ2UiJgokUmVzTWluaUdhbWVUb3dlckRlZmVuc2VBbGxD", + "bGVhclN0YWdlIiUKI1Jlc0NoZWF0T2J0YWluQWxsUHJvZmlsZUNhcmRPYmpl", + "Y3RzIiUKI1Jlc0NoZWF0UmVtb3ZlQWxsUHJvZmlsZUNhcmRPYmplY3RzIiIK", + "IFJlc0NoZWF0T2J0YWluUHJvZmlsZUNhcmRPYmplY3RzIiIKIFJlc0NoZWF0", + "UmVtb3ZlUHJvZmlsZUNhcmRPYmplY3RzIjIKH1Jlc0Rpc2FibGVXYXRlcm1h", + "cmtQYXNzd29yZEF1dGgSDwoHU3VjY2VzcxgBIAEoCCIVChNSZXNDaGVhdE1p", + "bmlHYW1lQmFuIiIKIFJlc0NoZWF0UHJvY2VlZEZhdm9yaXRlSXRlbVF1ZXN0", + "IiIKIFJlc1NldEJ5cGFzc1J1bm5pbmdTb2RhQW50aUNoZWF0IhIKEFJlc0No", + "ZWF0TktTVjJCYW4iJAoiUmVzQ2hlYXRJc3N1ZVVuaW9uRnJlZVJlbmFtZVRp", + "Y2tldCJMChNSZXNDaGVhdFJlbmFtZVVuaW9uEjUKDUZhaWx1cmVSZWFzb24Y", + "ASABKA4yHi5DaGVhdFJlbmFtZVVuaW9uRmFpbHVyZVJlYXNvbiIZChdSZXNS", + "ZXNldElzbGFuZEFkdmVudHVyZSIdChtSZXNDaGVhdEFjcXVpcmVBbGxVc2Vy", + "VGl0bGUiKQonUmVzQ2hlYXRVcGRhdGVVc2VyVGl0bGVBY3F1aXJlQ29uZGl0", + "aW9uIjEKHVJlc0FkZEN1cnJlbmN5SXNsYW5kQWR2ZW50dXJlEhAKCEN1cnJl", + "bmN5GAEgASgDIiYKJFJlc0J5cGFzc01pbmlHYW1lSXNsYW5kU3BvdFJ1bGVD", + "aGVhdCIkCiJSZXNDaGVhdENsZWFyTWluaUdhbWVJc2xhbmRNaXNzaW9uIjoK", + "F0xvZ2luRXZlbnRSZXdhcmRIaXN0b3J5EhIKCklzUmVjZWl2ZWQYASABKAgS", + "CwoDRGF5GAIgASgFIjsKFExvZ2luRXZlbnRBdHRlbmRhbmNlEgsKA0RheRgB", + "IAEoBRIWCg5BdHRlbmRhbmNlRGF0ZRgCIAEoAyJIChROZXRFdmVudFdpdGhK", + "b2luRGF0YRIgCglFdmVudERhdGEYASABKAsyDS5OZXRFdmVudERhdGESDgoG", + "Sm9pbkF0GAIgASgDIlsKEE5ldEV2ZW50Sm9pbkRhdGESDwoHRXZlbnRJZBgB", + "IAEoBRIQCghKb2luRGF0ZRgCIAEoAxIWCglDbGVhckRhdGUYAyABKANIAIgB", + "AUIMCgpfQ2xlYXJEYXRlIkUKHE5ldExhc3RDbGVhcmVkRXZlbnRTdGFnZURh", + "dGESFAoMRGlmZmljdWx0eUlkGAEgASgFEg8KB1N0YWdlSWQYAiABKAUiMwoP", + "UmVzR2V0RXZlbnRMaXN0EiAKCUV2ZW50TGlzdBgCIAMoCzINLk5ldEV2ZW50", + "RGF0YSKbAQoRUmVzTG9naW5FdmVudERhdGESDwoHRW5kRGF0ZRgCIAEoAxIT", + "CgtEaXNhYmxlRGF0ZRgDIAEoAxIxCg9SZXdhcmRIaXN0b3JpZXMYBSADKAsy", + "GC5Mb2dpbkV2ZW50UmV3YXJkSGlzdG9yeRItCg5MYXN0QXR0ZW5kYW5jZRgG", + "IAEoCzIVLkxvZ2luRXZlbnRBdHRlbmRhbmNlIkEKFlJlcUxvZ2luRXZlbnRS", + "ZXBsZW5pc2gSDwoHRXZlbnRJZBgBIAEoBRIWCg5SZXBsZW5pc2hDb3VudBgC", + "IAEoBSJiChZSZXNMb2dpbkV2ZW50UmVwbGVuaXNoEh4KBlJld2FyZBgBIAEo", + "CzIOLk5ldFJld2FyZERhdGESKAoKQ3VycmVuY2llcxgFIAMoCzIULk5ldFVz", + "ZXJDdXJyZW5jeURhdGEiUwoXUmVzR2V0RXZlbnRNaXNzaW9uQ2xlYXISOAoV", + "RXZlbnRNaXNzaW9uQ2xlYXJMaXN0GAIgAygLMhkuTmV0RXZlbnRNaXNzaW9u", + "Q2xlYXJEYXRhIjsKGVJlc09idGFpbkRhaWx5RXZlbnRSZXdhcmQSHgoGUmV3", + "YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0YSI7ChlSZXNPYnRhaW5Mb2dpbkV2", + "ZW50UmV3YXJkEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2FyZERhdGEiRQoR", + "UmVzR2V0Sm9pbmVkRXZlbnQSMAoRRXZlbnRXaXRoSm9pbkRhdGEYAyADKAsy", + "FS5OZXRFdmVudFdpdGhKb2luRGF0YSI1ChxSZXNHZXRNdWx0aVJhaWRSZXdh", + "cmRlZENvdW50EhUKDVJld2FyZGVkQ291bnQYAiABKAUiRAoNUmVzU3RhcnRN", + "YXRjaBIQCghUaWNrZXRJZBgBIAEoCRIhCgZSZXN1bHQYAyABKA4yES5TdGFy", + "dE1hdGNoUmVzdWx0Ij4KGFJlc09idGFpbk11bHRpUmFpZFJld2FyZBIiCgpS", + "ZXdhcmREYXRhGAIgASgLMg4uTmV0UmV3YXJkRGF0YSJXChdOZXRNdWx0aVJh", + "aWRSYW5raW5nRGF0YRIMCgRSYW5rGAEgASgDEg0KBVNjb3JlGAIgASgDEh8K", + "BFVzZXIYAyABKAsyES5OZXRXaG9sZVVzZXJEYXRhIlEKHVJlc0dldE11bHRp", + "UmFpZFJhbmtpbmdUb3BVc2VyEjAKDlRvcFJhbmtpbmdMaXN0GAIgAygLMhgu", + "TmV0TXVsdGlSYWlkUmFua2luZ0RhdGEiWgoaUmVzR2V0TXVsdGlSYWlkVXNl", + "clJhbmtpbmcSLQoLVXNlclJhbmtpbmcYAiABKAsyGC5OZXRNdWx0aVJhaWRS", + "YW5raW5nRGF0YRINCgVUb3RhbBgDIAEoAyLVAQoRUmVxQ2xlYXJNdWx0aVJh", + "aWQSDwoHRXZlbnRJZBgBIAEoBRIOCgZEYW1hZ2UYAiABKAMSEAoIVXNlclNs", + "b3QYAyABKAUSDwoHTWF0Y2hJZBgEIAEoCRI0ChNBbnRpQ2hlYXRCYXR0bGVE", + "YXRhGAUgASgLMhcuTmV0QW50aUNoZWF0QmF0dGxlRGF0YRJGChdBbnRpQ2hl", + "YXRBZGRpdGlvbmFsSW5mbxgGIAEoCzIlLk5ldEFudGlDaGVhdEJhdHRsZVRM", + "b2dBZGRpdGlvbmFsSW5mbyJJChFSZXNDbGVhck11bHRpUmFpZBIQCghJc1Jl", + "d2FyZBgBIAEoCBIiCgpSZXdhcmREYXRhGAIgASgLMg4uTmV0UmV3YXJkRGF0", + "YSJnChdOZXRFdmVudFNob3BQcm9kdWN0RGF0YRIPCgdTaG9wVGlkGAEgASgF", + "EhQKDFNob3BDYXRlZ29yeRgCIAEoBRIlCgRMaXN0GAMgAygLMhcuTmV0U2hv", + "cFByb2R1Y3RJbmZvRGF0YSJCChdSZXNFdmVudFNob3BQcm9kdWN0TGlzdBIn", + "CgVTaG9wcxgCIAMoCzIYLk5ldEV2ZW50U2hvcFByb2R1Y3REYXRhIrcBChZS", + "ZXNFdmVudFNob3BCdXlQcm9kdWN0EioKBlJlc3VsdBgGIAEoDjIaLkV2ZW50", + "U2hvcEJ1eVByb2R1Y3RSZXN1bHQSJwoHUHJvZHVjdBgCIAEoCzIWLk5ldFNo", + "b3BCdXlQcm9kdWN0RGF0YRIeCgRJdGVtGAQgASgLMhAuTmV0VXNlckl0ZW1E", + "YXRhEigKCkN1cnJlbmNpZXMYBSADKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRh", + "IhQKElJlc0VudGVyRXZlbnRTdGFnZSLEAQoSUmVzQ2xlYXJFdmVudFN0YWdl", + "Eh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGESIwoLQm9udXNSZXdh", + "cmQYAiABKAsyDi5OZXRSZXdhcmREYXRhEikKEVVzZXJMZXZlbFVwUmV3YXJk", + "GAMgASgLMg4uTmV0UmV3YXJkRGF0YRIUCgxSZW1haW5UaWNrZXQYBCABKAUS", + "KAoQRmlyc3RDbGVhclJld2FyZBgFIAEoCzIOLk5ldFJld2FyZERhdGEiYgoW", + "UmVxRmFzdENsZWFyRXZlbnRTdGFnZRIPCgdTdGFnZUlkGAEgASgFEhIKClRl", + "YW1OdW1iZXIYAiABKAUSDwoHRXZlbnRJZBgDIAEoBRISCgpDbGVhckNvdW50", + "GAQgASgFIp4BChZSZXNGYXN0Q2xlYXJFdmVudFN0YWdlEh4KBlJld2FyZBgB", + "IAEoCzIOLk5ldFJld2FyZERhdGESIwoLQm9udXNSZXdhcmQYAiABKAsyDi5O", + "ZXRSZXdhcmREYXRhEikKEVVzZXJMZXZlbFVwUmV3YXJkGAMgASgLMg4uTmV0", + "UmV3YXJkRGF0YRIUCgxSZW1haW5UaWNrZXQYBCABKAUibgobUmVzT2J0YWlu", + "RXZlbnRNaXNzaW9uUmV3YXJkEh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2Fy", + "ZERhdGESLwoGUmVzdWx0GAIgASgOMh8uT2J0YWluRXZlbnRNaXNzaW9uUmV3", + "YXJkUmVzdWx0IpYBChhSZXNTdG9yeUR1bmdlb25FdmVudERhdGESFAoMUmVt", + "YWluVGlja2V0GAEgASgFEkAKGUxhc3RDbGVhcmVkRXZlbnRTdGFnZUxpc3QY", + "AiADKAsyHS5OZXRMYXN0Q2xlYXJlZEV2ZW50U3RhZ2VEYXRhEiIKCFRlYW1E", + "YXRhGAMgASgLMhAuTmV0VXNlclRlYW1EYXRhIk8KF1Jlc0dldEV2ZW50U2Nl", + "bmFyaW9EYXRhEhYKDlNjZW5hcmlvSWRMaXN0GAEgAygJEhwKFEJvb2ttYXJr", + "U2NlbmFyaW9MaXN0GAIgAygJIkIKFVJlcUV4aXN0RXZlbnRTY2VuYXJpbxIP", + "CgdFdmVudElkGAEgASgFEhgKEFNjZW5hcmlvR3JvdXBJZHMYAiADKAkiLgoV", + "UmVzRXhpc3RFdmVudFNjZW5hcmlvEhUKDUV4aXN0R3JvdXBJZHMYASADKAki", + "LwocUmVxT2J0YWluQWxsTG9naW5FdmVudFJld2FyZBIPCgdFdmVudElkGAEg", + "ASgFIksKHFJlc09idGFpbkFsbExvZ2luRXZlbnRSZXdhcmQSHgoGUmV3YXJk", + "GAEgASgLMg4uTmV0UmV3YXJkRGF0YRILCgNEYXkYAiABKAUiJgoTUmVxR2V0", + "RXZlbnRCb3hHYWNoYRIPCgdFdmVudElkGAEgASgFIj8KE1Jlc0dldEV2ZW50", + "Qm94R2FjaGESFAoMUmV3YXJkT3JkZXJzGAEgAygFEhIKCkdhY2hhQ291bnQY", + "AiABKAUiQAoXUmVxRXhlY3V0ZUV2ZW50Qm94R2FjaGESDwoHRXZlbnRJZBgB", + "IAEoBRIUCgxDdXJyZW50Q291bnQYAiABKAUimQEKF1Jlc0V4ZWN1dGVFdmVu", + "dEJveEdhY2hhEh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGESIAoG", + "VGlja2V0GAIgASgLMhAuTmV0VXNlckl0ZW1EYXRhEhQKDFJld2FyZE9yZGVy", + "cxgDIAMoBRImCgpGcmVlVGlja2V0GAQgASgLMhIuTmV0VXNlclJlZGVlbURh", + "dGEiNAodUmVxR2V0TG9naW5FdmVudFJlY2VpdmVTdGF0dXMSEwoLRXZlbnRJ", + "ZExpc3QYASADKAUiVwodUmVzR2V0TG9naW5FdmVudFJlY2VpdmVTdGF0dXMS", + "NgoRUmVjZWl2ZVN0YXR1c0xpc3QYASADKAsyGy5OZXRMb2dpbkV2ZW50UmVj", + "ZWl2ZVN0YXR1cyIXChVSZXNDbGVhckNvbWViYWNrRXZlbnQiLAoUUmVxR2V0", + "RXZlbnRNZW1vcmlhbHMSFAoMRXZlbnRGaWVsZElkGAEgASgFIisKFFJlc0dl", + "dEV2ZW50TWVtb3JpYWxzEhMKC01lbW9yaWFsSWRzGAEgAygFIkIKHlJlcUVu", + "dGVyRXZlbnRTdGFnZVRvd2VyRGVmZW5zZRIPCgdTdGFnZUlkGAEgASgFEg8K", + "B0V2ZW50SWQYAiABKAUiIAoeUmVzRW50ZXJFdmVudFN0YWdlVG93ZXJEZWZl", + "bnNlIqIBCh9SZXFGaW5pc2hFdmVudFN0YWdlVG93ZXJEZWZlbnNlEg8KB0V2", + "ZW50SWQYASABKAUSDwoHU3RhZ2VJZBgCIAEoBRINCgVJc1dpbhgDIAEoCBIN", + "CgVTY29yZRgEIAEoBRITCgtUdXRvcmlhbElkcxgFIAMoBRIqCghTdGFnZUxv", + "ZxgGIAEoCzIYLk5ldFRvd2VyRGVmZW5zZVN0YWdlTG9nIoABCh9SZXNGaW5p", + "c2hFdmVudFN0YWdlVG93ZXJEZWZlbnNlEh4KBlJld2FyZBgBIAEoCzIOLk5l", + "dFJld2FyZERhdGESHQoVVXBncmFkZUN1cnJlbmN5QW1vdW50GAIgASgFEh4K", + "FkN1cnJlbnRVcGdyYWRlQ3VycmVuY3kYAyABKAUiTwoaUmVxRW50ZXJQbGF5", + "U29kYVN0b3J5U3RhZ2USIAoYRXZlbnREdW5nZW9uU3RhZ2VUYWJsZUlkGAEg", + "ASgFEg8KB0V2ZW50SWQYAiABKAUiHAoaUmVzRW50ZXJQbGF5U29kYVN0b3J5", + "U3RhZ2UiuwEKIVJlcUNsZWFyUGxheVNvZGFSdW5uaW5nU3RvcnlTdGFnZRIP", + "CgdFdmVudElkGAEgASgFEiAKGEV2ZW50RHVuZ2VvblN0YWdlVGFibGVJZBgC", + "IAEoBRINCgVTY29yZRgDIAEoBRIlCghFdmVudExvZxgEIAMoCzITLk5ldFJ1", + "bm5pbmdFdmVudExvZxIYChBPYnN0YWNsZUxvY2F0aW9uGAUgAygFEhMKC1N1", + "cnZpdmVUaW1lGAYgASgFIlkKIVJlc0NsZWFyUGxheVNvZGFSdW5uaW5nU3Rv", + "cnlTdGFnZRIeCgZSZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhEhQKDFJl", + "bWFpblRpY2tldBgCIAEoBSJqCiFSZXFDbGVhclBsYXlTb2RhU3RhY2tVcFN0", + "b3J5U3RhZ2USDwoHRXZlbnRJZBgBIAEoBRIgChhFdmVudER1bmdlb25TdGFn", + "ZVRhYmxlSWQYAiABKAUSEgoKRmxvb3JDb3VudBgDIAEoBSJZCiFSZXNDbGVh", + "clBsYXlTb2RhU3RhY2tVcFN0b3J5U3RhZ2USHgoGUmV3YXJkGAEgASgLMg4u", + "TmV0UmV3YXJkRGF0YRIUCgxSZW1haW5UaWNrZXQYAiABKAUiiQEKI1JlcUNs", + "ZWFyUGxheVNvZGFDYXRjaENvaW5TdG9yeVN0YWdlEg8KB0V2ZW50SWQYASAB", + "KAUSIAoYRXZlbnREdW5nZW9uU3RhZ2VUYWJsZUlkGAIgASgFEg0KBVNjb3Jl", + "GAMgASgFEiAKCUNvaW5Db3VudBgEIAMoCzINLk5ldENvaW5Db3VudCJbCiNS", + "ZXNDbGVhclBsYXlTb2RhQ2F0Y2hDb2luU3RvcnlTdGFnZRIeCgZSZXdhcmQY", + "ASABKAsyDi5OZXRSZXdhcmREYXRhEhQKDFJlbWFpblRpY2tldBgCIAEoBSKN", + "AQofUmVxQ2xlYXJQbGF5U29kYVNtYXNoU3RvcnlTdGFnZRIPCgdFdmVudElk", + "GAEgASgFEiAKGEV2ZW50RHVuZ2VvblN0YWdlVGFibGVJZBgCIAEoBRINCgVT", + "Y29yZRgDIAEoBRIoCg5TY29yaW5nSGlzdG9yeRgEIAMoCzIQLk5ldFNtYXNo", + "U2NvcmluZyJXCh9SZXNDbGVhclBsYXlTb2RhU21hc2hTdG9yeVN0YWdlEh4K", + "BlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGESFAoMUmVtYWluVGlja2V0", + "GAIgASgFIlcKIlJlcUNsZWFyUGxheVNvZGFDbGltYmluZ1N0b3J5U3RhZ2US", + "DwoHRXZlbnRJZBgBIAEoBRIgChhFdmVudER1bmdlb25TdGFnZVRhYmxlSWQY", + "AiABKAUiWgoiUmVzQ2xlYXJQbGF5U29kYUNsaW1iaW5nU3RvcnlTdGFnZRIe", + "CgZSZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhEhQKDFJlbWFpblRpY2tl", + "dBgCIAEoBSIrChlSZXFGaW5pc2hDb21lYmFja1VzZXJQb2xsEg4KBlBvbGxJ", + "ZBgBIAEoBSIvChlSZXNGaW5pc2hDb21lYmFja1VzZXJQb2xsEhIKCklzRmlu", + "aXNoZWQYASABKAgiWwoSUmVxRW50ZXJFdmVudEZpZWxkEg0KBU1hcElkGAEg", + "ASgJEiAKGFByb2dyZXNzRXZlbnRHcm91cElkTGlzdBgCIAMoBRIUCgxFdmVu", + "dEZpZWxkSWQYAyABKAUipQIKElJlc0VudGVyRXZlbnRGaWVsZBIiCgVGaWVs", + "ZBgBIAEoCzITLk5ldEZpZWxkT2JqZWN0RGF0YRIeCgRUZWFtGAIgASgLMhAu", + "TmV0VXNlclRlYW1EYXRhEi8KDVRlYW1Qb3NpdGlvbnMYAyADKAsyGC5OZXRD", + "YW1wYWlnblRlYW1Qb3NpdGlvbhIMCgRKc29uGAQgASgJEhcKD1VzZXJFdmVu", + "dElkTGlzdBgFIAMoBRIyChJBdXRvQ2hhcmdlRGF0YUxpc3QYBiADKAsyFi5O", + "ZXRVc2VyQXV0b0NoYXJnZURhdGESPwoZTm9uUmVzZXR0YWJsZUZpZWxkT2Jq", + "ZWN0cxgHIAMoCzIcLk5ldE5vblJlc2V0dGFibGVGaWVsZE9iamVjdCI8ChtS", + "ZXFVcGRhdGVFdmVudEZpZWxkUHJvZ3Jlc3MSHQoVRXZlbnRGaWVsZFByb2dy", + "ZXNzSWRzGAEgAygFIh0KG1Jlc1VwZGF0ZUV2ZW50RmllbGRQcm9ncmVzcyIk", + "ChNSZXFFc2NhcGVFdmVudEZpZWxkEg0KBU1hcElkGAEgASgJIhUKE1Jlc0Vz", + "Y2FwZUV2ZW50RmllbGQicAopUmVxU2F2ZUV2ZW50RmllbGROb25SZXNldHRh", + "YmxlRmllbGRPYmplY3QSDwoHRXZlbnRJZBgBIAEoBRIyCgxGaWVsZE9iamVj", + "dHMYAiADKAsyHC5OZXROb25SZXNldHRhYmxlRmllbGRPYmplY3QiKwopUmVz", + "U2F2ZUV2ZW50RmllbGROb25SZXNldHRhYmxlRmllbGRPYmplY3QiTQobTmV0", + "Tm9uUmVzZXR0YWJsZUZpZWxkT2JqZWN0EhIKClBvc2l0aW9uSWQYASABKAkS", + "DAoEVHlwZRgCIAEoBRIMCgRKc29uGAMgASgJIj0KEU5ldEV2ZW50UXVlc3RE", + "YXRhEhQKDEV2ZW50UXVlc3RJZBgBIAEoBRISCgpJc1JlY2VpdmVkGAIgASgI", + "IjEKEVJlcUxpc3RFdmVudFF1ZXN0EhwKFEV2ZW50UXVlc3RNYW5hZ2VyVGlk", + "GAEgASgFIjwKEVJlc0xpc3RFdmVudFF1ZXN0EicKC0V2ZW50UXVlc3RzGAEg", + "AygLMhIuTmV0RXZlbnRRdWVzdERhdGEiKQoQUmVxRmluRXZlbnRRdWVzdBIV", + "Cg1FdmVudFF1ZXN0VGlkGAEgASgFIhIKEFJlc0ZpbkV2ZW50UXVlc3QiNgoZ", + "UmVxT2J0YWluRXZlbnRRdWVzdFJld2FyZBIZChFFdmVudFF1ZXN0VGlkTGlz", + "dBgBIAMoBSI7ChlSZXNPYnRhaW5FdmVudFF1ZXN0UmV3YXJkEh4KBlJld2Fy", + "ZBgBIAEoCzIOLk5ldFJld2FyZERhdGEipAEKF1JlcUVudGVyRXZlbnRRdWVz", + "dFN0YWdlEhwKFEV2ZW50UXVlc3RNYW5hZ2VyVGlkGAEgASgFEg8KB1N0YWdl", + "SWQYAiABKAUSEgoKVGVhbU51bWJlchgDIAEoBRJGChdBbnRpQ2hlYXRBZGRp", + "dGlvbmFsSW5mbxgEIAEoCzIlLk5ldEFudGlDaGVhdEJhdHRsZVRMb2dBZGRp", + "dGlvbmFsSW5mbyIZChdSZXNFbnRlckV2ZW50UXVlc3RTdGFnZSJkChdSZXND", + "bGVhckV2ZW50UXVlc3RTdGFnZRIeCgZSZXdhcmQYASABKAsyDi5OZXRSZXdh", + "cmREYXRhEikKEVVzZXJMZXZlbFVwUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJk", + "RGF0YSIVChNSZXFMaXN0RmF2b3JpdGVJdGVtIkYKE1Jlc0xpc3RGYXZvcml0", + "ZUl0ZW0SLwoNRmF2b3JpdGVJdGVtcxgBIAMoCzIYLk5ldFVzZXJGYXZvcml0", + "ZUl0ZW1EYXRhIjsKFFJlcUVxdWlwRmF2b3JpdGVJdGVtEhYKDkZhdm9yaXRl", + "SXRlbUlkGAEgASgDEgsKA0NzbhgCIAEoAyJHChRSZXNFcXVpcEZhdm9yaXRl", + "SXRlbRIvCg1GYXZvcml0ZUl0ZW1zGAEgAygLMhguTmV0VXNlckZhdm9yaXRl", + "SXRlbURhdGEiZwoaUmVxSW5jcmVhc2VFeHBGYXZvcml0ZUl0ZW0SFgoORmF2", + "b3JpdGVJdGVtSWQYASABKAMSHgoISXRlbURhdGEYAiABKAsyDC5OZXRJdGVt", + "RGF0YRIRCglMb29wQ291bnQYAyABKAUitAEKGlJlc0luY3JlYXNlRXhwRmF2", + "b3JpdGVJdGVtEi4KDEZhdm9yaXRlSXRlbRgBIAEoCzIYLk5ldFVzZXJGYXZv", + "cml0ZUl0ZW1EYXRhEi8KBlJlc3VsdBgCIAEoDjIfLkZhdm9yaXRlSXRlbUdy", + "ZWF0U3VjY2Vzc1Jlc3VsdBIiCghJdGVtRGF0YRgDIAEoCzIQLk5ldFVzZXJJ", + "dGVtRGF0YRIRCglMb29wQ291bnQYBCABKAUiTAoXUmVxRXhjaGFuZ2VGYXZv", + "cml0ZUl0ZW0SFwoPUkZhdm9yaXRlSXRlbUlkGAEgASgDEhgKEFNSRmF2b3Jp", + "dGVJdGVtSWQYAiABKAMiSQoXUmVzRXhjaGFuZ2VGYXZvcml0ZUl0ZW0SLgoM", + "RmF2b3JpdGVJdGVtGAEgASgLMhguTmV0VXNlckZhdm9yaXRlSXRlbURhdGEi", + "GgoYUmVxTGlzdEZhdm9yaXRlSXRlbVF1ZXN0IlUKGFJlc0xpc3RGYXZvcml0", + "ZUl0ZW1RdWVzdBI5ChJGYXZvcml0ZUl0ZW1RdWVzdHMYASADKAsyHS5OZXRV", + "c2VyRmF2b3JpdGVJdGVtUXVlc3REYXRhIlAKHE5ldFVzZXJGYXZvcml0ZUl0", + "ZW1RdWVzdERhdGESDwoHUXVlc3RJZBgBIAEoBRINCgVDbGVhchgCIAEoCBIQ", + "CghSZWNlaXZlZBgDIAEoCCI5ChpSZXFGaW5pc2hGYXZvcml0ZUl0ZW1RdWVz", + "dBIbChNGYXZvcml0ZUl0ZW1RdWVzdElkGAEgASgFIhwKGlJlc0ZpbmlzaEZh", + "dm9yaXRlSXRlbVF1ZXN0IvYBCh5SZXFDbGVhckZhdm9yaXRlSXRlbVF1ZXN0", + "U3RhZ2USDwoHU3RhZ2VJZBgBIAEoBRIbChNGYXZvcml0ZUl0ZW1RdWVzdElk", + "GAIgASgFEhQKDEJhdHRsZVJlc3VsdBgDIAEoBRI0ChNBbnRpQ2hlYXRCYXR0", + "bGVEYXRhGAQgASgLMhcuTmV0QW50aUNoZWF0QmF0dGxlRGF0YRJGChdBbnRp", + "Q2hlYXRBZGRpdGlvbmFsSW5mbxgFIAEoCzIlLk5ldEFudGlDaGVhdEJhdHRs", + "ZVRMb2dBZGRpdGlvbmFsSW5mbxISCgpUZWFtTnVtYmVyGAYgASgFImsKHlJl", + "c0NsZWFyRmF2b3JpdGVJdGVtUXVlc3RTdGFnZRIeCgZSZXdhcmQYASABKAsy", + "Di5OZXRSZXdhcmREYXRhEikKEVVzZXJMZXZlbFVwUmV3YXJkGAIgASgLMg4u", + "TmV0UmV3YXJkRGF0YSI4ChlSZXFTdGFydEZhdm9yaXRlSXRlbVF1ZXN0EhsK", + "E0Zhdm9yaXRlSXRlbVF1ZXN0SWQYASABKAUiGwoZUmVzU3RhcnRGYXZvcml0", + "ZUl0ZW1RdWVzdCIyChhSZXFDb21wb3NlQ29sbGVjdGlvbkl0ZW0SFgoORmF2", + "b3JpdGVJdGVtSWQYASADKAMiOgoYUmVzQ29tcG9zZUNvbGxlY3Rpb25JdGVt", + "Eh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEiQAodTmV0RmF2b3Jp", + "dGVJdGVtTGlicmFyeUVsZW1lbnQSCwoDVGlkGAEgASgFEhIKClJlY2VpdmVk", + "QXQYAiABKAMiGwoZUmVxR2V0RmF2b3JpdGVJdGVtTGlicmFyeSJYChlSZXNH", + "ZXRGYXZvcml0ZUl0ZW1MaWJyYXJ5EjsKE0Zhdm9yaXRlSXRlbUxpYnJhcnkY", + "ASADKAsyHi5OZXRGYXZvcml0ZUl0ZW1MaWJyYXJ5RWxlbWVudCIzCiBSZXFP", + "YnRhaW5GYXZvcml0ZUl0ZW1RdWVzdFJld2FyZBIPCgdRdWVzdElkGAEgASgF", + "IkYKIFJlc09idGFpbkZhdm9yaXRlSXRlbVF1ZXN0UmV3YXJkEiIKClVzZXJS", + "ZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhIo0BCh5SZXFFbnRlckZhdm9y", + "aXRlSXRlbVF1ZXN0U3RhZ2USDwoHU3RhZ2VJZBgBIAEoBRISCgpUZWFtTnVt", + "YmVyGAIgASgFEkYKF0FudGlDaGVhdEFkZGl0aW9uYWxJbmZvGAMgASgLMiUu", + "TmV0QW50aUNoZWF0QmF0dGxlVExvZ0FkZGl0aW9uYWxJbmZvIiAKHlJlc0Vu", + "dGVyRmF2b3JpdGVJdGVtUXVlc3RTdGFnZSJ3ChFOZXRVc2VyRnJpZW5kRGF0", + "YRINCgVTdGF0ZRgBIAEoBRIMCgRUeXBlGAIgASgFEh8KBFVzZXIYAyABKAsy", + "ES5OZXRXaG9sZVVzZXJEYXRhEg4KBklzU2VuZBgEIAEoCBIUCgxSZWNlaXZl", + "U3RhdGUYBSABKAUimgEKEFJlc0dldEZyaWVuZERhdGESGwoTU2VuZEZyaWVu", + "ZHNoaXBDb3VudBgCIAEoBRIeChZSZWNlaXZlRnJpZW5kc2hpcENvdW50GAMg", + "ASgFEiIKBkZyaWVuZBgEIAMoCzISLk5ldFVzZXJGcmllbmREYXRhEiUKCUJs", + "YWNrbGlzdBgFIAMoCzISLk5ldFVzZXJGcmllbmREYXRhIjgKEFJlc1JlcXVl", + "c3RGcmllbmQSJAoGUmVzdWx0GAEgASgOMhQuUmVxdWVzdEZyaWVuZFJlc3Vs", + "dCIUChJSZXNBbGxBY2NlcHRGcmllbmQiWgoPUmVzQWNjZXB0RnJpZW5kEiIK", + "BkZyaWVuZBgCIAEoCzISLk5ldFVzZXJGcmllbmREYXRhEiMKBlJlc3VsdBgD", + "IAEoDjITLkFjY2VwdEZyaWVuZFJlc3VsdCI2Cg9SZXNEZWxldGVGcmllbmQS", + "IwoGUmVzdWx0GAEgASgOMhMuRGVsZXRlRnJpZW5kUmVzdWx0IhUKE1Jlc0Rl", + "bGV0ZUZyaWVuZExpc3QiQAoWUmVzU2VuZEZyaWVuZHNoaXBQb2ludBImCgZS", + "ZXN1bHQYASABKA4yFi5GcmllbmRzaGlwUG9pbnRSZXN1bHQiQgoYUmVzT2J0", + "YWluRnJpZW5kc2hpcFBvaW50EiYKBlJlc3VsdBgBIAEoDjIWLkZyaWVuZHNo", + "aXBQb2ludFJlc3VsdCJAChVSZXNBbGxGcmllbmRzaGlwUG9pbnQSEQoJU2Vu", + "ZENvdW50GAIgASgFEhQKDFJlY2VpdmVDb3VudBgDIAEoBSI2Cg9SZXNBZGRC", + "bGFja2xpc3QSIwoGUmVzdWx0GAEgASgOMhMuQWRkQmxhY2tsaXN0UmVzdWx0", + "IjoKEVJlc0NsZWFyQmxhY2tsaXN0EiUKBlJlc3VsdBgBIAEoDjIVLkNsZWFy", + "QmxhY2tsaXN0UmVzdWx0IjsKFlJlc1JlY29tbWVuZEZyaWVuZExpc3QSIQoF", + "VXNlcnMYAiADKAsyEi5OZXRVc2VyRnJpZW5kRGF0YSI4ChNSZXNTZWFyY2hG", + "cmllbmRMaXN0EiEKBVVzZXJzGAIgAygLMhIuTmV0VXNlckZyaWVuZERhdGEi", + "RAoWUmVzQ2FuY2VsUmVxdWVzdEZyaWVuZBIqCgZSZXN1bHQYASABKA4yGi5D", + "YW5jZWxSZXF1ZXN0RnJpZW5kUmVzdWx0Ii8KEk5ldEdhY2hhQ3VzdG9tRGF0", + "YRIMCgRUeXBlGAEgASgFEgsKA1RpZBgCIAEoBSI4ChBOZXRVc2VyR2FjaGFE", + "YXRhEhEKCUdhY2hhVHlwZRgGIAEoBRIRCglQbGF5Q291bnQYByABKAUiNwoN", + "TmV0R2FjaGFFdmVudBITCgtHYWNoYVR5cGVJZBgBIAEoBRIRCglGcmVlQ291", + "bnQYAiABKAUiPgoYTmV0VXNlckdhY2hhRGlzY291bnREYXRhEhMKC0dhY2hh", + "VHlwZUlkGAEgASgFEg0KBUNvdW50GAIgASgFItIBCg9SZXNFeGVjdXRlR2Fj", + "aGESIgoFR2FjaGEYAiADKAsyEy5OZXRHYWNoYUVudGl0eURhdGESKAoKQ3Vy", + "cmVuY2llcxgDIAMoCzIULk5ldFVzZXJDdXJyZW5jeURhdGESMAoKQ2hhcmFj", + "dGVycxgGIAMoCzIcLk5ldFVzZXJDaGFyYWN0ZXJEZWZhdWx0RGF0YRIfCgVJ", + "dGVtcxgFIAMoCzIQLk5ldFVzZXJJdGVtRGF0YRIeCgZSZXdhcmQYCSABKAsy", + "Di5OZXRSZXdhcmREYXRhIr4BCg9SZXNHZXRHYWNoYURhdGESIAoFR2FjaGEY", + "AiADKAsyES5OZXRVc2VyR2FjaGFEYXRhEisKDk11bHRpcGxlQ3VzdG9tGAMg", + "AygLMhMuTmV0R2FjaGFDdXN0b21EYXRhEiYKDkdhY2hhRXZlbnREYXRhGAQg", + "AygLMg4uTmV0R2FjaGFFdmVudBI0ChFHYWNoYURpc2NvdW50RGF0YRgFIAMo", + "CzIZLk5ldFVzZXJHYWNoYURpc2NvdW50RGF0YSITChFSZXNTZXRHYWNoYUN1", + "c3RvbSIpChZSZXFDaGVja0RhaWx5RnJlZUdhY2hhEg8KB0dhY2hhSWQYASAB", + "KAUiTQoWUmVzQ2hlY2tEYWlseUZyZWVHYWNoYRIgCglFdmVudERhdGEYASAB", + "KAsyDS5OZXRFdmVudERhdGESEQoJRnJlZUNvdW50GAIgASgFIjwKGFJlcUV4", + "ZWN1dGVEYWlseUZyZWVHYWNoYRIPCgdFdmVudElkGAEgASgFEg8KB0dhY2hh", + "SWQYAiABKAUi9QEKGFJlc0V4ZWN1dGVEYWlseUZyZWVHYWNoYRIiCgVHYWNo", + "YRgBIAMoCzITLk5ldEdhY2hhRW50aXR5RGF0YRIoCgpDdXJyZW5jaWVzGAIg", + "AygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YRIwCgpDaGFyYWN0ZXJzGAMgAygL", + "MhwuTmV0VXNlckNoYXJhY3RlckRlZmF1bHREYXRhEh8KBUl0ZW1zGAQgAygL", + "MhAuTmV0VXNlckl0ZW1EYXRhEjgKDFBlcmlvZFJlc3VsdBgGIAEoDjIiLkV4", + "ZWN1dGVEYWlseUZyZWVHYWNoYVBlcmlvZFJlc3VsdCK7AgoMTmV0R3VpbGRE", + "YXRhEgsKA0dzbhgBIAEoAxIMCgROYW1lGAIgASgJEgwKBERlc2MYAyABKAkS", + "DgoGRW1ibGVtGAQgASgFEg4KBkxvY2FsZRgFIAEoCRIQCghKb2luVHlwZRgG", + "IAEoBRIRCglKb2luTGV2ZWwYByABKAUSDgoGTm90aWNlGAkgASgJEg0KBUdy", + "YWRlGAogASgFEgsKA0V4cBgLIAEoBRIVCg1BY3Rpdml0eVBvaW50GAwgASgF", + "EhoKEkFjdGl2aXR5UG9pbnREYWlseRgNIAEoBRIbChNBY3Rpdml0eVBvaW50", + "UmVjZW50GA4gASgFEg0KBUlzQm90GA8gASgIEhUKDVVuaW9uUmFpZFRpZXIY", + "ECABKAUSGwoTVW5pb25SYWlkVGllck51bWJlchgRIAEoBSLKAgoSTmV0R3Vp", + "bGRNZW1iZXJEYXRhEgsKA1VzbhgBIAEoAxIMCgRUeXBlGAIgASgFEhsKE0Fj", + "dGl2aXR5UG9pbnRSZWNlbnQYAyABKAUSEAoISm9pbmVkQXQYBCABKAMSEAoI", + "Tmlja25hbWUYBSABKAkSDQoFTGV2ZWwYBiABKAUSDgoGU2VydmVyGAcgASgF", + "EhQKDExhc3RBY3Rpb25BdBgIIAEoAxIMCgRJY29uGAkgASgFEhEKCUljb25Q", + "cmlzbRgKIAEoCBINCgVGcmFtZRgLIAEoBRISCgpUZWFtQ29tYmF0GAwgASgF", + "Ei4KClNlbmRNYWlsQXQYDSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0", + "YW1wEhoKEkFjdGl2aXR5UG9pbnREYWlseRgOIAEoBRITCgtVc2VyVGl0bGVJ", + "ZBgPIAEoBSKwAQoXTmV0R3VpbGRKb2luUmVxdWVzdERhdGESCwoDVXNuGAEg", + "ASgDEhAKCE5pY2tuYW1lGAUgASgJEg0KBUxldmVsGAYgASgFEg4KBlNlcnZl", + "chgHIAEoBRIMCgRJY29uGAkgASgFEhEKCUljb25QcmlzbRgKIAEoCBINCgVG", + "cmFtZRgLIAEoBRISCgpUZWFtQ29tYmF0GAwgASgFEhMKC1VzZXJUaXRsZUlk", + "GA0gASgFIl4KC05ldEd1aWxkTG9nEgsKA1NlcRgBIAEoAxIKCgJJZBgCIAEo", + "CRIjCglBcmd1bWVudHMYAyADKAsyEC5OZXRHdWlsZExvZ0FyZ3MSEQoJQ3Jl", + "YXRlZEF0GAQgASgDIjUKD05ldEd1aWxkTG9nQXJncxINCgVWYWx1ZRgBIAEo", + "CRITCgtJc0xvY2FsZUtleRgCIAEoCCJRCg1OZXRHdWlsZFBvcHVwEgsKA1Nl", + "cRgBIAEoAxIlCghDYXRlZ29yeRgCIAEoDjITLkd1aWxkUG9wdXBDYXRlZ29y", + "eRIMCgRBcmdzGAMgASgJItsCChBOZXRVbmlvblJhaWREYXRhEjAKEVVuaW9u", + "UmFpZEpvaW5EYXRhGAIgASgLMhUuTmV0VW5pb25SYWlkSm9pbkRhdGESJwoO", + "VW5pb25SYWlkU3RhdGUYAyABKA4yDy5VbmlvblJhaWRTdGF0ZRItCg1DdXJy", + "ZW50U3RhdHVzGAYgASgLMhYuTmV0VW5pb25SYWlkR3VpbGRJbmZvEhsKE1Vu", + "aW9uUmFpZE1hbmFnZXJUaWQYByABKAUSKwoKUGVyaW9kRGF0YRgIIAEoCzIX", + "Lk5ldFVuaW9uUmFpZFBlcmlvZERhdGESLwoQVW5pb25SYWlkUmFua2luZxgJ", + "IAEoCzIVLk5ldFVuaW9uUmFpZFJhbmtJbmZvEi8KDERhdGFXaGVuSm9pbhgK", + "IAEoCzIZLk5ldFVuaW9uUmFpZERhdGFXaGVuSm9pbhIRCglUb3RhbFJhbmsY", + "CyABKAUiXQoYTmV0VW5pb25SYWlkRGF0YVdoZW5Kb2luEhYKDlN0YXJ0Qm9z", + "c0xldmVsGAEgASgFEhUKDVN0YXJ0Qm9zc1N0ZXAYAiABKAUSEgoKSXNGaW5p", + "c2hlZBgDIAEoCCI8ChVSZXNSZWNvbW1lbmRHdWlsZExpc3QSIwoGR3VpbGRz", + "GAIgAygLMhMuTmV0U2ltcGxlR3VpbGREYXRhIlAKDlJlc0dldEd1aWxkTG9n", + "EiIKBlJlc3VsdBgCIAEoDjISLkdldEd1aWxkTG9nUmVzdWx0EhoKBExvZ3MY", + "ASADKAsyDC5OZXRHdWlsZExvZyKmAQoLUmVzR2V0R3VpbGQSHAoFR3VpbGQY", + "AiABKAsyDS5OZXRHdWlsZERhdGESJAoHTWVtYmVycxgDIAMoCzITLk5ldEd1", + "aWxkTWVtYmVyRGF0YRIeCgZQb3B1cHMYByADKAsyDi5OZXRHdWlsZFBvcHVw", + "EiEKGUNhbkNoYW5nZVVuaW9uTmFtZUZvckZyZWUYCCABKAgSEAoISXNTaW1w", + "bGUYCiABKAgiogEKDlJlc0NyZWF0ZUd1aWxkEiIKBlJlc3VsdBgBIAEoDjIS", + "LkNyZWF0ZUd1aWxkUmVzdWx0EhwKBUd1aWxkGAIgASgLMg0uTmV0R3VpbGRE", + "YXRhEiQKB01lbWJlcnMYAyADKAsyEy5OZXRHdWlsZE1lbWJlckRhdGESKAoK", + "Q3VycmVuY2llcxgFIAMoCzIULk5ldFVzZXJDdXJyZW5jeURhdGEiYAoOUmVz", + "RGVsZXRlR3VpbGQSIgoGUmVzdWx0GAIgASgOMhIuRGVsZXRlR3VpbGRSZXN1", + "bHQSGQoMR3VpbGRMZWF2ZUF0GAEgASgDSACIAQFCDwoNX0d1aWxkTGVhdmVB", + "dCJuChdSZXNHdWlsZEpvaW5SZXF1ZXN0TGlzdBIrCgZSZXN1bHQYASABKA4y", + "Gy5HdWlsZEpvaW5SZXF1ZXN0TGlzdFJlc3VsdBImCgRMaXN0GAIgAygLMhgu", + "TmV0R3VpbGRKb2luUmVxdWVzdERhdGEiXAoaUmVzQ29uZmlybUd1aWxkSm9p", + "blJlcXVlc3QSLgoGUmVzdWx0GAEgASgOMh4uQ29uZmlybUd1aWxkSm9pblJl", + "cXVlc3RSZXN1bHQSDgoGQWNjZXB0GAIgASgIImIKHVJlc0FsbENvbmZpcm1H", + "dWlsZEpvaW5SZXF1ZXN0EjEKBlJlc3VsdBgBIAEoDjIhLkFsbENvbmZpcm1H", + "dWlsZEpvaW5SZXF1ZXN0UmVzdWx0Eg4KBkFjY2VwdBgCIAEoCCKQAQoPUmVz", + "U2V0R3VpbGROYW1lEiMKBlJlc3VsdBgBIAEoDjITLlNldEd1aWxkTmFtZVJl", + "c3VsdBIoCgpDdXJyZW5jaWVzGAIgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0", + "YRIuCgpCYW5FbmRUaW1lGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVz", + "dGFtcCIzChZSZXFTZXRHdWlsZE5hbWVGb3JGcmVlEgsKA0dzbhgCIAEoAxIM", + "CgROYW1lGAMgASgJIm0KFlJlc1NldEd1aWxkTmFtZUZvckZyZWUSIwoGUmVz", + "dWx0GAEgASgOMhMuU2V0R3VpbGROYW1lUmVzdWx0Ei4KCkJhbkVuZFRpbWUY", + "AyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIm0KFFJlc1VwZGF0", + "ZUd1aWxkTm90aWNlEiUKBlJlc3VsdBgBIAEoDjIVLlNldEd1aWxkTm90aWNl", + "UmVzdWx0Ei4KCkJhbkVuZFRpbWUYAiABKAsyGi5nb29nbGUucHJvdG9idWYu", + "VGltZXN0YW1wInkKF1JlcVVwZGF0ZUd1aWxkU2V0dGluZ3MyEgsKA0dzbhgC", + "IAEoAxIMCgREZXNjGAMgASgJEg4KBkVtYmxlbRgEIAEoBRIOCgZMb2NhbGUY", + "BSABKAkSEAoISm9pblR5cGUYBiABKAUSEQoJSm9pbkxldmVsGAcgASgFIm0K", + "FlJlc1VwZGF0ZUd1aWxkU2V0dGluZ3MSIwoGUmVzdWx0GAEgASgOMhMuU2V0", + "R3VpbGREZXNjUmVzdWx0Ei4KCkJhbkVuZFRpbWUYAiABKAsyGi5nb29nbGUu", + "cHJvdG9idWYuVGltZXN0YW1wIr8BChBSZXNTZW5kR3VpbGRNYWlsEiMKBlJl", + "c3VsdBgBIAEoDjITLlNldEd1aWxkTWFpbFJlc3VsdBIrCgdCYW5Gcm9tGAIg", + "ASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIpCgVCYW5UbxgDIAEo", + "CzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKU2VuZE1haWxBdBgE", + "IAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiQAoUUmVzQ2hhbmdl", + "R3VpbGRNYXN0ZXISKAoGUmVzdWx0GAEgASgOMhguQ2hhbmdlR3VpbGRNYXN0", + "ZXJSZXN1bHQiQgoVUmVzQ2hhbmdlR3VpbGRNYW5hZ2VyEikKBlJlc3VsdBgB", + "IAEoDjIZLkNoYW5nZUd1aWxkTWFuYWdlclJlc3VsdCI8ChJSZXNLaWNrR3Vp", + "bGRNZW1iZXISJgoGUmVzdWx0GAEgASgOMhYuS2lja0d1aWxkTWVtYmVyUmVz", + "dWx0IkAKFFJlc0FkZEd1aWxkQmxhY2tsaXN0EigKBlJlc3VsdBgBIAEoDjIY", + "LkFkZEd1aWxkQmxhY2tsaXN0UmVzdWx0IjAKDFJlc0pvaW5HdWlsZBIgCgZS", + "ZXN1bHQYASABKA4yEC5Kb2luR3VpbGRSZXN1bHQiXgoNUmVzTGVhdmVHdWls", + "ZBIZCgxHdWlsZExlYXZlQXQYASABKANIAIgBARIhCgZSZXN1bHQYAiABKA4y", + "ES5MZWF2ZUd1aWxkUmVzdWx0Qg8KDV9HdWlsZExlYXZlQXQiSwoXUmVxR2V0", + "VW5pb25SYWlkU3RlcEluZm8SCwoDR3NuGAEgASgDEhEKCVJhaWRMZXZlbBgC", + "IAEoBRIQCghSYWlkU3RlcBgDIAEoBSKBAQoXUmVzR2V0VW5pb25SYWlkU3Rl", + "cEluZm8SJAoESW5mbxgBIAEoCzIWLk5ldFVuaW9uUmFpZEd1aWxkSW5mbxIS", + "CgpOb3dQbGF5aW5nGAIgASgIEiwKDFBlcmlvZFJlc3VsdBgDIAEoDjIWLlVu", + "aW9uUmFpZFBlcmlvZFJlc3VsdCJGChFSZXFFbnRlclVuaW9uUmFpZBIRCglS", + "YWlkTGV2ZWwYAiABKAUSEAoIUmFpZFN0ZXAYAyABKAUSDAoEVGVhbRgEIAEo", + "BSK6AQoRUmVzRW50ZXJVbmlvblJhaWQSJAoESW5mbxgBIAEoCzIWLk5ldFVu", + "aW9uUmFpZEd1aWxkSW5mbxIoCgpKb2luUmVzdWx0GAIgASgOMhQuVW5pb25S", + "YWlkSm9pblJlc3VsdBInCghKb2luRGF0YRgDIAEoCzIVLk5ldFVuaW9uUmFp", + "ZEpvaW5EYXRhEiwKDFBlcmlvZFJlc3VsdBgEIAEoDjIWLlVuaW9uUmFpZFBl", + "cmlvZFJlc3VsdCL2AQoVUmVzU2V0VW5pb25SYWlkRGFtYWdlEhUKDVJhaWRK", + "b2luQ291bnQYASABKAUSGwoGU3RhdHVzGAIgASgOMgsuU3RlcFN0YXR1cxIk", + "CgRJbmZvGAMgASgLMhYuTmV0VW5pb25SYWlkR3VpbGRJbmZvEiwKDFBlcmlv", + "ZFJlc3VsdBgEIAEoDjIWLlVuaW9uUmFpZFBlcmlvZFJlc3VsdBInCghKb2lu", + "RGF0YRgFIAEoCzIVLk5ldFVuaW9uUmFpZEpvaW5EYXRhEiwKDERhbWFnZVJl", + "c3VsdBgGIAEoDjIWLlVuaW9uUmFpZERhbWFnZVJlc3VsdCIsChxSZXFMaXN0", + "VW5pb25SYWlkV29ybGRSYW5raW5nEgwKBFJhbmsYASABKAUieAocUmVzTGlz", + "dFVuaW9uUmFpZFdvcmxkUmFua2luZxIqCghSYW5raW5ncxgBIAMoCzIYLk5l", + "dFVuaW9uUmFpZFJhbmtpbmdEYXRhEiwKDFBlcmlvZFJlc3VsdBgCIAEoDjIW", + "LlVuaW9uUmFpZFBlcmlvZFJlc3VsdCIsCh1SZXFHZXRVbmlvblJhaWRXaG9s", + "ZUJhdHRsZUxvZxILCgNHc24YASABKAMicgodUmVzR2V0VW5pb25SYWlkV2hv", + "bGVCYXR0bGVMb2cSIwoDTG9nGAEgAygLMhYuTmV0VW5pb25SYWlkU2ltcGxl", + "TG9nEiwKDFBlcmlvZFJlc3VsdBgCIAEoDjIWLlVuaW9uUmFpZFBlcmlvZFJl", + "c3VsdCI5ChxSZXFHZXRVbmlvblJhaWRVc2VyQmF0dGxlTG9nEgsKA0dzbhgB", + "IAEoAxIMCgRTdGVwGAMgASgFInEKHFJlc0dldFVuaW9uUmFpZFVzZXJCYXR0", + "bGVMb2cSIwoDTG9nGAEgAygLMhYuTmV0VW5pb25SYWlkRGV0YWlsTG9nEiwK", + "DFBlcmlvZFJlc3VsdBgCIAEoDjIWLlVuaW9uUmFpZFBlcmlvZFJlc3VsdCI5", + "ChxSZXFHZXRVbmlvblJhaWRTdGVwQmF0dGxlTG9nEgsKA0dzbhgBIAEoAxIM", + "CgRTdGVwGAIgASgFInEKHFJlc0dldFVuaW9uUmFpZFN0ZXBCYXR0bGVMb2cS", + "IwoDTG9nGAEgAygLMhYuTmV0VW5pb25SYWlkRGV0YWlsTG9nEiwKDFBlcmlv", + "ZFJlc3VsdBgCIAEoDjIWLlVuaW9uUmFpZFBlcmlvZFJlc3VsdCKkAQoVTmV0", + "VW5pb25SYWlkU2ltcGxlTG9nEhAKCE5pY2tuYW1lGAEgASgJEhEKCVJhaWRM", + "ZXZlbBgCIAEoBRIMCgRTdGVwGAMgASgFEg4KBkRhbWFnZRgEIAEoAxIMCgRL", + "aWxsGAUgASgIEhAKCERhbWFnZUF0GAYgASgDEgsKA1VzbhgHIAEoAxIOCgZM", + "ZWZ0SHAYCCABKAMSCwoDRGF5GAkgASgFIqMBChVOZXRVbmlvblJhaWREZXRh", + "aWxMb2cSCwoDVXNuGAEgASgDEhAKCE5pY2tuYW1lGAIgASgJEhEKCVJhaWRM", + "ZXZlbBgDIAEoBRIOCgZEYW1hZ2UYBCABKAMSKAoEVGVhbRgFIAMoCzIaLk5l", + "dFVuaW9uUmFpZFRlYW1DaGFyYWN0ZXISEAoIRGFtYWdlQXQYBiABKAMSDAoE", + "S2lsbBgHIAEoCCI6ChROZXRVbmlvblJhaWRKb2luRGF0YRIRCglQbGF5Q291", + "bnQYASABKAUSDwoHQ3NuTGlzdBgCIAMoAyJoChlOZXRVbmlvblJhaWRUZWFt", + "Q2hhcmFjdGVyEgwKBFNsb3QYASABKAUSCwoDVGlkGAIgASgFEg0KBUxldmVs", + "GAMgASgFEg4KBkNvbWJhdBgEIAEoBRIRCglDb3N0dW1lSWQYBSABKAUiegoW", + "TmV0VW5pb25SYWlkUGVyaW9kRGF0YRITCgtWaXNpYmxlRGF0ZRgBIAEoAxIR", + "CglTdGFydERhdGUYAiABKAMSDwoHRW5kRGF0ZRgDIAEoAxITCgtEaXNhYmxl", + "RGF0ZRgEIAEoAxISCgpTZXR0bGVEYXRlGAUgASgDIiQKElJlcVNlYXJjaEd1", + "aWxkTGlzdBIOCgZTZWFyY2gYASABKAkiOQoSUmVzU2VhcmNoR3VpbGRMaXN0", + "EiMKBkd1aWxkcxgCIAMoCzITLk5ldFNpbXBsZUd1aWxkRGF0YSKqAQoTUmVz", + "R2V0R3VpbGRDaGF0TGlzdBInCgpNZW1iZXJMaXN0GAEgAygLMhMuTmV0R3Vp", + "bGRNZW1iZXJEYXRhEiMKCENoYXRMaXN0GAIgAygLMhEuTmV0R3VpbGRDaGF0", + "RGF0YRIcChREZWxldGVkTWVzc2FnZUlkTGlzdBgDIAMoCRInCgZSZXN1bHQY", + "BCABKA4yFy5HZXRHdWlsZENoYXRMaXN0UmVzdWx0IpABChBSZXNTZW5kR3Vp", + "bGRDaGF0EiQKBlJlc3VsdBgBIAEoDjIULkd1aWxkQ2hhdFNlbmRSZXN1bHQS", + "KwoHQmFuRnJvbRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAS", + "KQoFQmFuVG8YAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIicK", + "ElJlcURlbGV0ZUd1aWxkQ2hhdBIRCglNZXNzYWdlSWQYASABKAkiPAoSUmVz", + "RGVsZXRlR3VpbGRDaGF0EiYKBlJlc3VsdBgBIAEoDjIWLkRlbGV0ZUd1aWxk", + "Q2hhdFJlc3VsdCIfCh1SZXNTZXRVbmlvblJhaWRQcmFjdGljZURhbWFnZSIk", + "ChVSZXFHZXRHdWlsZFB1YmxpY0luZm8SCwoDR3NuGAEgASgDIlsKFVJlc0dl", + "dEd1aWxkUHVibGljSW5mbxIcCgVHdWlsZBgBIAEoCzINLk5ldEd1aWxkRGF0", + "YRIkCgdNZW1iZXJzGAIgAygLMhMuTmV0R3VpbGRNZW1iZXJEYXRhIhkKF1Jl", + "cUdldFVuaW9uUmFpZEpvaW5EYXRhIksKF1Jlc0dldFVuaW9uUmFpZEpvaW5E", + "YXRhEjAKEVVuaW9uUmFpZEpvaW5EYXRhGAEgASgLMhUuTmV0VW5pb25SYWlk", + "Sm9pbkRhdGEiNAoTUmVxR2V0VW5pb25SYWlkRGF0YRILCgNHc24YAiABKAMS", + "EAoISXNTaW1wbGUYAyABKAgiNgoTUmVzR2V0VW5pb25SYWlkRGF0YRIfCgRE", + "YXRhGAEgASgLMhEuTmV0VW5pb25SYWlkRGF0YSJ8ChNSZXNHZXRJbnRlcmNl", + "cHREYXRhEhwKFE5vcm1hbEludGVyY2VwdEdyb3VwGAEgASgFEhoKElNwZWNp", + "YWxJbnRlcmNlcHRJZBgCIAEoBRITCgtUaWNrZXRDb3VudBgDIAEoBRIWCg5N", + "YXhUaWNrZXRDb3VudBgEIAEoBSITChFSZXNFbnRlckludGVyY2VwdCKcAgoR", + "UmVzQ2xlYXJJbnRlcmNlcHQSEQoJSW50ZXJjZXB0GAEgASgFEhMKC0ludGVy", + "Y2VwdElkGAIgASgFEiQKDE5vcm1hbFJld2FyZBgDIAEoCzIOLk5ldFJld2Fy", + "ZERhdGESIwoLQm9udXNSZXdhcmQYBCABKAsyDi5OZXRSZXdhcmREYXRhEhMK", + "C1RpY2tldENvdW50GAUgASgFEhYKDk1heFRpY2tldENvdW50GAYgASgFEjMK", + "G05vcm1hbFJld2FyZEJ5UmV3YXJkVXBFdmVudBgHIAEoCzIOLk5ldFJld2Fy", + "ZERhdGESMgoaQm9udXNSZXdhcmRCeVJld2FyZFVwRXZlbnQYCCABKAsyDi5O", + "ZXRSZXdhcmREYXRhIj8KFVJlcUZhc3RDbGVhckludGVyY2VwdBIRCglJbnRl", + "cmNlcHQYASABKAUSEwoLSW50ZXJjZXB0SWQYAiABKAUiqgIKFVJlc0Zhc3RD", + "bGVhckludGVyY2VwdBIkCgxOb3JtYWxSZXdhcmQYASABKAsyDi5OZXRSZXdh", + "cmREYXRhEiMKC0JvbnVzUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0YRIT", + "CgtUaWNrZXRDb3VudBgDIAEoBRIWCg5NYXhUaWNrZXRDb3VudBgEIAEoBRIg", + "CgZSZXN1bHQYBSABKA4yEC5GYXN0Q2xlYXJSZXN1bHQSDgoGRGFtYWdlGAYg", + "ASgDEjMKG05vcm1hbFJld2FyZEJ5UmV3YXJkVXBFdmVudBgHIAEoCzIOLk5l", + "dFJld2FyZERhdGESMgoaQm9udXNSZXdhcmRCeVJld2FyZFVwRXZlbnQYCCAB", + "KAsyDi5OZXRSZXdhcmREYXRhIkkKG1JlcUNoZWNrQ2xlYXJJbnRlcmNlcHRU", + "b2RheRIVCg1JbnRlcmNlcHRUeXBlGAEgASgFEhMKC0ludGVyY2VwdElkGAIg", + "ASgFIiwKG1Jlc0NoZWNrQ2xlYXJJbnRlcmNlcHRUb2RheRINCgVDbGVhchgB", + "IAEoCCKfAQoZUmVxRW50ZXJJbnRlcmNlcHRQcmFjdGljZRIRCglJbnRlcmNl", + "cHQYASABKAUSEwoLSW50ZXJjZXB0SWQYAiABKAUSEgoKVGVhbU51bWJlchgD", + "IAEoBRJGChdBbnRpQ2hlYXRBZGRpdGlvbmFsSW5mbxgEIAEoCzIlLk5ldEFu", + "dGlDaGVhdEJhdHRsZVRMb2dBZGRpdGlvbmFsSW5mbyIbChlSZXNFbnRlcklu", + "dGVyY2VwdFByYWN0aWNlInAKGVJlc0NsZWFySW50ZXJjZXB0UHJhY3RpY2US", + "EQoJSW50ZXJjZXB0GAEgASgFEhMKC0ludGVyY2VwdElkGAIgASgFEhMKC1Rp", + "Y2tldENvdW50GAMgASgFEhYKDk1heFRpY2tldENvdW50GAQgASgFIlYKFFJl", + "cUVudGVyTW9nSW50ZXJjZXB0EhUKDUludGVyY2VwdFR5cGUYASABKAUSEwoL", + "SW50ZXJjZXB0SWQYAiABKAUSEgoKVGVhbU51bWJlchgDIAEoBSIWChRSZXNF", + "bnRlck1vZ0ludGVyY2VwdCJ8ChRSZXFDbGVhck1vZ0ludGVyY2VwdBIVCg1J", + "bnRlcmNlcHRUeXBlGAEgASgFEhMKC0ludGVyY2VwdElkGAIgASgFEg4KBkRh", + "bWFnZRgDIAEoAxISCgpUZWFtTnVtYmVyGAQgASgFEhQKDEJhdHRsZVJlc3Vs", + "dBgFIAEoBSL3AQoUUmVzQ2xlYXJNb2dJbnRlcmNlcHQSJAoMTm9ybWFsUmV3", + "YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YRIjCgtCb251c1Jld2FyZBgCIAEo", + "CzIOLk5ldFJld2FyZERhdGESEwoLVGlja2V0Q291bnQYAyABKAUSFgoOTWF4", + "VGlja2V0Q291bnQYBCABKAUSMwobTm9ybWFsUmV3YXJkQnlSZXdhcmRVcEV2", + "ZW50GAUgASgLMg4uTmV0UmV3YXJkRGF0YRIyChpCb251c1Jld2FyZEJ5UmV3", + "YXJkVXBFdmVudBgGIAEoCzIOLk5ldFJld2FyZERhdGEiRgoYUmVxRmFzdENs", + "ZWFyTW9nSW50ZXJjZXB0EhUKDUludGVyY2VwdFR5cGUYASABKAUSEwoLSW50", + "ZXJjZXB0SWQYAiABKAUirQIKGFJlc0Zhc3RDbGVhck1vZ0ludGVyY2VwdBIk", + "CgxOb3JtYWxSZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhEiMKC0JvbnVz", + "UmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0YRITCgtUaWNrZXRDb3VudBgD", + "IAEoBRIWCg5NYXhUaWNrZXRDb3VudBgEIAEoBRIgCgZSZXN1bHQYBSABKA4y", + "EC5GYXN0Q2xlYXJSZXN1bHQSDgoGRGFtYWdlGAYgASgDEjMKG05vcm1hbFJl", + "d2FyZEJ5UmV3YXJkVXBFdmVudBgHIAEoCzIOLk5ldFJld2FyZERhdGESMgoa", + "Qm9udXNSZXdhcmRCeVJld2FyZFVwRXZlbnQYCCABKAsyDi5OZXRSZXdhcmRE", + "YXRhIl4KHFJlcUVudGVyTW9nSW50ZXJjZXB0UHJhY3RpY2USFQoNSW50ZXJj", + "ZXB0VHlwZRgBIAEoBRITCgtJbnRlcmNlcHRJZBgCIAEoBRISCgpUZWFtTnVt", + "YmVyGAMgASgFIh4KHFJlc0VudGVyTW9nSW50ZXJjZXB0UHJhY3RpY2UihAEK", + "HFJlcUNsZWFyTW9nSW50ZXJjZXB0UHJhY3RpY2USFQoNSW50ZXJjZXB0VHlw", + "ZRgBIAEoBRITCgtJbnRlcmNlcHRJZBgCIAEoBRIOCgZEYW1hZ2UYAyABKAMS", + "EgoKVGVhbU51bWJlchgEIAEoBRIUCgxCYXR0bGVSZXN1bHQYBSABKAUiSwoc", + "UmVzQ2xlYXJNb2dJbnRlcmNlcHRQcmFjdGljZRITCgtUaWNrZXRDb3VudBgB", + "IAEoBRIWCg5NYXhUaWNrZXRDb3VudBgCIAEoBSIwChNOZXRJdGVtU2VsZWN0", + "T3B0aW9uEgoKAklkGAEgASgFEg0KBUNvdW50GAIgASgFIjYKFk5ldFdlYXJI", + "YXJtb255Q3ViZURhdGESCwoDQ3NuGAEgASgDEg8KB1N3YXBDc24YAiABKAMi", + "1wEKE1Jlc0dldEludmVudG9yeURhdGESHwoFSXRlbXMYAiADKAsyEC5OZXRV", + "c2VySXRlbURhdGESLQoMSGFybW9ueUN1YmVzGAMgAygLMhcuTmV0VXNlckhh", + "cm1vbnlDdWJlRGF0YRIqCgpBd2FrZW5pbmdzGAQgAygLMhYuTmV0RXF1aXBt", + "ZW50QXdha2VuaW5nEhsKE1J1bkF3YWtlbmluZ0lzbkxpc3QYBSADKAMSJwoL", + "VXNlclJlZGVlbXMYBiADKAsyEi5OZXRVc2VyUmVkZWVtRGF0YSIaChhSZXFG", + "b3JjZUdldEludmVudG9yeURhdGEiMwoQUmVzV2VhckVxdWlwbWVudBIfCgVJ", + "dGVtcxgDIAMoCzIQLk5ldFVzZXJJdGVtRGF0YSIzChFSZXNDbGVhckVxdWlw", + "bWVudBIeCgRJdGVtGAQgASgLMhAuTmV0VXNlckl0ZW1EYXRhIlwKD1Jlc1Vz", + "ZVNlbGVjdEJveBIpCgpDaGFyYWN0ZXJzGAMgAygLMhUuTmV0VXNlckNoYXJh", + "Y3RlckRhdGESHgoGUmV3YXJkGAQgASgLMg4uTmV0UmV3YXJkRGF0YSIxCg9S", + "ZXNVc2VCdW5kbGVCb3gSHgoGUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0", + "YSJ+ChNSZXNJbmNyZWFzZUV4cEVxdWlwEh8KBUl0ZW1zGAIgAygLMhAuTmV0", + "VXNlckl0ZW1EYXRhEiYKCEN1cnJlbmN5GAMgASgLMhQuTmV0VXNlckN1cnJl", + "bmN5RGF0YRIeCgZSZXdhcmQYBCABKAsyDi5OZXRSZXdhcmREYXRhIjcKFFJl", + "c1dlYXJFcXVpcG1lbnRMaXN0Eh8KBUl0ZW1zGAMgAygLMhAuTmV0VXNlckl0", + "ZW1EYXRhIkQKFFJlc0FsbENsZWFyRXF1aXBtZW50EgsKA0NzbhgCIAEoAxIf", + "CgVJdGVtcxgDIAMoCzIQLk5ldFVzZXJJdGVtRGF0YSJCChFSZXNHZXRIYXJt", + "b255Q3ViZRItCgxIYXJtb255Q3ViZXMYAiADKAsyFy5OZXRVc2VySGFybW9u", + "eUN1YmVEYXRhIkMKElJlc1dlYXJIYXJtb255Q3ViZRItCgxIYXJtb255Q3Vi", + "ZXMYAiADKAsyFy5OZXRVc2VySGFybW9ueUN1YmVEYXRhIkMKE1Jlc0NsZWFy", + "SGFybW9ueUN1YmUSLAoLSGFybW9ueUN1YmUYAiABKAsyFy5OZXRVc2VySGFy", + "bW9ueUN1YmVEYXRhIkkKGFJlc01hbmFnZW1lbnRIYXJtb255Q3ViZRItCgxI", + "YXJtb255Q3ViZXMYAiADKAsyFy5OZXRVc2VySGFybW9ueUN1YmVEYXRhImAK", + "FVJlc0xldmVsVXBIYXJtb255Q3ViZRIfCgVJdGVtcxgCIAMoCzIQLk5ldFVz", + "ZXJJdGVtRGF0YRImCghDdXJyZW5jeRgDIAEoCzIULk5ldFVzZXJDdXJyZW5j", + "eURhdGEiLQoLUmVzVXNlUGllY2USHgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3", + "YXJkRGF0YSIxChVSZXFFcXVpcG1lbnRBd2FrZW5pbmcSCwoDSXNuGAEgASgD", + "EgsKA0NzbhgCIAEoAyKNAQoVUmVzRXF1aXBtZW50QXdha2VuaW5nEh8KBUl0", + "ZW1zGAEgAygLMhAuTmV0VXNlckl0ZW1EYXRhEigKCkN1cnJlbmNpZXMYAiAD", + "KAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhEikKCUF3YWtlbmluZxgDIAEoCzIW", + "Lk5ldEVxdWlwbWVudEF3YWtlbmluZyImChdSZXFBd2FrZW5pbmdSZXNldE9w", + "dGlvbhILCgNJc24YASABKAMilwEKF1Jlc0F3YWtlbmluZ1Jlc2V0T3B0aW9u", + "Eh8KBUl0ZW1zGAEgAygLMhAuTmV0VXNlckl0ZW1EYXRhEigKCkN1cnJlbmNp", + "ZXMYAiADKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhEjEKC1Jlc2V0T3B0aW9u", + "GAMgASgLMhwuTmV0RXF1aXBtZW50QXdha2VuaW5nT3B0aW9uIjoKGFJlcUF3", + "YWtlbmluZ0NoYW5nZU9wdGlvbhILCgNJc24YASABKAMSEQoJSXNDaGFuZ2Vk", + "GAIgASgIIkUKGFJlc0F3YWtlbmluZ0NoYW5nZU9wdGlvbhIpCglBd2FrZW5p", + "bmcYASABKAsyFi5OZXRFcXVpcG1lbnRBd2FrZW5pbmciSQoWUmVxQXdha2Vu", + "aW5nTG9ja09wdGlvbhILCgNJc24YASABKAMSEAoIT3B0aW9uSWQYAiABKAUS", + "EAoISXNMb2NrZWQYAyABKAgiYwoWUmVzQXdha2VuaW5nTG9ja09wdGlvbhIf", + "CgVJdGVtcxgBIAMoCzIQLk5ldFVzZXJJdGVtRGF0YRIoCgpDdXJyZW5jaWVz", + "GAIgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YSIoChlSZXFBd2FrZW5pbmdV", + "cGdyYWRlT3B0aW9uEgsKA0lzbhgBIAEoAyKZAQoZUmVzQXdha2VuaW5nVXBn", + "cmFkZU9wdGlvbhIfCgVJdGVtcxgBIAMoCzIQLk5ldFVzZXJJdGVtRGF0YRIo", + "CgpDdXJyZW5jaWVzGAIgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0YRIxCgtS", + "ZXNldE9wdGlvbhgDIAEoCzIcLk5ldEVxdWlwbWVudEF3YWtlbmluZ09wdGlv", + "biIkChVSZXFHZXRBd2FrZW5pbmdEZXRhaWwSCwoDSXNuGAEgASgDIn0KFVJl", + "c0dldEF3YWtlbmluZ0RldGFpbBIzCg1DdXJyZW50T3B0aW9uGAEgASgLMhwu", + "TmV0RXF1aXBtZW50QXdha2VuaW5nT3B0aW9uEi8KCU5ld09wdGlvbhgCIAEo", + "CzIcLk5ldEVxdWlwbWVudEF3YWtlbmluZ09wdGlvbiIPCg1SZXFMaXN0UmVk", + "ZWVtIjgKDVJlc0xpc3RSZWRlZW0SJwoLVXNlclJlZGVlbXMYASADKAsyEi5O", + "ZXRVc2VyUmVkZWVtRGF0YSIPCg1SZXNTZXRKdWtlYm94IjoKGVJlc0dldEp1", + "a2Vib3hSZXdhcmRlZERhdGESHQoVSnVrZWJveE1pc3Npb25UaWRMaXN0GAIg", + "AygFIlgKF1JlcVNldEp1a2Vib3hCZ21UYWJsZUlkEiUKCExvY2F0aW9uGAEg", + "ASgOMhMuTmV0SnVrZWJveExvY2F0aW9uEhYKDkp1a2Vib3hUYWJsZUlkGAIg", + "ASgFIhkKF1Jlc1NldEp1a2Vib3hCZ21UYWJsZUlkInAKGFJlcVNldEp1a2Vi", + "b3hCZ21QbGF5bGlzdBIlCghMb2NhdGlvbhgBIAEoDjITLk5ldEp1a2Vib3hM", + "b2NhdGlvbhIaChJKdWtlYm94UGxheWxpc3RVaWQYAiABKAMSEQoJSXNTaHVm", + "ZmxlGAMgASgIIhoKGFJlc1NldEp1a2Vib3hCZ21QbGF5bGlzdCJUChhSZXFT", + "ZXRKdWtlYm94QmdtRmF2b3JpdGUSJQoITG9jYXRpb24YASABKA4yEy5OZXRK", + "dWtlYm94TG9jYXRpb24SEQoJSXNTaHVmZmxlGAIgASgIIhoKGFJlc1NldEp1", + "a2Vib3hCZ21GYXZvcml0ZSIXChVSZXFHZXRKdWtlYm94UGxheWxpc3QiawoV", + "UmVzR2V0SnVrZWJveFBsYXlsaXN0EiYKCVBsYXlsaXN0cxgBIAMoCzITLk5l", + "dEp1a2Vib3hQbGF5bGlzdBIqCg1GYXZvcml0ZVNvbmdzGAIgASgLMhMuTmV0", + "SnVrZWJveEZhdm9yaXRlIikKGFJlcUNyZWF0ZUp1a2Vib3hQbGF5bGlzdBIN", + "CgVUaXRsZRgBIAEoCSJBChhSZXNDcmVhdGVKdWtlYm94UGxheWxpc3QSJQoI", + "UGxheWxpc3QYASABKAsyEy5OZXRKdWtlYm94UGxheWxpc3QiWwoVUmVxU2V0", + "SnVrZWJveFBsYXlsaXN0EhoKEkp1a2Vib3hQbGF5bGlzdFVpZBgBIAEoAxIm", + "CgVTb25ncxgCIAMoCzIXLk5ldEp1a2Vib3hQbGF5bGlzdFNvbmciYgoVUmVz", + "U2V0SnVrZWJveFBsYXlsaXN0EiUKCFBsYXlsaXN0GAEgASgLMhMuTmV0SnVr", + "ZWJveFBsYXlsaXN0EiIKCkp1a2Vib3hCZ20YAiADKAsyDi5OZXRKdWtlYm94", + "QmdtIk8KGVJlcUFkZFNvbmdKdWtlYm94UGxheWxpc3QSGgoSSnVrZWJveFBs", + "YXlsaXN0VWlkGAEgASgDEhYKDkp1a2Vib3hUYWJsZUlkGAIgASgFIkIKGVJl", + "c0FkZFNvbmdKdWtlYm94UGxheWxpc3QSJQoIUGxheWxpc3QYASABKAsyEy5O", + "ZXRKdWtlYm94UGxheWxpc3QiRAoaUmVxU2V0SnVrZWJveEZhdm9yaXRlU29u", + "Z3MSJgoFU29uZ3MYASADKAsyFy5OZXRKdWtlYm94UGxheWxpc3RTb25nImwK", + "GlJlc1NldEp1a2Vib3hGYXZvcml0ZVNvbmdzEioKDUZhdm9yaXRlU29uZ3MY", + "ASABKAsyEy5OZXRKdWtlYm94RmF2b3JpdGUSIgoKSnVrZWJveEJnbRgCIAMo", + "CzIOLk5ldEp1a2Vib3hCZ20iMwoZUmVxQWRkSnVrZWJveEZhdm9yaXRlU29u", + "ZxIWCg5KdWtlYm94VGFibGVJZBgBIAEoBSJHChlSZXNBZGRKdWtlYm94RmF2", + "b3JpdGVTb25nEioKDUZhdm9yaXRlU29uZ3MYASABKAsyEy5OZXRKdWtlYm94", + "RmF2b3JpdGUiRwoaUmVxU2V0SnVrZWJveFBsYXlsaXN0VGl0bGUSGgoSSnVr", + "ZWJveFBsYXlsaXN0VWlkGAEgASgDEg0KBVRpdGxlGAIgASgJIkMKGlJlc1Nl", + "dEp1a2Vib3hQbGF5bGlzdFRpdGxlEiUKCFBsYXlsaXN0GAEgASgLMhMuTmV0", + "SnVrZWJveFBsYXlsaXN0IjYKGFJlcURlbGV0ZUp1a2Vib3hQbGF5bGlzdBIa", + "ChJKdWtlYm94UGxheWxpc3RVaWQYASABKAMiPgoYUmVzRGVsZXRlSnVrZWJv", + "eFBsYXlsaXN0EiIKCkp1a2Vib3hCZ20YASADKAsyDi5OZXRKdWtlYm94Qmdt", + "Ih0KG1JlcVJlY29yZEp1a2Vib3hQbGF5SGlzdG9yeSIdChtSZXNSZWNvcmRK", + "dWtlYm94UGxheUhpc3Rvcnki6wEKFk5ldExpYmVyYXRlTWlzc2lvbkRhdGES", + "CgoCSWQYASABKAMSEgoKTWlzc2lvblRpZBgCIAEoBRIbChNMaWJlcmF0ZUNo", + "YXJhY3RlcklkGAMgASgFEisKDE1pc3Npb25TdGF0ZRgFIAEoDjIVLkxpYmVy", + "YXRlTWlzc2lvblN0YXRlEhEKCUNyZWF0ZWRBdBgGIAEoAxIWCg5UcmlnZ2Vy", + "U3RhcnRBdBgHIAEoAxIUCgxUcmlnZ2VyRW5kQXQYCCABKAMSFwoKUmVjZWl2", + "ZWRBdBgJIAEoA0gAiAEBQg0KC19SZWNlaXZlZEF0IqUBCg9OZXRMaWJlcmF0", + "ZURhdGESEwoLQ2hhcmFjdGVySWQYAiABKAUSDAoEU3RlcBgDIAEoBRIVCg1Q", + "cm9ncmVzc1BvaW50GAQgASgFEiwKC01pc3Npb25EYXRhGAUgAygLMhcuTmV0", + "TGliZXJhdGVNaXNzaW9uRGF0YRIVCg1SZXdhcmRlZENvdW50GAYgASgFEhMK", + "C0lzQ29tcGxldGVkGAcgASgIIn8KF05ldExpYmVyYXRlUHJvZ3Jlc3NEYXRh", + "EhMKC0NoYXJhY3RlcklkGAEgASgFEgwKBFN0ZXAYAiABKAUSFQoNUHJvZ3Jl", + "c3NQb2ludBgDIAEoBRIVCg1SZXdhcmRlZENvdW50GAQgASgFEhMKC0lzQ29t", + "cGxldGVkGAUgASgIIhQKElJlcUdldExpYmVyYXRlRGF0YSJcChJSZXNHZXRM", + "aWJlcmF0ZURhdGESHgoWT3BlbkxpYmVyYXRlVHlwZUlkTGlzdBgCIAMoBRIm", + "CgxMaWJlcmF0ZURhdGEYAyABKAsyEC5OZXRMaWJlcmF0ZURhdGEiHAoaUmVx", + "R2V0TGliZXJhdGVQcm9ncmVzc0xpc3QiVAoaUmVzR2V0TGliZXJhdGVQcm9n", + "cmVzc0xpc3QSNgoUTGliZXJhdGVQcm9ncmVzc0RhdGEYASADKAsyGC5OZXRM", + "aWJlcmF0ZVByb2dyZXNzRGF0YSIxChpSZXFDaG9vc2VMaWJlcmF0ZUNoYXJh", + "Y3RlchITCgtDaGFyYWN0ZXJJZBgCIAEoBSJmChpSZXNDaG9vc2VMaWJlcmF0", + "ZUNoYXJhY3RlchIeCgREYXRhGAEgASgLMhAuTmV0TGliZXJhdGVEYXRhEigK", + "BUVycm9yGAIgASgOMhkuTGliZXJhdGVEYXRhRXhwaXJlZEVycm9yIi8KGlJl", + "cUNvbXBsZXRlTGliZXJhdGVNaXNzaW9uEhEKCU1pc3Npb25JZBgDIAEoAyJm", + "ChpSZXNDb21wbGV0ZUxpYmVyYXRlTWlzc2lvbhIeCgREYXRhGAEgASgLMhAu", + "TmV0TGliZXJhdGVEYXRhEigKBUVycm9yGAIgASgOMhkuTGliZXJhdGVEYXRh", + "RXhwaXJlZEVycm9yIh0KG1JlcU9idGFpbkxpYmVyYXRlU3RlcFJld2FyZCKH", + "AQobUmVzT2J0YWluTGliZXJhdGVTdGVwUmV3YXJkEh4KBlJld2FyZBgBIAEo", + "CzIOLk5ldFJld2FyZERhdGESHgoERGF0YRgCIAEoCzIQLk5ldExpYmVyYXRl", + "RGF0YRIoCgVFcnJvchgDIAEoDjIZLkxpYmVyYXRlRGF0YUV4cGlyZWRFcnJv", + "ciIsChdSZXFSZXNldExpYmVyYXRlTWlzc2lvbhIRCglNaXNzaW9uSWQYAiAB", + "KAMijwEKF1Jlc1Jlc2V0TGliZXJhdGVNaXNzaW9uEh4KBERhdGEYASABKAsy", + "EC5OZXRMaWJlcmF0ZURhdGESKAoFRXJyb3IYAiABKA4yGS5MaWJlcmF0ZURh", + "dGFFeHBpcmVkRXJyb3ISKgoMQ3VycmVuY3lMaXN0GAMgAygLMhQuTmV0VXNl", + "ckN1cnJlbmN5RGF0YSJmCgpOZXRNZXNzYWdlEgsKA1NlcRgBIAEoAxIWCg5D", + "b252ZXJzYXRpb25JZBgCIAEoCRIRCglNZXNzYWdlSWQYAyABKAkSEQoJQ3Jl", + "YXRlZEF0GAQgASgDEg0KBVN0YXRlGAUgASgFIi8KDlJlc0dldE1lc3NhZ2Vz", + "Eh0KCE1lc3NhZ2VzGAIgAygLMgsuTmV0TWVzc2FnZSI3ChdSZXNFbnRlck1l", + "c3NlbmdlckRpYWxvZxIcCgdNZXNzYWdlGAEgASgLMgsuTmV0TWVzc2FnZSJR", + "ChFSZXNQcm9jZWVkTWVzc2FnZRIcCgdNZXNzYWdlGAEgASgLMgsuTmV0TWVz", + "c2FnZRIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIjgKFlJlc09i", + "dGFpbk1lc3NhZ2VSZXdhcmQSHgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3YXJk", + "RGF0YSI/Ch9SZXNFbnRlclN1YlF1ZXN0TWVzc2VuZ2VyRGlhbG9nEhwKB01l", + "c3NhZ2UYASABKAsyCy5OZXRNZXNzYWdlIkIKIlJlc0VudGVyU3ViUXVlc3RG", + "aW5NZXNzZW5nZXJEaWFsb2cSHAoHTWVzc2FnZRgBIAEoCzILLk5ldE1lc3Nh", + "Z2UiMAoOUmVzRmluU3ViUXVlc3QSHgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3", + "YXJkRGF0YSIbChlSZXNQaWNrVG9kYXlSYW5kb21NZXNzYWdlIlkKEE5ldFBp", + "Y2tlZE1lc3NhZ2USLQoJQ3JlYXRlZEF0GAEgASgLMhouZ29vZ2xlLnByb3Rv", + "YnVmLlRpbWVzdGFtcBIWCg5Db252ZXJzYXRpb25JZBgCIAEoCSIZChdSZXFH", + "ZXRQaWNrZWRNZXNzYWdlTGlzdCI6ChdSZXNHZXRQaWNrZWRNZXNzYWdlTGlz", + "dBIfCgREYXRhGAEgAygLMhEuTmV0UGlja2VkTWVzc2FnZSIaChhSZXNQaWNr", + "VG9kYXlEYWlseU1lc3NhZ2UiWQoVTmV0TWluaUdhbWVEaWNlUmV3YXJkEh4K", + "BlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGESIAoJRGljZUdhdWdlGAMg", + "ASgLMg0uTmV0RGljZUdhdWdlIksKDE5ldERpY2VHYXVnZRIoCgZSZXN1bHQY", + "ASABKA4yGC5NaW5pR2FtZURpY2VHYXVnZVJlc3VsdBIRCglHYWluVmFsdWUY", + "AiABKAUiLAoSUmVxR2V0TWluaUdhbWVEaWNlEhYKDkRpY2VNaW5pR2FtZUlk", + "GAEgASgFIo8BChJSZXNHZXRNaW5pR2FtZURpY2USFgoOQ3VycmVudEJvYXJk", + "SWQYASABKAUSHgoERGljZRgCIAEoCzIQLk5ldFVzZXJJdGVtRGF0YRIaChJH", + "YXVnZU1heEV2ZW50Q291bnQYBiABKAUSEgoKQ2hhaW5Db3VudBgEIAEoBRIR", + "CglEaWNlR2F1Z2UYByABKAUiLQoTUmVxTWluaUdhbWVEaWNlUm9sbBIWCg5E", + "aWNlTWluaUdhbWVJZBgBIAEoBSLZAgoTUmVzTWluaUdhbWVEaWNlUm9sbBIS", + "CgpEaWNlUmVzdWx0GAEgASgFEhYKDkN1cnJlbnRCb2FyZElkGAIgASgFEisK", + "C0V2ZW50UmV3YXJkGAMgASgLMhYuTmV0TWluaUdhbWVEaWNlUmV3YXJkEjMK", + "E0dhdWdlTWF4RXZlbnRSZXdhcmQYDCABKAsyFi5OZXRNaW5pR2FtZURpY2VS", + "ZXdhcmQSHgoERGljZRgFIAEoCzIQLk5ldFVzZXJJdGVtRGF0YRIaChJHYXVn", + "ZU1heEV2ZW50Q291bnQYDSABKAUSEgoKQ2hhaW5Db3VudBgHIAEoBRIMCgRH", + "b1RvGAggASgFEhAKCElzRmluaXNoGAkgASgIEjEKE0dhdWdlTWF4RXZlbnRS", + "ZXN1bHQYDiABKA4yFC5HYXVnZU1heEV2ZW50UmVzdWx0EhEKCURpY2VHYXVn", + "ZRgPIAEoBSIqChVSZXFHZXRNaW5pR2FtZVNvcnRPdXQSEQoJU29ydE91dElk", + "GAEgASgFIiwKFVJlc0dldE1pbmlHYW1lU29ydE91dBITCgtUaWNrZXRDb3Vu", + "dBgBIAEoBSKLAQoYUmVxTWluaUdhbWVTb3J0T3V0UmVzdWx0EhEKCVNvcnRP", + "dXRJZBgBIAEoBRINCgVQb2ludBgCIAEoBRImCgRUeXBlGAMgASgOMhguTWlu", + "aUdhbWVTb3J0T3V0UGxheVR5cGUSJQoESW5mbxgEIAEoCzIXLk5ldE1pbmlH", + "YW1lU29ydE91dEluZm8idwoYUmVzTWluaUdhbWVTb3J0T3V0UmVzdWx0EhMK", + "C1RpY2tldENvdW50GAEgASgFEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2Fy", + "ZERhdGESJgoGUmVzdWx0GAMgASgOMhYuTWluaUdhbWVTb3J0T3V0UmVzdWx0", + "Ik8KFk5ldE1pbmlHYW1lU29ydE91dEluZm8SDQoFTGV2ZWwYASABKAUSEgoK", + "RmV2ZXJQb2ludBgCIAEoBRISCgpGZXZlckNvdW50GAMgASgFIlQKF1JlcU1p", + "bmlHYW1lU29ydE91dFN0YXJ0EhEKCVNvcnRPdXRJZBgBIAEoBRImCgRUeXBl", + "GAIgASgOMhguTWluaUdhbWVTb3J0T3V0UGxheVR5cGUiGQoXUmVzTWluaUdh", + "bWVTb3J0T3V0U3RhcnQifAoWTmV0VGV4dEFkdlByb2dyZXNzRGF0YRIKCgJJ", + "ZBgBIAEoAxIXCg9UZXh0QWR2ZW50dXJlSWQYAiABKAUSDgoGUGFnZUlkGAMg", + "ASgFEi0KCUNyZWF0ZWRBdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1l", + "c3RhbXAiigIKDk5ldFRleHRBZHZEYXRhEhYKDkxvb3RDb2xsZWN0aW9uGAEg", + "AygFEiMKG0VuZGluZ1RpY2tldEF1dG9DaGFyZ2VDb3VudBgCIAEoBRIjChtS", + "ZXdhcmRUaWNrZXRBdXRvQ2hhcmdlQ291bnQYAyABKAUSNAoTQ3VycmVudFBy", + "b2dyZXNzRGF0YRgEIAMoCzIXLk5ldFRleHRBZHZQcm9ncmVzc0RhdGESGAoQ", + "UmVjb3JkZWRQYWdlTGlzdBgFIAMoBRIXCg9DaGVja2VkUGFnZUxpc3QYByAD", + "KAUSLQoOQ2hlY2tlZExvZ0xpc3QYBiADKAsyFS5OZXRUZXh0QWR2Q2hlY2tl", + "ZExvZyJ0ChROZXRUZXh0QWR2Q2hlY2tlZExvZxIXCg9UZXh0QWR2ZW50dXJl", + "SWQYASABKAUSNAoOQ2hlY2tlZExvZ1R5cGUYAiABKA4yHC5UZXh0QWR2ZW50", + "dXJlQ2hlY2tlZExvZ1R5cGUSDQoFVmFsdWUYAyABKAUiOQoRUmVzR2V0VGV4", + "dEFkdkRhdGESJAoLVGV4dEFkdkRhdGEYASABKAsyDy5OZXRUZXh0QWR2RGF0", + "YSJSChRSZXNSZWNvcmRUZXh0QWR2UGFnZRIkCgtUZXh0QWR2RGF0YRgBIAEo", + "CzIPLk5ldFRleHRBZHZEYXRhEhQKDFJld2FyZExvb3RJZBgCIAEoBSIyCh1S", + "ZXFSZXR1cm5Ub1RleHRBZHZGaXJzdFNlbGVjdBIRCglUZXh0QWR2SWQYASAB", + "KAUiRQodUmVzUmV0dXJuVG9UZXh0QWR2Rmlyc3RTZWxlY3QSJAoLVGV4dEFk", + "dkRhdGEYASABKAsyDy5OZXRUZXh0QWR2RGF0YSI6ChJSZXNVbmRvVGV4dEFk", + "dlBhZ2USJAoLVGV4dEFkdkRhdGEYASABKAsyDy5OZXRUZXh0QWR2RGF0YSJX", + "Cg9SZXNDbGVhclRleHRBZHYSJAoLVGV4dEFkdkRhdGEYASABKAsyDy5OZXRU", + "ZXh0QWR2RGF0YRIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIkgK", + "F1Jlc0FkZFRleHRBZHZDaGVja2VkTG9nEi0KDkNoZWNrZWRMb2dMaXN0GAEg", + "AygLMhUuTmV0VGV4dEFkdkNoZWNrZWRMb2ci5wEKEk5ldE1pbmlHYW1lQkJR", + "RGF0YRIPCgdFdmVudElkGAEgASgFEhEKCUhpZ2hTY29yZRgCIAEoBRIdChVE", + "YWlseUFjY3VtdWxhdGVkU2NvcmUYAyABKAUSHQoVVG90YWxBY2N1bXVsYXRl", + "ZFNjb3JlGAQgASgDEhcKD0lzRGFpbHlSZXdhcmRlZBgFIAEoCBIaChJTdGVw", + "VXBSZXdhcmRlZExpc3QYBiADKAUSHAoUUmVjb3JkZWRDdXRTY2VuZUxpc3QY", + "ByADKAUSHAoURGFpbHlGaXJzdENsZWFyQ291bnQYCCABKAUiKAoVUmVxR2V0", + "TWluaUdhbWVCQlFEYXRhEg8KB0V2ZW50SWQYASABKAUiOgoVUmVzR2V0TWlu", + "aUdhbWVCQlFEYXRhEiEKBERhdGEYASABKAsyEy5OZXRNaW5pR2FtZUJCUURh", + "dGEiNQoTUmVxQ2xlYXJNaW5pR2FtZUJCURIPCgdFdmVudElkGAEgASgFEg0K", + "BVNjb3JlGAIgASgFIn8KE1Jlc0NsZWFyTWluaUdhbWVCQlESIQoERGF0YRgB", + "IAEoCzITLk5ldE1pbmlHYW1lQkJRRGF0YRIeCgZSZXdhcmQYAiABKAsyDi5O", + "ZXRSZXdhcmREYXRhEiUKCUJhblJlc3VsdBgDIAEoDjISLk1pbmlHYW1lQmFu", + "UmVzdWx0IksKIFJlcU9idGFpbk1pbmlHYW1lQkJRU3RlcFVwUmV3YXJkEg8K", + "B0V2ZW50SWQYASABKAUSFgoOU3RlcFVwUmV3YXJkSWQYAiABKAUiZQogUmVz", + "T2J0YWluTWluaUdhbWVCQlFTdGVwVXBSZXdhcmQSIQoERGF0YRgBIAEoCzIT", + "Lk5ldE1pbmlHYW1lQkJRRGF0YRIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdh", + "cmREYXRhIisKGFJlcUdldE1pbmlHYW1lQkJRUmFua2luZxIPCgdFdmVudElk", + "GAEgASgFIoYBChhSZXNHZXRNaW5pR2FtZUJCUVJhbmtpbmcSNAoQVXNlckd1", + "aWxkUmFua2luZxgBIAEoCzIaLk5ldE1pbmlHYW1lQkJRUmFua2luZ0RhdGES", + "NAoQR3VpbGRSYW5raW5nTGlzdBgCIAMoCzIaLk5ldE1pbmlHYW1lQkJRUmFu", + "a2luZ0RhdGEiRAocUmVxUmVjb3JkTWluaUdhbWVCQlFDdXRTY2VuZRIPCgdF", + "dmVudElkGAEgASgFEhMKC0N1dFNjZW5lVGlkGAIgASgFIkEKHFJlc1JlY29y", + "ZE1pbmlHYW1lQkJRQ3V0U2NlbmUSIQoERGF0YRgBIAEoCzITLk5ldE1pbmlH", + "YW1lQkJRRGF0YSJZChlOZXRNaW5pR2FtZUJCUVJhbmtpbmdEYXRhEgwKBFJh", + "bmsYASABKAMSDQoFU2NvcmUYAiABKAMSHwoEVXNlchgDIAEoCzIRLk5ldFdo", + "b2xlVXNlckRhdGEioQEKGU5ldE1pbmlHYW1lQ2UwMDJRdWVzdERhdGESEwoL", + "Q2UwMDJEYXRhSWQYASABKAUSEQoJSXNDbGVhcmVkGAIgASgIEi0KCUNyZWF0", + "ZWRBdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLQoJQ2xl", + "YXJlZEF0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCKgAQoU", + "TmV0TWluaUdhbWVDZTAwMkRhdGESDwoHQ2UwMDJJZBgBIAEoBRItCglRdWVz", + "dExpc3QYAiADKAsyGi5OZXRNaW5pR2FtZUNlMDAyUXVlc3REYXRhEhMKC0Fy", + "Y2hpdmVMaXN0GAMgAygFEjMKDkNoZWNrZWRMb2dMaXN0GAQgAygLMhsuTmV0", + "TWluaUdhbWVDZTAwMkNoZWNrZWRMb2ciKgoXUmVxR2V0TWluaUdhbWVDZTAw", + "MkRhdGESDwoHQ2UwMDJJZBgBIAEoBSI+ChdSZXNHZXRNaW5pR2FtZUNlMDAy", + "RGF0YRIjCgREYXRhGAEgASgLMhUuTmV0TWluaUdhbWVDZTAwMkRhdGEiMgob", + "UmVxQWNjZXB0TWluaUdhbWVDZTAwMlF1ZXN0EhMKC0NlMDAyRGF0YUlkGAEg", + "ASgFIkIKG1Jlc0FjY2VwdE1pbmlHYW1lQ2UwMDJRdWVzdBIjCgREYXRhGAEg", + "ASgLMhUuTmV0TWluaUdhbWVDZTAwMkRhdGEiMgoaUmVxRW50ZXJNaW5pR2Ft", + "ZUNlMDAyU3RhZ2USFAoMQ2UwMDJTdGFnZUlkGAEgASgFIhwKGlJlc0VudGVy", + "TWluaUdhbWVDZTAwMlN0YWdlIjIKGlJlcUNsZWFyTWluaUdhbWVDZTAwMlN0", + "YWdlEhQKDENlMDAyU3RhZ2VJZBgBIAEoBSJhChpSZXNDbGVhck1pbmlHYW1l", + "Q2UwMDJTdGFnZRIjCgREYXRhGAEgASgLMhUuTmV0TWluaUdhbWVDZTAwMkRh", + "dGESHgoGUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0YSJhChpOZXRNaW5p", + "R2FtZUNlMDAyQ2hlY2tlZExvZxI0Cg5DaGVja2VkTG9nVHlwZRgBIAEoDjIc", + "Lk1pbmlHYW1lQ2UwMDJDaGVja2VkTG9nVHlwZRINCgVWYWx1ZRgCIAEoBSJl", + "Ch1SZXFBZGRNaW5pR2FtZUNlMDAyQ2hlY2tlZExvZxIPCgdDZTAwMklkGAEg", + "ASgFEjMKDkNoZWNrZWRMb2dMaXN0GAIgAygLMhsuTmV0TWluaUdhbWVDZTAw", + "MkNoZWNrZWRMb2ciVAodUmVzQWRkTWluaUdhbWVDZTAwMkNoZWNrZWRMb2cS", + "MwoOQ2hlY2tlZExvZ0xpc3QYASADKAsyGy5OZXRNaW5pR2FtZUNlMDAyQ2hl", + "Y2tlZExvZyKzAQodTmV0TWluaUdhbWVOS1NNaXNzaW9uUHJvZ3Jlc3MSCwoD", + "U2VxGAEgASgDEhQKDE5LU01pc3Npb25JZBgCIAEoBRIQCghQcm9ncmVzcxgD", + "IAEoBRItCglDcmVhdGVkQXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGlt", + "ZXN0YW1wEi4KClJlY2VpdmVkQXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYu", + "VGltZXN0YW1wImoKFVJlc0dldE1pbmlHYW1lTktTRGF0YRIUCgxQcm9ncmVz", + "c0pzb24YASABKAkSOwoTTWlzc2lvblByb2dyZXNzTGlzdBgCIAMoCzIeLk5l", + "dE1pbmlHYW1lTktTTWlzc2lvblByb2dyZXNzIm0KHFJlc1VwbG9hZE1pbmlH", + "YW1lTktTUHJvZ3Jlc3MSJgoFRXJyb3IYASABKA4yFy5OS1NNaXNzaW9uRXhw", + "aXJlZEVycm9yEiUKCUJhblJlc3VsdBgCIAEoDjISLk1pbmlHYW1lQmFuUmVz", + "dWx0ImYKFVJlcUNvbXBsZXRlTktTTWlzc2lvbhINCgVOS1NJZBgBIAEoBRIb", + "ChNOS1NNaXNzaW9uU2VxSWRMaXN0GAIgAygDEiEKGVByb2dyZXNzSnNvbkFm", + "dGVyQ29tcGxldGUYAyABKAkiwwEKFVJlc0NvbXBsZXRlTktTTWlzc2lvbhIe", + "CgZSZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhEjsKE01pc3Npb25Qcm9n", + "cmVzc0xpc3QYAiADKAsyHi5OZXRNaW5pR2FtZU5LU01pc3Npb25Qcm9ncmVz", + "cxImCgVFcnJvchgDIAEoDjIXLk5LU01pc3Npb25FeHBpcmVkRXJyb3ISJQoJ", + "QmFuUmVzdWx0GAQgASgOMhIuTWluaUdhbWVCYW5SZXN1bHQiQwobTmV0TktT", + "TWlzc2lvblByb2dyZXNzVXBkYXRlEg0KBVNlcUlkGAEgASgDEhUKDVByb2dy", + "ZXNzQ291bnQYAiABKAUiggEKG1Jlc1VwZGF0ZU5LU01pc3Npb25Qcm9ncmVz", + "cxI7ChNNaXNzaW9uUHJvZ3Jlc3NMaXN0GAEgAygLMh4uTmV0TWluaUdhbWVO", + "S1NNaXNzaW9uUHJvZ3Jlc3MSJgoFRXJyb3IYAiABKA4yFy5OS1NNaXNzaW9u", + "RXhwaXJlZEVycm9yIikKGFJlcUVudGVyTWluaUdhbWVOS1NTdGFnZRINCgVO", + "S1NJZBgBIAEoBSIaChhSZXNFbnRlck1pbmlHYW1lTktTU3RhZ2UiKQoYUmVx", + "R2V0TWluaUdhbWVOS1NSYW5raW5nEg0KBU5LU0lkGAEgASgFIoYBChhSZXNH", + "ZXRNaW5pR2FtZU5LU1JhbmtpbmcSNAoQVXNlckd1aWxkUmFua2luZxgBIAEo", + "CzIaLk5ldE1pbmlHYW1lTktTUmFua2luZ0RhdGESNAoQR3VpbGRSYW5raW5n", + "TGlzdBgCIAMoCzIaLk5ldE1pbmlHYW1lTktTUmFua2luZ0RhdGEiWQoZTmV0", + "TWluaUdhbWVOS1NSYW5raW5nRGF0YRIMCgRSYW5rGAEgASgFEg0KBVNjb3Jl", + "GAIgASgDEh8KBFVzZXIYAyABKAsyES5OZXRXaG9sZVVzZXJEYXRhIiYKJFJl", + "c0FjY3VtdWxhdGVNaW5pR2FtZU5LU1JhbmtpbmdTY29yZSIiCiBSZXNSZWNv", + "cmRNaW5pR2FtZU5LU1N0YWdlUGxheUxvZyJCCh1OZXRNaW5pR2FtZU5LU0l0", + "ZW1Db2xsZWN0RGF0YRIRCglOS1NJdGVtSWQYASABKAUSDgoGQW1vdW50GAIg", + "ASgFIkgKHU5ldE1pbmlHYW1lTktTTW9uc3RlcktpbGxEYXRhEhQKDE5LU01v", + "bnN0ZXJJZBgBIAEoBRIRCglLaWxsQ291bnQYAiABKAUiKQonUmVzUmVjb3Jk", + "TWluaUdhbWVOS1NTa2lsbFRyZWVVcGdyYWRlTG9nIigKJlJlc1JlY29yZE1p", + "bmlHYW1lTktTQ2hhcmFjdGVyVW5sb2NrTG9nIrUBCh9OZXRNaW5pR2FtZU5L", + "U1YyTWlzc2lvblByb2dyZXNzEgsKA1NlcRgBIAEoAxIUCgxOS1NNaXNzaW9u", + "SWQYAiABKAUSEAoIUHJvZ3Jlc3MYAyABKAUSLQoJQ3JlYXRlZEF0GAQgASgL", + "MhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgpSZWNlaXZlZEF0GAUg", + "ASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCJuChdSZXNHZXRNaW5p", + "R2FtZU5LU1YyRGF0YRIUCgxQcm9ncmVzc0pzb24YASABKAkSPQoTTWlzc2lv", + "blByb2dyZXNzTGlzdBgCIAMoCzIgLk5ldE1pbmlHYW1lTktTVjJNaXNzaW9u", + "UHJvZ3Jlc3MicQoeUmVzVXBsb2FkTWluaUdhbWVOS1NWMlByb2dyZXNzEigK", + "BUVycm9yGAEgASgOMhkuTktTVjJNaXNzaW9uRXhwaXJlZEVycm9yEiUKCUJh", + "blJlc3VsdBgCIAEoDjISLk1pbmlHYW1lQmFuUmVzdWx0ImgKF1JlcUNvbXBs", + "ZXRlTktTVjJNaXNzaW9uEg0KBU5LU0lkGAEgASgFEhsKE05LU01pc3Npb25T", + "ZXFJZExpc3QYAiADKAMSIQoZUHJvZ3Jlc3NKc29uQWZ0ZXJDb21wbGV0ZRgD", + "IAEoCSLJAQoXUmVzQ29tcGxldGVOS1NWMk1pc3Npb24SHgoGUmV3YXJkGAEg", + "ASgLMg4uTmV0UmV3YXJkRGF0YRI9ChNNaXNzaW9uUHJvZ3Jlc3NMaXN0GAIg", + "AygLMiAuTmV0TWluaUdhbWVOS1NWMk1pc3Npb25Qcm9ncmVzcxIoCgVFcnJv", + "chgDIAEoDjIZLk5LU1YyTWlzc2lvbkV4cGlyZWRFcnJvchIlCglCYW5SZXN1", + "bHQYBCABKA4yEi5NaW5pR2FtZUJhblJlc3VsdCJFCh1OZXROS1NWMk1pc3Np", + "b25Qcm9ncmVzc1VwZGF0ZRINCgVTZXFJZBgBIAEoAxIVCg1Qcm9ncmVzc0Nv", + "dW50GAIgASgFIogBCh1SZXNVcGRhdGVOS1NWMk1pc3Npb25Qcm9ncmVzcxI9", + "ChNNaXNzaW9uUHJvZ3Jlc3NMaXN0GAEgAygLMiAuTmV0TWluaUdhbWVOS1NW", + "Mk1pc3Npb25Qcm9ncmVzcxIoCgVFcnJvchgCIAEoDjIZLk5LU1YyTWlzc2lv", + "bkV4cGlyZWRFcnJvciIrChpSZXFFbnRlck1pbmlHYW1lTktTVjJTdGFnZRIN", + "CgVOS1NJZBgBIAEoBSIcChpSZXNFbnRlck1pbmlHYW1lTktTVjJTdGFnZSIr", + "ChpSZXFHZXRNaW5pR2FtZU5LU1YyUmFua2luZxINCgVOS1NJZBgBIAEoBSKM", + "AQoaUmVzR2V0TWluaUdhbWVOS1NWMlJhbmtpbmcSNgoQVXNlckd1aWxkUmFu", + "a2luZxgBIAEoCzIcLk5ldE1pbmlHYW1lTktTVjJSYW5raW5nRGF0YRI2ChBH", + "dWlsZFJhbmtpbmdMaXN0GAIgAygLMhwuTmV0TWluaUdhbWVOS1NWMlJhbmtp", + "bmdEYXRhIlsKG05ldE1pbmlHYW1lTktTVjJSYW5raW5nRGF0YRIMCgRSYW5r", + "GAEgASgFEg0KBVNjb3JlGAIgASgDEh8KBFVzZXIYAyABKAsyES5OZXRXaG9s", + "ZVVzZXJEYXRhIigKJlJlc0FjY3VtdWxhdGVNaW5pR2FtZU5LU1YyUmFua2lu", + "Z1Njb3JlIiQKE1JlcUdldE5LU1YyU2NlbmFyaW8SDQoFTktTSWQYASABKAUi", + "LQoTUmVzR2V0TktTVjJTY2VuYXJpbxIWCg5TY2VuYXJpb0lkTGlzdBgBIAMo", + "CSJRChhSZXFDb21wbGV0ZU5LU1YyU2NlbmFyaW8SDQoFTktTSWQYASABKAUS", + "EgoKU2NlbmFyaW9JZBgCIAEoCRISCgpEaWFsb2dUeXBlGAMgASgFIhoKGFJl", + "c0NvbXBsZXRlTktTVjJTY2VuYXJpbyLHAgoiUmVxUmVjb3JkTWluaUdhbWVO", + "S1NWMlN0YWdlUGxheUxvZxINCgVOS1NJZBgBIAEoBRIPCgdTdGFnZUlkGAIg", + "ASgFEhMKC0NoYXJhY3RlcklkGAMgASgFEjkKD0l0ZW1Db2xsZWN0TGlzdBgE", + "IAMoCzIgLk5ldE1pbmlHYW1lTktTVjJJdGVtQ29sbGVjdERhdGESOQoPTW9u", + "c3RlcktpbGxMaXN0GAUgAygLMiAuTmV0TWluaUdhbWVOS1NWMk1vbnN0ZXJL", + "aWxsRGF0YRIWCg5DaGFyYWN0ZXJMZXZlbBgGIAEoBRIUCgxTdXJ2aXZhbFRp", + "bWUYByABKAUSKQoKUGxheVJlc3VsdBgIIAEoDjIVLk5LU1YyU3RhZ2VSZXN1", + "bHRUeXBlEh0KFUlzUmVzdW1lZEZyb21MYXN0U2F2ZRgJIAEoCCIkCiJSZXNS", + "ZWNvcmRNaW5pR2FtZU5LU1YyU3RhZ2VQbGF5TG9nIkQKH05ldE1pbmlHYW1l", + "TktTVjJJdGVtQ29sbGVjdERhdGESEQoJTktTSXRlbUlkGAEgASgFEg4KBkFt", + "b3VudBgCIAEoBSJKCh9OZXRNaW5pR2FtZU5LU1YyTW9uc3RlcktpbGxEYXRh", + "EhQKDE5LU01vbnN0ZXJJZBgBIAEoBRIRCglLaWxsQ291bnQYAiABKAUioQEK", + "KVJlcVJlY29yZE1pbmlHYW1lTktTVjJTa2lsbFRyZWVVcGdyYWRlTG9nEg0K", + "BU5LU0lkGAEgASgFEhMKC0NoYXJhY3RlcklkGAIgASgFEicKB0FjdFR5cGUY", + "AyABKA4yFi5OS1NWMlNraWxsVHJlZUFjdFR5cGUSEwoLU2tpbGxUcmVlSWQY", + "BCABKAUSEgoKU2xvdEl0ZW1JZBgFIAEoBSIrCilSZXNSZWNvcmRNaW5pR2Ft", + "ZU5LU1YyU2tpbGxUcmVlVXBncmFkZUxvZyJOCihSZXFSZWNvcmRNaW5pR2Ft", + "ZU5LU1YyQ2hhcmFjdGVyVW5sb2NrTG9nEg0KBU5LU0lkGAEgASgFEhMKC0No", + "YXJhY3RlcklkGAIgASgFIioKKFJlc1JlY29yZE1pbmlHYW1lTktTVjJDaGFy", + "YWN0ZXJVbmxvY2tMb2ciWAoVTmV0RGF0ZVNpbVN0YW1pbmFEYXRhEhQKDElu", + "ZmluaXRlTW9kZRgBIAEoCBIPCgdTdGFtaW5hGAIgASgFEhgKEFRvZGF5VXNl", + "ZFN0YW1pbmEYAyABKAUiIgoNUmVxR2V0RGF0ZVNpbRIRCglEYXRlU2ltSWQY", + "ASABKAUikQEKDVJlc0dldERhdGVTaW0SEwoLRGF0ZVNpbUpzb24YASABKAkS", + "EgoKRGlhbG9nRGF0YRgCIAMoCRInCgdTdGFtaW5hGAUgASgLMhYuTmV0RGF0", + "ZVNpbVN0YW1pbmFEYXRhEhcKD1NwZWNpYWxSZXdhcmRlZBgGIAEoCBIVCg1B", + "bGJ1bVJld2FyZGVkGAcgAygFIl4KE1JlcUZpbkRhdGVTaW1EaWFsb2cSEQoJ", + "RGF0ZVNpbUlkGAEgASgFEhAKCERpYWxvZ0lkGAIgASgJEgwKBEpzb24YBCAB", + "KAkSFAoMSXNVc2VTdGFtaW5hGAUgASgIImcKE1Jlc0ZpbkRhdGVTaW1EaWFs", + "b2cSKwoLU3RhbWluYURhdGEYASABKAsyFi5OZXREYXRlU2ltU3RhbWluYURh", + "dGESIwoLRGFpbHlSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIkgKG1Jl", + "cU9idGFpbkRhdGVTaW1BbGJ1bVJld2FyZBIRCglEYXRlU2ltSWQYASABKAUS", + "FgoOSGVyb2luZUFsYnVtSWQYAiABKAUiPQobUmVzT2J0YWluRGF0ZVNpbUFs", + "YnVtUmV3YXJkEh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEiMgod", + "UmVxT2J0YWluRGF0ZVNpbVNwZWNpYWxSZXdhcmQSEQoJRGF0ZVNpbUlkGAEg", + "ASgFIj8KHVJlc09idGFpbkRhdGVTaW1TcGVjaWFsUmV3YXJkEh4KBlJld2Fy", + "ZBgBIAEoCzIOLk5ldFJld2FyZERhdGEidQofUmVxUmVjb3JkRGF0ZVNpbUhl", + "cm9pbmVSZWxhdGlvbhIRCglEYXRlU2ltSWQYASABKAUSEQoJSGVyb2luZUlk", + "GAIgASgJEhUKDVJlbGF0aW9uTGV2ZWwYAyABKAUSFQoNUmVsYXRpb25Qb2lu", + "dBgEIAEoBSIhCh9SZXNSZWNvcmREYXRlU2ltSGVyb2luZVJlbGF0aW9uIrkB", + "ChpOZXRNaW5pR2FtZURlc3NlcnRSdXNoRGF0YRIVCg1EZXNzZXJ0UnVzaElk", + "GAEgASgFEhEKCUhpZ2hTY29yZRgCIAEoBRIdChVEYWlseUFjY3VtdWxhdGVk", + "U2NvcmUYAyABKAUSHQoVVG90YWxBY2N1bXVsYXRlZFNjb3JlGAQgASgDEhcK", + "D0lzRGFpbHlSZXdhcmRlZBgFIAEoCBIaChJTdGVwVXBSZXdhcmRlZExpc3QY", + "BiADKAUiNgodUmVxR2V0TWluaUdhbWVEZXNzZXJ0UnVzaERhdGESFQoNRGVz", + "c2VydFJ1c2hJZBgBIAEoBSJKCh1SZXNHZXRNaW5pR2FtZURlc3NlcnRSdXNo", + "RGF0YRIpCgREYXRhGAEgASgLMhsuTmV0TWluaUdhbWVEZXNzZXJ0UnVzaERh", + "dGEibgobUmVxQ2xlYXJNaW5pR2FtZURlc3NlcnRSdXNoEhUKDURlc3NlcnRS", + "dXNoSWQYASABKAUSDQoFU2NvcmUYAiABKAUSKQoESW5mbxgDIAEoCzIbLk5l", + "dE1pbmlHYW1lRGVzc2VydFJ1c2hJbmZvIokBChpOZXRNaW5pR2FtZURlc3Nl", + "cnRSdXNoSW5mbxISCgpGZXZlclBvaW50GAEgASgFEhIKCkZldmVyQ291bnQY", + "AiABKAUSGgoSTWF4RGlmZmljdWx0eUxldmVsGAMgASgFEhAKCE1heENvbWJv", + "GAQgASgFEhUKDU1heEZldmVyTGV2ZWwYBSABKAUijwEKG1Jlc0NsZWFyTWlu", + "aUdhbWVEZXNzZXJ0UnVzaBIpCgREYXRhGAEgASgLMhsuTmV0TWluaUdhbWVE", + "ZXNzZXJ0UnVzaERhdGESHgoGUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0", + "YRIlCglCYW5SZXN1bHQYAyABKA4yEi5NaW5pR2FtZUJhblJlc3VsdCJZCihS", + "ZXFPYnRhaW5NaW5pR2FtZURlc3NlcnRSdXNoU3RlcFVwUmV3YXJkEhUKDURl", + "c3NlcnRSdXNoSWQYASABKAUSFgoOU3RlcFVwUmV3YXJkSWQYAiABKAUidQoo", + "UmVzT2J0YWluTWluaUdhbWVEZXNzZXJ0UnVzaFN0ZXBVcFJld2FyZBIpCgRE", + "YXRhGAEgASgLMhsuTmV0TWluaUdhbWVEZXNzZXJ0UnVzaERhdGESHgoGUmV3", + "YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0YSI5CiBSZXFHZXRNaW5pR2FtZURl", + "c3NlcnRSdXNoUmFua2luZxIVCg1EZXNzZXJ0UnVzaElkGAEgASgFIp4BCiBS", + "ZXNHZXRNaW5pR2FtZURlc3NlcnRSdXNoUmFua2luZxI8ChBVc2VyR3VpbGRS", + "YW5raW5nGAEgASgLMiIuTmV0TWluaUdhbWVEZXNzZXJ0UnVzaFJhbmtpbmdE", + "YXRhEjwKEEd1aWxkUmFua2luZ0xpc3QYAiADKAsyIi5OZXRNaW5pR2FtZURl", + "c3NlcnRSdXNoUmFua2luZ0RhdGEiYQohTmV0TWluaUdhbWVEZXNzZXJ0UnVz", + "aFJhbmtpbmdEYXRhEgwKBFJhbmsYASABKAMSDQoFU2NvcmUYAiABKAMSHwoE", + "VXNlchgDIAEoCzIRLk5ldFdob2xlVXNlckRhdGEi0QEKGU5ldE1pbmlHYW1l", + "VGFiVGFiTWFpZERhdGESDwoHRXZlbnRJZBgBIAEoBRIRCglIaWdoU2NvcmUY", + "AiABKAUSHQoVRGFpbHlBY2N1bXVsYXRlZFNjb3JlGAMgASgFEh0KFVRvdGFs", + "QWNjdW11bGF0ZWRTY29yZRgEIAEoAxIXCg9Jc0RhaWx5UmV3YXJkZWQYBSAB", + "KAgSGwoTTWlzc2lvblJld2FyZGVkTGlzdBgGIAMoBRIcChREYWlseUZpcnN0", + "Q2xlYXJDb3VudBgHIAEoBSIvChxSZXFHZXRNaW5pR2FtZVRhYlRhYk1haWRE", + "YXRhEg8KB0V2ZW50SWQYASABKAUiSAocUmVzR2V0TWluaUdhbWVUYWJUYWJN", + "YWlkRGF0YRIoCgREYXRhGAEgASgLMhouTmV0TWluaUdhbWVUYWJUYWJNYWlk", + "RGF0YSJjChpSZXFDbGVhck1pbmlHYW1lVGFiVGFiTWFpZBIPCgdFdmVudElk", + "GAEgASgFEg0KBVNjb3JlGAIgASgFEhIKClN0YWdlTGV2ZWwYAyABKAUSEQoJ", + "U2tpbGxSYW5rGAQgASgFIm0KGlJlc0NsZWFyTWluaUdhbWVUYWJUYWJNYWlk", + "EigKBERhdGEYASABKAsyGi5OZXRNaW5pR2FtZVRhYlRhYk1haWREYXRhEiUK", + "CUJhblJlc3VsdBgCIAEoDjISLk1pbmlHYW1lQmFuUmVzdWx0IlIKKFJlcU9i", + "dGFpbk1pbmlHYW1lVGFiVGFiTWFpZE1pc3Npb25SZXdhcmQSDwoHRXZlbnRJ", + "ZBgBIAEoBRIVCg1NaXNzaW9uSWRMaXN0GAIgAygFInQKKFJlc09idGFpbk1p", + "bmlHYW1lVGFiVGFiTWFpZE1pc3Npb25SZXdhcmQSKAoERGF0YRgBIAEoCzIa", + "Lk5ldE1pbmlHYW1lVGFiVGFiTWFpZERhdGESHgoGUmV3YXJkGAIgASgLMg4u", + "TmV0UmV3YXJkRGF0YSIyCh9SZXFHZXRNaW5pR2FtZVRhYlRhYk1haWRSYW5r", + "aW5nEg8KB0V2ZW50SWQYASABKAUimwEKH1Jlc0dldE1pbmlHYW1lVGFiVGFi", + "TWFpZFJhbmtpbmcSOwoQVXNlckd1aWxkUmFua2luZxgBIAEoCzIhLk5ldE1p", + "bmlHYW1lVGFiVGFiTWFpZFJhbmtpbmdEYXRhEjsKEEd1aWxkUmFua2luZ0xp", + "c3QYAiADKAsyIS5OZXRNaW5pR2FtZVRhYlRhYk1haWRSYW5raW5nRGF0YSI5", + "CiZSZXFPYnRhaW5NaW5pR2FtZVRhYlRhYk1haWREYWlseVJld2FyZBIPCgdF", + "dmVudElkGAEgASgFInIKJlJlc09idGFpbk1pbmlHYW1lVGFiVGFiTWFpZERh", + "aWx5UmV3YXJkEigKBERhdGEYASABKAsyGi5OZXRNaW5pR2FtZVRhYlRhYk1h", + "aWREYXRhEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2FyZERhdGEiYAogTmV0", + "TWluaUdhbWVUYWJUYWJNYWlkUmFua2luZ0RhdGESDAoEUmFuaxgBIAEoAxIN", + "CgVTY29yZRgCIAEoAxIfCgRVc2VyGAMgASgLMhEuTmV0V2hvbGVVc2VyRGF0", + "YSJiCiJOZXRNaW5pR2FtZVRvd2VyRGVmZW5zZVJhbmtpbmdEYXRhEgwKBFJh", + "bmsYASABKAMSDQoFU2NvcmUYAiABKAMSHwoEVXNlchgDIAEoCzIRLk5ldFdo", + "b2xlVXNlckRhdGEiwQEKJk5ldE1pbmlHYW1lVG93ZXJEZWZlbnNlTWlzc2lv", + "blByb2dyZXNzEhIKCk1pc3Npb25VaWQYASABKAMSEgoKTWlzc2lvblRpZBgC", + "IAEoBRIQCghQcm9ncmVzcxgDIAEoBRItCglDcmVhdGVkQXQYBCABKAsyGi5n", + "b29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KClJlY2VpdmVkQXQYBSABKAsy", + "Gi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIlEKJE5ldFRvd2VyRGVmZW5z", + "ZU1pc3Npb25Qcm9ncmVzc1VwZGF0ZRISCgpNaXNzaW9uVWlkGAEgASgDEhUK", + "DVByb2dyZXNzQ291bnQYAiABKAUiOAoeUmVxR2V0TWluaUdhbWVUb3dlckRl", + "ZmVuc2VEYXRhEhYKDlRvd2VyRGVmZW5zZUlkGAEgASgFIuwBCh5SZXNHZXRN", + "aW5pR2FtZVRvd2VyRGVmZW5zZURhdGESFwoPVXBncmFkZUN1cnJlbmN5GAEg", + "ASgFEh0KFUNsZWFyZWRUdXRvcmlhbElkTGlzdBgCIAMoBRIaChJDbGVhcmVk", + "U3RhZ2VJZExpc3QYAyADKAUSFQoNVXBncmFkZUlkTGlzdBgEIAMoBRJEChNN", + "aXNzaW9uUHJvZ3Jlc3NMaXN0GAUgAygLMicuTmV0TWluaUdhbWVUb3dlckRl", + "ZmVuc2VNaXNzaW9uUHJvZ3Jlc3MSGQoRQ2hhbGxlbmdlTWF4U2NvcmUYBiAB", + "KAUiOwohUmVxR2V0TWluaUdhbWVUb3dlckRlZmVuc2VSYW5raW5nEhYKDlRv", + "d2VyRGVmZW5zZUlkGAEgASgFIqEBCiFSZXNHZXRNaW5pR2FtZVRvd2VyRGVm", + "ZW5zZVJhbmtpbmcSPQoQVXNlckd1aWxkUmFua2luZxgBIAEoCzIjLk5ldE1p", + "bmlHYW1lVG93ZXJEZWZlbnNlUmFua2luZ0RhdGESPQoQR3VpbGRSYW5raW5n", + "TGlzdBgCIAMoCzIjLk5ldE1pbmlHYW1lVG93ZXJEZWZlbnNlUmFua2luZ0Rh", + "dGEiTAohUmVxRW50ZXJNaW5pR2FtZVRvd2VyRGVmZW5zZVN0YWdlEhYKDlRv", + "d2VyRGVmZW5zZUlkGAEgASgFEg8KB1N0YWdlSWQYAiABKAUiIwohUmVzRW50", + "ZXJNaW5pR2FtZVRvd2VyRGVmZW5zZVN0YWdlIlAKHlJlcUNvbXBsZXRlVG93", + "ZXJEZWZlbnNlTWlzc2lvbhIWCg5Ub3dlckRlZmVuc2VJZBgBIAEoBRIWCg5N", + "aXNzaW9uVWlkTGlzdBgCIAMoAyLmAQoeUmVzQ29tcGxldGVUb3dlckRlZmVu", + "c2VNaXNzaW9uEh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGESRAoT", + "TWlzc2lvblByb2dyZXNzTGlzdBgCIAMoCzInLk5ldE1pbmlHYW1lVG93ZXJE", + "ZWZlbnNlTWlzc2lvblByb2dyZXNzEjcKBUVycm9yGAMgASgOMiguTWluaUdh", + "bWVUb3dlckRlZmVuc2VNaXNzaW9uRXhwaXJlZEVycm9yEiUKCUJhblJlc3Vs", + "dBgEIAEoDjISLk1pbmlHYW1lQmFuUmVzdWx0IoEBCiRSZXFVcGRhdGVUb3dl", + "ckRlZmVuc2VNaXNzaW9uUHJvZ3Jlc3MSFgoOVG93ZXJEZWZlbnNlSWQYASAB", + "KAUSQQoSUHJvZ3Jlc3NVcGRhdGVMaXN0GAIgAygLMiUuTmV0VG93ZXJEZWZl", + "bnNlTWlzc2lvblByb2dyZXNzVXBkYXRlIqUBCiRSZXNVcGRhdGVUb3dlckRl", + "ZmVuc2VNaXNzaW9uUHJvZ3Jlc3MSRAoTTWlzc2lvblByb2dyZXNzTGlzdBgB", + "IAMoCzInLk5ldE1pbmlHYW1lVG93ZXJEZWZlbnNlTWlzc2lvblByb2dyZXNz", + "EjcKBUVycm9yGAIgASgOMiguTWluaUdhbWVUb3dlckRlZmVuc2VNaXNzaW9u", + "RXhwaXJlZEVycm9yIkYKGVJlcVNldFRvd2VyRGVmZW5zZVVwZ3JhZGUSFgoO", + "VG93ZXJEZWZlbnNlSWQYASABKAUSEQoJVXBncmFkZUlkGAIgASgFIjQKGVJl", + "c1NldFRvd2VyRGVmZW5zZVVwZ3JhZGUSFwoPVXBncmFkZUN1cnJlbmN5GAEg", + "ASgFIjUKG1JlcVJlc2V0VG93ZXJEZWZlbnNlVXBncmFkZRIWCg5Ub3dlckRl", + "ZmVuc2VJZBgBIAEoBSI2ChtSZXNSZXNldFRvd2VyRGVmZW5zZVVwZ3JhZGUS", + "FwoPVXBncmFkZUN1cnJlbmN5GAEgASgFIrQBChVSZXFGaW5pc2hUb3dlckRl", + "ZmVuc2USFgoOVG93ZXJEZWZlbnNlSWQYASABKAUSDwoHU3RhZ2VJZBgCIAEo", + "BRINCgVJc1dpbhgDIAEoCBINCgVTY29yZRgEIAEoBRITCgtUdXRvcmlhbElk", + "cxgFIAMoBRIqCghTdGFnZUxvZxgGIAEoCzIYLk5ldFRvd2VyRGVmZW5zZVN0", + "YWdlTG9nEhMKC0N1cnJlbnRXYXZlGAcgASgFIp0BChVSZXNGaW5pc2hUb3dl", + "ckRlZmVuc2USHgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YRIlCglC", + "YW5SZXN1bHQYAiABKA4yEi5NaW5pR2FtZUJhblJlc3VsdBIdChVVcGdyYWRl", + "Q3VycmVuY3lBbW91bnQYAyABKAUSHgoWQ3VycmVudFVwZ3JhZGVDdXJyZW5j", + "eRgEIAEoBSJLChxSZXFDbGVhclRvd2VyRGVmZW5zZVR1dG9yaWFsEhYKDlRv", + "d2VyRGVmZW5zZUlkGAEgASgFEhMKC1R1dG9yaWFsSWRzGAIgAygFIh4KHFJl", + "c0NsZWFyVG93ZXJEZWZlbnNlVHV0b3JpYWwiSwoeUmVxRW50ZXJQbGF5U29k", + "YUNoYWxsZW5nZVN0YWdlEg8KB0V2ZW50SWQYASABKAUSGAoQQ2hhbGxlbmdl", + "U3RhZ2VJZBgCIAEoBSI2Ch5SZXNFbnRlclBsYXlTb2RhQ2hhbGxlbmdlU3Rh", + "Z2USFAoMVXNlck1heFNjb3JlGAEgASgFIrgBCiFSZXFGaW5pc2hQbGF5U29k", + "YVJ1bm5pbmdDaGFsbGVuZ2USDwoHRXZlbnRJZBgBIAEoBRIYChBDaGFsbGVu", + "Z2VTdGFnZUlkGAIgASgFEg0KBVNjb3JlGAMgASgFEiUKCEV2ZW50TG9nGAQg", + "AygLMhMuTmV0UnVubmluZ0V2ZW50TG9nEhgKEE9ic3RhY2xlTG9jYXRpb24Y", + "BSADKAUSGAoQTWF4QWNoaWV2ZWRMZXZlbBgGIAEoBSKYAQohUmVxRmluaXNo", + "UGxheVNvZGFTdGFja1VwQ2hhbGxlbmdlEg8KB0V2ZW50SWQYASABKAUSGAoQ", + "Q2hhbGxlbmdlU3RhZ2VJZBgCIAEoBRINCgVTY29yZRgDIAEoBRIfCgdCb3hM", + "aXN0GAQgAygLMg4uTmV0U3RhY2tVcEJveBIYChBNYXhBY2hpZXZlZExldmVs", + "GAcgASgFIpsBCiNSZXFGaW5pc2hQbGF5U29kYUNhdGNoQ29pbkNoYWxsZW5n", + "ZRIPCgdFdmVudElkGAEgASgFEhgKEENoYWxsZW5nZVN0YWdlSWQYAiABKAUS", + "DQoFU2NvcmUYAyABKAUSIAoJQ29pbkNvdW50GAQgAygLMg0uTmV0Q29pbkNv", + "dW50EhgKEE1heEFjaGlldmVkTGV2ZWwYByABKAUinwEKH1JlcUZpbmlzaFBs", + "YXlTb2RhU21hc2hDaGFsbGVuZ2USDwoHRXZlbnRJZBgBIAEoBRIYChBDaGFs", + "bGVuZ2VTdGFnZUlkGAIgASgFEg0KBVNjb3JlGAMgASgFEigKDlNjb3JpbmdT", + "dW1tYXJ5GAQgAygLMhAuTmV0U21hc2hTY29yaW5nEhgKEE1heEFjaGlldmVk", + "TGV2ZWwYByABKAUiqgEKIlJlcUZpbmlzaFBsYXlTb2RhQ2xpbWJpbmdDaGFs", + "bGVuZ2USDwoHRXZlbnRJZBgBIAEoBRIYChBDaGFsbGVuZ2VTdGFnZUlkGAIg", + "ASgFEg0KBVNjb3JlGAMgASgFEjAKDUFudGlDaGVhdERhdGEYBCABKAsyGS5O", + "ZXRDbGltYmluZ0FudGlDaGVhdERhdGESGAoQTWF4QWNoaWV2ZWRMZXZlbBgH", + "IAEoBSJMCiFSZXNGaW5pc2hQbGF5U29kYVJ1bm5pbmdDaGFsbGVuZ2USJwoP", + "RGFpbHlQbGF5UmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YSJMCiFSZXNG", + "aW5pc2hQbGF5U29kYVN0YWNrVXBDaGFsbGVuZ2USJwoPRGFpbHlQbGF5UmV3", + "YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YSJOCiNSZXNGaW5pc2hQbGF5U29k", + "YUNhdGNoQ29pbkNoYWxsZW5nZRInCg9EYWlseVBsYXlSZXdhcmQYASABKAsy", + "Di5OZXRSZXdhcmREYXRhIkoKH1Jlc0ZpbmlzaFBsYXlTb2RhU21hc2hDaGFs", + "bGVuZ2USJwoPRGFpbHlQbGF5UmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0", + "YSJNCiJSZXNGaW5pc2hQbGF5U29kYUNsaW1iaW5nQ2hhbGxlbmdlEicKD0Rh", + "aWx5UGxheVJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEixgEKF05ldFBs", + "YXlTb2RhRWFjaEdhbWVJbmZvEhgKEENoYWxsZW5nZVN0YWdlSWQYASABKAUS", + "EAoIVXNlclJhbmsYAiABKAUSGwoTVXNlck1heFNjb3JlSW5VbmlvbhgDIAEo", + "BRIYChBBY2N1bXVsYXRlZFNjb3JlGAQgASgDEh0KFUNhblJlY2VpdmVQb2lu", + "dFJld2FyZBgFIAEoCBIRCglJc0luR3VpbGQYBiABKAgSFgoOTGFzdFJld2Fy", + "ZFN0ZXAYByABKAUiMgofUmVxR2V0UGxheVNvZGFDaGFsbGVuZ2VNb2RlSW5m", + "bxIPCgdFdmVudElkGAEgASgFIqMBCh9SZXNHZXRQbGF5U29kYUNoYWxsZW5n", + "ZU1vZGVJbmZvEh4KFkhhc1JlY2VpdmVkRGFpbHlSZXdhcmQYASABKAgSOgoY", + "UGxheVNvZGFFYWNoR2FtZUluZm9MaXN0GAIgAygLMhguTmV0UGxheVNvZGFF", + "YWNoR2FtZUluZm8SJAoJV2hvbGVVc2VyGAMgASgLMhEuTmV0V2hvbGVVc2Vy", + "RGF0YSJSChZOZXRQbGF5U29kYVVzZXJSYW5raW5nEgwKBFJhbmsYASABKAUS", + "DQoFU2NvcmUYAiABKAUSGwoTV2hvbGVVc2VyVGFibGVJbmRleBgDIAEoBSKg", + "AQoeTmV0UGxheVNvZGFFYWNoR2FtZUxlYWRlcmJvYXJkEhcKD0NoYWxsZW5n", + "ZU1vZGVJZBgBIAEoBRIsCgtVc2VyUmFua2luZxgCIAEoCzIXLk5ldFBsYXlT", + "b2RhVXNlclJhbmtpbmcSNwoWR3VpbGRNZW1iZXJSYW5raW5nTGlzdBgDIAMo", + "CzIXLk5ldFBsYXlTb2RhVXNlclJhbmtpbmciLQoaUmVxR2V0UGxheVNvZGFM", + "ZWFkZXJib2FyZHMSDwoHRXZlbnRJZBgBIAEoBSJ+ChpSZXNHZXRQbGF5U29k", + "YUxlYWRlcmJvYXJkcxI1CgxMZWFkZXJib2FyZHMYASADKAsyHy5OZXRQbGF5", + "U29kYUVhY2hHYW1lTGVhZGVyYm9hcmQSKQoOV2hvbGVVc2VyVGFibGUYAiAD", + "KAsyES5OZXRXaG9sZVVzZXJEYXRhIkkKHFJlcU9idGFpblBsYXlTb2RhUG9p", + "bnRSZXdhcmQSDwoHRXZlbnRJZBgBIAEoBRIYChBDaGFsbGVuZ2VTdGFnZUlk", + "GAIgASgFIlYKHFJlc09idGFpblBsYXlTb2RhUG9pbnRSZXdhcmQSHgoGUmV3", + "YXJkGAEgAygLMg4uTmV0UmV3YXJkRGF0YRIWCg5MYXN0UmV3YXJkU3RlcBgC", + "IAEoBSJqCipOZXRNaW5pR2FtZUlzbGFuZEFkdmVudHVyZVVzZXJTY29yZVJh", + "bmtpbmcSDAoEUmFuaxgBIAEoBRINCgVTY29yZRgCIAEoBRIfCgRVc2VyGAMg", + "ASgLMhEuTmV0V2hvbGVVc2VyRGF0YSJ4CilOZXRNaW5pR2FtZUlzbGFuZEFk", + "dmVudHVyZVVzZXJTaXplUmFua2luZxIMCgRSYW5rGAEgASgFEg4KBkZpc2hJ", + "ZBgCIAEoBRIMCgRTaXplGAMgASgFEh8KBFVzZXIYBCABKAsyES5OZXRXaG9s", + "ZVVzZXJEYXRhIjgKJVJlcUdldE1pbmlHYW1lSXNsYW5kQWR2ZW50dXJlUmFu", + "a2luZ3MSDwoHRXZlbnRJZBgBIAEoBSLtAgolUmVzR2V0TWluaUdhbWVJc2xh", + "bmRBZHZlbnR1cmVSYW5raW5ncxJKChVVc2VyR3VpbGRTY29yZVJhbmtpbmcY", + "ASABKAsyKy5OZXRNaW5pR2FtZUlzbGFuZEFkdmVudHVyZVVzZXJTY29yZVJh", + "bmtpbmcSSAoUVXNlckd1aWxkU2l6ZVJhbmtpbmcYAiABKAsyKi5OZXRNaW5p", + "R2FtZUlzbGFuZEFkdmVudHVyZVVzZXJTaXplUmFua2luZxJXCiJNaW5pR2Ft", + "ZUlzbGFuZFVzZXJTY29yZVJhbmtpbmdMaXN0GAMgAygLMisuTmV0TWluaUdh", + "bWVJc2xhbmRBZHZlbnR1cmVVc2VyU2NvcmVSYW5raW5nElUKIU1pbmlHYW1l", + "SXNsYW5kVXNlclNpemVSYW5raW5nTGlzdBgEIAMoCzIqLk5ldE1pbmlHYW1l", + "SXNsYW5kQWR2ZW50dXJlVXNlclNpemVSYW5raW5nIkoKEU5ldEZpc2hpbmdI", + "aXN0b3J5Eg4KBkZpc2hJZBgBIAEoBRIPCgdNYXhTaXplGAIgASgFEhQKDEZp", + "c2hpbmdDb3VudBgDIAEoBSKKAQoMTmV0UGhvdG9EYXRhEg8KB1Bob3RvSWQY", + "ASABKAUSLQoJVGFrZW5UaW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRp", + "bWVzdGFtcBIVCg1NYWduaWZpY2F0aW9uGAMgASgFEhQKDFRhcmdldE9iamVj", + "dBgEIAEoBRINCgVGbGFzaBgFIAEoBSJNCiBOZXRJc2xhbmRBZHZlbnR1cmVQ", + "cm9ncmVzc1VwZGF0ZRISCgpNaXNzaW9uVWlkGAEgASgDEhUKDVByb2dyZXNz", + "Q291bnQYAiABKAUiOwooUmVxTWluaUdhbWVJc2xhbmRBZHZlbnR1cmVGaXNo", + "Q29sbGVjdGlvbhIPCgdFdmVudElkGAEgASgFIloKKFJlc01pbmlHYW1lSXNs", + "YW5kQWR2ZW50dXJlRmlzaENvbGxlY3Rpb24SLgoSRmlzaGluZ0hpc3RvcnlM", + "aXN0GAEgAygLMhIuTmV0RmlzaGluZ0hpc3RvcnkiOQomUmVxR2V0TWluaUdh", + "bWVJc2xhbmRBZHZlbnR1cmVJbnZlbnRvcnkSDwoHRXZlbnRJZBgBIAEoBSLf", + "AQomUmVzR2V0TWluaUdhbWVJc2xhbmRBZHZlbnR1cmVJbnZlbnRvcnkSSwoK", + "TGlzdEl0ZW1JZBgBIAMoCzI3LlJlc0dldE1pbmlHYW1lSXNsYW5kQWR2ZW50", + "dXJlSW52ZW50b3J5Lkxpc3RJdGVtSWRFbnRyeRIZChFFcXVpcEZpc2hpbmdS", + "b2RJZBgCIAEoBRIaChJFcXVpcEZpc2hpbmdCYWl0SWQYAyABKAUaMQoPTGlz", + "dEl0ZW1JZEVudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEi", + "RAoxUmVxTWluaUdhbWVJc2xhbmRBZHZlbnR1cmVGaXNoaW5nU3BvdENvdW50", + "SGlzdG9yeRIPCgdFdmVudElkGAEgASgFImkKMVJlc01pbmlHYW1lSXNsYW5k", + "QWR2ZW50dXJlRmlzaGluZ1Nwb3RDb3VudEhpc3RvcnkSNAoXRmlzaGluZ1Nw", + "b3RDb3VudEhpc3RvcnkYASADKAsyEy5OZXRGaXNoaW5nU3BvdERhdGEicwoS", + "TmV0RmlzaGluZ1Nwb3REYXRhEg4KBlNwb3RJZBgBIAEoBRISCgpDYXRjaENv", + "dW50GAIgASgFEjkKFUZpc2hpbmdMaW1pdFJlYWNoVGltZRgDIAEoCzIaLmdv", + "b2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiNwokUmVxTWluaUdhbWVJc2xhbmRB", + "ZHZlbnR1cmVQaG90b0FsYnVtEg8KB0V2ZW50SWQYASABKAUiSAokUmVzTWlu", + "aUdhbWVJc2xhbmRBZHZlbnR1cmVQaG90b0FsYnVtEiAKCVBob3RvTGlzdBgB", + "IAMoCzINLk5ldFBob3RvRGF0YSJLCiNSZXFFcXVpcE1pbmlHYW1lSXNsYW5k", + "QWR2ZW50dXJlSXRlbRIPCgdFdmVudElkGAEgASgFEhMKC0l0ZW1UYWJsZUlk", + "GAIgASgFIs8BCiNSZXNFcXVpcE1pbmlHYW1lSXNsYW5kQWR2ZW50dXJlSXRl", + "bRJICgpMaXN0SXRlbUlkGAEgAygLMjQuUmVzRXF1aXBNaW5pR2FtZUlzbGFu", + "ZEFkdmVudHVyZUl0ZW0uTGlzdEl0ZW1JZEVudHJ5EhQKDEZpc2hpbmdSb2RJ", + "ZBgCIAEoBRIVCg1GaXNoaW5nQmFpdElkGAMgASgFGjEKD0xpc3RJdGVtSWRF", + "bnRyeRILCgNrZXkYASABKAUSDQoFdmFsdWUYAiABKAU6AjgBIlsKIVJlcUJ1", + "eU1pbmlHYW1lSXNsYW5kQWR2ZW50dXJlSXRlbRIPCgdFdmVudElkGAEgASgF", + "EhMKC1Nob3BUYWJsZUlkGAIgASgFEhAKCEJ1eUNvdW50GAMgASgFIrABCiFS", + "ZXNCdXlNaW5pR2FtZUlzbGFuZEFkdmVudHVyZUl0ZW0SRgoKTGlzdEl0ZW1J", + "ZBgBIAMoCzIyLlJlc0J1eU1pbmlHYW1lSXNsYW5kQWR2ZW50dXJlSXRlbS5M", + "aXN0SXRlbUlkRW50cnkSEAoIQ3VycmVuY3kYAiABKAMaMQoPTGlzdEl0ZW1J", + "ZEVudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEieQosUmVx", + "T2J0YWluTWluaUdhbWVJc2xhbmRBZHZlbnR1cmVTdGVwVXBSZXdhcmQSDwoH", + "RXZlbnRJZBgBIAEoBRIqCghHYW1lVHlwZRgCIAEoDjIYLklzbGFuZEFkdmVu", + "dHVyZUdhbWVUeXBlEgwKBFN0ZXAYAyABKAUiTgosUmVzT2J0YWluTWluaUdh", + "bWVJc2xhbmRBZHZlbnR1cmVTdGVwVXBSZXdhcmQSHgoGUmV3YXJkGAEgASgL", + "Mg4uTmV0UmV3YXJkRGF0YSK8AQohTmV0SXNsYW5kQWR2ZW50dXJlTWlzc2lv", + "blByb2dyZXNzEhIKCk1pc3Npb25VaWQYASABKAMSEgoKTWlzc2lvblRpZBgC", + "IAEoBRIQCghQcm9ncmVzcxgDIAEoBRItCglDcmVhdGVkQXQYBCABKAsyGi5n", + "b29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KClJlY2VpdmVkQXQYBSABKAsy", + "Gi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIksKIVJlcUNvbXBsZXRlSXNs", + "YW5kQWR2ZW50dXJlTWlzc2lvbhIPCgdFdmVudElkGAEgASgFEhUKDU1pc3Np", + "b25JZExpc3QYAiADKAMiwAEKIVJlc0NvbXBsZXRlSXNsYW5kQWR2ZW50dXJl", + "TWlzc2lvbhIeCgZSZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhEj8KE01p", + "c3Npb25Qcm9ncmVzc0xpc3QYAiADKAsyIi5OZXRJc2xhbmRBZHZlbnR1cmVN", + "aXNzaW9uUHJvZ3Jlc3MSOgoFRXJyb3IYAyABKA4yKy5NaW5pR2FtZUlzbGFu", + "ZEFkdmVudHVyZU1pc3Npb25FeHBpcmVkRXJyb3IieQonUmVxVXBkYXRlSXNs", + "YW5kQWR2ZW50dXJlTWlzc2lvblByb2dyZXNzEg8KB0V2ZW50SWQYASABKAUS", + "PQoSUHJvZ3Jlc3NVcGRhdGVMaXN0GAIgAygLMiEuTmV0SXNsYW5kQWR2ZW50", + "dXJlUHJvZ3Jlc3NVcGRhdGUipgEKJ1Jlc1VwZGF0ZUlzbGFuZEFkdmVudHVy", + "ZU1pc3Npb25Qcm9ncmVzcxI/ChNNaXNzaW9uUHJvZ3Jlc3NMaXN0GAEgAygL", + "MiIuTmV0SXNsYW5kQWR2ZW50dXJlTWlzc2lvblByb2dyZXNzEjoKBUVycm9y", + "GAIgASgOMisuTWluaUdhbWVJc2xhbmRBZHZlbnR1cmVNaXNzaW9uRXhwaXJl", + "ZEVycm9yIlQKI1JlcVRha2VQaG90b01pbmlHYW1lSXNsYW5kQWR2ZW50dXJl", + "Eg8KB0V2ZW50SWQYASABKAUSHAoFUGhvdG8YAiABKAsyDS5OZXRQaG90b0Rh", + "dGEiJQojUmVzVGFrZVBob3RvTWluaUdhbWVJc2xhbmRBZHZlbnR1cmUiKwoL", + "TmV0RmlzaERhdGESDgoGRmlzaElkGAEgASgFEgwKBFNpemUYAiABKAUikAEK", + "IVJlcUZpc2hpbmdNaW5pR2FtZUlzbGFuZEFkdmVudHVyZRIPCgdFdmVudElk", + "GAEgASgFEhUKDUZpc2hpbmdTcG90SWQYAiABKAUSHgoIRmlzaERhdGEYAyAB", + "KAsyDC5OZXRGaXNoRGF0YRIjCg1Cb251c0Zpc2hEYXRhGAQgASgLMgwuTmV0", + "RmlzaERhdGEiiwEKIVJlc0Zpc2hpbmdNaW5pR2FtZUlzbGFuZEFkdmVudHVy", + "ZRIQCghDdXJyZW5jeRgBIAEoBRIZChFCb251c0Zpc2hDdXJyZW5jeRgCIAEo", + "BRIdChVMYXN0VXNlZEZpc2hpbmdCYWl0SWQYAyABKAUSGgoSUmVtYWluaW5n", + "QmFpdENvdW50GAQgASgFIjgKJVJlcUdldE1pbmlHYW1lSXNsYW5kQWR2ZW50", + "dXJlQ3VycmVuY3kSDwoHRXZlbnRJZBgBIAEoBSI5CiVSZXNHZXRNaW5pR2Ft", + "ZUlzbGFuZEFkdmVudHVyZUN1cnJlbmN5EhAKCEN1cnJlbmN5GAEgASgDIkgK", + "HlJlcVN0YXJ0SXNsYW5kQWR2ZW50dXJlRmlzaGluZxIPCgdFdmVudElkGAEg", + "ASgFEhUKDUZpc2hpbmdTcG90SWQYAiABKAUiIAoeUmVzU3RhcnRJc2xhbmRB", + "ZHZlbnR1cmVGaXNoaW5nIkEKLlJlcUdldElzbGFuZEFkdmVudHVyZUZpc2hp", + "bmdTdGVwVXBSZXdhcmRTdGF0dXMSDwoHRXZlbnRJZBgBIAEoBSJuCi5SZXNH", + "ZXRJc2xhbmRBZHZlbnR1cmVGaXNoaW5nU3RlcFVwUmV3YXJkU3RhdHVzEhwK", + "FEZpc2hBY2N1bXVsYXRlZFNjb3JlGAEgASgFEh4KFkZpc2hTdGVwVXBSZXdh", + "cmRlZFN0ZXAYAiADKAUiPwosUmVxR2V0SXNsYW5kQWR2ZW50dXJlUGhvdG9T", + "dGVwVXBSZXdhcmRTdGF0dXMSDwoHRXZlbnRJZBgBIAEoBSJuCixSZXNHZXRJ", + "c2xhbmRBZHZlbnR1cmVQaG90b1N0ZXBVcFJld2FyZFN0YXR1cxIdChVQaG90", + "b0FjY3VtdWxhdGVkU2NvcmUYASABKAUSHwoXUGhvdG9TdGVwVXBSZXdhcmRl", + "ZFN0ZXAYAiADKAUiNwokUmVxR2V0SXNsYW5kQWR2ZW50dXJlTWlzc2lvblBy", + "b2dyZXNzEg8KB0V2ZW50SWQYASABKAUiZwokUmVzR2V0SXNsYW5kQWR2ZW50", + "dXJlTWlzc2lvblByb2dyZXNzEj8KE01pc3Npb25Qcm9ncmVzc0xpc3QYASAD", + "KAsyIi5OZXRJc2xhbmRBZHZlbnR1cmVNaXNzaW9uUHJvZ3Jlc3MiNwokUmVx", + "VW5lcXVpcElzbGFuZEFkdmVudHVyZUZpc2hpbmdCYWl0Eg8KB0V2ZW50SWQY", + "ASABKAUiJgokUmVzVW5lcXVpcElzbGFuZEFkdmVudHVyZUZpc2hpbmdCYWl0", + "IigKE1Jlc1N3aXRjaFRpbWVQZXJpb2QSEQoJQ3VyUGVyaW9kGAEgASgFIogB", + "CgtOZXREYXZlRGF0YRIPCgdDdXJHb2xkGAEgASgFEhEKCVRvdGFsR29sZBgC", + "IAEoBRIVCg1DdXJUaW1lUGVyaW9kGAMgASgFEhYKDlRvdGFsRGl2ZUNvdW50", + "GAQgASgFEhIKCk1hc3RlclJvbGUYBSABKAUSEgoKVW5sb2NrUm9sZRgGIAMo", + "BSI9CgxOZXRTdXNoaU1lbnUSCwoDVGlkGAEgASgFEg0KBUNvdW50GAIgASgF", + "EhEKCU1lbnVJbmRleBgDIAEoBSKtAQoQTmV0RGF2ZVN1c2hpRGF0YRIXCg9U", + "b3RhbFN1c2hpQ291bnQYASABKAUSFAoMSGlnaFR1cm5vdmVyGAIgASgFEhUK", + "DUhpZ2hDb29rU2NvcmUYAyABKAUSIQoKU3VzaGlNZW51cxgEIAMoCzINLk5l", + "dFN1c2hpTWVudRIRCglFbXBsb3llZXMYBSADKAUSHQoVSGlnaENvb2tTY29y", + "ZVRpbWVMaXN0GAYgAygDIkUKC05ldERhdmVJdGVtEgsKA0lzbhgBIAEoAxIL", + "CgNUaWQYAiABKAUSDQoFQ291bnQYAyABKAUSDQoFSXNOZXcYBCABKAgibgoQ", + "TmV0RGF2ZUVxdWlwbWVudBILCgNUaWQYASABKAUSDQoFTGV2ZWwYAiABKAUS", + "HAoEVHlwZRgDIAEoDjIOLkVxdWlwbWVudFR5cGUSEQoJQ3JlYXRlZEF0GAQg", + "ASgDEg0KBUlzTmV3GAUgASgIIl0KDk5ldERhdmVNaXNzaW9uEg8KB0V2ZW50", + "SWQYASABKAUSEQoJTWlzc2lvbklkGAIgASgFEhMKC01pc3Npb25UeXBlGAMg", + "ASgFEhIKClJld2FyZGVkQXQYBCABKAMivwEKDlJlc0dldERhdmVEYXRhEhoK", + "BERhdGEYASABKAsyDC5OZXREYXZlRGF0YRIbCgVJdGVtcxgCIAMoCzIMLk5l", + "dERhdmVJdGVtEigKDUVxdWlwbWVudExpc3QYAyADKAsyES5OZXREYXZlRXF1", + "aXBtZW50EiQKCVN1c2hpRGF0YRgEIAEoCzIRLk5ldERhdmVTdXNoaURhdGES", + "JAoLTWlzc2lvbkxpc3QYBSADKAsyDy5OZXREYXZlTWlzc2lvbiJOChNSZXND", + "b21wbGV0ZURhdmVEaXZlEhoKBERhdGEYASABKAsyDC5OZXREYXZlRGF0YRIb", + "CgVJdGVtcxgCIAMoCzIMLk5ldERhdmVJdGVtIi0KF1Jlc0NoYW5nZURhdmVN", + "YXN0ZXJSb2xlEhIKCk1hc3RlclJvbGUYASABKAUiJwoRUmVzVW5sb2NrRGF2", + "ZVJvbGUSEgoKVW5sb2NrUm9sZRgBIAMoBSJiChdSZXNVcGdyYWRlRGF2ZUVx", + "dWlwbWVudBIkCglFcXVpcG1lbnQYASABKAsyES5OZXREYXZlRXF1aXBtZW50", + "EhAKCElzV2VhcG9uGAIgASgIEg8KB0N1ckdvbGQYAyABKAUiVAoRUmVzRGVk", + "dWN0RGF2ZUl0ZW0SGwoFSXRlbXMYASADKAsyDC5OZXREYXZlSXRlbRIPCgdD", + "dXJHb2xkGAIgASgFEhEKCVRvdGFsR29sZBgDIAEoBSKGAQoUUmVzQ29tcGxl", + "dGVEYXZlU3VzaGkSDwoHQ3VyR29sZBgBIAEoBRIRCglUb3RhbEdvbGQYAiAB", + "KAUSJAoJU3VzaGlEYXRhGAMgASgLMhEuTmV0RGF2ZVN1c2hpRGF0YRIkCglT", + "dXNoaUxpc3QYBCADKAsyES5OZXREYXZlRXF1aXBtZW50IlgKE1Jlc1VwZ3Jh", + "ZGVEYXZlU3VzaGkSJAoJRXF1aXBtZW50GAEgASgLMhEuTmV0RGF2ZUVxdWlw", + "bWVudBIbCgVJdGVtcxgCIAMoCzIMLk5ldERhdmVJdGVtIhgKFlJlc0NsZWFy", + "RGF2ZUJhZ05ld0ljb24iGgoYUmVzQ2xlYXJEYXZlU3VzaGlOZXdJY29uIlYK", + "FFJlc1NldERhdmVTdXNoaU1lbnVzEiEKClN1c2hpTWVudXMYASADKAsyDS5O", + "ZXRTdXNoaU1lbnUSGwoFSXRlbXMYAiADKAsyDC5OZXREYXZlSXRlbSIpChRS", + "ZXNEYXZlU3VzaGlFbXBsb3llZRIRCglFbXBsb3llZXMYASADKAUiPgoSUmVz", + "RGF2ZVVubG9ja1N1c2hpEigKDUVxdWlwbWVudExpc3QYASADKAsyES5OZXRE", + "YXZlRXF1aXBtZW50IloKGk5ldE1pbmlHYW1lRGF2ZVJhbmtpbmdEYXRhEgwK", + "BFJhbmsYASABKAMSDQoFU2NvcmUYAiABKAMSHwoEVXNlchgDIAEoCzIRLk5l", + "dFdob2xlVXNlckRhdGEiiQEKGVJlc0dldE1pbmlHYW1lRGF2ZVJhbmtpbmcS", + "NQoQVXNlckd1aWxkUmFua2luZxgBIAEoCzIbLk5ldE1pbmlHYW1lRGF2ZVJh", + "bmtpbmdEYXRhEjUKEEd1aWxkUmFua2luZ0xpc3QYAiADKAsyGy5OZXRNaW5p", + "R2FtZURhdmVSYW5raW5nRGF0YSJyCiJSZXNPYnRhaW5NaW5pR2FtZURhdmVN", + "aXNzaW9uUmV3YXJkEiwKE01pc3Npb25SZXdhcmRlZExpc3QYASADKAsyDy5O", + "ZXREYXZlTWlzc2lvbhIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRh", + "IhwKGlJlc01pbmlHYW1lRGF2ZURyaWZ0Qm90dGxlIhsKGVJlc0FkZE1pbmlH", + "YW1lRGF2ZUFsbEl0ZW0iGwoZUmVzQ2hhbmdlTWluaUdhbWVEYXZlR29sZCIg", + "Ch5SZXNDb21wbGV0ZU1pbmlHYW1lRGF2ZU1pc3Npb24iHgocUmVzVW5sb2Nr", + "TWluaUdhbWVEYXZlQWxsUm9sZSIeChxSZXNDb21wbGV0ZU1pbmlHYW1lRGF2", + "ZVN1c2hpImgKGk5ldE1pbmlHYW1lRGF2ZVRyaWdnZXJEYXRhEg8KB1RyaWdn", + "ZXIYASABKAUSEwoLQ29uZGl0aW9uSWQYAiABKAUSEQoJVXNlclZhbHVlGAMg", + "ASgDEhEKCVVwZGF0ZWRBdBgEIAEoAyJOCh1SZXNHZXRBbGxNaW5pR2FtZURh", + "dmVUcmlnZ2VycxItCghUcmlnZ2VycxgBIAMoCzIbLk5ldE1pbmlHYW1lRGF2", + "ZVRyaWdnZXJEYXRhIhkKF1Jlc1JlcG9ydERpdmVyUm91bmRGbG93IhYKFFJl", + "c0RhdmVEaXZlckl0ZW1GbG93IrMDChFSZXNHZXRPdXRwb3N0RGF0YRITCgtT", + "a2luR3JvdXBJZBgCIAEoBRIhCgREYXRhGAMgAygLMhMuTmV0VXNlck91dHBv", + "c3REYXRhEhIKCkJhdHRsZVRpbWUYBCABKAMSFQoNTWF4QmF0dGxlVGltZRgF", + "IAEoAxIfChdDb25kaXRpb25UcmlnZ2VyVGlkTGlzdBgGIAMoBRIeChZEaXNw", + "YXRjaENsZWFyQ291bnRMaXN0GAcgAygFEiQKB0p1a2Vib3gYCCABKAsyEy5O", + "ZXRVc2VySnVrZWJveERhdGESJwoPVGltZVJld2FyZEJ1ZmZzGAkgAygLMg4u", + "TmV0VGltZVJld2FyZBIyChJPdXRwb3N0QmF0dGxlTGV2ZWwYCiABKAsyFi5O", + "ZXRPdXRwb3N0QmF0dGxlTGV2ZWwSGwoTSXNEaXNwYXRjaFJlZnJlc2hlZBgL", + "IAEoCBIwChFPdXRwb3N0QmF0dGxlVGltZRgMIAEoCzIVLk5ldE91dHBvc3RC", + "YXR0bGVUaW1lEigKCUp1a2Vib3hWMhgNIAEoCzIVLk5ldFVzZXJKdWtlYm94", + "RGF0YVYyIoIBCgtSZXNCdWlsZGluZxIPCgdTdGFydEF0GAIgASgDEhIKCkNv", + "bXBsZXRlQXQYAyABKAMSKgoMQ3VycmVuY3lMaXN0GAQgAygLMhQuTmV0VXNl", + "ckN1cnJlbmN5RGF0YRIiCghJdGVtTGlzdBgFIAMoCzIQLk5ldFVzZXJJdGVt", + "RGF0YSKKAQoRUmVzQ2FuY2VsQnVpbGRpbmcSJQoGUmVzdWx0GAEgASgOMhUu", + "Q2FuY2VsQnVpbGRpbmdSZXN1bHQSKgoMQ3VycmVuY3lMaXN0GAIgAygLMhQu", + "TmV0VXNlckN1cnJlbmN5RGF0YRIiCghJdGVtTGlzdBgDIAMoCzIQLk5ldFVz", + "ZXJJdGVtRGF0YSJuChZSZXNJbW1lZGlhdGVseUJ1aWxkaW5nEioKBlJlc3Vs", + "dBgBIAEoDjIaLkltbWVkaWF0ZWx5QnVpbGRpbmdSZXN1bHQSKAoKQ3VycmVu", + "Y2llcxgDIAMoCzIULk5ldFVzZXJDdXJyZW5jeURhdGEiEQoPUmVzTW92ZUJ1", + "aWxkaW5nImgKEVJlc0J1aWxkaW5nSXNEb25lEhIKCkJ1aWxkaW5nSWQYAiAB", + "KAUSHgoGUmV3YXJkGAMgASgLMg4uTmV0UmV3YXJkRGF0YRIfChdDb25kaXRp", + "b25UcmlnZ2VyVGlkTGlzdBgEIAMoBSIYChZSZXNDaGVja0J1aWxkQ29uZGl0", + "aW9uIo8CChpSZXNTaG93T3V0cG9zdEJhdHRsZVJld2FyZBISCgpCYXR0bGVU", + "aW1lGAEgASgDEhUKDU1heEJhdHRsZVRpbWUYAiABKAMSFwoPRmFzdEJhdHRs", + "ZUNvdW50GAMgASgFEh4KBlJld2FyZBgFIAEoCzIOLk5ldFJld2FyZERhdGES", + "JwoPVGltZVJld2FyZEJ1ZmZzGAYgAygLMg4uTmV0VGltZVJld2FyZBIyChJP", + "dXRwb3N0QmF0dGxlTGV2ZWwYByABKAsyFi5OZXRPdXRwb3N0QmF0dGxlTGV2", + "ZWwSMAoRT3V0cG9zdEJhdHRsZVRpbWUYCCABKAsyFS5OZXRPdXRwb3N0QmF0", + "dGxlVGltZSLGAQocUmVzT2J0YWluT3V0cG9zdEJhdHRsZVJld2FyZBIeCgZS", + "ZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhEhIKCkJhdHRsZVRpbWUYBCAB", + "KAMSFQoNTWF4QmF0dGxlVGltZRgFIAEoAxIpChFVc2VyTGV2ZWxVcFJld2Fy", + "ZBgGIAEoCzIOLk5ldFJld2FyZERhdGESMAoRT3V0cG9zdEJhdHRsZVRpbWUY", + "ByABKAsyFS5OZXRPdXRwb3N0QmF0dGxlVGltZSJ+ChlSZXNPYnRhaW5GYXN0", + "QmF0dGxlUmV3YXJkEhcKD0Zhc3RCYXR0bGVDb3VudBgCIAEoBRIeCgZSZXdh", + "cmQYAyABKAsyDi5OZXRSZXdhcmREYXRhEigKCkN1cnJlbmNpZXMYBSADKAsy", + "FC5OZXRVc2VyQ3VycmVuY3lEYXRhIpgBChJSZXNHZXREaXNwYXRjaExpc3QS", + "GgoSRGlzcGF0Y2hSZXNldENvdW50GAIgASgFEioKDERpc3BhdGNoTGlzdBgD", + "IAMoCzIULk5ldFVzZXJEaXNwYXRjaERhdGESOgoWU2VsZWN0YWJsZURpc3Bh", + "dGNoTGlzdBgEIAMoCzIaLk5ldFNlbGVjdGFibGVEaXNwYXRjaERhdGEi4wEK", + "FFJlc1Jlc2V0RGlzcGF0Y2hMaXN0EhoKEkRpc3BhdGNoUmVzZXRDb3VudBgC", + "IAEoBRIdChVMZXZlbFVwQ29uZGl0aW9uQ291bnQYAyABKAUSKgoMRGlzcGF0", + "Y2hMaXN0GAQgAygLMhQuTmV0VXNlckRpc3BhdGNoRGF0YRI6ChZTZWxlY3Rh", + "YmxlRGlzcGF0Y2hMaXN0GAUgAygLMhouTmV0U2VsZWN0YWJsZURpc3BhdGNo", + "RGF0YRIoCgpDdXJyZW5jaWVzGAYgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0", + "YSI8Cg5SZXNSdW5EaXNwYXRjaBIqCgxEaXNwYXRjaERhdGEYAiABKAsyFC5O", + "ZXRVc2VyRGlzcGF0Y2hEYXRhIhMKEVJlc0NhbmNlbERpc3BhdGNoIqEBChdS", + "ZXNPYnRhaW5EaXNwYXRjaFJld2FyZBIeCgZSZXdhcmQYAiABKAsyDi5OZXRS", + "ZXdhcmREYXRhEioKDERpc3BhdGNoTGlzdBgDIAMoCzIULk5ldFVzZXJEaXNw", + "YXRjaERhdGESOgoWU2VsZWN0YWJsZURpc3BhdGNoTGlzdBgEIAMoCzIaLk5l", + "dFNlbGVjdGFibGVEaXNwYXRjaERhdGEiRQoPTmV0RGlzcGF0Y2hEYXRhEgsK", + "A1RpZBgBIAEoBRIPCgdDc25MaXN0GAIgAygDEhQKDFNlbGVjdFNsb3RJZBgD", + "IAEoBSIsChJSZXNSdW5EaXNwYXRjaExpc3QSFgoOU3VjY2Vzc1RpZExpc3QY", + "AiADKAUiWAoaUmVxRGVsZXRlRGlzcGF0Y2hTZWxlY3Rpb24SOgoWU2VsZWN0", + "YWJsZURpc3BhdGNoTGlzdBgBIAMoCzIaLk5ldERpc3BhdGNoU2VsZWN0U2xv", + "dERhdGEiRAoZTmV0RGlzcGF0Y2hTZWxlY3RTbG90RGF0YRIXCg9EaXNwYXRj", + "aEdyb3VwSWQYASABKAUSDgoGU2xvdElkGAIgASgFIhwKGlJlc0RlbGV0ZURp", + "c3BhdGNoU2VsZWN0aW9uIkEKFVJlc0dldFJlY3ljbGVSb29tRGF0YRIoCgdS", + "ZWN5Y2xlGAIgAygLMhcuTmV0VXNlclJlY3ljbGVSb29tRGF0YSJBChVSZXNS", + "ZWN5Y2xlUnVuUmVzZWFyY2gSKAoHUmVjeWNsZRgCIAEoCzIXLk5ldFVzZXJS", + "ZWN5Y2xlUm9vbURhdGEiZgoZUmVzUmVjeWNsZUxldmVsVXBSZXNlYXJjaBIo", + "CgdSZWN5Y2xlGAIgASgLMhcuTmV0VXNlclJlY3ljbGVSb29tRGF0YRIfCgVJ", + "dGVtcxgDIAMoCzIQLk5ldFVzZXJJdGVtRGF0YSIvChdSZXNHZXRUYWN0aWNB", + "Y2FkZW15RGF0YRIUCgxDbGVhckxlc3NvbnMYAiADKAUiXwobUmVzVGFjdGlj", + "QWNhZGVteUNsZWFyTGVzc29uEhYKDkNsZWFyTGVzc29uVGlkGAIgASgFEigK", + "CkN1cnJlbmNpZXMYBCADKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhIkQKEFJl", + "c0dldE1lbW9yeUxpc3QSEgoKTWVtb3J5TGlzdBgCIAMoBRIcChRSZXdhcmRh", + "YmxlU2VyaWVzTGlzdBgDIAMoBSI/Ch1SZXNPYnRhaW5NZW1vcmlhbFNlcmll", + "c1Jld2FyZBIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIjoKGFJl", + "c09idGFpbkluZnJhQ29yZVJld2FyZBIeCgZSZXdhcmQYASABKAsyDi5OZXRS", + "ZXdhcmREYXRhIjQKHlJlc0NoZWNrUmVjZWl2ZUluZnJhQ29yZVJld2FyZBIS", + "CgpJc1JlY2VpdmVkGAIgASgIIl0KE1Jlc1N0YXJ0U3VkZGVuRXZlbnQSJgoI", + "Q3VycmVuY3kYASABKAsyFC5OZXRVc2VyQ3VycmVuY3lEYXRhEh4KBlJld2Fy", + "ZBgCIAEoCzIOLk5ldFJld2FyZERhdGEiegoTTmV0U3Vic2NyaXB0aW9uRGF0", + "YRILCgNUaWQYASABKAUSKwoHQmVnaW5BdBgCIAEoCzIaLmdvb2dsZS5wcm90", + "b2J1Zi5UaW1lc3RhbXASKQoFRW5kQXQYAyABKAsyGi5nb29nbGUucHJvdG9i", + "dWYuVGltZXN0YW1wIlUKIU5ldEluQXBwU2hvcFJlY2VpdmFibGVQcm9kdWN0", + "RGF0YRIRCglQcm9kdWN0SWQYASABKAkSDQoFVG9rZW4YAiABKAkSDgoGU3Vi", + "VGlkGAMgASgFIjwKGk5ldE1vbnRobHlTdWJzY3JpcHRpb25EYXRhEgsKA1Rp", + "ZBgBIAEoBRIRCglFeHBpcmVkQXQYAiABKAMiSwocTmV0TW9udGhseVN1YnNj", + "cmlwdGlvblJld2FyZBILCgNUaWQYASABKAUSHgoGUmV3YXJkGAIgASgLMg4u", + "TmV0UmV3YXJkRGF0YSJCChBOZXRJbkFwcFNob3BEYXRhEgoKAklkGAEgASgF", + "EhEKCVN0YXJ0RGF0ZRgCIAEoAxIPCgdFbmREYXRlGAMgASgDIpsBChROZXRQ", + "b3B1cFBhY2thZ2VTdGF0ZRILCgNUaWQYASABKAUSEAoISXNBcHBlYXIYAiAB", + "KAgSLQoJRXhwaXJlZEF0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVz", + "dGFtcBIPCgdHcm91cElkGAQgASgFEhMKC0lzUHVyY2hhc2VkGAYgASgIEg8K", + "B0dyYWRlVXAYByABKAUiXgoTTmV0SW5BcHBTaG9wQnV5RGF0YRITCgtQcm9k", + "dWN0VHlwZRgBIAEoBRIPCgdTaG9wVGlkGAIgASgFEhAKCEJ1eUNvdW50GAMg", + "ASgFEg8KB0xpc3RUaWQYBCABKAUiTgoYTmV0Q2FtcGFpZ25QYWNrYWdlUmV3", + "YXJkEhUKDVBhY2thZ2VTaG9wSWQYASABKAUSGwoTUGFja2FnZUdyb3VwVGFi", + "bGVJZBgCIAEoBSI3ChlOZXRTdGFydFB1cmNoYXNlRXh0cmFEYXRhEhoKElBh", + "Y2thZ2VMaXN0VGFibGVJZBgBIAEoBSJ7ChVOZXRKdXBpdGVyUHJvZHVjdElu", + "Zm8SEQoJUHJvZHVjdElkGAEgASgJEg0KBVByaWNlGAIgASgJEhQKDEN1cnJl", + "bmN5Q29kZRgDIAEoCRIWCg5DdXJyZW5jeVN5bWJvbBgEIAEoCRISCgpNaWNy", + "b1ByaWNlGAUgASgDIlgKF1Jlc0dldFBvcHVwUGFja2FnZVN0YXRlEicKCERh", + "dGFMaXN0GAEgAygLMhUuTmV0UG9wdXBQYWNrYWdlU3RhdGUSFAoMQXBwZWFy", + "ZWRMaXN0GAIgAygFIhkKF1Jlc1NldFBvcHVwUGFja2FnZVN0YXRlIoMBCh9S", + "ZXNHZXRNb250aGx5U3Vic2NyaXB0aW9uUmV3YXJkEjEKClJld2FyZExpc3QY", + "ASADKAsyHS5OZXRNb250aGx5U3Vic2NyaXB0aW9uUmV3YXJkEi0KCERhdGFM", + "aXN0GAIgAygLMhsuTmV0TW9udGhseVN1YnNjcmlwdGlvbkRhdGEiSgoVUmVz", + "R2V0Q2FtcGFpZ25QYWNrYWdlEjEKDkFscmVhZHlSZXdhcmRzGAEgAygLMhku", + "TmV0Q2FtcGFpZ25QYWNrYWdlUmV3YXJkIjoKGFJlc09idGFpbkNhbXBhaWdu", + "UGFja2FnZRIeCgZSZXdhcmQYASABKAsyDi5OZXRSZXdhcmREYXRhIlwKJFJl", + "c0dldEluQXBwU2hvcFJlY2VpdmFibGVQcm9kdWN0TGlzdBI0CghEYXRhTGlz", + "dBgBIAMoCzIiLk5ldEluQXBwU2hvcFJlY2VpdmFibGVQcm9kdWN0RGF0YSI7", + "ChlSZXNHZXRJbkFwcFNob3BCdXlQcm9kdWN0Eh4KBlJld2FyZBgCIAEoCzIO", + "Lk5ldFJld2FyZERhdGEibgoTUmVzR2V0SW5BcHBTaG9wRGF0YRIsChFJbkFw", + "cFNob3BEYXRhTGlzdBgBIAMoCzIRLk5ldEluQXBwU2hvcERhdGESKQoLQnV5", + "RGF0YUxpc3QYAiADKAsyFC5OZXRJbkFwcFNob3BCdXlEYXRhIkgKJlJlc09i", + "dGFpblB1cmNoYXNlUmV3YXJkQ2FtcGFpZ25QYWNrYWdlEh4KBlJld2FyZBgB", + "IAEoCzIOLk5ldFJld2FyZERhdGEidQoQUmVxU3RhcnRQdXJjaGFzZRIRCglQ", + "cm9kdWN0SWQYASABKAkSLQoJRXh0cmFEYXRhGAIgASgLMhouTmV0U3RhcnRQ", + "dXJjaGFzZUV4dHJhRGF0YRIfCgpQYXlDaGFubmVsGAMgASgOMgsuUGF5Q2hh", + "bm5lbCJPChBSZXNTdGFydFB1cmNoYXNlEiQKBlJlc3VsdBgBIAEoDjIULlN0", + "YXJ0UHVyY2hhc2VSZXN1bHQSFQoNVHJhbnNhY3Rpb25JZBgCIAEoCSIxChhS", + "ZXFHZXRKdXBpdGVyUHJvZHVjdExpc3QSFQoNUHJvZHVjdElkTGlzdBgBIAMo", + "CSJLChhSZXNHZXRKdXBpdGVyUHJvZHVjdExpc3QSLwoPUHJvZHVjdEluZm9M", + "aXN0GAEgAygLMhYuTmV0SnVwaXRlclByb2R1Y3RJbmZvIosBChRSZXFCdXlK", + "dXBpdGVyUHJvZHVjdBIRCglQcm9kdWN0SWQYASABKAkSDQoFUHJpY2UYAiAB", + "KAkSEAoIQ3VycmVuY3kYAyABKAkSLQoJRXh0cmFEYXRhGAQgASgLMhouTmV0", + "U3RhcnRQdXJjaGFzZUV4dHJhRGF0YRIQCghMYW5ndWFnZRgFIAEoCSJAChRS", + "ZXNCdXlKdXBpdGVyUHJvZHVjdBITCgtSZWZlcmVuY2VJZBgBIAEoCRITCgtS", + "ZWRpcmVjdFVybBgCIAEoCSIwChxSZXFHZXRKdXBpdGVyTWFya2V0aW5nRGV0", + "YWlsEhAKCExhbmd1YWdlGAEgASgJIjcKHFJlc0dldEp1cGl0ZXJNYXJrZXRp", + "bmdEZXRhaWwSFwoPTWFya2V0aW5nRGV0YWlsGAEgASgJIi8KGFJlcUdldEp1", + "cGl0ZXJPcmRlckRldGFpbBITCgtSZWZlcmVuY2VJZBgBIAEoCSIqChhSZXNH", + "ZXRKdXBpdGVyT3JkZXJEZXRhaWwSDgoGU3RhdHVzGAEgASgJIlgKEVJlcUdl", + "dEZyZWVQYWNrYWdlEhMKC1Byb2R1Y3RUeXBlGAIgASgFEhYKDlBhY2thZ2VT", + "aG9wVGlkGAMgASgFEhYKDlBhY2thZ2VMaXN0VGlkGAQgASgFIjMKEVJlc0dl", + "dEZyZWVQYWNrYWdlEh4KBlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEi", + "FAoSUmVxR2V0U3Vic2NyaXB0aW9uImoKElJlc0dldFN1YnNjcmlwdGlvbhI0", + "ChZBY3RpdmVTdWJzY3JpcHRpb25MaXN0GAEgAygLMhQuTmV0U3Vic2NyaXB0", + "aW9uRGF0YRIeChZIYXNTdWJzY3JpcHRpb25IaXN0b3J5GAIgASgIIksKGU5l", + "dEN1c3RvbVBhY2thZ2VTZXR1cERhdGESHAoUQ3VzdG9tUGFja2FnZVNob3BU", + "aWQYASABKAUSEAoIU2xvdExpc3QYAiADKAUiMwocUmVxR2V0Q3VzdG9tUGFj", + "a2FnZVNldHVwRGF0YRITCgtJbkFwcFNob3BJZBgBIAEoBSJMChxSZXNHZXRD", + "dXN0b21QYWNrYWdlU2V0dXBEYXRhEiwKCERhdGFMaXN0GAEgAygLMhouTmV0", + "Q3VzdG9tUGFja2FnZVNldHVwRGF0YSJHChdSZXFTZXRDdXN0b21QYWNrYWdl", + "U2xvdBIsCghEYXRhTGlzdBgBIAMoCzIaLk5ldEN1c3RvbVBhY2thZ2VTZXR1", + "cERhdGEiGQoXUmVzU2V0Q3VzdG9tUGFja2FnZVNsb3QiKwoNTmV0QXNzaWdu", + "bWVudBIMCgRIb3N0GAEgASgJEgwKBFBvcnQYAiABKAUiSQoSTmV0UGFydHlB", + "c3NpZ25tZW50Eg8KB1BhcnR5SWQYASABKAkSIgoKQXNzaWdubWVudBgCIAEo", + "CzIOLk5ldEFzc2lnbm1lbnQiagoNTmV0SW52aXRhdGlvbhIjCghGcm9tVXNl", + "chgBIAEoCzIRLk5ldFdob2xlVXNlckRhdGESEgoKSW52aXRlVGltZRgCIAEo", + "AxIPCgdQYXJ0eUlkGAMgASgJEg8KB0V2ZW50SWQYBCABKAUiUwoRTmV0QXZh", + "aWxhYmxlUGFydHkSHwoEVXNlchgBIAEoCzIRLk5ldFdob2xlVXNlckRhdGES", + "DwoHUGFydHlJZBgCIAEoCRIMCgRDb2RlGAMgASgJIk4KEE5ldEludml0YWJs", + "ZVVzZXISHwoEVXNlchgBIAEoCzIRLk5ldFdob2xlVXNlckRhdGESGQoRUmVt", + "YWluUmV3YXJkQ291bnQYAiABKAUibgoOUmVzQ3JlYXRlUGFydHkSDAoEQ29k", + "ZRgBIAEoCRIsCg9QYXJ0eUFzc2lnbm1lbnQYAiABKAsyEy5OZXRQYXJ0eUFz", + "c2lnbm1lbnQSIAoFRXJyb3IYAyABKA4yES5DcmVhdGVQYXJ0eUVycm9yIjIK", + "DlJlc0ludml0ZVBhcnR5EiAKBUVycm9yGAEgASgOMhEuSW52aXRlUGFydHlF", + "cnJvciJwChJSZXNKb2luUGFydHlCeUNvZGUSHgoFRXJyb3IYASABKA4yDy5K", + "b2luUGFydHlFcnJvchIsCg9QYXJ0eUFzc2lnbm1lbnQYAiABKAsyEy5OZXRQ", + "YXJ0eUFzc2lnbm1lbnQSDAoEQ29kZRgDIAEoCSJqCgxSZXNKb2luUGFydHkS", + "HgoFRXJyb3IYASABKA4yDy5Kb2luUGFydHlFcnJvchIsCg9QYXJ0eUFzc2ln", + "bm1lbnQYAiABKAsyEy5OZXRQYXJ0eUFzc2lnbm1lbnQSDAoEQ29kZRgDIAEo", + "CSJBChJSZXNMaXN0RnJpZW5kUGFydHkSKwoPRnJpZW5kUGFydHlMaXN0GAEg", + "AygLMhIuTmV0QXZhaWxhYmxlUGFydHkiGQoXUmVxTGlzdEd1aWxkTWVtYmVy", + "UGFydHkiRQoXUmVzTGlzdEd1aWxkTWVtYmVyUGFydHkSKgoOR3VpbGRQYXJ0", + "eUxpc3QYASADKAsyEi5OZXRBdmFpbGFibGVQYXJ0eSI9ChZSZXNMaXN0SW52", + "aXRhYmxlRnJpZW5kEiMKCFVzZXJMaXN0GAEgAygLMhEuTmV0SW52aXRhYmxl", + "VXNlciIuChtSZXFMaXN0SW52aXRhYmxlR3VpbGRNZW1iZXISDwoHRXZlbnRJ", + "ZBgBIAEoBSJCChtSZXNMaXN0SW52aXRhYmxlR3VpbGRNZW1iZXISIwoIVXNl", + "ckxpc3QYASADKAsyES5OZXRJbnZpdGFibGVVc2VyImAKEVJlc0xpc3RJbnZp", + "dGF0aW9uEiMKBUVycm9yGAEgASgOMhQuTGlzdEludml0YXRpb25FcnJvchIm", + "Cg5JbnZpdGF0aW9uTGlzdBgCIAMoCzIOLk5ldEludml0YXRpb24iYwoSUmVz", + "U3RhcnRQYXJ0eU1hdGNoEicKDVVzZXJUaWNrZXRJZHMYASADKAsyEC5Vc2Vy", + "VGlja2V0TW9kZWwSJAoFRXJyb3IYAiABKA4yFS5TdGFydFBhcnR5TWF0Y2hF", + "cnJvciIwCg9Vc2VyVGlja2V0TW9kZWwSCwoDVXNuGAEgASgDEhAKCFRpY2tl", + "dElkGAIgASgJIj0KFlJlc1NlYXJjaFVzZXJGb3JJbnZpdGUSIwoIVXNlckxp", + "c3QYASADKAsyES5OZXRJbnZpdGFibGVVc2VyIjUKE1Jlc09idGFpblBhc3NS", + "ZXdhcmQSHgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YSJfCg5SZXNC", + "dXlQYXNzUmFuaxIQCghQYXNzUmFuaxgCIAEoBRIRCglQYXNzUG9pbnQYAyAB", + "KAUSKAoKQ3VycmVuY2llcxgFIAMoCzIULk5ldFVzZXJDdXJyZW5jeURhdGEi", + "OAoWUmVzQ29tcGxldGVQYXNzTWlzc2lvbhIeCgZSZXdhcmQYBSABKAsyDi5O", + "ZXRSZXdhcmREYXRhIkUKFFJlc0dldEFjdGl2ZVBhc3NEYXRhEhoKBFBhc3MY", + "ASABKAsyDC5OZXRQYXNzSW5mbxIRCglQYXNzRXhpc3QYAiABKAgitAEKC05l", + "dFBhc3NJbmZvEg4KBlBhc3NJZBgBIAEoBRIRCglQYXNzUG9pbnQYAiABKAUS", + "JgoMUGFzc1JhbmtMaXN0GAMgAygLMhAuTmV0UGFzc1JhbmtEYXRhEiwKD1Bh", + "c3NNaXNzaW9uTGlzdBgEIAMoCzITLk5ldFBhc3NNaXNzaW9uRGF0YRIVCg1Q", + "YXNzU2tpcENvdW50GAYgASgFEhUKDVByZW1pdW1BY3RpdmUYByABKAgiWAoP", + "TmV0UGFzc1JhbmtEYXRhEhAKCFBhc3NSYW5rGAEgASgFEhgKEElzTm9ybWFs", + "UmV3YXJkZWQYAiABKAgSGQoRSXNQcmVtaXVtUmV3YXJkZWQYAyABKAgiPwoS", + "TmV0UGFzc01pc3Npb25EYXRhEhUKDVBhc3NNaXNzaW9uSWQYASABKAUSEgoK", + "SXNDb21wbGV0ZRgCIAEoCCI4ChZSZXNPYnRhaW5PbmVQYXNzUmV3YXJkEh4K", + "BlJld2FyZBgBIAEoCzIOLk5ldFJld2FyZERhdGEiPAoYUmVxT2J0YWluRXZl", + "bnRQYXNzUmV3YXJkEg4KBlBhc3NJZBgBIAEoBRIQCghQYXNzUmFuaxgCIAMo", + "BSI6ChhSZXNPYnRhaW5FdmVudFBhc3NSZXdhcmQSHgoGUmV3YXJkGAEgASgL", + "Mg4uTmV0UmV3YXJkRGF0YSI9ChNSZXFCdXlFdmVudFBhc3NSYW5rEg4KBlBh", + "c3NJZBgBIAEoBRIWCg5UYXJnZXRQYXNzUmFuaxgCIAEoBSJkChNSZXNCdXlF", + "dmVudFBhc3NSYW5rEhAKCFBhc3NSYW5rGAEgASgFEhEKCVBhc3NQb2ludBgC", + "IAEoBRIoCgpDdXJyZW5jaWVzGAMgAygLMhQuTmV0VXNlckN1cnJlbmN5RGF0", + "YSJGChtSZXFDb21wbGV0ZUV2ZW50UGFzc01pc3Npb24SDgoGUGFzc0lkGAEg", + "ASgFEhcKD1Bhc3NNaXNzaW9uTGlzdBgCIAMoBSI9ChtSZXNDb21wbGV0ZUV2", + "ZW50UGFzc01pc3Npb24SHgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0", + "YSIbChlSZXFHZXRBY3RpdmVFdmVudFBhc3NEYXRhIjsKGVJlc0dldEFjdGl2", + "ZUV2ZW50UGFzc0RhdGESHgoIUGFzc0xpc3QYASADKAsyDC5OZXRQYXNzSW5m", + "byJWChtSZXFPYnRhaW5PbmVFdmVudFBhc3NSZXdhcmQSDgoGUGFzc0lkGAEg", + "ASgFEhAKCFBhc3NSYW5rGAIgASgFEhUKDVByZW1pdW1SZXdhcmQYAyABKAgi", + "PQobUmVzT2J0YWluT25lRXZlbnRQYXNzUmV3YXJkEh4KBlJld2FyZBgBIAEo", + "CzIOLk5ldFJld2FyZERhdGEiGgoYUmVxUHJvZmlsZUNhcmRPYmplY3RMaXN0", + "IkUKGFJlc1Byb2ZpbGVDYXJkT2JqZWN0TGlzdBIVCg1CYWNrZ3JvdW5kSWRz", + "GAEgAygFEhIKClN0aWNrZXJJZHMYAiADKAUihQEKEFN0aWNrZXJQbGFjZW1l", + "bnQSEQoJU3RpY2tlcklkGAEgASgFEg0KBUxheWVyGAIgASgFEhMKC05vcm1h", + "bGl6ZWRYGAMgASgCEhMKC05vcm1hbGl6ZWRZGAQgASgCEhYKDlJvdGF0aW9u", + "UmFkaWFuGAUgASgCEg0KBVNjYWxlGAYgASgCIn0KG1Byb2ZpbGVDYXJkRGVj", + "b3JhdGlvbkxheW91dBIaChJTaG93Q2hhcmFjdGVyU3BpbmUYASABKAgSFAoM", + "QmFja2dyb3VuZElkGAIgASgFEiwKEVN0aWNrZXJQbGFjZW1lbnRzGAMgAygL", + "MhEuU3RpY2tlclBsYWNlbWVudCIzCh5SZXFQcm9maWxlQ2FyZERlY29yYXRp", + "b25MYXlvdXQSEQoJVGFyZ2V0VXNuGAEgASgDIk4KHlJlc1Byb2ZpbGVDYXJk", + "RGVjb3JhdGlvbkxheW91dBIsCgZMYXlvdXQYASABKAsyHC5Qcm9maWxlQ2Fy", + "ZERlY29yYXRpb25MYXlvdXQiUgoiUmVxU2F2ZVByb2ZpbGVDYXJkRGVjb3Jh", + "dGlvbkxheW91dBIsCgZMYXlvdXQYASABKAsyHC5Qcm9maWxlQ2FyZERlY29y", + "YXRpb25MYXlvdXQiJAoiUmVzU2F2ZVByb2ZpbGVDYXJkRGVjb3JhdGlvbkxh", + "eW91dCJcCiNQcm9maWxlUmFuZG9tQm94U2luZ2xlT3BlbmluZ1Jlc3VsdBIR", + "CglPYmplY3RUaWQYASABKAUSIgoaRXhjaGFuZ2VkRm9yVGlja2V0TWF0ZXJp", + "YWwYAiABKAgiOAoXUmVxT3BlblByb2ZpbGVSYW5kb21Cb3gSCwoDSXNuGAEg", + "ASgDEhAKCE51bU9wZW5zGAIgASgFIo8BChdSZXNPcGVuUHJvZmlsZVJhbmRv", + "bUJveBI7Cg1PcGVuaW5nUmVzdWx0GAEgAygLMiQuUHJvZmlsZVJhbmRvbUJv", + "eFNpbmdsZU9wZW5pbmdSZXN1bHQSNwodUHJvZmlsZUNhcmRUaWNrZXRNYXRl", + "cmlhbFN5bmMYAiADKAsyEC5OZXRVc2VySXRlbURhdGEiLAoXUmVxQnV5UHJv", + "ZmlsZUNhcmRPYmplY3QSEQoJT2JqZWN0VGlkGAEgASgFIlIKF1Jlc0J1eVBy", + "b2ZpbGVDYXJkT2JqZWN0EjcKHVByb2ZpbGVDYXJkVGlja2V0TWF0ZXJpYWxT", + "eW5jGAEgASgLMhAuTmV0VXNlckl0ZW1EYXRhIk4KDk5ldFJhbmtpbmdEYXRh", + "EgwKBFJhbmsYASABKAMSDQoFU2NvcmUYAiABKAUSHwoEVXNlchgDIAEoCzIR", + "Lk5ldFdob2xlVXNlckRhdGEiUQoRTmV0VG9wUmFua2luZ0RhdGESDAoEVHlw", + "ZRgBIAEoBRINCgVTY29yZRgCIAEoBRIfCgRVc2VyGAMgASgLMhEuTmV0V2hv", + "bGVVc2VyRGF0YSJ6ChZOZXRSYW5rQWNoaWV2ZW1lbnREYXRhEgwKBFJhbmsY", + "ASABKAMSDgoGUmFua0lkGAIgASgFEg0KBVNjb3JlGAMgASgFEhIKCkFjaGll", + "dmVkQXQYBCABKAMSHwoEVXNlchgFIAEoCzIRLk5ldFdob2xlVXNlckRhdGEi", + "bwoRUmVzR2V0UmFua2luZ0xpc3QSHQoEVXNlchgCIAEoCzIPLk5ldFJhbmtp", + "bmdEYXRhEiQKC1JhbmtpbmdMaXN0GAMgAygLMg8uTmV0UmFua2luZ0RhdGES", + "FQoNUmV3YXJkRW5hYmxlZBgEIAEoCCI+ChBSZXNHZXRBbGxUb3BSYW5rEioK", + "DlRvcFJhbmtpbmdMaXN0GAIgAygLMhIuTmV0VG9wUmFua2luZ0RhdGEiQAoY", + "UmVzR2V0UmFua0FjaGlldmVtZW50VG9wEiQKC1RyaWdnZXJMaXN0GAIgAygL", + "Mg8uTmV0VHJpZ2dlckRhdGEiVAogUmVzR2V0UmFua0FjaGlldmVtZW50TGVh", + "ZGVyQm9hcmQSMAoPUmFua0FjaGlldmVtZW50GAIgAygLMhcuTmV0UmFua0Fj", + "aGlldmVtZW50RGF0YSJGCiRSZXNPYnRhaW5SYW5rQWNoaWV2ZW1lbnRTZXJ2", + "ZXJSZXdhcmQSHgoGUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0YSI0ChxS", + "ZXNVcGRhdGVSYW5raW5nU2VydmVyUmV3YXJkEhQKDEhhc05ld1Jld2FyZBgB", + "IAEoCCKrAQogTmV0U2hvb3RpbmdSYW5nZVJhbmtpbmdUb3RhbERhdGESFwoP", + "U2hvb3RpbmdSYW5nZUlkGAEgASgFEjYKEFVzZXJHdWlsZFJhbmtpbmcYAiAB", + "KAsyHC5OZXRTaG9vdGluZ1JhbmdlUmFua2luZ0RhdGESNgoQR3VpbGRSYW5r", + "aW5nTGlzdBgDIAMoCzIcLk5ldFNob290aW5nUmFuZ2VSYW5raW5nRGF0YSIe", + "ChxSZXFHZXRTaG9vdGluZ1JhbmdlUmFua2luZ1YyIvIBChxSZXNHZXRTaG9v", + "dGluZ1JhbmdlUmFua2luZ1YyEjYKC1JhbmtpbmdMaXN0GAEgAygLMiEuTmV0", + "U2hvb3RpbmdSYW5nZVJhbmtpbmdUb3RhbERhdGESDQoFSXNCYW4YAiABKAgS", + "HAoPQmFuU3RhcnRBdFRpY2tzGAMgASgDSACIAQESGgoNQmFuRW5kQXRUaWNr", + "cxgEIAEoA0gBiAEBEisKBlJlc3VsdBgFIAEoDjIbLlNob290aW5nUmFuZ2VS", + "YW5raW5nUmVzdWx0QhIKEF9CYW5TdGFydEF0VGlja3NCEAoOX0JhbkVuZEF0", + "VGlja3MijQIKGlJlc1NldFNob290aW5nUmFuZ2VTY29yZVYyEhMKC0lzTmV3", + "UmVjb3JkGAIgASgIEhMKC1ByZXZSYW5raW5nGAMgASgDEhMKC05leHRSYW5r", + "aW5nGAQgASgDEhQKDEhpZ2hlc3RTY29yZRgFIAEoAxINCgVJc0JhbhgGIAEo", + "CBIcCg9CYW5TdGFydEF0VGlja3MYByABKANIAIgBARIaCg1CYW5FbmRBdFRp", + "Y2tzGAggASgDSAGIAQESKwoGUmVzdWx0GAkgASgOMhsuU2hvb3RpbmdSYW5n", + "ZVJhbmtpbmdSZXN1bHRCEgoQX0JhblN0YXJ0QXRUaWNrc0IQCg5fQmFuRW5k", + "QXRUaWNrcyIeChxSZXFHZXRTaG9vdGluZ1JhbmdlQmF0dGxlTG9nIlEKHFJl", + "c0dldFNob290aW5nUmFuZ2VCYXR0bGVMb2cSMQoNQmF0dGxlTG9nTGlzdBgB", + "IAMoCzIaLk5ldFNob290aW5nUmFuZ2VCYXR0bGVMb2ci7AEKGU5ldFNob290", + "aW5nUmFuZ2VCYXR0bGVMb2cSQgoRQ2hhcmFjdGVyRGF0YUxpc3QYASADKAsy", + "Jy5OZXRTaG9vdGluZ1JhbmdlQmF0dGxlTG9nQ2hhcmFjdGVyRGF0YRIUCgxC", + "YXR0bGVSZXN1bHQYAiABKAUSDQoFU2NvcmUYAyABKAMSFwoPU2hvb3RpbmdS", + "YW5nZUlkGAQgASgFEh4KCFVzZXJUZWFtGAUgASgLMgwuTmV0VGVhbURhdGES", + "LQoJQ3JlYXRlZEF0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFt", + "cCKkAQomTmV0U2hvb3RpbmdSYW5nZUJhdHRsZUxvZ0NoYXJhY3RlckRhdGES", + "CwoDVGlkGAEgASgFEhAKCE5hbWVDb2RlGAIgASgFEg0KBUxldmVsGAMgASgF", + "Eg0KBUdyYWRlGAQgASgFEgwKBENvcmUYBSABKAUSEQoJQ29zdHVtZUlkGAYg", + "ASgFEg4KBkNvbWJhdBgHIAEoBRIMCgRTbG90GAggASgFIjsKGk5ldFNob3BQ", + "cm9kdWN0QnV5TGltaXREYXRhEgsKA1RpZBgBIAEoBRIQCghCdXlDb3VudBgC", + "IAEoBSK0AQoSTmV0U2hvcFByb2R1Y3REYXRhEg8KB1Nob3BUaWQYASABKAUS", + "FAoMU2hvcENhdGVnb3J5GAIgASgFEhIKClJlbmV3Q291bnQYAyABKAUSDwoH", + "UmVuZXdBdBgEIAEoAxITCgtOZXh0UmVuZXdBdBgFIAEoAxIWCg5GcmVlUmVu", + "ZXdDb3VudBgGIAEoBRIlCgRMaXN0GAcgAygLMhcuTmV0U2hvcFByb2R1Y3RJ", + "bmZvRGF0YSI4ChJSZXNTaG9wUHJvZHVjdExpc3QSIgoFU2hvcHMYAiADKAsy", + "Ey5OZXRTaG9wUHJvZHVjdERhdGEiIgoKUmVxR2V0U2hvcBIUCgxTaG9wQ2F0", + "ZWdvcnkYASABKAUiLwoKUmVzR2V0U2hvcBIhCgRTaG9wGAEgASgLMhMuTmV0", + "U2hvcFByb2R1Y3REYXRhIq0BChFSZXNTaG9wQnV5UHJvZHVjdBIlCgZSZXN1", + "bHQYBiABKA4yFS5TaG9wQnV5UHJvZHVjdFJlc3VsdBInCgdQcm9kdWN0GAIg", + "ASgLMhYuTmV0U2hvcEJ1eVByb2R1Y3REYXRhEh4KBEl0ZW0YBCABKAsyEC5O", + "ZXRVc2VySXRlbURhdGESKAoKQ3VycmVuY2llcxgFIAMoCzIULk5ldFVzZXJD", + "dXJyZW5jeURhdGEiWwoMUmVzU2hvcFJlbmV3EiEKBFNob3AYAiABKAsyEy5O", + "ZXRTaG9wUHJvZHVjdERhdGESKAoKQ3VycmVuY2llcxgEIAMoCzIULk5ldFVz", + "ZXJDdXJyZW5jeURhdGEiYAoVTmV0U2lkZVN0b3J5U3RhZ2VEYXRhEhgKEFNp", + "ZGVTdG9yeVN0YWdlSWQYASABKAUSLQoJQ2xlYXJlZEF0GAIgASgLMhouZ29v", + "Z2xlLnByb3RvYnVmLlRpbWVzdGFtcCISChBSZXFMaXN0U2lkZVN0b3J5IkoK", + "EFJlc0xpc3RTaWRlU3RvcnkSNgoWU2lkZVN0b3J5U3RhZ2VEYXRhTGlzdBgB", + "IAMoCzIWLk5ldFNpZGVTdG9yeVN0YWdlRGF0YSKjAQoWUmVxRW50ZXJTaWRl", + "U3RvcnlTdGFnZRITCgtTaWRlU3RvcnlJZBgBIAEoBRIYChBTaWRlU3RvcnlT", + "dGFnZUlkGAIgASgFEhIKClRlYW1OdW1iZXIYAyABKAUSRgoXQW50aUNoZWF0", + "QWRkaXRpb25hbEluZm8YBCABKAsyJS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9n", + "QWRkaXRpb25hbEluZm8iGAoWUmVzRW50ZXJTaWRlU3RvcnlTdGFnZSJTCh9S", + "ZXFDbGVhclNpZGVTdG9yeUN1dEZvclNjZW5hcmlvEhgKEFNpZGVTdG9yeVN0", + "YWdlSWQYASABKAUSFgoOU2lkZVN0b3J5Q3V0SWQYAiABKAUiIQofUmVzQ2xl", + "YXJTaWRlU3RvcnlDdXRGb3JTY2VuYXJpbyL5AQodUmVxQ2xlYXJTaWRlU3Rv", + "cnlDdXRGb3JCYXR0bGUSGAoQU2lkZVN0b3J5U3RhZ2VJZBgBIAEoBRIWCg5T", + "aWRlU3RvcnlDdXRJZBgCIAEoBRISCgpUZWFtTnVtYmVyGAMgASgFEhQKDEJh", + "dHRsZVJlc3VsdBgEIAEoBRI0ChNBbnRpQ2hlYXRCYXR0bGVEYXRhGAUgASgL", + "MhcuTmV0QW50aUNoZWF0QmF0dGxlRGF0YRJGChdBbnRpQ2hlYXRBZGRpdGlv", + "bmFsSW5mbxgGIAEoCzIlLk5ldEFudGlDaGVhdEJhdHRsZVRMb2dBZGRpdGlv", + "bmFsSW5mbyIfCh1SZXNDbGVhclNpZGVTdG9yeUN1dEZvckJhdHRsZSIyChZS", + "ZXFDbGVhclNpZGVTdG9yeVN0YWdlEhgKEFNpZGVTdG9yeVN0YWdlSWQYASAB", + "KAUiOAoWUmVzQ2xlYXJTaWRlU3RvcnlTdGFnZRIeCgZSZXdhcmQYASABKAsy", + "Di5OZXRSZXdhcmREYXRhIq0BCh1SZXFFbnRlclNpZGVTdG9yeUN1dEZvckJh", + "dHRsZRIYChBTaWRlU3RvcnlTdGFnZUlkGAEgASgFEhYKDlNpZGVTdG9yeUN1", + "dElkGAIgASgFEhIKClRlYW1OdW1iZXIYAyABKAUSRgoXQW50aUNoZWF0QWRk", + "aXRpb25hbEluZm8YBCABKAsyJS5OZXRBbnRpQ2hlYXRCYXR0bGVUTG9nQWRk", + "aXRpb25hbEluZm8iHwodUmVzRW50ZXJTaWRlU3RvcnlDdXRGb3JCYXR0bGUi", + "aQoPTmV0U2ltUm9vbUV2ZW50EjAKCExvY2F0aW9uGAEgASgLMhwuTmV0U2lt", + "Um9vbUV2ZW50TG9jYXRpb25JbmZvSAASEgoIU2VsZWN0ZWQYAiABKAhIAEIQ", + "Cg5FdmVudE9uZW9mQ2FzZSKdAQoVTmV0U2ltUm9vbUJhdHRsZUV2ZW50EgoK", + "AklkGAEgASgFEhMKC0J1ZmZPcHRpb25zGAIgAygFEi0KCFByb2dyZXNzGAMg", + "ASgOMhsuU2ltUm9vbUJhdHRsZUV2ZW50UHJvZ3Jlc3MSHQoVUmVtYWluaW5n", + "VGFyZ2V0SGVhbHRoGAQgASgFEhUKDUJ1ZmZQcmV2aWV3SWQYBSABKAUibwoY", + "TmV0U2ltUm9vbVNlbGVjdGlvbkV2ZW50EgoKAklkGAEgASgFEhYKDlNlbGVj", + "dGVkTnVtYmVyGAIgASgFEi8KBUdyb3VwGAMgAygLMiAuTmV0U2ltUm9vbVNl", + "bGVjdGlvbkdyb3VwRWxlbWVudCJqCh9OZXRTaW1Sb29tU2VsZWN0aW9uR3Jv", + "dXBFbGVtZW50EhcKD1NlbGVjdGlvbk51bWJlchgBIAEoBRIKCgJJZBgCIAEo", + "BRIOCgZJc0RvbmUYAyABKAgSEgoKUmFuZG9tQnVmZhgEIAEoBSIwChVOZXRT", + "aW1Sb29tQ2hhcmFjdGVySHASCwoDQ3NuGAEgASgDEgoKAkhwGAIgASgFIjoK", + "E05ldFNpbVJvb21DbGVhckluZm8SEgoKRGlmZmljdWx0eRgBIAEoBRIPCgdD", + "aGFwdGVyGAIgASgFIkwKG05ldFNpbVJvb21FdmVudExvY2F0aW9uSW5mbxIP", + "CgdDaGFwdGVyGAEgASgFEg0KBVN0YWdlGAIgASgFEg0KBU9yZGVyGAMgASgF", + "IogDCg1SZXNHZXRTaW1Sb29tEh4KBlN0YXR1cxgBIAEoDjIOLlNpbVJvb21T", + "dGF0dXMSGQoRQ3VycmVudERpZmZpY3VsdHkYAiABKAUSEwoLTmV4dFJlbmV3", + "QXQYAyABKAMSKAoKQ2xlYXJJbmZvcxgEIAMoCzIULk5ldFNpbVJvb21DbGVh", + "ckluZm8SIAoGRXZlbnRzGAUgAygLMhAuTmV0U2ltUm9vbUV2ZW50EiwKDFJl", + "bWFpbmluZ0hwcxgHIAMoCzIWLk5ldFNpbVJvb21DaGFyYWN0ZXJIcBINCgVC", + "dWZmcxgIIAMoBRITCgtMZWdhY3lCdWZmcxgJIAMoBRIbChNPdmVyY2xvY2tP", + "cHRpb25MaXN0GAogAygFEi8KDU92ZXJjbG9ja0RhdGEYCyABKAsyGC5OZXRT", + "aW1Sb29tT3ZlcmNsb2NrRGF0YRI7ChdOZXh0TGVnYWN5QnVmZlJlc2V0RGF0", + "ZRgMIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiXgoaUmVzU2Vs", + "ZWN0U2ltUm9vbURpZmZpY3VsdHkSHgoGUmVzdWx0GAEgASgOMg4uU2ltUm9v", + "bVJlc3VsdBIgCgZFdmVudHMYAiADKAsyEC5OZXRTaW1Sb29tRXZlbnQiNwoV", + "UmVzU2VsZWN0U2ltUm9vbUV2ZW50Eh4KBlJlc3VsdBgBIAEoDjIOLlNpbVJv", + "b21SZXN1bHQiNwoVUmVzRW50ZXJTaW1Sb29tQmF0dGxlEh4KBlJlc3VsdBgB", + "IAEoDjIOLlNpbVJvb21SZXN1bHQipAEKFVJlc0NsZWFyU2ltUm9vbUJhdHRs", + "ZRIeCgZSZXN1bHQYASABKA4yDi5TaW1Sb29tUmVzdWx0EhMKC0J1ZmZPcHRp", + "b25zGAIgAygFEhsKBVRlYW1zGAMgAygLMgwuTmV0VGVhbURhdGESOQoZT3Zl", + "cmNsb2NrT3B0aW9uQ2hhbmdlZEhwcxgEIAMoCzIWLk5ldFNpbVJvb21DaGFy", + "YWN0ZXJIcCKoAQoZUmVzRmFzdENsZWFyU2ltUm9vbUJhdHRsZRIeCgZSZXN1", + "bHQYASABKA4yDi5TaW1Sb29tUmVzdWx0EhMKC0J1ZmZPcHRpb25zGAIgAygF", + "EjkKGU92ZXJjbG9ja09wdGlvbkNoYW5nZWRIcHMYAyADKAsyFi5OZXRTaW1S", + "b29tQ2hhcmFjdGVySHASGwoFVGVhbXMYBCADKAsyDC5OZXRUZWFtRGF0YSKw", + "AQoUUmVzU2VsZWN0U2ltUm9vbUJ1ZmYSHgoGUmVzdWx0GAEgASgOMg4uU2lt", + "Um9vbVJlc3VsdBIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhEi0K", + "FVJld2FyZEJ5UmV3YXJkVXBFdmVudBgDIAEoCzIOLk5ldFJld2FyZERhdGES", + "KQoRUmV3YXJkQnlPdmVyY2xvY2sYBCABKAsyDi5OZXRSZXdhcmREYXRhIkAK", + "HlJlc1NlbGVjdFNpbVJvb21TZWxlY3Rpb25FdmVudBIeCgZSZXN1bHQYASAB", + "KA4yDi5TaW1Sb29tUmVzdWx0IokBCh5SZXNQcm9jZWVkU2ltUm9vbU5pa2tl", + "RnVuY3Rpb24SHgoGUmVzdWx0GAEgASgOMg4uU2ltUm9vbVJlc3VsdBIqCgpD", + "aGFuZ2VkSHBzGAIgAygLMhYuTmV0U2ltUm9vbUNoYXJhY3RlckhwEhsKBVRl", + "YW1zGAMgAygLMgwuTmV0VGVhbURhdGEiVgogUmVzR2V0U2ltUm9vbUFjcXVp", + "cmVCdWZmRnVuY3Rpb24SHgoGUmVzdWx0GAEgASgOMg4uU2ltUm9vbVJlc3Vs", + "dBISCgpSYW5kb21CdWZmGAIgASgFImoKHVJlc1Byb2NlZWRTaW1Sb29tQnVm", + "ZkZ1bmN0aW9uEh4KBlJlc3VsdBgBIAEoDjIOLlNpbVJvb21SZXN1bHQSFAoM", + "QWNxdWlyZWRCdWZmGAIgAygFEhMKC0RlbGV0ZWRCdWZmGAMgAygFIj8KHVJl", + "c1Byb2NlZWRTaW1Sb29tU2tpcEZ1bmN0aW9uEh4KBlJlc3VsdBgBIAEoDjIO", + "LlNpbVJvb21SZXN1bHQiMAoOUmVzUXVpdFNpbVJvb20SHgoGUmVzdWx0GAEg", + "ASgOMg4uU2ltUm9vbVJlc3VsdCIhCh9SZXFHZXRTaW1Sb29tT3ZlcmNsb2Nr", + "SGlnaFNjb3JlIrABCh9SZXNHZXRTaW1Sb29tT3ZlcmNsb2NrSGlnaFNjb3Jl", + "EkcKHEN1cnJlbnRPckxhc3RTZWFzb25IaWdoU2NvcmUYAiABKAsyIS5OZXRT", + "aW1Sb29tT3ZlcmNsb2NrSGlnaFNjb3JlRGF0YRJEChlDdXJyZW50U3ViU2Vh", + "c29uSGlnaFNjb3JlGAMgASgLMiEuTmV0U2ltUm9vbU92ZXJjbG9ja0hpZ2hT", + "Y29yZURhdGEimgIKF05ldFNpbVJvb21PdmVyY2xvY2tEYXRhEkEKFkN1cnJl", + "bnRTZWFzb25IaWdoU2NvcmUYBCABKAsyIS5OZXRTaW1Sb29tT3ZlcmNsb2Nr", + "SGlnaFNjb3JlRGF0YRJEChlDdXJyZW50U3ViU2Vhc29uSGlnaFNjb3JlGAUg", + "ASgLMiEuTmV0U2ltUm9vbU92ZXJjbG9ja0hpZ2hTY29yZURhdGESOwoMTGF0", + "ZXN0T3B0aW9uGAYgASgLMiUuTmV0U2ltUm9vbU92ZXJjbG9ja09wdGlvblNl", + "dHRpbmdEYXRhEjkKEUN1cnJlbnRTZWFzb25EYXRhGAcgASgLMh4uTmV0U2lt", + "Um9vbU92ZXJjbG9ja1NlYXNvbkRhdGEi2QEKHU5ldFNpbVJvb21PdmVyY2xv", + "Y2tTZWFzb25EYXRhEhQKDElzU2Vhc29uT3BlbhgBIAEoCBIOCgZTZWFzb24Y", + "AiABKAUSEQoJU3ViU2Vhc29uGAMgASgFEjMKD1NlYXNvblN0YXJ0RGF0ZRgE", + "IAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNU2Vhc29uRW5k", + "RGF0ZRgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASFwoPU2Vh", + "c29uV2Vla0NvdW50GAYgASgFIp0BCiBOZXRTaW1Sb29tT3ZlcmNsb2NrSGln", + "aFNjb3JlRGF0YRIOCgZTZWFzb24YASABKAUSEQoJU3ViU2Vhc29uGAIgASgF", + "EhIKCk9wdGlvbkxpc3QYAyADKAUSEwoLT3B0aW9uTGV2ZWwYBCABKAUSLQoJ", + "Q3JlYXRlZEF0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCIl", + "CiNSZXFHZXRTaW1Sb29tT3ZlcmNsb2NrQ3VycmVudFNlYXNvbiJeCiNSZXNH", + "ZXRTaW1Sb29tT3ZlcmNsb2NrQ3VycmVudFNlYXNvbhIUCgxJc1NlYXNvbk9w", + "ZW4YASABKAgSDgoGU2Vhc29uGAIgASgFEhEKCVN1YlNlYXNvbhgDIAEoBSIk", + "CiJSZXFHZXRTaW1Sb29tT3ZlcmNsb2NrTGF0ZXN0T3B0aW9uImMKIlJlc0dl", + "dFNpbVJvb21PdmVyY2xvY2tMYXRlc3RPcHRpb24SGQoRTGF0ZXN0UmVjb3Jk", + "RXhpc3QYASABKAgSDgoGU2Vhc29uGAIgASgFEhIKCk9wdGlvbkxpc3QYAyAD", + "KAUiSgokTmV0U2ltUm9vbU92ZXJjbG9ja09wdGlvblNldHRpbmdEYXRhEg4K", + "BlNlYXNvbhgBIAEoBRISCgpPcHRpb25MaXN0GAIgAygFIvUBChNOZXRVc2Vy", + "U29sb1JhaWRJbmZvEhUKDVJhaWRPcGVuQ291bnQYASABKAUSFgoOTGFzdENs", + "ZWFyTGV2ZWwYAiABKAUSIgoMTGFzdE9wZW5SYWlkGAMgASgLMgwuTmV0U29s", + "b1JhaWQSJgoGUGVyaW9kGAQgASgLMhYuTmV0U29sb1JhaWRQZXJpb2REYXRh", + "EhoKElNvbG9SYWlkTWFuYWdlclRpZBgFIAEoBRISCgpUcmlhbENvdW50GAYg", + "ASgFEh4KFlRvZGF5Q2xlYXJlZFJhaWRMZXZlbHMYByADKAUSEwoLVHJpYWxE", + "YW1hZ2UYCCABKAMiOQoLTmV0U29sb1JhaWQSDQoFTGV2ZWwYASABKAUSGwoE", + "VHlwZRgCIAEoDjINLlNvbG9SYWlkVHlwZSIuChFOZXROb3JtYWxTb2xvUmFp", + "ZBINCgVMZXZlbBgBIAEoBRIKCgJIcBgCIAEoAyJ5ChVOZXRTb2xvUmFpZFBl", + "cmlvZERhdGESEwoLVmlzaWJsZURhdGUYASABKAMSEQoJU3RhcnREYXRlGAIg", + "ASgDEg8KB0VuZERhdGUYAyABKAMSEwoLRGlzYWJsZURhdGUYBCABKAMSEgoK", + "U2V0dGxlRGF0ZRgFIAEoAyImChNOZXRTb2xvUmFpZEpvaW5EYXRhEg8KB0Nz", + "bkxpc3QYASADKAMiFAoSUmVxR2V0U29sb1JhaWRJbmZvIowBChJSZXNHZXRT", + "b2xvUmFpZEluZm8SIgoESW5mbxgBIAEoCzIULk5ldFVzZXJTb2xvUmFpZElu", + "Zm8SKwoMUGVyaW9kUmVzdWx0GAIgASgOMhUuU29sb1JhaWRQZXJpb2RSZXN1", + "bHQSJQoJQmFuUmVzdWx0GAMgASgOMhIuU29sb1JhaWRCYW5SZXN1bHQiNAoP", + "UmVxT3BlblNvbG9SYWlkEg4KBlJhaWRJZBgBIAEoBRIRCglSYWlkTGV2ZWwY", + "AiABKAUifAoPUmVzT3BlblNvbG9SYWlkEisKDFBlcmlvZFJlc3VsdBgBIAEo", + "DjIVLlNvbG9SYWlkUGVyaW9kUmVzdWx0EhUKDVJhaWRPcGVuQ291bnQYAiAB", + "KAUSJQoJQmFuUmVzdWx0GAMgASgOMhIuU29sb1JhaWRCYW5SZXN1bHQiQwoQ", + "UmVxRW50ZXJTb2xvUmFpZBIOCgZSYWlkSWQYASABKAUSEQoJUmFpZExldmVs", + "GAIgASgFEgwKBFRlYW0YAyABKAUiZgoQUmVzRW50ZXJTb2xvUmFpZBIrCgxQ", + "ZXJpb2RSZXN1bHQYASABKA4yFS5Tb2xvUmFpZFBlcmlvZFJlc3VsdBIlCglC", + "YW5SZXN1bHQYAiABKA4yEi5Tb2xvUmFpZEJhblJlc3VsdCK2AgoUUmVzU2V0", + "U29sb1JhaWREYW1hZ2USFQoNUmFpZEpvaW5Db3VudBgBIAEoBRIgCgRJbmZv", + "GAIgASgLMhIuTmV0Tm9ybWFsU29sb1JhaWQSHwoGU3RhdHVzGAMgASgOMg8u", + "U29sb1JhaWRTdGF0dXMSKwoMUGVyaW9kUmVzdWx0GAQgASgOMhUuU29sb1Jh", + "aWRQZXJpb2RSZXN1bHQSJgoISm9pbkRhdGEYBSABKAsyFC5OZXRTb2xvUmFp", + "ZEpvaW5EYXRhEiUKCUJhblJlc3VsdBgGIAEoDjISLlNvbG9SYWlkQmFuUmVz", + "dWx0Eh4KBlJld2FyZBgHIAEoCzIOLk5ldFJld2FyZERhdGESKAoQRmlyc3RD", + "bGVhclJld2FyZBgIIAEoCzIOLk5ldFJld2FyZERhdGEiNQoQUmVxQ2xvc2VT", + "b2xvUmFpZBIOCgZSYWlkSWQYASABKAUSEQoJUmFpZExldmVsGAIgASgFIj8K", + "EFJlc0Nsb3NlU29sb1JhaWQSKwoMUGVyaW9kUmVzdWx0GAEgASgOMhUuU29s", + "b1JhaWRQZXJpb2RSZXN1bHQiKAoTUmVxR2V0TGV2ZWxTb2xvUmFpZBIRCglS", + "YWlkTGV2ZWwYASABKAUiygEKE1Jlc0dldExldmVsU29sb1JhaWQSIAoEUmFp", + "ZBgBIAEoCzISLk5ldE5vcm1hbFNvbG9SYWlkEiYKCEpvaW5EYXRhGAIgASgL", + "MhQuTmV0U29sb1JhaWRKb2luRGF0YRIrCgxQZXJpb2RSZXN1bHQYAyABKA4y", + "FS5Tb2xvUmFpZFBlcmlvZFJlc3VsdBIVCg1SYWlkSm9pbkNvdW50GAQgASgF", + "EiUKCUJhblJlc3VsdBgFIAEoDjISLlNvbG9SYWlkQmFuUmVzdWx0IkAKE05l", + "dFByYWN0aWNlU29sb1JhaWQSDQoFTGV2ZWwYASABKAUSCgoCSHAYAiABKAMS", + "DgoGRGFtYWdlGAMgASgDIjAKG1JlcUdldExldmVsUHJhY3RpY2VTb2xvUmFp", + "ZBIRCglSYWlkTGV2ZWwYASABKAUi1AEKG1Jlc0dldExldmVsUHJhY3RpY2VT", + "b2xvUmFpZBIiCgRSYWlkGAEgASgLMhQuTmV0UHJhY3RpY2VTb2xvUmFpZBIm", + "CghKb2luRGF0YRgCIAEoCzIULk5ldFNvbG9SYWlkSm9pbkRhdGESKwoMUGVy", + "aW9kUmVzdWx0GAMgASgOMhUuU29sb1JhaWRQZXJpb2RSZXN1bHQSFQoNUmFp", + "ZEpvaW5Db3VudBgEIAEoBRIlCglCYW5SZXN1bHQYBSABKA4yEi5Tb2xvUmFp", + "ZEJhblJlc3VsdCJdChdSZXFPcGVuU29sb1JhaWRQcmFjdGljZRIRCglSYWlk", + "TGV2ZWwYASABKAUSLwoORGlmZmljdWx0eVR5cGUYAiABKA4yFy5Tb2xvUmFp", + "ZERpZmZpY3VsdHlUeXBlIm0KF1Jlc09wZW5Tb2xvUmFpZFByYWN0aWNlEisK", + "DFBlcmlvZFJlc3VsdBgBIAEoDjIVLlNvbG9SYWlkUGVyaW9kUmVzdWx0EiUK", + "CUJhblJlc3VsdBgCIAEoDjISLlNvbG9SYWlkQmFuUmVzdWx0IvYBChxSZXNT", + "ZXRTb2xvUmFpZFByYWN0aWNlRGFtYWdlEhUKDVJhaWRKb2luQ291bnQYASAB", + "KAUSIgoESW5mbxgCIAEoCzIULk5ldFByYWN0aWNlU29sb1JhaWQSHwoGU3Rh", + "dHVzGAMgASgOMg8uU29sb1JhaWRTdGF0dXMSKwoMUGVyaW9kUmVzdWx0GAQg", + "ASgOMhUuU29sb1JhaWRQZXJpb2RSZXN1bHQSJgoISm9pbkRhdGEYBSABKAsy", + "FC5OZXRTb2xvUmFpZEpvaW5EYXRhEiUKCUJhblJlc3VsdBgGIAEoDjISLlNv", + "bG9SYWlkQmFuUmVzdWx0Ij0KGFJlcUNsb3NlU29sb1JhaWRQcmFjdGljZRIO", + "CgZSYWlkSWQYASABKAUSEQoJUmFpZExldmVsGAIgASgFIkcKGFJlc0Nsb3Nl", + "U29sb1JhaWRQcmFjdGljZRIrCgxQZXJpb2RSZXN1bHQYASABKA4yFS5Tb2xv", + "UmFpZFBlcmlvZFJlc3VsdCIxChBOZXRUcmlhbFNvbG9SYWlkEg0KBUxldmVs", + "GAEgASgFEg4KBkRhbWFnZRgCIAEoAyItChhSZXFHZXRMZXZlbFRyaWFsU29s", + "b1JhaWQSEQoJUmFpZExldmVsGAEgASgFIs4BChhSZXNHZXRMZXZlbFRyaWFs", + "U29sb1JhaWQSHwoEUmFpZBgBIAEoCzIRLk5ldFRyaWFsU29sb1JhaWQSJgoI", + "Sm9pbkRhdGEYAiABKAsyFC5OZXRTb2xvUmFpZEpvaW5EYXRhEisKDFBlcmlv", + "ZFJlc3VsdBgDIAEoDjIVLlNvbG9SYWlkUGVyaW9kUmVzdWx0EhUKDVJhaWRK", + "b2luQ291bnQYBCABKAUSJQoJQmFuUmVzdWx0GAUgASgOMhIuU29sb1JhaWRC", + "YW5SZXN1bHQiKQoUUmVxT3BlblNvbG9SYWlkVHJpYWwSEQoJUmFpZExldmVs", + "GAEgASgFIoEBChRSZXNPcGVuU29sb1JhaWRUcmlhbBIrCgxQZXJpb2RSZXN1", + "bHQYASABKA4yFS5Tb2xvUmFpZFBlcmlvZFJlc3VsdBIVCg1SYWlkT3BlbkNv", + "dW50GAIgASgFEiUKCUJhblJlc3VsdBgDIAEoDjISLlNvbG9SYWlkQmFuUmVz", + "dWx0IkgKFVJlcUVudGVyU29sb1JhaWRUcmlhbBIOCgZSYWlkSWQYASABKAUS", + "EQoJUmFpZExldmVsGAIgASgFEgwKBFRlYW0YAyABKAUiawoVUmVzRW50ZXJT", + "b2xvUmFpZFRyaWFsEisKDFBlcmlvZFJlc3VsdBgBIAEoDjIVLlNvbG9SYWlk", + "UGVyaW9kUmVzdWx0EiUKCUJhblJlc3VsdBgCIAEoDjISLlNvbG9SYWlkQmFu", + "UmVzdWx0Iq8CChlSZXNTZXRTb2xvUmFpZFRyaWFsRGFtYWdlEhUKDVJhaWRK", + "b2luQ291bnQYASABKAUSHwoESW5mbxgCIAEoCzIRLk5ldFRyaWFsU29sb1Jh", + "aWQSHwoGU3RhdHVzGAMgASgOMg8uU29sb1JhaWRTdGF0dXMSKwoMUGVyaW9k", + "UmVzdWx0GAQgASgOMhUuU29sb1JhaWRQZXJpb2RSZXN1bHQSJgoISm9pbkRh", + "dGEYBSABKAsyFC5OZXRTb2xvUmFpZEpvaW5EYXRhEiUKCUJhblJlc3VsdBgG", + "IAEoDjISLlNvbG9SYWlkQmFuUmVzdWx0EiUKBFVzZXIYByABKAsyFy5OZXRT", + "b2xvUmFpZFJhbmtpbmdEYXRhEhYKDlRvdGFsVXNlckNvdW50GAggASgDIjoK", + "FVJlcUNsb3NlU29sb1JhaWRUcmlhbBIOCgZSYWlkSWQYASABKAUSEQoJUmFp", + "ZExldmVsGAIgASgFIkQKFVJlc0Nsb3NlU29sb1JhaWRUcmlhbBIrCgxQZXJp", + "b2RSZXN1bHQYASABKA4yFS5Tb2xvUmFpZFBlcmlvZFJlc3VsdCJcChVSZXFG", + "YXN0QmF0dGxlU29sb1JhaWQSDgoGUmFpZElkGAEgASgFEhEKCVJhaWRMZXZl", + "bBgCIAEoBRIMCgRUZWFtGAMgASgFEhIKCkNsZWFyQ291bnQYBCABKAUiogEK", + "FVJlc0Zhc3RCYXR0bGVTb2xvUmFpZBIVCg1SYWlkT3BlbkNvdW50GAEgASgF", + "EisKDFBlcmlvZFJlc3VsdBgCIAEoDjIVLlNvbG9SYWlkUGVyaW9kUmVzdWx0", + "Eh4KBlJld2FyZBgDIAEoCzIOLk5ldFJld2FyZERhdGESJQoJQmFuUmVzdWx0", + "GAQgASgOMhIuU29sb1JhaWRCYW5SZXN1bHQiNwoSUmVxR2V0U29sb1JhaWRM", + "b2dzEg4KBlJhaWRJZBgBIAEoBRIRCglSYWlkTGV2ZWwYAiABKAUigQEKElJl", + "c0dldFNvbG9SYWlkTG9ncxIdCgRMb2dzGAEgAygLMg8uTmV0U29sb1JhaWRM", + "b2cSJQoJQmFuUmVzdWx0GAIgASgOMhIuU29sb1JhaWRCYW5SZXN1bHQSJQoM", + "UHJhY3RpY2VMb2dzGAMgAygLMg8uTmV0U29sb1JhaWRMb2ciVwoOTmV0U29s", + "b1JhaWRMb2cSDgoGRGFtYWdlGAEgASgDEicKBFRlYW0YAiADKAsyGS5OZXRT", + "b2xvUmFpZFRlYW1DaGFyYWN0ZXISDAoES2lsbBgDIAEoCCJnChhOZXRTb2xv", + "UmFpZFRlYW1DaGFyYWN0ZXISDAoEU2xvdBgBIAEoBRILCgNUaWQYAiABKAUS", + "DQoFTGV2ZWwYAyABKAUSDgoGQ29tYmF0GAQgASgFEhEKCUNvc3R1bWVJZBgF", + "IAEoBSIXChVSZXFHZXRTb2xvUmFpZFJhbmtpbmciqAEKFVJlc0dldFNvbG9S", + "YWlkUmFua2luZxIpCghSYW5raW5ncxgBIAMoCzIXLk5ldFNvbG9SYWlkUmFu", + "a2luZ0RhdGESJQoEVXNlchgCIAEoCzIXLk5ldFNvbG9SYWlkUmFua2luZ0Rh", + "dGESFgoOVG90YWxVc2VyQ291bnQYAyABKAMSJQoJQmFuUmVzdWx0GAQgASgO", + "MhIuU29sb1JhaWRCYW5SZXN1bHQiWgoWTmV0U29sb1JhaWRSYW5raW5nRGF0", + "YRIPCgdSYW5raW5nGAEgASgDEg4KBkRhbWFnZRgCIAEoAxIfCgRVc2VyGAMg", + "ASgLMhEuTmV0V2hvbGVVc2VyRGF0YSIWChRSZXFHZXRTb2xvUmFpZFBlcmlv", + "ZCI+ChRSZXNHZXRTb2xvUmFpZFBlcmlvZBImCgZQZXJpb2QYASABKAsyFi5O", + "ZXRTb2xvUmFpZFBlcmlvZERhdGEiPgoZUmVxR2V0U29sb1JhaWRSYW5rZXJT", + "cXVhZBIRCglUYXJnZXRVc24YASABKAMSDgoGUmFpZElkGAIgASgFImEKGVJl", + "c0dldFNvbG9SYWlkUmFua2VyU3F1YWQSHQoETG9ncxgBIAMoCzIPLk5ldFNv", + "bG9SYWlkTG9nEiUKCUJhblJlc3VsdBgCIAEoDjISLlNvbG9SYWlkQmFuUmVz", + "dWx0Io4BChhOZXRMb3N0U2VjdG9yRmllbGRPYmplY3QSEAoIQWN0aW9uQXQY", + "ASABKAMSDAoEVHlwZRgCIAEoBRISCgpQb3NpdGlvbklkGAMgASgJEgwKBEpz", + "b24YBCABKAkSMAoMVGVhbVBvc2l0aW9uGAUgAygLMhouTmV0TG9zdFNlY3Rv", + "clRlYW1Qb3NpdGlvbiJhCgxOZXRUb3dlckRhdGESDAoEVHlwZRgBIAEoBRIN", + "CgVGbG9vchgCIAEoBRITCgtSZW1haW5Db3VudBgDIAEoBRIfCglTY2hlZHVs", + "ZXMYBCADKAsyDC5OZXRTY2hlZHVsZSJuChlOZXRMb3N0U2VjdG9yVGVhbVBv", + "c2l0aW9uEhIKClRlYW1OdW1iZXIYASABKAUSDAoEVHlwZRgCIAEoBRIdCghQ", + "b3NpdGlvbhgDIAEoCzILLk5ldFZlY3RvcjMSEAoIQWN0aW9uQXQYBCABKAMi", + "ZwoPUmVzR2V0U3RhZ2VEYXRhEiIKBUZpZWxkGAIgASgLMhMuTmV0RmllbGRP", + "YmplY3REYXRhEh0KFUhhc0NoYXB0ZXJCb3NzRW50ZXJlZBgDIAEoCBIRCglT", + "cXVhZERhdGEYBCABKAkiDwoNUmVzRW50ZXJTdGFnZSKNAgoNUmVzQ2xlYXJT", + "dGFnZRIeCgZSZXdhcmQYAiABKAsyDi5OZXRSZXdhcmREYXRhEi0KDU91dHBv", + "c3RCYXR0bGUYBCABKAsyFi5OZXRPdXRwb3N0QmF0dGxlTGV2ZWwSKQoRVXNl", + "ckxldmVsVXBSZXdhcmQYBSABKAsyDi5OZXRSZXdhcmREYXRhEjAKGE91dHBv", + "c3RCYXR0bGVMZXZlbFJld2FyZBgGIAEoCzIOLk5ldFJld2FyZERhdGESKAoQ", + "U3RhZ2VDbGVhclJld2FyZBgHIAEoCzIOLk5ldFJld2FyZERhdGESJgoOU2Nl", + "bmFyaW9SZXdhcmQYCCABKAsyDi5OZXRSZXdhcmREYXRhIi4KD1Jlc0dldFRv", + "d2VyRGF0YRIbCgREYXRhGAIgAygLMg0uTmV0VG93ZXJEYXRhIg8KDVJlc0Vu", + "dGVyVG93ZXIiWgoNUmVzQ2xlYXJUb3dlchIeCgZSZXdhcmQYAiABKAsyDi5O", + "ZXRSZXdhcmREYXRhEikKEVVzZXJMZXZlbFVwUmV3YXJkGAMgASgLMg4uTmV0", + "UmV3YXJkRGF0YSJQChFSZXNGYXN0Q2xlYXJUb3dlchIeCgZSZXdhcmQYAiAB", + "KAsyDi5OZXRSZXdhcmREYXRhEhsKBERhdGEYAyADKAsyDS5OZXRUb3dlckRh", + "dGEihgEKFFJlc0dldExvc3RTZWN0b3JEYXRhEioKCkxvc3RTZWN0b3IYAiAD", + "KAsyFi5OZXRVc2VyTG9zdFNlY3RvckRhdGESGQoRTGFzdEVudGVyU2VjdG9y", + "SWQYAyABKAUSJwoLQ2xlYXJTdGFnZXMYBCADKAsyEi5OZXRGaWVsZFN0YWdl", + "RGF0YSLMAQoZUmVzR2V0TG9zdFNlY3RvckZpZWxkRGF0YRIiCgVGaWVsZBgC", + "IAEoCzITLk5ldEZpZWxkT2JqZWN0RGF0YRIeCgRUZWFtGAMgASgLMhAuTmV0", + "VXNlclRlYW1EYXRhEjEKDVRlYW1Qb3NpdGlvbnMYBCADKAsyGi5OZXRMb3N0", + "U2VjdG9yVGVhbVBvc2l0aW9uEgwKBEpzb24YBSABKAkSKgoKTG9zdFNlY3Rv", + "chgGIAEoCzIWLk5ldFVzZXJMb3N0U2VjdG9yRGF0YSI/ChFSZXNPcGVuTG9z", + "dFNlY3RvchIqCgpMb3N0c2VjdG9yGAIgASgLMhYuTmV0VXNlckxvc3RTZWN0", + "b3JEYXRhIj8KEVJlc1BsYXlMb3N0U2VjdG9yEioKCkxvc3RzZWN0b3IYAiAB", + "KAsyFi5OZXRVc2VyTG9zdFNlY3RvckRhdGEiQAoSUmVzUmVzZXRMb3N0U2Vj", + "dG9yEioKCkxvc3RzZWN0b3IYAiABKAsyFi5OZXRVc2VyTG9zdFNlY3RvckRh", + "dGEiGQoXUmVzRW50ZXJMb3N0U2VjdG9yU3RhZ2UiGQoXUmVzQ2xlYXJMb3N0", + "U2VjdG9yU3RhZ2UiHQobUmVzRmFzdENsZWFyTG9zdFNlY3RvclN0YWdlIksK", + "F1Jlc09idGFpbkxvc3RTZWN0b3JJdGVtEh4KBlJld2FyZBgCIAEoCzIOLk5l", + "dFJld2FyZERhdGESEAoIQm94Q291bnQYAyABKAUiHgocUmVzU2F2ZUxvc3RT", + "ZWN0b3JGaWVsZE9iamVjdCIYChZSZXNTYXZlTG9zdFNlY3RvckZpZWxkIjwK", + "FFJlc0dldFN0YWdlQ2xlYXJJbmZvEiQKCEhpc3RvcnlzGAIgAygLMhIuTmV0", + "U3RhZ2VDbGVhckluZm8iPAoaUmVzTG9zdFNlY3RvclBlcmZlY3RSZXdhcmQS", + "HgoGUmV3YXJkGAEgASgLMg4uTmV0UmV3YXJkRGF0YSImChJSZXFDaGVja1N0", + "YWdlQ2xlYXISEAoIU3RhZ2VJZHMYASADKAUiLQoSUmVzQ2hlY2tTdGFnZUNs", + "ZWFyEhcKD0NsZWFyZWRTdGFnZUlkcxgBIAMoBSI8ChJSZXNHZXRTdWJRdWVz", + "dExpc3QSJgoMU3VicXVlc3RMaXN0GAIgAygLMhAuTmV0U3ViUXVlc3REYXRh", + "IhsKGVJlc1NldFRyaWdnZXJGcm9tU3ViUXVlc3QiPwoVUmVzRW5yb2xsbWVu", + "dFN1YlF1ZXN0EiYKDFN1YnF1ZXN0RGF0YRgCIAEoCzIQLk5ldFN1YlF1ZXN0", + "RGF0YSI1Cg5SZXNHZXRUZWFtRGF0YRIjCglUeXBlVGVhbXMYAiADKAsyEC5O", + "ZXRVc2VyVGVhbURhdGEiNwoKUmVzU2V0VGVhbRIMCgRUeXBlGAIgASgFEhsK", + "BVRlYW1zGAMgAygLMgwuTmV0VGVhbURhdGEibwocTmV0U3VwcG9ydENoYXJh", + "Y3RlclVzZWRDb3VudBIQCghUZWFtVHlwZRgBIAEoBRIaChJTdXBwb3J0Q2hh", + "cmFjdGVySWQYAiABKAUSIQoZVXNlZFN1cHBvcnRDaGFyYWN0ZXJDb3VudBgD", + "IAEoBSI4CiBSZXFMaXN0U3VwcG9ydENoYXJhY3RlclVzZWRDb3VudBIUCgxU", + "ZWFtVHlwZUxpc3QYASADKAUiaAogUmVzTGlzdFN1cHBvcnRDaGFyYWN0ZXJV", + "c2VkQ291bnQSRAodU3VwcG9ydENoYXJhY3RlclVzZWRDb3VudExpc3QYASAD", + "KAsyHS5OZXRTdXBwb3J0Q2hhcmFjdGVyVXNlZENvdW50InQKCk5ldFRyaWdn", + "ZXISCwoDU2VxGAEgASgDEhEKCUNyZWF0ZWRBdBgCIAEoAxIPCgdUcmlnZ2Vy", + "GAMgASgFEhMKC0NvbmRpdGlvbklkGAQgASgFEhEKCVVzZXJWYWx1ZRgFIAEo", + "AxINCgVSZXNldBgGIAEoCCJKCg9OZXRWYWx1ZVRyaWdnZXISDwoHVHJpZ2dl", + "chgBIAEoBRITCgtDb25kaXRpb25JZBgCIAEoBRIRCglVc2VyVmFsdWUYAyAB", + "KAMiVwoOUmVzU3luY1RyaWdnZXISFQoNSGFzUmVtYWluRGF0YRgBIAEoCBId", + "CghUcmlnZ2VycxgCIAMoCzILLk5ldFRyaWdnZXISDwoHUmVzdGFydBgDIAEo", + "CCJCCiBSZXNPYnRhaW5UcmlnZ2VyUmV3YXJkRm9ySnVrZWJveBIeCgZSZXdh", + "cmQYAiABKAsyDi5OZXRSZXdhcmREYXRhIjMKEE5ldE1haW5RdWVzdERhdGES", + "CwoDVGlkGAEgASgFEhIKCklzUmVjZWl2ZWQYAiABKAgiPwoTUmVzR2V0TWFp", + "blF1ZXN0RGF0YRIoCg1NYWluUXVlc3RMaXN0GAIgAygLMhEuTmV0TWFpblF1", + "ZXN0RGF0YSIRCg9SZXNGaW5NYWluUXVlc3QiOgoYUmVzT2J0YWluTWFpblF1", + "ZXN0UmV3YXJkEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2FyZERhdGEiagoQ", + "TmV0TWVzc2VuZ2VyRGF0YRIOCgZSb29tSWQYASABKAkSFgoOQ29udmVyc2F0", + "aW9uSWQYAiABKAkSLgoQQ29udmVyc2F0aW9uRGF0YRgDIAEoCzIULk5ldENv", + "bnZlcnNhdGlvbkRhdGEiZwoTTmV0Q29udmVyc2F0aW9uRGF0YRIOCgZMYXN0", + "QXQYASABKAMSFAoMTGFzdERpYWxvZ0lkGAIgASgJEhcKD0Fuc3dlckRpYWxv", + "Z0lkcxgDIAMoCRIRCglSZXdhcmRJZHMYBCADKAUiPAoaUmVzT2J0YWluQWNo", + "aWV2ZW1lbnRSZXdhcmQSHgoGUmV3YXJkGAIgASgLMg4uTmV0UmV3YXJkRGF0", + "YSJnChtSZXNPYnRhaW5EYWlseU1pc3Npb25SZXdhcmQSHgoGUmV3YXJkGAIg", + "ASgLMg4uTmV0UmV3YXJkRGF0YRIoChBFdmVudEJvbnVzUmV3YXJkGAMgASgL", + "Mg4uTmV0UmV3YXJkRGF0YSJoChxSZXNPYnRhaW5XZWVrbHlNaXNzaW9uUmV3", + "YXJkEh4KBlJld2FyZBgCIAEoCzIOLk5ldFJld2FyZERhdGESKAoQRXZlbnRC", + "b251c1Jld2FyZBgDIAEoCzIOLk5ldFJld2FyZERhdGEiJgoXUmVzR2V0RGFp", + "bHlSZXdhcmRlZERhdGESCwoDSWRzGAIgAygFIicKGFJlc0dldFdlZWtseVJl", + "d2FyZGVkRGF0YRILCgNJZHMYAiADKAUiLAodUmVzR2V0QWNoaWV2ZW1lbnRS", + "ZXdhcmRlZERhdGESCwoDSWRzGAIgAygFIhAKDlJlc1NldFRyaWdnZXIyIhkK", + "F1Jlc1NldFRyaWdnZXIyQWxsUmFuZG9tIhUKE1Jlc0RlbGV0ZUFsbFRyaWdn", + "ZXIiOQoSUmVzR2V0VHV0b3JpYWxMaXN0EiMKCVR1dG9yaWFscxgCIAMoCzIQ", + "Lk5ldFR1dG9yaWFsRGF0YSIQCg5SZXNTZXRUdXRvcmlhbCIVChNSZXNBbGxD", + "bGVhclR1dG9yaWFsIhcKFVJlc0NsZWFyVHV0b3JpYWxHcm91cCIoChVSZXFD", + "aGVja0NsaWVudFZlcnNpb24SDwoHVmVyc2lvbhgBIAEoCSI8ChVSZXNDaGVj", + "a0NsaWVudFZlcnNpb24SIwoMQXZhaWxhYmlsaXR5GAEgASgOMg0uQXZhaWxh", + "YmlsaXR5IicKFFJlcUdldFJlc291cmNlSG9zdHMyEg8KB1ZlcnNpb24YASAB", + "KAkiuAIKFFJlc0dldFJlc291cmNlSG9zdHMyEg8KB1ZlcnNpb24YASABKAkS", + "DwoHQmFzZVVybBgCIAEoCRJBCg5Db3JlVmVyc2lvbk1hcBgDIAMoCzIpLlJl", + "c0dldFJlc291cmNlSG9zdHMyLkNvcmVWZXJzaW9uTWFwRW50cnkSSQoSRGF0", + "YVBhY2tWZXJzaW9uTWFwGAQgAygLMi0uUmVzR2V0UmVzb3VyY2VIb3N0czIu", + "RGF0YVBhY2tWZXJzaW9uTWFwRW50cnkaNQoTQ29yZVZlcnNpb25NYXBFbnRy", + "eRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGjkKF0RhdGFQYWNr", + "VmVyc2lvbk1hcEVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToC", + "OAEiNQoQUmVzR2V0U2VydmVySW5mbxIPCgdXb3JsZElkGAEgASgFEhAKCE1h", + "dGNoVXJsGAIgASgJIl8KFFJlc01haW50ZW5hbmNlTm90aWNlEjAKEU1haW50", + "ZW5hbmNlV2luZG93GAEgASgLMhUuTmV0TWFpbnRlbmFuY2VXaW5kb3cSFQoN", + "SXNXaGl0ZWxpc3RlZBgCIAEoCCJoChROZXRNYWludGVuYW5jZVdpbmRvdxIo", + "CgRGcm9tGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBImCgJU", + "bxgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiFwoVUmVxU3Rh", + "dGljRGF0YVBhY2tJbmZvInQKFVJlc1N0YXRpY0RhdGFQYWNrSW5mbxILCgNV", + "cmwYASABKAkSDAoEU2l6ZRgCIAEoAxIRCglTaGEyNTZTdW0YAyABKAwSDQoF", + "U2FsdDEYBCABKAwSDQoFU2FsdDIYBSABKAwSDwoHVmVyc2lvbhgGIAEoCSIX", + "ChVSZXNVc2VyT25saW5lU3RhdGVMb2ciJAoSUmVxR2V0U2VudHJ5UGFyYW1z", + "Eg4KBk9wZW5JZBgBIAEoCSJFChJSZXNHZXRTZW50cnlQYXJhbXMSFAoMU2Ft", + "cGxpbmdSYXRlGAEgASgBEhkKEVRyYWNlU2FtcGxpbmdSYXRlGAIgASgBIsEB", + "CgtSZXFBdXRoSW50bBIiCgpEZXZpY2VJbmZvGAEgASgLMg4uTmV0RGV2aWNl", + "SW5mbxIOCgZPcGVuSWQYAiABKAkSDQoFVG9rZW4YAyABKAkSEQoJQ2hhbm5l", + "bElkGAQgASgFEgoKAk9zGAUgASgJEiQKC0JpbGxpbmdJbmZvGAYgASgLMg8u", + "TmV0QmlsbGluZ0luZm8SKgoOVGxvZ0RldmljZUluZm8YByABKAsyEi5OZXRU", + "TG9nRGV2aWNlSW5mbyI8Cg5SZXFFbnRlclNlcnZlchIRCglBdXRoVG9rZW4Y", + "ASABKAkSFwoPQ2xpZW50UHVibGljS2V5GAIgASgMIgsKCVJlcUxvZ291dCJs", + "Cg1OZXREZXZpY2VJbmZvEhUKDUNsaWVudFZlcnNpb24YASABKAkSGQoRU3Rh", + "dGljRGF0YVZlcnNpb24YAiABKAkSKQoPSW50bEVudmlyb25tZW50GAMgASgO", + "MhAuSU5UTEVudmlyb25tZW50IjQKDk5ldEJpbGxpbmdJbmZvEiIKCFBsYXRm", + "b3JtGAEgASgOMhAuQmlsbGluZ1BsYXRmb3JtIokDChFOZXRUTG9nRGV2aWNl", + "SW5mbxImCg9SdW50aW1lUGxhdGZvcm0YASABKA4yDS5UTG9nUGxhdGZvcm0S", + "FgoOU3lzdGVtU29mdHdhcmUYAiABKAkSFgoOU3lzdGVtSGFyZHdhcmUYAyAB", + "KAkSEwoLVGVsZWNvbU9wZXIYBCABKAkSDwoHTmV0d29yaxgFIAEoCRITCgtT", + "Y3JlZW5XaWR0aBgGIAEoBRIUCgxTY3JlZW5IZWlnaHQYByABKAUSDwoHRGVu", + "c2l0eRgIIAEoBRITCgtDcHVIYXJkd2FyZRgJIAEoCRIOCgZNZW1vcnkYCiAB", + "KAUSEAoIR2xSZW5kZXIYCyABKAkSEQoJR2xWZXJzaW9uGAwgASgJEhAKCERl", + "dmljZUlkGA0gASgJEhAKCExhbmd1YWdlGA4gASgJEg8KB0NvdW50cnkYDyAB", + "KAkSFgoOU3lzdGVtTGFuZ3VhZ2UYECABKAkSFQoNQ2xpZW50VmVyc2lvbhgR", + "IAEoCRIMCgRYd2lkGBIgASgJIoQBCgdSZXNBdXRoEiYKC0F1dGhTdWNjZXNz", + "GAEgASgLMg8uTmV0QXV0aFN1Y2Nlc3NIABIeCgdCYW5JbmZvGAIgASgLMgsu", + "TmV0QmFuSW5mb0gAEiIKCUF1dGhFcnJvchgDIAEoCzINLk5ldEF1dGhFcnJv", + "ckgAQg0KC1Jlc3VsdE9uZW9mImIKGk5ldFVzZXJQdXJjaGFzZVJlc3RyaWN0", + "aW9uEjEKE1B1cmNoYXNlUmVzdHJpY3Rpb24YASABKA4yFC5QdXJjaGFzZVJl", + "c3RyaWN0aW9uEhEKCVVwZGF0ZWRBdBgCIAEoAyKIAQoOTmV0QXV0aFN1Y2Nl", + "c3MSEQoJQXV0aFRva2VuGAEgASgJEhEKCUZpcnN0QXV0aBgCIAEoCBIWCg5D", + "ZW50YXVyaVpvbmVJZBgEIAEoCRI4ChNQdXJjaGFzZVJlc3RyaWN0aW9uGAUg", + "ASgLMhsuTmV0VXNlclB1cmNoYXNlUmVzdHJpY3Rpb24iiAEKCk5ldEJhbklu", + "Zm8SEwoLRGVzY3JpcHRpb24YASABKAkSKQoFRW5kQXQYAyABKAsyGi5nb29n", + "bGUucHJvdG9idWYuVGltZXN0YW1wEisKB1N0YXJ0QXQYBCABKAsyGi5nb29n", + "bGUucHJvdG9idWYuVGltZXN0YW1wEg0KBUJhbklkGAUgASgDIjEKDE5ldEF1", + "dGhFcnJvchIhCglFcnJvckNvZGUYASABKA4yDi5BdXRoRXJyb3JDb2RlItUB", + "Cg5SZXNFbnRlclNlcnZlchIXCg9HYW1lQ2xpZW50VG9rZW4YASABKAkSFwoP", + "RW5jcnlwdGlvblRva2VuGAIgASgMEiwKD0ZlYXR1cmVEYXRhSW5mbxgDIAEo", + "CzITLk5ldEZlYXR1cmVEYXRhSW5mbxI1ChJTaG91bGRSZXN0YXJ0QWZ0ZXIY", + "BCABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SLAoKSWRlbnRpZmll", + "chhkIAEoCzIYLk5ldExlZ2FjeVVzZXJJZGVudGlmaWVyInQKEk5ldEZlYXR1", + "cmVEYXRhSW5mbxITCgtGZWF0dXJlTmFtZRgBIAEoCRITCgtGZWF0dXJlRGF0", + "YRgCIAEoDBIPCgdEYXRhTGVuGAMgASgNEgsKA0NyYxgEIAEoDRIWCg5Vc2VG", + "ZWF0dXJlRGF0YRhkIAEoCCI2ChdOZXRMZWdhY3lVc2VySWRlbnRpZmllchIO", + "CgZTZXJ2ZXIYASABKAUSCwoDVXNuGAIgASgDIgsKCVJlc0xvZ291dCIiChJS", + "ZXFBbnRpYm90UmVjdkRhdGESDAoERGF0YRgBIAEoDCI6ChNSZXFCYXR0bGVS", + "ZXBvcnREYXRhEg4KBldhdmVJZBgBIAEoBRITCgtSZXBvcnREYXRhMxgCIAEo", + "DCIUChJSZXNBbnRpYm90UmVjdkRhdGEiFQoTUmVzQmF0dGxlUmVwb3J0RGF0", + "YSqvBAoMQ3VycmVuY3lUeXBlEhAKDE5vbmVDdXJyZW5jeRAAEgsKB1VzZXJF", + "eHAQARIOCgpDaGFyZ2VDYXNoEGISDAoIRnJlZUNhc2gQYxIRCgxDaGFyYWN0", + "ZXJFeHAQ6AcSCQoER29sZBDQDxISCg1DaGFyYWN0ZXJFeHAyELgXEhUKEEZy", + "aWVuZHNoaXBfUG9pbnQQoB8SDgoJQXJlbmFDaGlwEIgnEhgKE0NoYXJfUHJl", + "bWl1bV9UaWNrZXQQ7CcSGgoVQ2hhcl9DdXN0b21pemVfVGlja2V0ENAoEhwK", + "F0NoYXJfQ29ycG9yYXRpb25fVGlja2V0ELQpEhEKDEFyZW5hX1RpY2tldBDx", + "LhIWChFfMm5kX0FyZW5hX1RpY2tldBDyLhIVChBJbnRlcmNlcHRUaWNrZXQy", + "EPMuEhMKDkNvbnRlbnRTdGFtaW5hENQvEhUKEFJlY3ljbGVSb29tUG9pbnQQ", + "uDASFAoPSW5mcmFDb3JlRW5lcmd5ENg2EhEKDFJhcHR1cmVQYXJ0cxDAPhIV", + "ChBEaXNzb2x1dGlvblBvaW50EKhGEgoKBUluQXBwEI9OEg4KCUd1aWxkQ29p", + "bhCQThIYChNTaWx2ZXJNaWxlYWdlVGlja2V0EPhVEhYKEUdvbGRNaWxlYWdl", + "VGlja2V0EOBdEhgKE1NpbXVsYXRpb25Sb29tUG9pbnQQyGUSHwoaQ2hhcmFj", + "dGVyU2tpbGxSZXNldF9UaWNrZXQQsG0qkkkKClJlc3VsdENvZGUSIgoeUmVz", + "dWx0Q29kZV9GYWlsdXJlX1N5c3RlbUVycm9yEAASFgoSUmVzdWx0Q29kZV9T", + "dWNjZXNzEAESJQohUmVzdWx0Q29kZV9GYWlsdXJlX0RCX1N5c3RlbUVycm9y", + "EAISKAokUmVzdWx0Q29kZV9GYWlsdXJlX0ludmFsaWRfUGFyYW1ldGVyEAUS", + "IQodUmVzdWx0Q29kZV9GYWlsdXJlX0lzX05ld19EYXkQBhIsCihSZXN1bHRD", + "b2RlX0ZhaWx1cmVfREJfVXNlcl9Ob3RfRXhpc3RfVVNOEAsSNQoxUmVzdWx0", + "Q29kZV9GYWlsdXJlX0RCX1VzZXJfQWxyZWFkeV9FeGlzdF9Vc2VyRGF0YRAO", + "Ei8KK1Jlc3VsdENvZGVfRmFpbHVyZV9EQl9Vc2VyX0ludmFsaWRfSXRlbURh", + "dGEQDxIsCihSZXN1bHRDb2RlX0ZhaWx1cmVfREJfVXNlcl9Ob3RfRXhpc3Rf", + "Q1NOEBASLAooUmVzdWx0Q29kZV9GYWlsdXJlX0RCX1VzZXJfTm90X0V4aXN0", + "X0lTThAREi0KKVJlc3VsdENvZGVfRmFpbHVyZV9EQl9Vc2VyX05vdF9FeGlz", + "dF9UZWFtEBISLAooUmVzdWx0Q29kZV9GYWlsdXJlX0RCX1VzZXJfTm90X0V4", + "aXN0X0VTThATEjEKLVJlc3VsdENvZGVfRmFpbHVyZV9EQl9XaG9sZVVzZXJf", + "Tm90X0V4aXN0X1VTThAVEi0KKVJlc3VsdENvZGVfRmFpbHVyZV9EQl9Vc2Vy", + "X05vdF9FeGlzdF9TaG9wEB0SOgo1UmVzdWx0Q29kZV9GYWlsdXJlX1N0YXRp", + "Y0RhdGFfTm90X0V4aXN0X0NoYXJhY3RlckRhdGEQuxcSOQo0UmVzdWx0Q29k", + "ZV9GYWlsdXJlX1N0YXRpY0RhdGFfTm90X0V4aXN0X0N1cnJlbmN5RGF0YRC9", + "FxJDCj5SZXN1bHRDb2RlX0ZhaWx1cmVfU3RhdGljRGF0YV9HYWNoYV9GYWls", + "ZWRfUGlja19HcmFkZV9Qcm9iRGF0YRDaFxI+CjlSZXN1bHRDb2RlX0ZhaWx1", + "cmVfU3RhdGljRGF0YV9HYWNoYV9VbnN1cHBvcnRlZF9HYWNoYVR5cGUQ3BcS", + "MQosUmVzdWx0Q29kZV9GYWlsdXJlX1N0YXRpY0RhdGFfTm90X0V4aXN0X1No", + "b3AQ6xcSNgoxUmVzdWx0Q29kZV9GYWlsdXJlX1N0YXRpY0RhdGFfTm90X0V4", + "aXN0X1Nob3BSZW5ldxD1FxI9CjhSZXN1bHRDb2RlX0ZhaWx1cmVfU3RhdGlj", + "RGF0YV9Ob3RfRXhpc3RfU2hvcF9CdW5kbGVfRGF0YRD3FxI6CjVSZXN1bHRD", + "b2RlX0ZhaWx1cmVfU3RhdGljRGF0YV9Ob3RfRXhpc3RfRmllbGRJdGVtRGF0", + "YRCVGBJACjtSZXN1bHRDb2RlX0ZhaWx1cmVfU3RhdGljRGF0YV9Ob3RfRXhp", + "c3RfT3V0cG9zdEJ1aWxkaW5nU2xvdBCuGxI6CjVSZXN1bHRDb2RlX0ZhaWx1", + "cmVfU3RhdGljRGF0YV9Ob3RfRXhpc3RfT3V0cG9zdEJhdHRsZRDiGxItCihS", + "ZXN1bHRDb2RlX0ZhaWx1cmVfQ29tbW9uX1dyb25nUGFyYW1ldGVyEJVOEikK", + "JFJlc3VsdENvZGVfRmFpbHVyZV9Mb2JieV9JbnZhbGlkX1VTThD5VRIxCixS", + "ZXN1bHRDb2RlX0ZhaWx1cmVfTG9iYnlfTmlja25hbWVfRHVwbGljYXRlZBD7", + "VRIyCi1SZXN1bHRDb2RlX0ZhaWx1cmVfTG9iYnlfSW52YWxpZF9DdXJyZW5j", + "eVR5cGUQ/FUSKQokUmVzdWx0Q29kZV9GYWlsdXJlX0xvYmJ5X0ludmFsaWRf", + "R1NOEIFWEjcKMlJlc3VsdENvZGVfRmFpbHVyZV9Vc2VycHJvZmlsZV9OYW1l", + "X0ludmFsaWRfTGVuZ3RoEMFXEjsKNlJlc3VsdENvZGVfRmFpbHVyZV9Vc2Vy", + "cHJvZmlsZV9OYW1lX05vdF9BbGxvd19MYW5ndWFnZRDCVxI5CjRSZXN1bHRD", + "b2RlX0ZhaWx1cmVfVXNlcnByb2ZpbGVfTmFtZV9JbmNsdWRlX0Jhbl9Xb3Jk", + "EMNXEjgKM1Jlc3VsdENvZGVfRmFpbHVyZV9Vc2VycHJvZmlsZV9OYW1lX05v", + "dF9Pbmx5X051bWJlchDEVxI1CjBSZXN1bHRDb2RlX0ZhaWx1cmVfVXNlcnBy", + "b2ZpbGVfSWNvbl9Ob3RfQWNxdWlyZWQQyVcSOwo2UmVzdWx0Q29kZV9GYWls", + "dXJlX1VzZXJwcm9maWxlX0ljb25fUHJpc21fTm90X0FjcXVpcmVkEMxXEioK", + "JVJlc3VsdENvZGVfRmFpbHVyZV9Vc2VyX0ludmFsaWRfTGV2ZWwQ4V0SMgot", + "UmVzdWx0Q29kZV9GYWlsdXJlX1dhbGxldF9Ob3RfRW5vdWdoX0N1cnJlbmN5", + "EMllEjMKLlJlc3VsdENvZGVfRmFpbHVyZV9XYWxsZXRfSW52YWxpZF9DdXJy", + "ZW5jeVR5cGUQymUSNQowUmVzdWx0Q29kZV9GYWlsdXJlX1dhbGxldF9Ob3Rf", + "RXhpc3RfQ3VycmVuY3lEYXRhEM1lEjsKNlJlc3VsdENvZGVfRmFpbHVyZV9X", + "YWxsZXRfSW52YWxpZF9DaGFyZ2VWYWx1ZV9DdXJyZW5jeRDPZRIvCipSZXN1", + "bHRDb2RlX0ZhaWx1cmVfV2FsbGV0X05vdF9CdXlfQ3VycmVuY3kQ0GUSNQow", + "UmVzdWx0Q29kZV9GYWlsdXJlX0ludmVudG9yeV9JdGVtX1N0YWNrX092ZXJm", + "bG93EJt1EjYKMVJlc3VsdENvZGVfRmFpbHVyZV9JbnZlbnRvcnlfTm90X0Vu", + "b3VnaF9JdGVtQ291bnQQnHUSLAonUmVzdWx0Q29kZV9GYWlsdXJlX0VxdWlw", + "bWVudF9UeXBlX0Vycm9yEI95EjAKK1Jlc3VsdENvZGVfRmFpbHVyZV9FcXVp", + "cG1lbnRfTGV2ZWxfT3ZlcmZsb3cQlHkSMAorUmVzdWx0Q29kZV9GYWlsdXJl", + "X0hhcm1vbnlDdWJlX0ludmFsaWRfVHlwZRDxeRIxCixSZXN1bHRDb2RlX0Zh", + "aWx1cmVfSGFybW9ueUN1YmVfU2xvdF9PdmVyZmxvdxDzeRI0Ci9SZXN1bHRD", + "b2RlX0ZhaWx1cmVfSGFybW9ueUN1YmVfU2FtZV9IYXJtb255Q3ViZRD2eRIw", + "CitSZXN1bHRDb2RlX0ZhaWx1cmVfQ2hhcmFjdGVyX0dyYWRlX092ZXJmbG93", + "EIN9EjYKMVJlc3VsdENvZGVfRmFpbHVyZV9DaGFyYWN0ZXJfSW52YWxpZF9S", + "YXJlX1VwZ3JhZGUQhH0SPAo3UmVzdWx0Q29kZV9GYWlsdXJlX0NoYXJhY3Rl", + "cl9JbnZhbGlkX0NoYXJhY3Rlcl9OYW1lQ29kZRCFfRI/CjpSZXN1bHRDb2Rl", + "X0ZhaWx1cmVfQ2hhcmFjdGVyX0ludmFsaWRfQ2hhcmFjdGVyX0NvcnBvcmF0", + "aW9uEIZ9EjcKMlJlc3VsdENvZGVfRmFpbHVyZV9DaGFyYWN0ZXJfSW52YWxp", + "ZF9NYXRlcmlhbF9UeXBlEId9EjUKMFJlc3VsdENvZGVfRmFpbHVyZV9DaGFy", + "YWN0ZXJfTm90X0ZvdW5kX0NoYXJhY3RlchCJfRIvCipSZXN1bHRDb2RlX0Zh", + "aWx1cmVfQ2hhcmFjdGVyX0ludmFsaWRfTGV2ZWwQi30SMAorUmVzdWx0Q29k", + "ZV9GYWlsdXJlX0NoYXJhY3Rlcl9MZXZlbF9PdmVyZmxvdxCMfRIvCipSZXN1", + "bHRDb2RlX0ZhaWx1cmVfQ2hhcmFjdGVyX0NvcmVfT3ZlcmZsb3cQkH0SOgo1", + "UmVzdWx0Q29kZV9GYWlsdXJlX0NoYXJhY3Rlcl9Ob3RfTGV2ZWxfVXBfU3lu", + "Y2hyb1Nsb3QQk30SPQo4UmVzdWx0Q29kZV9GYWlsdXJlX0NoYXJhY3Rlcl9J", + "bnZhbGlkX0dyb3dSZXNldF9NYXhfTGV2ZWwQlH0SPQo4UmVzdWx0Q29kZV9G", + "YWlsdXJlX0NoYXJhY3Rlcl9Db3N0dW1lX0ludmFsaWRfUmVzb3VyY2VfSWQQ", + "lX0SNwoyUmVzdWx0Q29kZV9GYWlsdXJlX0NoYXJhY3Rlcl9Db3N0dW1lX0Fs", + "cmVhZHlfRXhpc3QQln0SNwoyUmVzdWx0Q29kZV9GYWlsdXJlX0NoYXJhY3Rl", + "cl9JbnZhbGlkX1NraWxsQ2F0ZWdvcnkQl30SQAo7UmVzdWx0Q29kZV9GYWls", + "dXJlX0NoYXJhY3Rlcl9JbnZhbGlkX0dyb3dSZXNldF9EZWZhdWx0TGV2ZWwQ", + "mn0SMwouUmVzdWx0Q29kZV9GYWlsdXJlX0NoYXJhY3Rlcl9Db3N0dW1lX05v", + "dF9FeGlzdBCbfRI3CjJSZXN1bHRDb2RlX0ZhaWx1cmVfQXR0cmFjdGl2ZV9O", + "b3RfRm91bmRfQXR0cmFjdGl2ZRDlfRIvCipSZXN1bHRDb2RlX0ZhaWx1cmVf", + "QXR0cmFjdGl2ZV9JbmNyZWFzZV9FeHAQ5n0SMgotUmVzdWx0Q29kZV9GYWls", + "dXJlX0F0dHJhY3RpdmVfQWxyZWFkeV9Db3Vuc2VsEOd9EjQKL1Jlc3VsdENv", + "ZGVfRmFpbHVyZV9BdHRyYWN0aXZlX1RvZGF5X05vdF9Db3Vuc2VsEOh9EjgK", + "M1Jlc3VsdENvZGVfRmFpbHVyZV9BdHRyYWN0aXZlX0ludmFsaWRfQ291bnNl", + "bF9MZXZlbBDpfRIzCi5SZXN1bHRDb2RlX0ZhaWx1cmVfQXR0cmFjdGl2ZV9J", + "bnZhbGlkX01hdGVyaWFsEOp9EjEKLFJlc3VsdENvZGVfRmFpbHVyZV9BdHRy", + "YWN0aXZlX0FscmVhZHlfUmV3YXJkEO19EjAKK1Jlc3VsdENvZGVfRmFpbHVy", + "ZV9BdHRyYWN0aXZlX0ludmFsaWRfTGV2ZWwQ7n0SOQo0UmVzdWx0Q29kZV9G", + "YWlsdXJlX0F0dHJhY3RpdmVfSW52YWxpZF9Db3Vuc2VsX1NlbGVjdBDvfRI8", + "CjdSZXN1bHRDb2RlX0ZhaWx1cmVfQXR0cmFjdGl2ZV9EZXNlcmlhbGl6ZV9D", + "b3Vuc2VsX0Vycm9yEPF9Ei4KKVJlc3VsdENvZGVfRmFpbHVyZV9TeW5jaHJv", + "X05vdF9Gb3VuZF9EYXRhEMl+Ei4KKVJlc3VsdENvZGVfRmFpbHVyZV9TeW5j", + "aHJvX0xldmVsX092ZXJmbG93EMp+Ei0KKFJlc3VsdENvZGVfRmFpbHVyZV9T", + "eW5jaHJvX0ludmFsaWRfTGV2ZWwQy34SLgopUmVzdWx0Q29kZV9GYWlsdXJl", + "X1N5bmNocm9fTm90X0ZvdW5kX1Nsb3QQzX4SLAonUmVzdWx0Q29kZV9GYWls", + "dXJlX1N5bmNocm9fQWxyZWFkeV9TbG90EM5+EiwKJ1Jlc3VsdENvZGVfRmFp", + "bHVyZV9TeW5jaHJvX1Nsb3RfTm90X1VzZRDPfhI4CjNSZXN1bHRDb2RlX0Zh", + "aWx1cmVfU3luY2hyb19TbG90X05vdF9Gb3VuZF9DaGFyYWN0ZXIQ0H4SLAon", + "UmVzdWx0Q29kZV9GYWlsdXJlX1N5bmNocm9fTm90X0xldmVsX1VwENJ+Ei8K", + "KlJlc3VsdENvZGVfRmFpbHVyZV9TeW5jaHJvX0FscmVhZHlfQ2hhbmdlZBDT", + "fhIxCixSZXN1bHRDb2RlX0ZhaWx1cmVfU3luY2hyb19BbHJlYWR5X09wZW5f", + "U2xvdBDUfhItCidSZXN1bHRDb2RlX0ZhaWx1cmVfTWFpbF9IYXZlX05vdF9S", + "ZXdhcmQQ6YQBEi4KKFJlc3VsdENvZGVfRmFpbHVyZV9NYWlsX0RhdGVfSGFz", + "X0V4cGlyZWQQ6oQBEisKJVJlc3VsdENvZGVfRmFpbHVyZV9NYWlsX0ludmFs", + "aWRfU3RhdGUQ64QBEjkKM1Jlc3VsdENvZGVfRmFpbHVyZV9TaG9wX1Vuc3Vw", + "cG9ydGVkX1Nob3BQcm9kdWN0VHlwZRChnAESMwotUmVzdWx0Q29kZV9GYWls", + "dXJlX1Nob3BfQnV5X0N1cnJlbmN5X092ZXJmbG93EK2cARI1Ci9SZXN1bHRD", + "b2RlX0ZhaWx1cmVfU2hvcF9CdXlfTGltaXRfQ291bnRfSXNfT3ZlchCwnAES", + "NAouUmVzdWx0Q29kZV9GYWlsdXJlX1Nob3BfTm90X0V4aXN0c19Qcm9kdWN0", + "TGlzdBC5nAESMAoqUmVzdWx0Q29kZV9GYWlsdXJlX1Nob3BfTm90X0V4aXN0", + "c19Qcm9kdWN0ELqcARI4CjJSZXN1bHRDb2RlX0ZhaWx1cmVfTWlzc2lvbl9D", + "b21wbGV0ZV9BbHJlYWR5X0V4aXN0cxCPpAESNQovUmVzdWx0Q29kZV9GYWls", + "dXJlX01pc3Npb25fSGFuZGxlcl9UeXBwZXJfRXJyb3IQkKQBEjIKLFJlc3Vs", + "dENvZGVfRmFpbHVyZV9NaXNzaW9uX0dldFJld2FyZF9Ob19EYXRhEJGkARI7", + "CjVSZXN1bHRDb2RlX0ZhaWx1cmVfTWlzc2lvbl9HZXRSZXdhcmRfQWxyZWFk", + "eV9SZXdhcmRlZBCSpAESOwo1UmVzdWx0Q29kZV9GYWlsdXJlX01pc3Npb25f", + "R2V0UmV3YXJkX05vdF9Fbm91Z2hfVmFsdWUQk6QBEjYKMFJlc3VsdENvZGVf", + "RmFpbHVyZV9UcmlnZ2VyX05vdF9Fbm91Z2hfVXNlcl9WYWx1ZRCXpAESLgoo", + "UmVzdWx0Q29kZV9GYWlsdXJlX01haW5RdWVzdF9JbnZhbGlkX1RpZBCZpAES", + "MwotUmVzdWx0Q29kZV9GYWlsdXJlX01haW5RdWVzdF9BbHJlYWR5X1Jld2Fy", + "ZGVkEJqkARI5CjNSZXN1bHRDb2RlX0ZhaWx1cmVfU3ViUXVlc3RfSW52YWxp", + "ZF9Db252ZXJzYXRpb25fSWQQo6QBEjIKLFJlc3VsdENvZGVfRmFpbHVyZV9T", + "dWJRdWVzdF9Ob3RfQ2xlYXJfQmVmb3JlEKSkARIvCilSZXN1bHRDb2RlX0Zh", + "aWx1cmVfU3ViUXVlc3RfQWxyZWFkeV9DbGVhchCmpAESMAoqUmVzdWx0Q29k", + "ZV9GYWlsdXJlU3ViUXVlc3ROb3RFeGlzdFVzZXJEYXRhEKqkARIvCilSZXN1", + "bHRDb2RlX0ZhaWx1cmVfVHJpZ2dlcl9UeXBlX05vbmVfVXNlZBDEpAESLgoo", + "UmVzdWx0Q29kZV9GYWlsdXJlX1N0YWdlX0FscmVhZHlfQ2xlYXJlZBCBpQES", + "KgokUmVzdWx0Q29kZV9GYWlsdXJlX1N0YWdlX05vdF9FbnRlcmVkEIOlARIx", + "CitSZXN1bHRDb2RlX0ZhaWx1cmVfRmllbGRJdGVtX0FscmVhZHlfUmV3YXJk", + "EIalARIxCitSZXN1bHRDb2RlX0ZhaWx1cmVfRmllbGRPYmplY3RfSW52YWxp", + "ZF9UeXBlEIilARIzCi1SZXN1bHRDb2RlX0ZhaWx1cmVfRmllbGRNYXBfTm90", + "X0ZvdW5kX1RyaWdnZXIQiaUBEi8KKVJlc3VsdENvZGVfRmFpbHVyZV9GaWVs", + "ZE1hcF9Ob3RfRm91bmRfTnBjEIulARI9CjdSZXN1bHRDb2RlX0ZhaWx1cmVf", + "RmllbGRNYXBfTm90X0ZvdW5kX0ludGVyYWN0aW9uT2JqZWN0EIylARI3CjFS", + "ZXN1bHRDb2RlX0ZhaWx1cmVfRmllbGRNYXBfTm90X0ZvdW5kX1F1ZXN0T2Jq", + "ZWN0EI+lARIxCitSZXN1bHRDb2RlX0ZhaWx1cmVfU3RhZ2VfTm9ybWFsX05v", + "dF9DbGVhcmVkEJClARIsCiZSZXN1bHRDb2RlX0ZhaWx1cmVfVG93ZXJfSW52", + "YWxpZF9GbG9vchCfpQESKgokUmVzdWx0Q29kZV9GYWlsdXJlX1Rvd2VyX05v", + "dF9FbnRlcmVkEKClARI1Ci9SZXN1bHRDb2RlX0ZhaWx1cmVfVG93ZXJfTm90", + "X0Vub3VnaF9EYWlseV9Db3VudBCipQESMQorUmVzdWx0Q29kZV9GYWlsdXJl", + "X1Rvd2VyX0ludmFsaWRfVG93ZXJfVHlwZRCjpQESMAoqUmVzdWx0Q29kZV9G", + "YWlsdXJlX0xvc3RTZWN0b3JfQWxyZWFkeV9PcGVuELWmARIzCi1SZXN1bHRD", + "b2RlX0ZhaWx1cmVfTG9zdFNlY3Rvcl9Ob3RfRW50ZXJfU3RhZ2UQtqYBEisK", + "JVJlc3VsdENvZGVfRmFpbHVyZV9Mb3N0U2VjdG9yX0lzX0xvY2sQt6YBEiwK", + "JlJlc3VsdENvZGVfRmFpbHVyZV9Mb3N0U2VjdG9yX05vdF9PcGVuELimARI0", + "Ci5SZXN1bHRDb2RlX0ZhaWx1cmVfR2FjaGFfSW52YWxpZF9HYWNoYUNhdGVn", + "b3J5EParARIqCiRSZXN1bHRDb2RlX0ZhaWx1cmVfVGVhbV9JbnZhbGlkX1Ns", + "b3QQ2bMBEi0KJ1Jlc3VsdENvZGVfRmFpbHVyZV9UZWFtX051bWJlcl9PdmVy", + "ZmxvdxDaswESMQorUmVzdWx0Q29kZV9GYWlsdXJlX1RlYW1fRHVwbGljYXRl", + "X0NoYXJhY3RlchDgswESJwohUmVzdWx0Q29kZV9GYWlsdXJlX1RlYW1fTm90", + "X0VtcHR5EOKzARIvCilSZXN1bHRDb2RlX0ZhaWx1cmVfRnJpZW5kX0FscmVh", + "ZHlfRnJpZW5kcxDBuwESMwotUmVzdWx0Q29kZV9GYWlsdXJlX0ZyaWVuZF9B", + "bHJlYWR5X1NlbmRSZXF1ZXN0EMK7ARIxCitSZXN1bHRDb2RlX0ZhaWx1cmVf", + "RnJpZW5kX05vdF9FeGlzdF9SZXF1ZXN0EMO7ARItCidSZXN1bHRDb2RlX0Zh", + "aWx1cmVfRnJpZW5kX0ludmFsaWRfU3RhdGUQxLsBEi8KKVJlc3VsdENvZGVf", + "RmFpbHVyZV9GcmllbmRfVGFyZ2V0X092ZXJmbG93EMm7ARIsCiZSZXN1bHRD", + "b2RlX0ZhaWx1cmVfRnJpZW5kX0lzX0JsYWNrbGlzdBDKuwESPAo2UmVzdWx0", + "Q29kZV9GYWlsdXJlX0ZyaWVuZF9SZWNvbW1lbmRfSW52YWxpZF9SdWxlbnVt", + "YmVyENG7ARI5CjNSZXN1bHRDb2RlX0ZhaWx1cmVfR3VpbGRfRW1ibGVtX05v", + "dF9BdmFpbGFibGVfR3JhZGUQssMBEigKIlJlc3VsdENvZGVfRmFpbHVyZV9H", + "dWlsZF9Ob3RfRXhpc3QQyMMBEi4KKFJlc3VsdENvZGVfRmFpbHVyZV9HdWls", + "ZF9Ob3RfR3VpbGRNZW1iZXIQycMBEjkKM1Jlc3VsdENvZGVfRmFpbHVyZV9H", + "dWlsZF9HdWlsZE1lbWJlcl9MaW1pdF9FeGNlZWRlZBDNwwESOAoyUmVzdWx0", + "Q29kZV9GYWlsdXJlX091dHBvc3RfQWxyZWFkeV9FeGlzdHNfQnVpbGRpbmcQ", + "kcsBEj0KN1Jlc3VsdENvZGVfRmFpbHVyZV9PdXRwb3N0X1Bvc2l0aW9uX05v", + "dF9FeGlzdHNfQnVpbGRpbmcQkssBEjYKMFJlc3VsdENvZGVfRmFpbHVyZV9P", + "dXRwb3N0X0FscmVhZHlfRG9uZV9CdWlsZGluZxCTywESLwopUmVzdWx0Q29k", + "ZV9GYWlsdXJlX091dHBvc3RfUG9zaXRpb25fRXJyb3IQmMsBEjYKMFJlc3Vs", + "dENvZGVfRmFpbHVyZV9PdXRwb3N0X0J1aWxkaW5nX05vdF9GaW5pc2hlZBCZ", + "ywESLgooUmVzdWx0Q29kZV9GYWlsdXJlX091dHBvc3RfTm90X0J1aWx0X1ll", + "dBCcywESNwoxUmVzdWx0Q29kZV9GYWlsdXJlX091dHBvc3RfQnVpbGRfU2Ft", + "ZVR5cGVJZF9FcnJvchCfywESNAouUmVzdWx0Q29kZV9GYWlsdXJlX091dHBv", + "c3RfQnVpbGRpbmdfQ29zdF9FcnJvchChywESNwoxUmVzdWx0Q29kZV9GYWls", + "dXJlX091dHBvc3RfQnVpbGRpbmdfTWF4U2xvdF9FcnJvchCiywESOQozUmVz", + "dWx0Q29kZV9GYWlsdXJlX091dHBvc3RCYXR0bGVfTm90X0V4aXN0X1VzZXJE", + "YXRhEK/LARI9CjdSZXN1bHRDb2RlX0ZhaWx1cmVfT3V0cG9zdEJhdHRsZV9B", + "bHJlYWR5X0V4aXN0X1VzZXJEYXRhELDLARI6CjRSZXN1bHRDb2RlX0ZhaWx1", + "cmVfUmVjeWNsZV9SZXNlYXJjaF9BbHJlYWR5X0NvbXBsZXRlEPXLARI0Ci5S", + "ZXN1bHRDb2RlX0ZhaWx1cmVfUmVjeWNsZV9SZXNlYXJjaF9Ob3RfRXhpc3Rz", + "EPbLARI/CjlSZXN1bHRDb2RlX0ZhaWx1cmVfUmVjeWNsZV9SZXNlYXJjaF9O", + "b3RfUnVuX0ludmFsaWRfTGV2ZWwQ98sBEjgKMlJlc3VsdENvZGVfRmFpbHVy", + "ZV9SZWN5Y2xlX1Jlc2VhcmNoX0xldmVsX092ZXJmbG93EPnLARI3CjFSZXN1", + "bHRDb2RlX0ZhaWx1cmVfRW1lcmdlbmN5UXVlc3RfTm90X0V4aXN0X1F1ZXN0", + "EJnPARI4CjJSZXN1bHRDb2RlX0ZhaWx1cmVfRW1lcmdlbmN5UXVlc3RfTm90", + "X0Vub3VnaF9WYWx1ZRCazwESOAoyUmVzdWx0Q29kZV9GYWlsdXJlX0VtZXJn", + "ZW5jeVF1ZXN0X0FscmVhZHlfUmVjZWl2ZWQQm88BEjcKMVJlc3VsdENvZGVf", + "RmFpbHVyZV9FbWVyZ2VuY3lRdWVzdF9BbHJlYWR5X0NsZWFyZWQQnM8BEjkK", + "M1Jlc3VsdENvZGVfRmFpbHVyZV9FbWVyZ2VuY3lRdWVzdF9TdGFnZV9Ob3Rf", + "RW50ZXJlZBCdzwESOAoyUmVzdWx0Q29kZV9GYWlsdXJlX0VtZXJnZW5jeVF1", + "ZXN0X0FscmVhZHlfQWNjZXB0ZWQQns8BEjcKMVJlc3VsdENvZGVfRmFpbHVy", + "ZV9FbWVyZ2VuY3lRdWVzdF9JbnZhbGlkX0NoYXB0ZXIQn88BEjkKM1Jlc3Vs", + "dENvZGVfRmFpbHVyZV9FbWVyZ2VuY3lRdWVzdF9BbHJlYWR5X0RhaWx5X01h", + "eBCgzwESNwoxUmVzdWx0Q29kZV9GYWlsdXJlX01lc3Nlbmdlcl9Db252ZXJz", + "YXRpb25JZF9FcnJvchD84gESLQonUmVzdWx0Q29kZV9GYWlsdXJlX0FyZW5h", + "X05vdF9FeGlzdF9Vc2VyEJ7yARI1Ci9SZXN1bHRDb2RlX0ZhaWx1cmVfQXJl", + "bmFfTm90X0VtcHR5X0RlZmVuc2VfVGVhbRCg8gESNAouUmVzdWx0Q29kZV9G", + "YWlsdXJlX1NwZWNpYWxBcmVuYV9Ob3RfRXhpc3RfUmFuaxCB+gESMQorUmVz", + "dWx0Q29kZV9GYWlsdXJlX1NwZWNpYWxBcmVuYV9Ob3RfRXhlY3V0ZRCD+gES", + "Ogo0UmVzdWx0Q29kZV9GYWlsdXJlX1NwZWNpYWxBcmVuYV9BbHJlYWR5X0Jh", + "dHRsZV9FbmVteRCE+gESOQozUmVzdWx0Q29kZV9GYWlsdXJlX1NwZWNpYWxB", + "cmVuYV9BbHJlYWR5X0JhdHRsZV9Vc2VyEIX6ARJACjpSZXN1bHRDb2RlX0Zh", + "aWx1cmVfU3RhZ2VDbGVhckluZm9fTm90X1N1cHBvcnRlZF9GaWx0ZXJUeXBl", + "EOmBAhI9CjdSZXN1bHRDb2RlX0ZhaWx1cmVfU3RhZ2VDbGVhckluZm9fTm90", + "X1N1cHBvcnRlZF9UYWJUeXBlEOqBAhI+CjhSZXN1bHRDb2RlX0ZhaWx1cmVf", + "U2hvb3RpbmdSYW5nZV9Xb3JsZF9SYW5raW5nX05vdF9FeGlzdBC5kQISPAo2", + "UmVzdWx0Q29kZV9GYWlsdXJlX01hbmFnZXJfU3lzdGVtUmV3YXJkX1RpdGxl", + "X0lzX0VtcHR5EJPABRI7CjVSZXN1bHRDb2RlX0ZhaWx1cmVfTWFuYWdlcl9T", + "eXN0ZW1SZXdhcmRfVGV4dF9Jc19FbXB0eRCUwAUSSApCUmVzdWx0Q29kZV9G", + "YWlsdXJlX01hbmFnZXJfU3lzdGVtUmV3YXJkX1Vuc3VwcG9ydGVkX1Jld2Fy", + "ZENhdGVnb3J5EJbABRI6CjRSZXN1bHRDb2RlX0ZhaWx1cmVfTWFuYWdlcl9T", + "eXN0ZW1SZXdhcmRfSW52YWxpZF9TUlNOEJfABSqzAQoZUGFja2V0RXhjZXB0", + "aW9uSGFuZGxlVHlwZRIlCiFQYWNrZXRFeGNlcHRpb25IYW5kbGVUeXBlX1Vu", + "a25vd24QABIiCh5QYWNrZXRFeGNlcHRpb25IYW5kbGVUeXBlX1N0YXkQARIl", + "CiFQYWNrZXRFeGNlcHRpb25IYW5kbGVUeXBlX1Jlc3RhcnQQAhIkCiBQYWNr", + "ZXRFeGNlcHRpb25IYW5kbGVUeXBlX0lnbm9yZRADKtkFCh9QYWNrZXRFeGNl", + "cHRpb25Mb2NhbGl6YXRpb25UeXBlEisKJ1BhY2tldEV4Y2VwdGlvbkxvY2Fs", + "aXphdGlvblR5cGVfVW5rbm93bhAAEi8KK1BhY2tldEV4Y2VwdGlvbkxvY2Fs", + "aXphdGlvblR5cGVfRmFpbHVyZUF1dGgQARIvCitQYWNrZXRFeGNlcHRpb25M", + "b2NhbGl6YXRpb25UeXBlX0ZhaWx1cmVTeW5jEAISMwovUGFja2V0RXhjZXB0", + "aW9uTG9jYWxpemF0aW9uVHlwZV9GYWlsdXJlVXNlckluaXQQAxIzCi9QYWNr", + "ZXRFeGNlcHRpb25Mb2NhbGl6YXRpb25UeXBlX0ZhaWx1cmVVc2VyU3luYxAE", + "EjUKMVBhY2tldEV4Y2VwdGlvbkxvY2FsaXphdGlvblR5cGVfRmFpbHVyZURh", + "dGFVcGRhdGUQBRIyCi5QYWNrZXRFeGNlcHRpb25Mb2NhbGl6YXRpb25UeXBl", + "X0ZhaWx1cmVHZXREYXRhEAYSMwovUGFja2V0RXhjZXB0aW9uTG9jYWxpemF0", + "aW9uVHlwZV9GYWlsdXJlUHVyY2hhc2UQBxI4CjRQYWNrZXRFeGNlcHRpb25M", + "b2NhbGl6YXRpb25UeXBlX0ZhaWx1cmVDaGFyYWN0ZXJEYXRhEAgSOQo1UGFj", + "a2V0RXhjZXB0aW9uTG9jYWxpemF0aW9uVHlwZV9GYWlsdXJlR2V0UHJvZHVj", + "dERhdGEQCRI1CjFQYWNrZXRFeGNlcHRpb25Mb2NhbGl6YXRpb25UeXBlX0Zh", + "aWx1cmVTeW5jQmF0dGxlEAoSNwozUGFja2V0RXhjZXB0aW9uTG9jYWxpemF0", + "aW9uVHlwZV9GYWlsdXJlR2V0R3VpbGREYXRhEAsSOAo0UGFja2V0RXhjZXB0", + "aW9uTG9jYWxpemF0aW9uVHlwZV9GYWlsdXJlR2V0RnJpZW5kRGF0YRAMKtMJ", + "Cg5OZXRGZWF0dXJlS2luZBIhCh1OZXRGZWF0dXJlS2luZF9TaW11bGF0aW9u", + "Um9vbRAAEiMKH05ldEZlYXR1cmVLaW5kX0Nvb3BlcmF0aW9uRXZlbnQQARId", + "ChlOZXRGZWF0dXJlS2luZF9EYWlseUV2ZW50EAISHAoYTmV0RmVhdHVyZUtp", + "bmRfSW50ZXJjZXB0EAMSHQoZTmV0RmVhdHVyZUtpbmRfQXR0ZW5kYW5jZRAE", + "EhcKE05ldEZlYXR1cmVLaW5kX0RpY2UQBRIcChhOZXRGZWF0dXJlS2luZF9V", + "bmlvblJhaWQQBhIkCiBOZXRGZWF0dXJlS2luZF9TdG9yeUR1bmdlb25FdmVu", + "dBAHEhgKFE5ldEZlYXR1cmVLaW5kX1Rvd2VyEAgSHQoZTmV0RmVhdHVyZUtp", + "bmRfTG9zdFNlY3RvchAJEh4KGk5ldEZlYXR1cmVLaW5kX1Jvb2tpZUFyZW5h", + "EAoSHwobTmV0RmVhdHVyZUtpbmRfU3BlY2lhbEFyZW5hEAsSHwobTmV0RmVh", + "dHVyZUtpbmRfU3Vic2NyaXB0aW9uEA0SJQohTmV0RmVhdHVyZUtpbmRfQXJj", + "aGl2ZUV2ZW50U3lzdGVtEA4SIAobTmV0RmVhdHVyZUtpbmRfVmlld1Nob3J0", + "Q3V0EOgHEh0KGE5ldEZlYXR1cmVLaW5kX1BvbGxFdmVudBDpBxIlCiBOZXRG", + "ZWF0dXJlS2luZF9Db21lQmFja1VzZXJFdmVudBDqBxIdChhOZXRGZWF0dXJl", + "S2luZF9FdmVudFBhc3MQ6wcSIQocTmV0RmVhdHVyZUtpbmRfRmllbGRIdWJF", + "dmVudBDsBxIdChhOZXRGZWF0dXJlS2luZF9TaG9wRXZlbnQQ7QcSIAobTmV0", + "RmVhdHVyZUtpbmRfTWlzc2lvbkV2ZW50EO4HEiQKH05ldEZlYXR1cmVLaW5k", + "X0NoYXJnZUdhY2hhRXZlbnQQ7wcSIwoeTmV0RmVhdHVyZUtpbmRfTWluaUdh", + "bWVTb3J0T3V0EPAHEiwKJ05ldEZlYXR1cmVLaW5kX0NoYXJhY3RlclNraWxs", + "UmVzZXRFdmVudBDxBxIeChlOZXRGZWF0dXJlS2luZF9FdmVudFF1ZXN0EPIH", + "EiEKHE5ldEZlYXR1cmVLaW5kX1Jld2FyZFVwRXZlbnQQ8wcSIQocTmV0RmVh", + "dHVyZUtpbmRfU0RCYXR0bGVFdmVudBD0BxIhChxOZXRGZWF0dXJlS2luZF9U", + "ZXh0QWR2ZW50dXJlEPUHEiYKIU5ldEZlYXR1cmVLaW5kX0NoYWxsZW5nZU1v", + "ZGVFdmVudBD2BxInCiJOZXRGZWF0dXJlS2luZF9EYWlseUZyZWVHYWNoYUV2", + "ZW50EPcHEiEKHE5ldEZlYXR1cmVLaW5kX0JveEdhY2hhRXZlbnQQ+AcSHQoY", + "TmV0RmVhdHVyZUtpbmRfRGljZUV2ZW50EPkHEh0KGE5ldEZlYXR1cmVLaW5k", + "X0JCUVR5Y29vbhD6BxIhChxOZXRGZWF0dXJlS2luZF9DRTAwMk1pbmlHYW1l", + "EPsHEhwKF05ldEZlYXR1cmVLaW5kX1NvbG9SYWlkEPwHEh4KGU5ldEZlYXR1", + "cmVLaW5kX01pbmlHYW1lREQQ/Qcq3wIKH1N0YWdlQ2xlYXJJbmZvVGVhbUNo", + "YXJhY3RlclR5cGUSSQpFU3RhZ2VDbGVhckluZm9UZWFtQ2hhcmFjdGVyVHlw", + "ZV9TdGFnZUNsZWFySW5mb1RlYW1DaGFyYWN0ZXJUeXBlX0VtcHR5EAASUgpO", + "U3RhZ2VDbGVhckluZm9UZWFtQ2hhcmFjdGVyVHlwZV9TdGFnZUNsZWFySW5m", + "b1RlYW1DaGFyYWN0ZXJUeXBlX093bmVkQ2hhcmFjdGVyEAESVApQU3RhZ2VD", + "bGVhckluZm9UZWFtQ2hhcmFjdGVyVHlwZV9TdGFnZUNsZWFySW5mb1RlYW1D", + "aGFyYWN0ZXJUeXBlX1N1cHBvcnRDaGFyYWN0ZXIQAhJHCkNTdGFnZUNsZWFy", + "SW5mb1RlYW1DaGFyYWN0ZXJUeXBlX1N0YWdlQ2xlYXJJbmZvVGVhbUNoYXJh", + "Y3RlclR5cGVfQm90EAMq4wEKE1B1cmNoYXNlUmVzdHJpY3Rpb24SMwovUHVy", + "Y2hhc2VSZXN0cmljdGlvbl9QdXJjaGFzZVJlc3RyaWN0aW9uX1Vua25vd24Q", + "ABIxCi1QdXJjaGFzZVJlc3RyaWN0aW9uX1B1cmNoYXNlUmVzdHJpY3Rpb25f", + "Q2hpbGQQARIxCi1QdXJjaGFzZVJlc3RyaWN0aW9uX1B1cmNoYXNlUmVzdHJp", + "Y3Rpb25fWW91dGgQAhIxCi1QdXJjaGFzZVJlc3RyaWN0aW9uX1B1cmNoYXNl", + "UmVzdHJpY3Rpb25fQWR1bHQQAyrvAQoPQmlsbGluZ1BsYXRmb3JtEisKJ0Jp", + "bGxpbmdQbGF0Zm9ybV9CaWxsaW5nUGxhdGZvcm1fVW5rbm93bhAAEicKI0Jp", + "bGxpbmdQbGF0Zm9ybV9CaWxsaW5nUGxhdGZvcm1faU9TEAESKwonQmlsbGlu", + "Z1BsYXRmb3JtX0JpbGxpbmdQbGF0Zm9ybV9BbmRyb2lkEAISLAooQmlsbGlu", + "Z1BsYXRmb3JtX0JpbGxpbmdQbGF0Zm9ybV9NaWRhc0J1eRADEisKJ0JpbGxp", + "bmdQbGF0Zm9ybV9CaWxsaW5nUGxhdGZvcm1fV2luZG93cxAEKn4KEk5ldEp1", + "a2Vib3hMb2NhdGlvbhI3CjNOZXRKdWtlYm94TG9jYXRpb25fTmV0SnVrZWJv", + "eExvY2F0aW9uX0NvbW1hbmRlclJvb20QABIvCitOZXRKdWtlYm94TG9jYXRp", + "b25fTmV0SnVrZWJveExvY2F0aW9uX0xvYmJ5EAEqvQEKEU5ldEp1a2Vib3hC", + "Z21UeXBlEjYKMk5ldEp1a2Vib3hCZ21UeXBlX05ldEp1a2Vib3hCZ21UeXBl", + "X0p1a2Vib3hUYWJsZUlkEAASNwozTmV0SnVrZWJveEJnbVR5cGVfTmV0SnVr", + "ZWJveEJnbVR5cGVfSnVrZWJveFBsYXlsaXN0EAESNwozTmV0SnVrZWJveEJn", + "bVR5cGVfTmV0SnVrZWJveEJnbVR5cGVfSnVrZWJveEZhdm9yaXRlEAIqvgEK", + "E05ldFNtYXNoU2NvcmluZ1R5cGUSJQohTmV0U21hc2hTY29yaW5nVHlwZV9O", + "b25UYXJnZXRQYXNzEAASKQolTmV0U21hc2hTY29yaW5nVHlwZV9UYXJnZXRI", + "aXRPbkFwcGVhchABEicKI05ldFNtYXNoU2NvcmluZ1R5cGVfVGFyZ2V0SGl0", + "T25TdGF5EAISLAooTmV0U21hc2hTY29yaW5nVHlwZV9UYXJnZXRIaXRPbkRp", + "c2FwcGVhchADKpUBChhQbGF5U29kYVJ1bm5pbmdFdmVudFR5cGUSOgo2UGxh", + "eVNvZGFSdW5uaW5nRXZlbnRUeXBlX1BsYXlTb2RhUnVubmluZ0V2ZW50VHlw", + "ZV9KdW1wEAASPQo5UGxheVNvZGFSdW5uaW5nRXZlbnRUeXBlX1BsYXlTb2Rh", + "UnVubmluZ0V2ZW50VHlwZV9Db2xsaWRlEAEqxwEKFVNjaGVkdWxlS2luZE9u", + "ZW9mQ2FzZRIeChpTY2hlZHVsZUtpbmRPbmVvZkNhc2VfTm9uZRAAEiIKHlNj", + "aGVkdWxlS2luZE9uZW9mQ2FzZV9Pbmx5T25jZRABEiMKH1NjaGVkdWxlS2lu", + "ZE9uZW9mQ2FzZV9EYXlPZldlZWsQAhIiCh5TY2hlZHVsZUtpbmRPbmVvZkNh", + "c2VfUGVyaW9kaWMQAxIhCh1TY2hlZHVsZUtpbmRPbmVvZkNhc2VfQWxsVGlt", + "ZRAEKq0BChNKdWtlYm94QmdtT25lb2ZDYXNlEhwKGEp1a2Vib3hCZ21PbmVv", + "ZkNhc2VfTm9uZRAAEiYKIkp1a2Vib3hCZ21PbmVvZkNhc2VfSnVrZWJveFRh", + "YmxlSWQQAxInCiNKdWtlYm94QmdtT25lb2ZDYXNlX0p1a2Vib3hQbGF5bGlz", + "dBAEEicKI0p1a2Vib3hCZ21PbmVvZkNhc2VfSnVrZWJveEZhdm9yaXRlEAUq", + "qQEKEVNldE5pY2tuYW1lUmVzdWx0EiwKKFNldE5pY2tuYW1lUmVzdWx0X1Nl", + "dE5pY2tuYW1lUmVzdWx0X09rYXkQABI1CjFTZXROaWNrbmFtZVJlc3VsdF9T", + "ZXROaWNrbmFtZVJlc3VsdF9JbmFwcHJvcHJpYXRlEAESLworU2V0Tmlja25h", + "bWVSZXN1bHRfU2V0Tmlja25hbWVSZXN1bHRfRWRpdEJhbhACKm4KEE9idGFp", + "bk1haWxSZXN1bHQSHAoYT2J0YWluTWFpbFJlc3VsdF9TdWNjZXNzEAASIQod", + "T2J0YWluTWFpbFJlc3VsdF9NYWlsTm90RXhpc3QQARIZChVPYnRhaW5NYWls", + "UmVzdWx0X0ZhaWwQAiq+AQoUU2V0UHJvZmlsZURlc2NSZXN1bHQSMgouU2V0", + "UHJvZmlsZURlc2NSZXN1bHRfU2V0UHJvZmlsZURlc2NSZXN1bHRfT2theRAA", + "EjsKN1NldFByb2ZpbGVEZXNjUmVzdWx0X1NldFByb2ZpbGVEZXNjUmVzdWx0", + "X0luYXBwcm9wcmlhdGUQAxI1CjFTZXRQcm9maWxlRGVzY1Jlc3VsdF9TZXRQ", + "cm9maWxlRGVzY1Jlc3VsdF9FZGl0QmFuEAQq9QEKGFJvb2tpZUFyZW5hQ29u", + "dGVudHNTdGF0ZRI9CjlSb29raWVBcmVuYUNvbnRlbnRzU3RhdGVfUm9va2ll", + "QXJlbmFDb250ZW50c1N0YXRlX1N1Y2Nlc3MQABJNCklSb29raWVBcmVuYUNv", + "bnRlbnRzU3RhdGVfUm9va2llQXJlbmFDb250ZW50c1N0YXRlX1JlYXJyYW5n", + "ZVNldHRsZVNjaGVkdWxlEAESSwpHUm9va2llQXJlbmFDb250ZW50c1N0YXRl", + "X1Jvb2tpZUFyZW5hQ29udGVudHNTdGF0ZV9SZWFycmFuZ2VTZXR0bGVGYWls", + "ZWQQAir8AQoZU3BlY2lhbEFyZW5hQ29udGVudHNTdGF0ZRI/CjtTcGVjaWFs", + "QXJlbmFDb250ZW50c1N0YXRlX1NwZWNpYWxBcmVuYUNvbnRlbnRzU3RhdGVf", + "U3VjY2VzcxAAEk8KS1NwZWNpYWxBcmVuYUNvbnRlbnRzU3RhdGVfU3BlY2lh", + "bEFyZW5hQ29udGVudHNTdGF0ZV9SZWFycmFuZ2VTZXR0bGVTY2hlZHVsZRAB", + "Ek0KSVNwZWNpYWxBcmVuYUNvbnRlbnRzU3RhdGVfU3BlY2lhbEFyZW5hQ29u", + "dGVudHNTdGF0ZV9SZWFycmFuZ2VTZXR0bGVGYWlsZWQQAiq4AwoXU3BlY2lh", + "bEFyZW5hU3RhcnRSZXN1bHQSOwo3U3BlY2lhbEFyZW5hU3RhcnRSZXN1bHRf", + "U3BlY2lhbEFyZW5hU3RhcnRSZXN1bHRfU3VjY2VzcxAAEkUKQVNwZWNpYWxB", + "cmVuYVN0YXJ0UmVzdWx0X1NwZWNpYWxBcmVuYVN0YXJ0UmVzdWx0X1VzZXJB", + "bHJlYWR5QmF0dGxlEAESRgpCU3BlY2lhbEFyZW5hU3RhcnRSZXN1bHRfU3Bl", + "Y2lhbEFyZW5hU3RhcnRSZXN1bHRfRW5lbXlBbHJlYWR5QmF0dGxlEAISRgpC", + "U3BlY2lhbEFyZW5hU3RhcnRSZXN1bHRfU3BlY2lhbEFyZW5hU3RhcnRSZXN1", + "bHRfSGFzQWJ1c2luZ0Nvb2xUaW1lEAMSRApAU3BlY2lhbEFyZW5hU3RhcnRS", + "ZXN1bHRfU3BlY2lhbEFyZW5hU3RhcnRSZXN1bHRfRW5lbXlSYW5rQ2hhbmdl", + "ZBAEEkMKP1NwZWNpYWxBcmVuYVN0YXJ0UmVzdWx0X1NwZWNpYWxBcmVuYVN0", + "YXJ0UmVzdWx0X1VzZXJSYW5rQ2hhbmdlZBAFKvkMChlDaGFtcGlvbkFyZW5h", + "U2NoZWR1bGVUeXBlEj4KOkNoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQ2hh", + "bXBpb25BcmVuYVNjaGVkdWxlVHlwZV9TZWFzb24QABJGCkJDaGFtcGlvbkFy", + "ZW5hU2NoZWR1bGVUeXBlX0NoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfR3Jv", + "dXBGb3JtYXRpb24QARI/CjtDaGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBlX0No", + "YW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfVGVhbVNldBACEkIKPkNoYW1waW9u", + "QXJlbmFTY2hlZHVsZVR5cGVfQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9M", + "ZWFndWVXYWl0EAMSRApAQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9DaGFt", + "cGlvbkFyZW5hU2NoZWR1bGVUeXBlX0xlYWd1ZUJhdHRsZRAEEkQKQENoYW1w", + "aW9uQXJlbmFTY2hlZHVsZVR5cGVfQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlw", + "ZV9MZWFndWVSZXN1bHQQBRJBCj1DaGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBl", + "X0NoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQmV0dGluZzY0EAYSQAo8Q2hh", + "bXBpb25BcmVuYVNjaGVkdWxlVHlwZV9DaGFtcGlvbkFyZW5hU2NoZWR1bGVU", + "eXBlX0JhdHRsZTY0EAcSRgpCQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9D", + "aGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBlX0JhdHRsZTY0UmVzdWx0EAgSQQo9", + "Q2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9DaGFtcGlvbkFyZW5hU2NoZWR1", + "bGVUeXBlX0JldHRpbmczMhAJEkAKPENoYW1waW9uQXJlbmFTY2hlZHVsZVR5", + "cGVfQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9CYXR0bGUzMhAKEkYKQkNo", + "YW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQ2hhbXBpb25BcmVuYVNjaGVkdWxl", + "VHlwZV9CYXR0bGUzMlJlc3VsdBALEkEKPUNoYW1waW9uQXJlbmFTY2hlZHVs", + "ZVR5cGVfQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9CZXR0aW5nMTYQDBJA", + "CjxDaGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBlX0NoYW1waW9uQXJlbmFTY2hl", + "ZHVsZVR5cGVfQmF0dGxlMTYQDRJGCkJDaGFtcGlvbkFyZW5hU2NoZWR1bGVU", + "eXBlX0NoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQmF0dGxlMTZSZXN1bHQQ", + "DhJACjxDaGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBlX0NoYW1waW9uQXJlbmFT", + "Y2hlZHVsZVR5cGVfQmV0dGluZzgQDxI/CjtDaGFtcGlvbkFyZW5hU2NoZWR1", + "bGVUeXBlX0NoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQmF0dGxlOBAQEkUK", + "QUNoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQ2hhbXBpb25BcmVuYVNjaGVk", + "dWxlVHlwZV9CYXR0bGU4UmVzdWx0EBESQAo8Q2hhbXBpb25BcmVuYVNjaGVk", + "dWxlVHlwZV9DaGFtcGlvbkFyZW5hU2NoZWR1bGVUeXBlX0JldHRpbmc0EBIS", + "Pwo7Q2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9DaGFtcGlvbkFyZW5hU2No", + "ZWR1bGVUeXBlX0JhdHRsZTQQExJFCkFDaGFtcGlvbkFyZW5hU2NoZWR1bGVU", + "eXBlX0NoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQmF0dGxlNFJlc3VsdBAU", + "EkAKPENoYW1waW9uQXJlbmFTY2hlZHVsZVR5cGVfQ2hhbXBpb25BcmVuYVNj", + "aGVkdWxlVHlwZV9CZXR0aW5nMhAVEj8KO0NoYW1waW9uQXJlbmFTY2hlZHVs", + "ZVR5cGVfQ2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9CYXR0bGUyEBYSRQpB", + "Q2hhbXBpb25BcmVuYVNjaGVkdWxlVHlwZV9DaGFtcGlvbkFyZW5hU2NoZWR1", + "bGVUeXBlX0JhdHRsZTJSZXN1bHQQFyqKAwoXQ2hhbXBpb25BcmVuYUJhdHRs", + "ZVR5cGUSPAo4Q2hhbXBpb25BcmVuYUJhdHRsZVR5cGVfQ2hhbXBpb25BcmVu", + "YUJhdHRsZVR5cGVfQmF0dGxlNjQQABI8CjhDaGFtcGlvbkFyZW5hQmF0dGxl", + "VHlwZV9DaGFtcGlvbkFyZW5hQmF0dGxlVHlwZV9CYXR0bGUzMhABEjwKOENo", + "YW1waW9uQXJlbmFCYXR0bGVUeXBlX0NoYW1waW9uQXJlbmFCYXR0bGVUeXBl", + "X0JhdHRsZTE2EAISOwo3Q2hhbXBpb25BcmVuYUJhdHRsZVR5cGVfQ2hhbXBp", + "b25BcmVuYUJhdHRsZVR5cGVfQmF0dGxlOBADEjsKN0NoYW1waW9uQXJlbmFC", + "YXR0bGVUeXBlX0NoYW1waW9uQXJlbmFCYXR0bGVUeXBlX0JhdHRsZTQQBBI7", + "CjdDaGFtcGlvbkFyZW5hQmF0dGxlVHlwZV9DaGFtcGlvbkFyZW5hQmF0dGxl", + "VHlwZV9CYXR0bGUyEAUqgBUKDUJhZGdlQ29udGVudHMSJAogQmFkZ2VDb250", + "ZW50c19CYWRnZUNvbnRlbnRzX05vbmUQABIoCiNCYWRnZUNvbnRlbnRzX0Jh", + "ZGdlQ29udGVudHNfTWFpbGJveBDQDxIvCipCYWRnZUNvbnRlbnRzX0JhZGdl", + "Q29udGVudHNfTWFpbGJveE1lc3NhZ2UQ0Q8SKQokQmFkZ2VDb250ZW50c19C", + "YWRnZUNvbnRlbnRzX05pa2tlTmV3EKAfEi0KKEJhZGdlQ29udGVudHNfQmFk", + "Z2VDb250ZW50c19KdWtlYm94VGhlbWUQjicSKgolQmFkZ2VDb250ZW50c19C", + "YWRnZUNvbnRlbnRzX1VzZXJGcmFtZRDwLhIpCiRCYWRnZUNvbnRlbnRzX0Jh", + "ZGdlQ29udGVudHNfVXNlckljb24Q8S4SKgolQmFkZ2VDb250ZW50c19CYWRn", + "ZUNvbnRlbnRzX0ZyaWVuZE5ldxDBPhIxCixCYWRnZUNvbnRlbnRzX0JhZGdl", + "Q29udGVudHNfRnJpZW5kUmVxdWVzdE5ldxDCPhIzCi5CYWRnZUNvbnRlbnRz", + "X0JhZGdlQ29udGVudHNfRnJpZW5kU2hpcFBvaW50TmV3EMM+EjAKK0JhZGdl", + "Q29udGVudHNfQmFkZ2VDb250ZW50c19VbmlvblJlcXVlc3ROZXcQqEYSLwoq", + "QmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX1VuaW9uRW1ibGVtTmV3EKlG", + "EjEKLEJhZGdlQ29udGVudHNfQmFkZ2VDb250ZW50c19VbmlvbkNoYW5nZUdy", + "YWRlEKxGEi0KKEJhZGdlQ29udGVudHNfQmFkZ2VDb250ZW50c19Vbmlvbkdy", + "YWRlVXAQrUYSLwoqQmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX1VuaW9u", + "V29ybGRSYWlkEK5GEioKJUJhZGdlQ29udGVudHNfQmFkZ2VDb250ZW50c19V", + "bmlvblJhaWQQr0YSMwouQmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX1Vu", + "aW9uTmFtZVNhbml0aXplZBCwRhIyCi1CYWRnZUNvbnRlbnRzX0JhZGdlQ29u", + "dGVudHNfQmFyZ2FpbkNvc3R1bWVOZXcQkE4SLgopQmFkZ2VDb250ZW50c19C", + "YWRnZUNvbnRlbnRzX0xpdmVXYWxscGFwZXIQ/FUSLQooQmFkZ2VDb250ZW50", + "c19CYWRnZUNvbnRlbnRzX0NvbnRlbnRzT3BlbhD4XRIrCiZCYWRnZUNvbnRl", + "bnRzX0JhZGdlQ29udGVudHNfTG9zdFNlY3RvchDJZRIvCipCYWRnZUNvbnRl", + "bnRzX0JhZGdlQ29udGVudHNfSGFybW9ueUN1YmVOZXcQymUSQAo7QmFkZ2VD", + "b250ZW50c19CYWRnZUNvbnRlbnRzX0NvbGxlY3Rpb25Db3N0dW1lTGV2ZWx1", + "cEVuYWJsZWQQsG0SNQowQmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX0Nv", + "bGxlY3Rpb25Db3N0dW1lTmV3ELFtEioKJUJhZGdlQ29udGVudHNfQmFkZ2VD", + "b250ZW50c19JbmZyYUNvcmUQgH0SNQowQmFkZ2VDb250ZW50c19CYWRnZUNv", + "bnRlbnRzX0luZnJhQ29yZVJld2FyZEV4aXN0EIF9EikKI0JhZGdlQ29udGVu", + "dHNfQmFkZ2VDb250ZW50c19SYW5raW5nEOiEARI3CjFCYWRnZUNvbnRlbnRz", + "X0JhZGdlQ29udGVudHNfTG9naW5BdHRlbmRhbmNlUmV3YXJkELiUARIvCilC", + "YWRnZUNvbnRlbnRzX0JhZGdlQ29udGVudHNfRXZlbnRGaWVsZE5ldxC5lAES", + "PAo2QmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX1N0b3J5RXZlbnRIYXJk", + "Q29udGVudHNPcGVuELqUARIyCixCYWRnZUNvbnRlbnRzX0JhZGdlQ29udGVu", + "dHNfQXJjaGl2ZVJlY29yZE5ldxC7lAESNQovQmFkZ2VDb250ZW50c19CYWRn", + "ZUNvbnRlbnRzX0FyY2hpdmVNZXNzZW5nZXJOZXcQvJQBEjgKMkJhZGdlQ29u", + "dGVudHNfQmFkZ2VDb250ZW50c19BcmNoaXZlTWVzc2VuZ2VyRmluaXNoEL2U", + "ARI1Ci9CYWRnZUNvbnRlbnRzX0JhZGdlQ29udGVudHNfTWluaUdhbWVCYnFD", + "dXRTY2VuZRCFnQESOwo1QmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX01p", + "bmlHYW1lRGVzc2VydFJ1c2hVbmxvY2sQj50BEjwKNkJhZGdlQ29udGVudHNf", + "QmFkZ2VDb250ZW50c19NaW5pR2FtZVRhYlRhYk1haWRfTGV2ZWxVcBCZnQES", + "SApCQmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX01pbmlHYW1lVGFiVGFi", + "TWFpZF9OZXdOb3JtYWxEaWZmaWN1bHR5EJqdARJGCkBCYWRnZUNvbnRlbnRz", + "X0JhZGdlQ29udGVudHNfTWluaUdhbWVUYWJUYWJNYWlkX05ld0hhcmREaWZm", + "aWN1bHR5EJudARI2CjBCYWRnZUNvbnRlbnRzX0JhZGdlQ29udGVudHNfU2lt", + "Um9vbU5ld0RpZmZpY3VsdHkQ8asBEjIKLEJhZGdlQ29udGVudHNfQmFkZ2VD", + "b250ZW50c19TaW1Sb29tUmVmcmVzaGVkEPKrARIwCipCYWRnZUNvbnRlbnRz", + "X0JhZGdlQ29udGVudHNfU29sb1JhaWRUaWNrZXQQ2bMBEjEKK0JhZGdlQ29u", + "dGVudHNfQmFkZ2VDb250ZW50c19JbnRlcmNlcHRUaWNrZXQQmPIBEigKIkJh", + "ZGdlQ29udGVudHNfQmFkZ2VDb250ZW50c19Ob3RpY2UQgPoBEjYKMEJhZGdl", + "Q29udGVudHNfQmFkZ2VDb250ZW50c19TeW5jaHJvRGV2aWNlTmV3U2xvdBDp", + "gQISNgowQmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX1N5bmNocm9EZXZp", + "Y2VVcGdyYWRlEOqBAhIzCi1CYWRnZUNvbnRlbnRzX0JhZGdlQ29udGVudHNf", + "RGlzcGF0Y2hCb2FyZERvbmUQoZkCEjgKMkJhZGdlQ29udGVudHNfQmFkZ2VD", + "b250ZW50c19EaXNwYXRjaEJvYXJkUmVmcmVzaGVkEKKZAhI1Ci9CYWRnZUNv", + "bnRlbnRzX0JhZGdlQ29udGVudHNfRGlzcGF0Y2hCb2FyZFJhbmtVcBCjmQIS", + "NQovQmFkZ2VDb250ZW50c19CYWRnZUNvbnRlbnRzX0luQXBwU2hvcE5ld1Bh", + "Y2thZ2UQwbgCEkEKO0JhZGdlQ29udGVudHNfQmFkZ2VDb250ZW50c19JbkFw", + "cFNob3BOZXdTdWJzY3JpcHRpb25Qcm9kdWN0EMK4AhI+CjhCYWRnZUNvbnRl", + "bnRzX0JhZGdlQ29udGVudHNfV2lzaGxpc3RDb250YWluc01heEdyYWRlQ29y", + "ZRDRhgMqugEKHkNoYXJhY3RlclNraWxsTGV2ZWxSZXNldFJlc3VsdBJJCkVD", + "aGFyYWN0ZXJTa2lsbExldmVsUmVzZXRSZXN1bHRfQ2hhcmFjdGVyU2tpbGxM", + "ZXZlbFJlc2V0UmVzdWx0X1N1Y2Nlc3MQABJNCklDaGFyYWN0ZXJTa2lsbExl", + "dmVsUmVzZXRSZXN1bHRfQ2hhcmFjdGVyU2tpbGxMZXZlbFJlc2V0UmVzdWx0", + "X1NjaGVkdWxlRW5kEAEqgQEKFEFyZW5hQ2hlYXRTZXR0bGVUeXBlEjMKL0Fy", + "ZW5hQ2hlYXRTZXR0bGVUeXBlX0FyZW5hQ2hlYXRTZXR0bGVUeXBlX0RhaWx5", + "EAASNAowQXJlbmFDaGVhdFNldHRsZVR5cGVfQXJlbmFDaGVhdFNldHRsZVR5", + "cGVfU2Vhc29uEAEqYQoUQ2FsY0NvbWJhdERhdGFJZFR5cGUSHAoYQ2FsY0Nv", + "bWJhdERhdGFJZFR5cGVfQ3NuEAASKwonQ2FsY0NvbWJhdERhdGFJZFR5cGVf", + "U3VwcG9ydENoYXJhY3RlcklkEAEqjgEKEkRlbGV0ZUNvbnRlbnRzVHlwZRIa", + "ChZEZWxldGVDb250ZW50c1R5cGVfQWxsEAASHwobRGVsZXRlQ29udGVudHNU", + "eXBlX1NvbG9SYWlkEAESHAoYRGVsZXRlQ29udGVudHNUeXBlX0FyZW5hEAIS", + "HQoZRGVsZXRlQ29udGVudHNUeXBlX0ZyaWVuZBADKoMBChBDb3JyZWN0aW9u", + "VGFyZ2V0EhgKFENvcnJlY3Rpb25UYXJnZXRfQWxsEAASGgoWQ29ycmVjdGlv", + "blRhcmdldF9FdmVudBABEhkKFUNvcnJlY3Rpb25UYXJnZXRfSXRlbRACEh4K", + "GkNvcnJlY3Rpb25UYXJnZXRfQ2hhcmFjdGVyEAMqYgoYUmVxSW52YWxpZGF0", + "ZVNlc3Npb25LaW5kEiEKHVJlcUludmFsaWRhdGVTZXNzaW9uS2luZF9LaWNr", + "EAASIwofUmVxSW52YWxpZGF0ZVNlc3Npb25LaW5kX0RlbGV0ZRABKuMDChtT", + "dXBwb3J0Q2hhcmFjdGVyQ29udGVudFR5cGUSIwofU3VwcG9ydENoYXJhY3Rl", + "ckNvbnRlbnRUeXBlX0FsbBAAEigKJFN1cHBvcnRDaGFyYWN0ZXJDb250ZW50", + "VHlwZV9DYW1wYWlnbhABEikKJVN1cHBvcnRDaGFyYWN0ZXJDb250ZW50VHlw", + "ZV9Ub3dlckJhc2UQAhIzCi9TdXBwb3J0Q2hhcmFjdGVyQ29udGVudFR5cGVf", + "VG93ZXJBbGxDb3Jwb3JhdGlvbhADEiwKKFN1cHBvcnRDaGFyYWN0ZXJDb250", + "ZW50VHlwZV9Ub3dlckVseXNpb24QBBItCilTdXBwb3J0Q2hhcmFjdGVyQ29u", + "dGVudFR5cGVfVG93ZXJNaXNzaWxpcxAFEioKJlN1cHBvcnRDaGFyYWN0ZXJD", + "b250ZW50VHlwZV9Ub3dlclRldHJhEAYSLAooU3VwcG9ydENoYXJhY3RlckNv", + "bnRlbnRUeXBlX1Rvd2VyUGlsZ3JpbRAHEioKJlN1cHBvcnRDaGFyYWN0ZXJD", + "b250ZW50VHlwZV9TdG9yeUV2ZW50EAgSMgouU3VwcG9ydENoYXJhY3RlckNv", + "bnRlbnRUeXBlX0NoYWxsZW5nZU1vZGVFdmVudBAJKsMBCh1DaGVhdFJlbmFt", + "ZVVuaW9uRmFpbHVyZVJlYXNvbhImCiJDaGVhdFJlbmFtZVVuaW9uRmFpbHVy", + "ZVJlYXNvbl9Ob25lEAASPQo5Q2hlYXRSZW5hbWVVbmlvbkZhaWx1cmVSZWFz", + "b25fTWF4RW5mb3JjZW1lbnROdW1iZXJSZWFjaGVkEAESOwo3Q2hlYXRSZW5h", + "bWVVbmlvbkZhaWx1cmVSZWFzb25fQ2hlY2tUZXh0TWF4VHJpYWxFeGNlZWRl", + "ZBACKnMKEFN0YXJ0TWF0Y2hSZXN1bHQSLQopU3RhcnRNYXRjaFJlc3VsdF9T", + "dGFydE1hdGNoUmVzdWx0X1N1Y2Nlc3MQABIwCixTdGFydE1hdGNoUmVzdWx0", + "X1N0YXJ0TWF0Y2hSZXN1bHRfRHVwbGljYXRlZBABKp0BChlFdmVudFNob3BC", + "dXlQcm9kdWN0UmVzdWx0Ej8KO0V2ZW50U2hvcEJ1eVByb2R1Y3RSZXN1bHRf", + "RXZlbnRTaG9wQnV5UHJvZHVjdFJlc3VsdF9TdWNjZXNzEAASPwo7RXZlbnRT", + "aG9wQnV5UHJvZHVjdFJlc3VsdF9FdmVudFNob3BCdXlQcm9kdWN0UmVzdWx0", + "X0V4cGlyZWQQASq3AQoeT2J0YWluRXZlbnRNaXNzaW9uUmV3YXJkUmVzdWx0", + "EkkKRU9idGFpbkV2ZW50TWlzc2lvblJld2FyZFJlc3VsdF9PYnRhaW5FdmVu", + "dE1pc3Npb25SZXdhcmRSZXN1bHRfU3VjY2VzcxAAEkoKRk9idGFpbkV2ZW50", + "TWlzc2lvblJld2FyZFJlc3VsdF9PYnRhaW5FdmVudE1pc3Npb25SZXdhcmRS", + "ZXN1bHRfVGltZU92ZXIQASq7AQoeRmF2b3JpdGVJdGVtR3JlYXRTdWNjZXNz", + "UmVzdWx0EkkKRUZhdm9yaXRlSXRlbUdyZWF0U3VjY2Vzc1Jlc3VsdF9GYXZv", + "cml0ZUl0ZW1HcmVhdFN1Y2Nlc3NSZXN1bHRfU3VjY2VzcxAAEk4KSkZhdm9y", + "aXRlSXRlbUdyZWF0U3VjY2Vzc1Jlc3VsdF9GYXZvcml0ZUl0ZW1HcmVhdFN1", + "Y2Nlc3NSZXN1bHRfR3JlYXRTdWNjZXNzEAEqtQMKE1JlcXVlc3RGcmllbmRS", + "ZXN1bHQSMwovUmVxdWVzdEZyaWVuZFJlc3VsdF9SZXF1ZXN0RnJpZW5kUmVz", + "dWx0X1N1Y2Nlc3MQABI7CjdSZXF1ZXN0RnJpZW5kUmVzdWx0X1JlcXVlc3RG", + "cmllbmRSZXN1bHRfUmVxdWVzdE92ZXJmbG93EAESOwo3UmVxdWVzdEZyaWVu", + "ZFJlc3VsdF9SZXF1ZXN0RnJpZW5kUmVzdWx0X1JlY2VpdmVPdmVyZmxvdxAC", + "EjoKNlJlcXVlc3RGcmllbmRSZXN1bHRfUmVxdWVzdEZyaWVuZFJlc3VsdF9G", + "cmllbmRPdmVyZmxvdxADEjoKNlJlcXVlc3RGcmllbmRSZXN1bHRfUmVxdWVz", + "dEZyaWVuZFJlc3VsdF9GcmllbmRSZWNlaXZlZBAEEjoKNlJlcXVlc3RGcmll", + "bmRSZXN1bHRfUmVxdWVzdEZyaWVuZFJlc3VsdF9GcmllbmROb3RFeGlzdBAF", + "EjsKN1JlcXVlc3RGcmllbmRSZXN1bHRfUmVxdWVzdEZyaWVuZFJlc3VsdF9G", + "cmllbmRFeGNlcHRpb24QBirsAgoSQWNjZXB0RnJpZW5kUmVzdWx0EjEKLUFj", + "Y2VwdEZyaWVuZFJlc3VsdF9BY2NlcHRGcmllbmRSZXN1bHRfU3VjY2VzcxAA", + "EjgKNEFjY2VwdEZyaWVuZFJlc3VsdF9BY2NlcHRGcmllbmRSZXN1bHRfRnJp", + "ZW5kT3ZlcmZsb3cQARI4CjRBY2NlcHRGcmllbmRSZXN1bHRfQWNjZXB0RnJp", + "ZW5kUmVzdWx0X1RhcmdldE92ZXJmbG93EAISOAo0QWNjZXB0RnJpZW5kUmVz", + "dWx0X0FjY2VwdEZyaWVuZFJlc3VsdF9GcmllbmROb3RFeGlzdBADEjoKNkFj", + "Y2VwdEZyaWVuZFJlc3VsdF9BY2NlcHRGcmllbmRSZXN1bHRfUmVxdWVzdENh", + "bmNlbGxlZBAEEjkKNUFjY2VwdEZyaWVuZFJlc3VsdF9BY2NlcHRGcmllbmRS", + "ZXN1bHRfRnJpZW5kRXhjZXB0aW9uEAUqvAEKEkRlbGV0ZUZyaWVuZFJlc3Vs", + "dBIxCi1EZWxldGVGcmllbmRSZXN1bHRfRGVsZXRlRnJpZW5kUmVzdWx0X1N1", + "Y2Nlc3MQABI4CjREZWxldGVGcmllbmRSZXN1bHRfRGVsZXRlRnJpZW5kUmVz", + "dWx0X0ZyaWVuZE5vdEV4aXN0EAESOQo1RGVsZXRlRnJpZW5kUmVzdWx0X0Rl", + "bGV0ZUZyaWVuZFJlc3VsdF9GcmllbmRFeGNlcHRpb24QAirRAQoVRnJpZW5k", + "c2hpcFBvaW50UmVzdWx0EjcKM0ZyaWVuZHNoaXBQb2ludFJlc3VsdF9Gcmll", + "bmRzaGlwUG9pbnRSZXN1bHRfU3VjY2VzcxAAEj4KOkZyaWVuZHNoaXBQb2lu", + "dFJlc3VsdF9GcmllbmRzaGlwUG9pbnRSZXN1bHRfRnJpZW5kTm90RXhpc3QQ", + "ARI/CjtGcmllbmRzaGlwUG9pbnRSZXN1bHRfRnJpZW5kc2hpcFBvaW50UmVz", + "dWx0X0ZyaWVuZEV4Y2VwdGlvbhACKrYCChJBZGRCbGFja2xpc3RSZXN1bHQS", + "MQotQWRkQmxhY2tsaXN0UmVzdWx0X0FkZEJsYWNrbGlzdFJlc3VsdF9TdWNj", + "ZXNzEAASOwo3QWRkQmxhY2tsaXN0UmVzdWx0X0FkZEJsYWNrbGlzdFJlc3Vs", + "dF9CbGFja2xpc3RPdmVyZmxvdxABEjsKN0FkZEJsYWNrbGlzdFJlc3VsdF9B", + "ZGRCbGFja2xpc3RSZXN1bHRfRnJpZW5kSXNCbGFja2xpc3QQAhI4CjRBZGRC", + "bGFja2xpc3RSZXN1bHRfQWRkQmxhY2tsaXN0UmVzdWx0X0ZyaWVuZE5vdEV4", + "aXN0EAMSOQo1QWRkQmxhY2tsaXN0UmVzdWx0X0FkZEJsYWNrbGlzdFJlc3Vs", + "dF9GcmllbmRFeGNlcHRpb24QBCrKAQoUQ2xlYXJCbGFja2xpc3RSZXN1bHQS", + "NQoxQ2xlYXJCbGFja2xpc3RSZXN1bHRfQ2xlYXJCbGFja2xpc3RSZXN1bHRf", + "U3VjY2VzcxAAEjwKOENsZWFyQmxhY2tsaXN0UmVzdWx0X0NsZWFyQmxhY2ts", + "aXN0UmVzdWx0X0ZyaWVuZE5vdEV4aXN0EAESPQo5Q2xlYXJCbGFja2xpc3RS", + "ZXN1bHRfQ2xlYXJCbGFja2xpc3RSZXN1bHRfRnJpZW5kRXhjZXB0aW9uEAIq", + "twIKGUNhbmNlbFJlcXVlc3RGcmllbmRSZXN1bHQSPwo7Q2FuY2VsUmVxdWVz", + "dEZyaWVuZFJlc3VsdF9DYW5jZWxSZXF1ZXN0RnJpZW5kUmVzdWx0X1N1Y2Nl", + "c3MQABJGCkJDYW5jZWxSZXF1ZXN0RnJpZW5kUmVzdWx0X0NhbmNlbFJlcXVl", + "c3RGcmllbmRSZXN1bHRfRnJpZW5kTm90RXhpc3QQARJICkRDYW5jZWxSZXF1", + "ZXN0RnJpZW5kUmVzdWx0X0NhbmNlbFJlcXVlc3RGcmllbmRSZXN1bHRfUmVx", + "dWVzdENhbmNlbGxlZBACEkcKQ0NhbmNlbFJlcXVlc3RGcmllbmRSZXN1bHRf", + "Q2FuY2VsUmVxdWVzdEZyaWVuZFJlc3VsdF9GcmllbmRFeGNlcHRpb24QAyrF", + "AQohRXhlY3V0ZURhaWx5RnJlZUdhY2hhUGVyaW9kUmVzdWx0Ek8KS0V4ZWN1", + "dGVEYWlseUZyZWVHYWNoYVBlcmlvZFJlc3VsdF9FeGVjdXRlRGFpbHlGcmVl", + "R2FjaGFQZXJpb2RSZXN1bHRfU3VjY2VzcxAAEk8KS0V4ZWN1dGVEYWlseUZy", + "ZWVHYWNoYVBlcmlvZFJlc3VsdF9FeGVjdXRlRGFpbHlGcmVlR2FjaGFQZXJp", + "b2RSZXN1bHRfRmFpbHVyZRABKrwBChJHdWlsZFBvcHVwQ2F0ZWdvcnkSMQot", + "R3VpbGRQb3B1cENhdGVnb3J5X0d1aWxkUG9wdXBDYXRlZ29yeV9HcmFkZVVw", + "EAASNQoxR3VpbGRQb3B1cENhdGVnb3J5X0d1aWxkUG9wdXBDYXRlZ29yeV9D", + "aGFuZ2VHcmFkZRABEjwKOEd1aWxkUG9wdXBDYXRlZ29yeV9HdWlsZFBvcHVw", + "Q2F0ZWdvcnlfVW5pb25OYW1lU2FuaXRpemVkEAIqcgoRR2V0R3VpbGRMb2dS", + "ZXN1bHQSKgomR2V0R3VpbGRMb2dSZXN1bHRfR2V0R3VpbGRMb2dSZXN1bHRf", + "T2sQABIxCi1HZXRHdWlsZExvZ1Jlc3VsdF9HZXRHdWlsZExvZ1Jlc3VsdF9O", + "b3RNZW1iZXIQASrjAQoOVW5pb25SYWlkU3RhdGUSJwojVW5pb25SYWlkU3Rh", + "dGVfVW5pb25SYWlkU3RhdGVfUmVhZHkQABImCiJVbmlvblJhaWRTdGF0ZV9V", + "bmlvblJhaWRTdGF0ZV9PcGVuEAESJQohVW5pb25SYWlkU3RhdGVfVW5pb25S", + "YWlkU3RhdGVfRW5kEAISKQolVW5pb25SYWlkU3RhdGVfVW5pb25SYWlkU3Rh", + "dGVfRGlzYWJsZRAEEi4KKlVuaW9uUmFpZFN0YXRlX1VuaW9uUmFpZFN0YXRl", + "X1NldHRsZUZpbmlzaBAFKuABChFDcmVhdGVHdWlsZFJlc3VsdBIsCihDcmVh", + "dGVHdWlsZFJlc3VsdF9DcmVhdGVHdWlsZFJlc3VsdF9Pa2F5EAASNQoxQ3Jl", + "YXRlR3VpbGRSZXN1bHRfQ3JlYXRlR3VpbGRSZXN1bHRfSW5hcHByb3ByaWF0", + "ZRABEjEKLUNyZWF0ZUd1aWxkUmVzdWx0X0NyZWF0ZUd1aWxkUmVzdWx0X0V4", + "aXN0TmFtZRAFEjMKL0NyZWF0ZUd1aWxkUmVzdWx0X0NyZWF0ZUd1aWxkUmVz", + "dWx0X0FscmVhZHlKb2luEAYqewoRRGVsZXRlR3VpbGRSZXN1bHQSLAooRGVs", + "ZXRlR3VpbGRSZXN1bHRfRGVsZXRlR3VpbGRSZXN1bHRfT2theRAAEjgKNERl", + "bGV0ZUd1aWxkUmVzdWx0X0RlbGV0ZUd1aWxkUmVzdWx0X0FjdGl2ZU1lbWJl", + "ckxlZnQQASrkAQoaR3VpbGRKb2luUmVxdWVzdExpc3RSZXN1bHQSPAo4R3Vp", + "bGRKb2luUmVxdWVzdExpc3RSZXN1bHRfR3VpbGRKb2luUmVxdWVzdExpc3RS", + "ZXN1bHRfT2sQABJDCj9HdWlsZEpvaW5SZXF1ZXN0TGlzdFJlc3VsdF9HdWls", + "ZEpvaW5SZXF1ZXN0TGlzdFJlc3VsdF9Gb3JiaWRkZW4QARJDCj9HdWlsZEpv", + "aW5SZXF1ZXN0TGlzdFJlc3VsdF9HdWlsZEpvaW5SZXF1ZXN0TGlzdFJlc3Vs", + "dF9Ob3RNZW1iZXIQAiqTAwodQ29uZmlybUd1aWxkSm9pblJlcXVlc3RSZXN1", + "bHQSQgo+Q29uZmlybUd1aWxkSm9pblJlcXVlc3RSZXN1bHRfQ29uZmlybUd1", + "aWxkSm9pblJlcXVlc3RSZXN1bHRfT2sQABJJCkVDb25maXJtR3VpbGRKb2lu", + "UmVxdWVzdFJlc3VsdF9Db25maXJtR3VpbGRKb2luUmVxdWVzdFJlc3VsdF9G", + "b3JiaWRkZW4QARJSCk5Db25maXJtR3VpbGRKb2luUmVxdWVzdFJlc3VsdF9D", + "b25maXJtR3VpbGRKb2luUmVxdWVzdFJlc3VsdF9Bbm90aGVyR3VpbGRKb2lu", + "ZWQQAhJECkBDb25maXJtR3VpbGRKb2luUmVxdWVzdFJlc3VsdF9Db25maXJt", + "R3VpbGRKb2luUmVxdWVzdFJlc3VsdF9GdWxsEAMSSQpFQ29uZmlybUd1aWxk", + "Sm9pblJlcXVlc3RSZXN1bHRfQ29uZmlybUd1aWxkSm9pblJlcXVlc3RSZXN1", + "bHRfTm90TWVtYmVyEAQqjgIKIEFsbENvbmZpcm1HdWlsZEpvaW5SZXF1ZXN0", + "UmVzdWx0EkgKREFsbENvbmZpcm1HdWlsZEpvaW5SZXF1ZXN0UmVzdWx0X0Fs", + "bENvbmZpcm1HdWlsZEpvaW5SZXF1ZXN0UmVzdWx0X09rEAASTwpLQWxsQ29u", + "ZmlybUd1aWxkSm9pblJlcXVlc3RSZXN1bHRfQWxsQ29uZmlybUd1aWxkSm9p", + "blJlcXVlc3RSZXN1bHRfRm9yYmlkZGVuEAESTwpLQWxsQ29uZmlybUd1aWxk", + "Sm9pblJlcXVlc3RSZXN1bHRfQWxsQ29uZmlybUd1aWxkSm9pblJlcXVlc3RS", + "ZXN1bHRfTm90TWVtYmVyEAIq5QEKElNldEd1aWxkTmFtZVJlc3VsdBIuCipT", + "ZXRHdWlsZE5hbWVSZXN1bHRfU2V0R3VpbGROYW1lUmVzdWx0X09rYXkQABI3", + "CjNTZXRHdWlsZE5hbWVSZXN1bHRfU2V0R3VpbGROYW1lUmVzdWx0X0luYXBw", + "cm9wcmlhdGUQARIzCi9TZXRHdWlsZE5hbWVSZXN1bHRfU2V0R3VpbGROYW1l", + "UmVzdWx0X0V4aXN0TmFtZRAFEjEKLVNldEd1aWxkTmFtZVJlc3VsdF9TZXRH", + "dWlsZE5hbWVSZXN1bHRfRWRpdEJhbhAGKrACChRTZXRHdWlsZE5vdGljZVJl", + "c3VsdBIyCi5TZXRHdWlsZE5vdGljZVJlc3VsdF9TZXRHdWlsZE5vdGljZVJl", + "c3VsdF9Pa2F5EAASOwo3U2V0R3VpbGROb3RpY2VSZXN1bHRfU2V0R3VpbGRO", + "b3RpY2VSZXN1bHRfSW5hcHByb3ByaWF0ZRABEjcKM1NldEd1aWxkTm90aWNl", + "UmVzdWx0X1NldEd1aWxkTm90aWNlUmVzdWx0X0ZvcmJpZGRlbhACEjcKM1Nl", + "dEd1aWxkTm90aWNlUmVzdWx0X1NldEd1aWxkTm90aWNlUmVzdWx0X05vdE1l", + "bWJlchADEjUKMVNldEd1aWxkTm90aWNlUmVzdWx0X1NldEd1aWxkTm90aWNl", + "UmVzdWx0X0VkaXRCYW4QBCqaAgoSU2V0R3VpbGREZXNjUmVzdWx0Ei4KKlNl", + "dEd1aWxkRGVzY1Jlc3VsdF9TZXRHdWlsZERlc2NSZXN1bHRfT2theRAAEjcK", + "M1NldEd1aWxkRGVzY1Jlc3VsdF9TZXRHdWlsZERlc2NSZXN1bHRfSW5hcHBy", + "b3ByaWF0ZRABEjMKL1NldEd1aWxkRGVzY1Jlc3VsdF9TZXRHdWlsZERlc2NS", + "ZXN1bHRfRm9yYmlkZGVuEAISMwovU2V0R3VpbGREZXNjUmVzdWx0X1NldEd1", + "aWxkRGVzY1Jlc3VsdF9Ob3RNZW1iZXIQAxIxCi1TZXRHdWlsZERlc2NSZXN1", + "bHRfU2V0R3VpbGREZXNjUmVzdWx0X0VkaXRCYW4QBCqaAwoSU2V0R3VpbGRN", + "YWlsUmVzdWx0Ei4KKlNldEd1aWxkTWFpbFJlc3VsdF9TZXRHdWlsZE1haWxS", + "ZXN1bHRfT2theRAAEj0KOVNldEd1aWxkTWFpbFJlc3VsdF9TZXRHdWlsZE1h", + "aWxSZXN1bHRfVGl0bGVfSW5hcHByb3ByaWF0ZRABEj8KO1NldEd1aWxkTWFp", + "bFJlc3VsdF9TZXRHdWlsZE1haWxSZXN1bHRfQ29udGVudF9JbmFwcHJvcHJp", + "YXRlEAQSMwovU2V0R3VpbGRNYWlsUmVzdWx0X1NldEd1aWxkTWFpbFJlc3Vs", + "dF9Gb3JiaWRkZW4QBRIzCi9TZXRHdWlsZE1haWxSZXN1bHRfU2V0R3VpbGRN", + "YWlsUmVzdWx0X05vdE1lbWJlchAGEjAKLFNldEd1aWxkTWFpbFJlc3VsdF9T", + "ZXRHdWlsZE1haWxSZXN1bHRfQmFubmVkEAcSOAo0U2V0R3VpbGRNYWlsUmVz", + "dWx0X1NldEd1aWxkTWFpbFJlc3VsdF9SZW1haW5Db29sVGltZRAIKp4BChdD", + "aGFuZ2VHdWlsZE1hc3RlclJlc3VsdBI7CjdDaGFuZ2VHdWlsZE1hc3RlclJl", + "c3VsdF9DaGFuZ2VHdWlsZE1hc3RlclJlc3VsdF9TdWNjZXNzEAASRgpCQ2hh", + "bmdlR3VpbGRNYXN0ZXJSZXN1bHRfQ2hhbmdlR3VpbGRNYXN0ZXJSZXN1bHRf", + "VGFyZ2V0VXNlck5vdEV4aXN0EAEq2gEKGENoYW5nZUd1aWxkTWFuYWdlclJl", + "c3VsdBI4CjRDaGFuZ2VHdWlsZE1hbmFnZXJSZXN1bHRfQ2hhbmdlR3VpbGRN", + "YW5hZ2VyUmVzdWx0X09rEAASOgo2Q2hhbmdlR3VpbGRNYW5hZ2VyUmVzdWx0", + "X0NoYW5nZUd1aWxkTWFuYWdlclJlc3VsdF9GdWxsEAESSApEQ2hhbmdlR3Vp", + "bGRNYW5hZ2VyUmVzdWx0X0NoYW5nZUd1aWxkTWFuYWdlclJlc3VsdF9UYXJn", + "ZXRVc2VyTm90RXhpc3QQAirMAgoVS2lja0d1aWxkTWVtYmVyUmVzdWx0EjIK", + "LktpY2tHdWlsZE1lbWJlclJlc3VsdF9LaWNrR3VpbGRNZW1iZXJSZXN1bHRf", + "T2sQABI5CjVLaWNrR3VpbGRNZW1iZXJSZXN1bHRfS2lja0d1aWxkTWVtYmVy", + "UmVzdWx0X0ZvcmJpZGRlbhABEjkKNUtpY2tHdWlsZE1lbWJlclJlc3VsdF9L", + "aWNrR3VpbGRNZW1iZXJSZXN1bHRfTm90TWVtYmVyEAISPwo7S2lja0d1aWxk", + "TWVtYmVyUmVzdWx0X0tpY2tHdWlsZE1lbWJlclJlc3VsdF9NYXN0ZXJDYW50", + "TGVhdmUQAxJICkRLaWNrR3VpbGRNZW1iZXJSZXN1bHRfS2lja0d1aWxkTWVt", + "YmVyUmVzdWx0X1VuaW9uUmFpZFNlYXNvbkNhbnRMZWF2ZRAEKqoDChdBZGRH", + "dWlsZEJsYWNrbGlzdFJlc3VsdBI2CjJBZGRHdWlsZEJsYWNrbGlzdFJlc3Vs", + "dF9BZGRHdWlsZEJsYWNrbGlzdFJlc3VsdF9PaxAAEj0KOUFkZEd1aWxkQmxh", + "Y2tsaXN0UmVzdWx0X0FkZEd1aWxkQmxhY2tsaXN0UmVzdWx0X0ZvcmJpZGRl", + "bhABEkYKQkFkZEd1aWxkQmxhY2tsaXN0UmVzdWx0X0FkZEd1aWxkQmxhY2ts", + "aXN0UmVzdWx0X1RhcmdldFVzZXJOb3RFeGlzdBACEj0KOUFkZEd1aWxkQmxh", + "Y2tsaXN0UmVzdWx0X0FkZEd1aWxkQmxhY2tsaXN0UmVzdWx0X05vdE1lbWJl", + "chADEkMKP0FkZEd1aWxkQmxhY2tsaXN0UmVzdWx0X0FkZEd1aWxkQmxhY2ts", + "aXN0UmVzdWx0X01hc3RlckNhbnRMZWF2ZRAEEkwKSEFkZEd1aWxkQmxhY2ts", + "aXN0UmVzdWx0X0FkZEd1aWxkQmxhY2tsaXN0UmVzdWx0X1VuaW9uUmFpZFNl", + "YXNvbkNhbnRMZWF2ZRAFKsADCg9Kb2luR3VpbGRSZXN1bHQSJgoiSm9pbkd1", + "aWxkUmVzdWx0X0pvaW5HdWlsZFJlc3VsdF9PaxAAEjEKLUpvaW5HdWlsZFJl", + "c3VsdF9Kb2luR3VpbGRSZXN1bHRfSW52YWxpZF9MZXZlbBABEjAKLEpvaW5H", + "dWlsZFJlc3VsdF9Kb2luR3VpbGRSZXN1bHRfUmVxdWVzdF9GdWxsEAISKgom", + "Sm9pbkd1aWxkUmVzdWx0X0pvaW5HdWlsZFJlc3VsdF9SZWplY3QQAxIoCiRK", + "b2luR3VpbGRSZXN1bHRfSm9pbkd1aWxkUmVzdWx0X0Z1bGwQBBI0CjBKb2lu", + "R3VpbGRSZXN1bHRfSm9pbkd1aWxkUmVzdWx0X0FscmVhZHlSZXF1ZXN0ZWQQ", + "BRIvCitKb2luR3VpbGRSZXN1bHRfSm9pbkd1aWxkUmVzdWx0X1VuYWJsZV9K", + "b2luEAYSMAosSm9pbkd1aWxkUmVzdWx0X0pvaW5HdWlsZFJlc3VsdF9OZWVk", + "QXBwcm92YWwQBxIxCi1Kb2luR3VpbGRSZXN1bHRfSm9pbkd1aWxkUmVzdWx0", + "X0FscmVhZHlKb2luZWQQCCqzAQoQTGVhdmVHdWlsZFJlc3VsdBIoCiRMZWF2", + "ZUd1aWxkUmVzdWx0X0xlYXZlR3VpbGRSZXN1bHRfT2sQABI1CjFMZWF2ZUd1", + "aWxkUmVzdWx0X0xlYXZlR3VpbGRSZXN1bHRfTWFzdGVyQ2FudExlYXZlEAES", + "Pgo6TGVhdmVHdWlsZFJlc3VsdF9MZWF2ZUd1aWxkUmVzdWx0X1VuaW9uUmFp", + "ZFNlYXNvbkNhbnRMZWF2ZRACKnYKClN0ZXBTdGF0dXMSHwobU3RlcFN0YXR1", + "c19TdGVwU3RhdHVzX0FsaXZlEAASHgoaU3RlcFN0YXR1c19TdGVwU3RhdHVz", + "X0tpbGwQARInCiNTdGVwU3RhdHVzX1N0ZXBTdGF0dXNfQWxyZWFkeUtpbGxl", + "ZBACKogBChVVbmlvblJhaWREYW1hZ2VSZXN1bHQSNwozVW5pb25SYWlkRGFt", + "YWdlUmVzdWx0X1VuaW9uUmFpZERhbWFnZVJlc3VsdF9TdWNjZXNzEAASNgoy", + "VW5pb25SYWlkRGFtYWdlUmVzdWx0X1VuaW9uUmFpZERhbWFnZVJlc3VsdF9C", + "YW5uZWQQASqJAQoVVW5pb25SYWlkUGVyaW9kUmVzdWx0EjcKM1VuaW9uUmFp", + "ZFBlcmlvZFJlc3VsdF9VbmlvblJhaWRQZXJpb2RSZXN1bHRfU3VjY2VzcxAA", + "EjcKM1VuaW9uUmFpZFBlcmlvZFJlc3VsdF9VbmlvblJhaWRQZXJpb2RSZXN1", + "bHRfRmFpbHVyZRABKsABChNVbmlvblJhaWRKb2luUmVzdWx0EjMKL1VuaW9u", + "UmFpZEpvaW5SZXN1bHRfVW5pb25SYWlkSm9pblJlc3VsdF9TdWNjZXNzEAAS", + "QAo8VW5pb25SYWlkSm9pblJlc3VsdF9VbmlvblJhaWRKb2luUmVzdWx0X0Zh", + "aWx1cmVBbHJlYWR5S2lsbGVkEAESMgouVW5pb25SYWlkSm9pblJlc3VsdF9V", + "bmlvblJhaWRKb2luUmVzdWx0X0Jhbm5lZBACKpABChZHZXRHdWlsZENoYXRM", + "aXN0UmVzdWx0EjkKNUdldEd1aWxkQ2hhdExpc3RSZXN1bHRfR2V0R3VpbGRD", + "aGF0TGlzdFJlc3VsdF9TdWNjZXNzEAASOwo3R2V0R3VpbGRDaGF0TGlzdFJl", + "c3VsdF9HZXRHdWlsZENoYXRMaXN0UmVzdWx0X05vdE1lbWJlchABKvABChNH", + "dWlsZENoYXRTZW5kUmVzdWx0EjMKL0d1aWxkQ2hhdFNlbmRSZXN1bHRfR3Vp", + "bGRDaGF0U2VuZFJlc3VsdF9TdWNjZXNzEAASOQo1R3VpbGRDaGF0U2VuZFJl", + "c3VsdF9HdWlsZENoYXRTZW5kUmVzdWx0X0luYXBwcm9wcmlhdGUQARI1CjFH", + "dWlsZENoYXRTZW5kUmVzdWx0X0d1aWxkQ2hhdFNlbmRSZXN1bHRfTm90TWVt", + "YmVyEAISMgouR3VpbGRDaGF0U2VuZFJlc3VsdF9HdWlsZENoYXRTZW5kUmVz", + "dWx0X0Jhbm5lZBADKsYBChVEZWxldGVHdWlsZENoYXRSZXN1bHQSNwozRGVs", + "ZXRlR3VpbGRDaGF0UmVzdWx0X0RlbGV0ZUd1aWxkQ2hhdFJlc3VsdF9TdWNj", + "ZXNzEAASOQo1RGVsZXRlR3VpbGRDaGF0UmVzdWx0X0RlbGV0ZUd1aWxkQ2hh", + "dFJlc3VsdF9Gb3JiaWRkZW4QARI5CjVEZWxldGVHdWlsZENoYXRSZXN1bHRf", + "RGVsZXRlR3VpbGRDaGF0UmVzdWx0X05vdE1lbWJlchACKnEKD0Zhc3RDbGVh", + "clJlc3VsdBIrCidGYXN0Q2xlYXJSZXN1bHRfRmFzdENsZWFyUmVzdWx0X1N1", + "Y2Nlc3MQABIxCi1GYXN0Q2xlYXJSZXN1bHRfRmFzdENsZWFyUmVzdWx0X05v", + "UmVjb3JkVG9kYXkQASpPCg9KdWtlYm94TG9jYXRpb24SIQodSnVrZWJveExv", + "Y2F0aW9uX0NvbW1hbmRlclJvb20QABIZChVKdWtlYm94TG9jYXRpb25fTG9i", + "YnkQASqeAQoYTGliZXJhdGVEYXRhRXhwaXJlZEVycm9yEkAKPExpYmVyYXRl", + "RGF0YUV4cGlyZWRFcnJvcl9MSUJFUkFURV9EQVRBX0VYUElSRURfRVJST1Jf", + "U1VDQ0VTUxAAEkAKPExpYmVyYXRlRGF0YUV4cGlyZWRFcnJvcl9MSUJFUkFU", + "RV9EQVRBX0VYUElSRURfRVJST1JfRVhQSVJFRBABKtwBChdNaW5pR2FtZURp", + "Y2VHYXVnZVJlc3VsdBI7CjdNaW5pR2FtZURpY2VHYXVnZVJlc3VsdF9NaW5p", + "R2FtZURpY2VHYXVnZVJlc3VsdF9TdWNjZXNzEAASQAo8TWluaUdhbWVEaWNl", + "R2F1Z2VSZXN1bHRfTWluaUdhbWVEaWNlR2F1Z2VSZXN1bHRfR3JlYXRTdWNj", + "ZXNzEAESQgo+TWluaUdhbWVEaWNlR2F1Z2VSZXN1bHRfTWluaUdhbWVEaWNl", + "R2F1Z2VSZXN1bHRfRXh0cmVtZVN1Y2Nlc3MQAirSAQoTR2F1Z2VNYXhFdmVu", + "dFJlc3VsdBIwCixHYXVnZU1heEV2ZW50UmVzdWx0X0dhdWdlTWF4RXZlbnRS", + "ZXN1bHRfTm9uZRAAEkQKQEdhdWdlTWF4RXZlbnRSZXN1bHRfR2F1Z2VNYXhF", + "dmVudFJlc3VsdF9BZnRlckZpbmlzaEdhdWdlTWF4RXZlbnQQARJDCj9HYXVn", + "ZU1heEV2ZW50UmVzdWx0X0dhdWdlTWF4RXZlbnRSZXN1bHRfQWZ0ZXJFdmVu", + "dEdhdWdlTWF4RXZlbnQQAiqRAQoXTWluaUdhbWVTb3J0T3V0UGxheVR5cGUS", + "PAo4TWluaUdhbWVTb3J0T3V0UGxheVR5cGVfTWluaUdhbWVTb3J0T3V0UGxh", + "eVR5cGVfUHJhY3RpY2UQABI4CjRNaW5pR2FtZVNvcnRPdXRQbGF5VHlwZV9N", + "aW5pR2FtZVNvcnRPdXRQbGF5VHlwZV9QbGF5EAEqxQEKFU1pbmlHYW1lU29y", + "dE91dFJlc3VsdBI3CjNNaW5pR2FtZVNvcnRPdXRSZXN1bHRfTWluaUdhbWVT", + "b3J0T3V0UmVzdWx0X1N1Y2Nlc3MQABI7CjdNaW5pR2FtZVNvcnRPdXRSZXN1", + "bHRfTWluaUdhbWVTb3J0T3V0UmVzdWx0X1NjaGVkdWxlRW5kEAESNgoyTWlu", + "aUdhbWVTb3J0T3V0UmVzdWx0X01pbmlHYW1lU29ydE91dFJlc3VsdF9EYXlF", + "bmQQAiqOAQoWTktTTWlzc2lvbkV4cGlyZWRFcnJvchI5CjVOS1NNaXNzaW9u", + "RXhwaXJlZEVycm9yX05LU01pc3Npb25FeHBpcmVkRXJyb3JfU3VjY2VlZBAA", + "EjkKNU5LU01pc3Npb25FeHBpcmVkRXJyb3JfTktTTWlzc2lvbkV4cGlyZWRF", + "cnJvcl9FeHBpcmVkEAEqpwEKEk5LU1N0YWdlUmVzdWx0VHlwZRIvCitOS1NT", + "dGFnZVJlc3VsdFR5cGVfTktTU3RhZ2VSZXN1bHRUeXBlX0NsZWFyEAASMAos", + "TktTU3RhZ2VSZXN1bHRUeXBlX05LU1N0YWdlUmVzdWx0VHlwZV9EZWZlYXQQ", + "ARIuCipOS1NTdGFnZVJlc3VsdFR5cGVfTktTU3RhZ2VSZXN1bHRUeXBlX1Nh", + "dmUQAip9ChNOS1NTa2lsbFRyZWVBY3RUeXBlEjMKL05LU1NraWxsVHJlZUFj", + "dFR5cGVfTktTU2tpbGxUcmVlQWN0VHlwZV9VcGdyYWRlEAASMQotTktTU2tp", + "bGxUcmVlQWN0VHlwZV9OS1NTa2lsbFRyZWVBY3RUeXBlX1Jlc2V0EAEqmAEK", + "GE5LU1YyTWlzc2lvbkV4cGlyZWRFcnJvchI9CjlOS1NWMk1pc3Npb25FeHBp", + "cmVkRXJyb3JfTktTVjJNaXNzaW9uRXhwaXJlZEVycm9yX1N1Y2NlZWQQABI9", + "CjlOS1NWMk1pc3Npb25FeHBpcmVkRXJyb3JfTktTVjJNaXNzaW9uRXhwaXJl", + "ZEVycm9yX0V4cGlyZWQQASq1AQoUTktTVjJTdGFnZVJlc3VsdFR5cGUSMwov", + "TktTVjJTdGFnZVJlc3VsdFR5cGVfTktTVjJTdGFnZVJlc3VsdFR5cGVfQ2xl", + "YXIQABI0CjBOS1NWMlN0YWdlUmVzdWx0VHlwZV9OS1NWMlN0YWdlUmVzdWx0", + "VHlwZV9EZWZlYXQQARIyCi5OS1NWMlN0YWdlUmVzdWx0VHlwZV9OS1NWMlN0", + "YWdlUmVzdWx0VHlwZV9TYXZlEAIqhwEKFU5LU1YyU2tpbGxUcmVlQWN0VHlw", + "ZRI3CjNOS1NWMlNraWxsVHJlZUFjdFR5cGVfTktTVjJTa2lsbFRyZWVBY3RU", + "eXBlX1VwZ3JhZGUQABI1CjFOS1NWMlNraWxsVHJlZUFjdFR5cGVfTktTVjJT", + "a2lsbFRyZWVBY3RUeXBlX1Jlc2V0EAEqdAoRTWluaUdhbWVCYW5SZXN1bHQS", + "LworTWluaUdhbWVCYW5SZXN1bHRfTWluaUdhbWVCYW5SZXN1bHRfU3VjY2Vz", + "cxAAEi4KKk1pbmlHYW1lQmFuUmVzdWx0X01pbmlHYW1lQmFuUmVzdWx0X0Jh", + "bm5lZBABKuMBCidNaW5pR2FtZVRvd2VyRGVmZW5zZU1pc3Npb25FeHBpcmVk", + "RXJyb3ISWwpXTWluaUdhbWVUb3dlckRlZmVuc2VNaXNzaW9uRXhwaXJlZEVy", + "cm9yX01pbmlHYW1lVG93ZXJEZWZlbnNlTWlzc2lvbkV4cGlyZWRFcnJvcl9T", + "dWNjZWVkEAASWwpXTWluaUdhbWVUb3dlckRlZmVuc2VNaXNzaW9uRXhwaXJl", + "ZEVycm9yX01pbmlHYW1lVG93ZXJEZWZlbnNlTWlzc2lvbkV4cGlyZWRFcnJv", + "cl9FeHBpcmVkEAEqkQEKF0lzbGFuZEFkdmVudHVyZUdhbWVUeXBlEjsKN0lz", + "bGFuZEFkdmVudHVyZUdhbWVUeXBlX0lzbGFuZEFkdmVudHVyZUdhbWVUeXBl", + "X0Zpc2hpbmcQABI5CjVJc2xhbmRBZHZlbnR1cmVHYW1lVHlwZV9Jc2xhbmRB", + "ZHZlbnR1cmVHYW1lVHlwZV9QaG90bxABKvIBCipNaW5pR2FtZUlzbGFuZEFk", + "dmVudHVyZU1pc3Npb25FeHBpcmVkRXJyb3ISYQpdTWluaUdhbWVJc2xhbmRB", + "ZHZlbnR1cmVNaXNzaW9uRXhwaXJlZEVycm9yX01pbmlHYW1lSXNsYW5kQWR2", + "ZW50dXJlTWlzc2lvbkV4cGlyZWRFcnJvcl9TdWNjZWVkEAASYQpdTWluaUdh", + "bWVJc2xhbmRBZHZlbnR1cmVNaXNzaW9uRXhwaXJlZEVycm9yX01pbmlHYW1l", + "SXNsYW5kQWR2ZW50dXJlTWlzc2lvbkV4cGlyZWRFcnJvcl9FeHBpcmVkEAEq", + "rAEKDUVxdWlwbWVudFR5cGUSJAogRXF1aXBtZW50VHlwZV9FcXVpcG1lbnRU", + "eXBlX05vbmUQABImCiJFcXVpcG1lbnRUeXBlX0VxdWlwbWVudFR5cGVfV2Vh", + "cG9uEAESJgoiRXF1aXBtZW50VHlwZV9FcXVpcG1lbnRUeXBlX0RldmljZRAC", + "EiUKIUVxdWlwbWVudFR5cGVfRXF1aXBtZW50VHlwZV9TdXNoaRADKokBChRD", + "YW5jZWxCdWlsZGluZ1Jlc3VsdBI1CjFDYW5jZWxCdWlsZGluZ1Jlc3VsdF9D", + "YW5jZWxCdWlsZGluZ1Jlc3VsdF9TdWNjZXNzEAASOgo2Q2FuY2VsQnVpbGRp", + "bmdSZXN1bHRfQ2FuY2VsQnVpbGRpbmdSZXN1bHRfQWxyZWFkeUJ1aWxkEAEq", + "ogEKGUltbWVkaWF0ZWx5QnVpbGRpbmdSZXN1bHQSPwo7SW1tZWRpYXRlbHlC", + "dWlsZGluZ1Jlc3VsdF9JbW1lZGlhdGVseUJ1aWxkaW5nUmVzdWx0X1N1Y2Nl", + "c3MQABJECkBJbW1lZGlhdGVseUJ1aWxkaW5nUmVzdWx0X0ltbWVkaWF0ZWx5", + "QnVpbGRpbmdSZXN1bHRfQWxyZWFkeUJ1aWxkEAEqygEKClBheUNoYW5uZWwS", + "IQodUGF5Q2hhbm5lbF9QYXlDaGFubmVsX1Vua25vd24QABIiCh5QYXlDaGFu", + "bmVsX1BheUNoYW5uZWxfQ2VudGF1cmkQARIhCh1QYXlDaGFubmVsX1BheUNo", + "YW5uZWxfSnVwaXRlchACEiIKHlBheUNoYW5uZWxfUGF5Q2hhbm5lbF9NaWRh", + "c0J1eRADEi4KKlBheUNoYW5uZWxfUGF5Q2hhbm5lbF9Hb29nbGVHaWZ0Q2Fy", + "ZFJlZGVlbRAKKswBChNTdGFydFB1cmNoYXNlUmVzdWx0Ei4KKlN0YXJ0UHVy", + "Y2hhc2VSZXN1bHRfU3RhcnRQdXJjaGFzZVJlc3VsdF9PaxAAEkIKPlN0YXJ0", + "UHVyY2hhc2VSZXN1bHRfU3RhcnRQdXJjaGFzZVJlc3VsdF9QYXlDaGFubmVs", + "Tm90QXZhaWxhYmxlEAESQQo9U3RhcnRQdXJjaGFzZVJlc3VsdF9TdGFydFB1", + "cmNoYXNlUmVzdWx0X1B1cmNoYXNlTGltaXRFeGNlZWRlZBACKusCCg5Kb2lu", + "UGFydHlFcnJvchIrCidKb2luUGFydHlFcnJvcl9KT0lOX1BBUlRZX0VSUk9S", + "X1NVQ0NFU1MQABItCilKb2luUGFydHlFcnJvcl9KT0lOX1BBUlRZX0VSUk9S", + "X05PVF9GT1VORBABEi4KKkpvaW5QYXJ0eUVycm9yX0pPSU5fUEFSVFlfRVJS", + "T1JfRlVMTF9QQVJUWRACEjQKMEpvaW5QYXJ0eUVycm9yX0pPSU5fUEFSVFlf", + "RVJST1JfTk9UX1BFUklPRF9FVkVOVBADEjMKL0pvaW5QYXJ0eUVycm9yX0pP", + "SU5fUEFSVFlfRVJST1JfQUxSRUFEWV9TVEFSVEVEEAQSMQotSm9pblBhcnR5", + "RXJyb3JfSk9JTl9QQVJUWV9FUlJPUl9QQVJUWV9QUklWQVRFEAUSLworSm9p", + "blBhcnR5RXJyb3JfSk9JTl9QQVJUWV9FUlJPUl9CTEFDS0xJU1RFRBAGKowB", + "ChNMaXN0SW52aXRhdGlvbkVycm9yEjUKMUxpc3RJbnZpdGF0aW9uRXJyb3Jf", + "TElTVF9JTlZJVEFUSU9OX0VSUk9SX1NVQ0NFU1MQABI+CjpMaXN0SW52aXRh", + "dGlvbkVycm9yX0xJU1RfSU5WSVRBVElPTl9FUlJPUl9OT1RfUEVSSU9EX0VW", + "RU5UEAEqfQoQQ3JlYXRlUGFydHlFcnJvchIvCitDcmVhdGVQYXJ0eUVycm9y", + "X0NSRUFURV9QQVJUWV9FUlJPUl9TVUNDRVNTEAASOAo0Q3JlYXRlUGFydHlF", + "cnJvcl9DUkVBVEVfUEFSVFlfRVJST1JfTk9UX1BFUklPRF9FVkVOVBABKqcC", + "ChBJbnZpdGVQYXJ0eUVycm9yEi8KK0ludml0ZVBhcnR5RXJyb3JfSU5WSVRF", + "X1BBUlRZX0VSUk9SX1NVQ0NFU1MQABI4CjRJbnZpdGVQYXJ0eUVycm9yX0lO", + "VklURV9QQVJUWV9FUlJPUl9BTFJFQURZX0lOX1BBUlRZEAESNQoxSW52aXRl", + "UGFydHlFcnJvcl9JTlZJVEVfUEFSVFlfRVJST1JfTk9UX0lOVklUQUJMRRAC", + "EjcKM0ludml0ZVBhcnR5RXJyb3JfSU5WSVRFX1BBUlRZX0VSUk9SX0FMUkVB", + "RFlfSU5WSVRFRBADEjgKNEludml0ZVBhcnR5RXJyb3JfSU5WSVRFX1BBUlRZ", + "X0VSUk9SX05PVF9QRVJJT0RfRVZFTlQQBCpvCghKb2luUGF0aBIfChtKb2lu", + "UGF0aF9KT0lOX1BBVEhfQllfR1VJTEQQABIgChxKb2luUGF0aF9KT0lOX1BB", + "VEhfQllfRlJJRU5EEAESIAocSm9pblBhdGhfSk9JTl9QQVRIX0JZX0lOVklU", + "RRACKpMBChRTdGFydFBhcnR5TWF0Y2hFcnJvchI4CjRTdGFydFBhcnR5TWF0", + "Y2hFcnJvcl9TVEFSVF9QQVJUWV9NQVRDSF9FUlJPUl9TVUNDRVNTEAASQQo9", + "U3RhcnRQYXJ0eU1hdGNoRXJyb3JfU1RBUlRfUEFSVFlfTUFUQ0hfRVJST1Jf", + "Tk9UX1BFUklPRF9FVkVOVBABKqoBChpTaG9vdGluZ1JhbmdlUmFua2luZ1Jl", + "c3VsdBJECkBTaG9vdGluZ1JhbmdlUmFua2luZ1Jlc3VsdF9HZXRTaG9vdGlu", + "Z1JhbmdlUmFua2luZ1Jlc3VsdF9TdWNjZXNzEAASRgpCU2hvb3RpbmdSYW5n", + "ZVJhbmtpbmdSZXN1bHRfR2V0U2hvb3RpbmdSYW5nZVJhbmtpbmdSZXN1bHRf", + "Tm90TWVtYmVyEAEqhAEKFFNob3BCdXlQcm9kdWN0UmVzdWx0EjUKMVNob3BC", + "dXlQcm9kdWN0UmVzdWx0X1Nob3BCdXlQcm9kdWN0UmVzdWx0X1N1Y2Nlc3MQ", + "ABI1CjFTaG9wQnV5UHJvZHVjdFJlc3VsdF9TaG9wQnV5UHJvZHVjdFJlc3Vs", + "dF9FeHBpcmVkEAEqXwoNU2ltUm9vbVJlc3VsdBInCiNTaW1Sb29tUmVzdWx0", + "X1NpbVJvb21SZXN1bHRfU3VjY2VzcxAAEiUKIVNpbVJvb21SZXN1bHRfU2lt", + "Um9vbVJlc3VsdF9SZXNldBABKkQKDVNpbVJvb21TdGF0dXMSFwoTU2ltUm9v", + "bVN0YXR1c19SZWFkeRAAEhoKFlNpbVJvb21TdGF0dXNfUHJvZ3Jlc3MQASqk", + "AQoaU2ltUm9vbUJhdHRsZUV2ZW50UHJvZ3Jlc3MSKQolU2ltUm9vbUJhdHRs", + "ZUV2ZW50UHJvZ3Jlc3NfTm90Q2xlYXJlZBAAEiwKKFNpbVJvb21CYXR0bGVF", + "dmVudFByb2dyZXNzX1Jld2FyZFdhaXRpbmcQARItCilTaW1Sb29tQmF0dGxl", + "RXZlbnRQcm9ncmVzc19SZXdhcmRSZWNlaXZlZBACKmIKDkV2ZW50T25lb2ZD", + "YXNlEhcKE0V2ZW50T25lb2ZDYXNlX05vbmUQABIZChVFdmVudE9uZW9mQ2Fz", + "ZV9CYXR0bGUQAxIcChhFdmVudE9uZW9mQ2FzZV9TZWxlY3Rpb24QBCqBAQoM", + "U29sb1JhaWRUeXBlEiQKIFNvbG9SYWlkVHlwZV9Tb2xvUmFpZFR5cGVfTm9y", + "bWFsEAASJgoiU29sb1JhaWRUeXBlX1NvbG9SYWlkVHlwZV9QcmFjdGljZRAB", + "EiMKH1NvbG9SYWlkVHlwZV9Tb2xvUmFpZFR5cGVfVHJpYWwQAiq6AQoUU29s", + "b1JhaWRQZXJpb2RSZXN1bHQSNQoxU29sb1JhaWRQZXJpb2RSZXN1bHRfU29s", + "b1JhaWRQZXJpb2RSZXN1bHRfU3VjY2VzcxAAEjUKMVNvbG9SYWlkUGVyaW9k", + "UmVzdWx0X1NvbG9SYWlkUGVyaW9kUmVzdWx0X0ZhaWx1cmUQARI0CjBTb2xv", + "UmFpZFBlcmlvZFJlc3VsdF9Tb2xvUmFpZFBlcmlvZFJlc3VsdF9EYXlFbmQQ", + "Aip5ChJTb2xvUmFpZEpvaW5SZXN1bHQSMQotU29sb1JhaWRKb2luUmVzdWx0", + "X1NvbG9SYWlkSm9pblJlc3VsdF9TdWNjZXNzEAASMAosU29sb1JhaWRKb2lu", + "UmVzdWx0X1NvbG9SYWlkSm9pblJlc3VsdF9CYW5uZWQQASrYAQoNU29sb1Jh", + "aWRTdGF0ZRIlCiFTb2xvUmFpZFN0YXRlX1NvbG9SYWlkU3RhdGVfUmVhZHkQ", + "ABIkCiBTb2xvUmFpZFN0YXRlX1NvbG9SYWlkU3RhdGVfT3BlbhABEiMKH1Nv", + "bG9SYWlkU3RhdGVfU29sb1JhaWRTdGF0ZV9FbmQQAhInCiNTb2xvUmFpZFN0", + "YXRlX1NvbG9SYWlkU3RhdGVfRGlzYWJsZRAEEiwKKFNvbG9SYWlkU3RhdGVf", + "U29sb1JhaWRTdGF0ZV9TZXR0bGVGaW5pc2gQBSp0ChFTb2xvUmFpZEJhblJl", + "c3VsdBIvCitTb2xvUmFpZEJhblJlc3VsdF9Tb2xvUmFpZEJhblJlc3VsdF9T", + "dWNjZXNzEAASLgoqU29sb1JhaWRCYW5SZXN1bHRfU29sb1JhaWRCYW5SZXN1", + "bHRfQmFubmVkEAEqYQoOU29sb1JhaWRTdGF0dXMSJwojU29sb1JhaWRTdGF0", + "dXNfU29sb1JhaWRTdGF0dXNfQWxpdmUQABImCiJTb2xvUmFpZFN0YXR1c19T", + "b2xvUmFpZFN0YXR1c19LaWxsEAEqXQoMQXZhaWxhYmlsaXR5EhUKEUF2YWls", + "YWJpbGl0eV9Ob25lEAASGgoWQXZhaWxhYmlsaXR5X0F2YWlsYWJsZRABEhoK", + "FkF2YWlsYWJpbGl0eV9NYW5kYXRvcnkQAipgCg9JTlRMRW52aXJvbm1lbnQS", + "GAoUSU5UTEVudmlyb25tZW50X05vbmUQABIXChNJTlRMRW52aXJvbm1lbnRf", + "SE1UEAESGgoWSU5UTEVudmlyb25tZW50X0dMT0JBTBACKogBCg1BdXRoRXJy", + "b3JDb2RlEiIKHkF1dGhFcnJvckNvZGVfQXV0aEVycm9yQ29kZV9PaxAAEiUK", + "IUF1dGhFcnJvckNvZGVfQXV0aEVycm9yQ29kZV9FcnJvchABEiwKKEF1dGhF", + "cnJvckNvZGVfQXV0aEVycm9yQ29kZV9FeHBpcmVkVG9rZW4QAiqIAQoPUmVz", + "dWx0T25lb2ZDYXNlEhgKFFJlc3VsdE9uZW9mQ2FzZV9Ob25lEAASHwobUmVz", + "dWx0T25lb2ZDYXNlX0F1dGhTdWNjZXNzEAESGwoXUmVzdWx0T25lb2ZDYXNl", + "X0JhbkluZm8QAhIdChlSZXN1bHRPbmVvZkNhc2VfQXV0aEVycm9yEAMqrAEK", + "EEF1dGhQbGF0Zm9ybVR5cGUSGQoVQXV0aFBsYXRmb3JtVHlwZV9Ob25lEAAS", + "HwobQXV0aFBsYXRmb3JtVHlwZV9HYW1lQ2VudGVyEAESHwobQXV0aFBsYXRm", + "b3JtVHlwZV9Hb29nbGVQbGF5EAISHQoZQXV0aFBsYXRmb3JtVHlwZV9GYWNl", + "Ym9vaxADEhwKGEF1dGhQbGF0Zm9ybVR5cGVfU0hJRlRVUBAEKmgKCVVzZXJH", + "cmFkZRISCg5Vc2VyR3JhZGVfVXNlchAAEhQKEFVzZXJHcmFkZV9UZXN0ZXIQ", + "ARIXChNVc2VyR3JhZGVfRGV2ZWxvcGVyEAISGAoUVXNlckdyYWRlX0dhbWVN", + "YXN0ZXIQAyrNAQoUQXV0b1NldHRpbmdDb25kaXRpb24SJQohQXV0b1NldHRp", + "bmdDb25kaXRpb25fQ29tYmluYXRpb24xEAASJQohQXV0b1NldHRpbmdDb25k", + "aXRpb25fQ29tYmluYXRpb24yEAESJQohQXV0b1NldHRpbmdDb25kaXRpb25f", + "Q29tYmluYXRpb24zEAISHwobQXV0b1NldHRpbmdDb25kaXRpb25fSm9rZXIx", + "EAMSHwobQXV0b1NldHRpbmdDb25kaXRpb25fSm9rZXIyEAQq0QEKEUZpZWxk", + "Q29udGVudHNUeXBlEhoKFkZpZWxkQ29udGVudHNUeXBlX05vbmUQABIeChpG", + "aWVsZENvbnRlbnRzVHlwZV9DYW1wYWlnbhABEiAKHEZpZWxkQ29udGVudHNU", + "eXBlX0xvc3RTZWN0b3IQAhIdChlGaWVsZENvbnRlbnRzVHlwZV9PdXRwb3N0", + "EAMSGwoXRmllbGRDb250ZW50c1R5cGVfRXZlbnQQBBIiCh5GaWVsZENvbnRl", + "bnRzVHlwZV9GYXZvcml0ZUl0ZW0QBSpHCg1CdXJzdFN0ZXBUeXBlEh0KGUJ1", + "cnN0U3RlcFR5cGVfQ29tYmluYXRpb24QABIXChNCdXJzdFN0ZXBUeXBlX0pv", + "a2VyEAEqPgoKR2FjaGFDb3VudBIICgROb25lEAASEgoOR2FjaGFDb3VudF9P", + "bmUQARISCg5HYWNoYUNvdW50X1RlbhAKKkkKDENvbnRlbnRzVHlwZRIfChtD", + "b250ZW50c1R5cGVfTWVtb3JpYWxNZW1vcnkQABIYChRDb250ZW50c1R5cGVf", + "SnVrZUJveBABKj4KCU9yZGVyVHlwZRIXChNPcmRlclR5cGVfQXNjZW5kaW5n", + "EAASGAoUT3JkZXJUeXBlX0Rlc2NlbmRpbmcQASp7Cg9UcmlnZ2VyQ2F0ZWdv", + "cnkSFwoTVHJpZ2dlckNhdGVnb3J5X1N1bRAAEhcKE1RyaWdnZXJDYXRlZ29y", + "eV9NYXgQARIYChRUcmlnZ2VyQ2F0ZWdvcnlfTGFzdBACEhwKGFRyaWdnZXJD", + "YXRlZ29yeV9TdW1TaW5jZRADKukFCghNYWlsVHlwZRIcChhNYWlsVHlwZV9N", + "YWlsVHlwZV9Ob3JtYWwQABIbChdNYWlsVHlwZV9NYWlsVHlwZV9DaGVhdBAB", + "EhoKFk1haWxUeXBlX01haWxUeXBlX0dET1MQAhIaChZNYWlsVHlwZV9NYWls", + "VHlwZV9TaG9wEAMSIwofTWFpbFR5cGVfTWFpbFR5cGVfTWlzc2lvblJld2Fy", + "ZBAEEiEKHU1haWxUeXBlX01haWxUeXBlX1N0YWdlUmV3YXJkEAUSIQodTWFp", + "bFR5cGVfTWFpbFR5cGVfRXZlbnRSZXdhcmQQBhIiCh5NYWlsVHlwZV9NYWls", + "VHlwZV9TeXN0ZW1SZXdhcmQQBxIhCh1NYWlsVHlwZV9NYWlsVHlwZV9HdWls", + "ZE1hc3RlchAIEiIKHk1haWxUeXBlX01haWxUeXBlX0d1aWxkTWFuYWdlchAJ", + "EiQKIE1haWxUeXBlX01haWxUeXBlX0d1aWxkQXNzaXN0YW50EAoSJgoiTWFp", + "bFR5cGVfTWFpbFR5cGVfQXJlbmFEYWlseVJld2FyZBALEicKI01haWxUeXBl", + "X01haWxUeXBlX0FyZW5hU2Vhc29uUmV3YXJkEAwSJQohTWFpbFR5cGVfTWFp", + "bFR5cGVfSW5mcmFDb3JlUmV3YXJkEA0SKwonTWFpbFR5cGVfTWFpbFR5cGVf", + "UmFua0FjaGlldmVtZW50UmV3YXJkEA4SKgomTWFpbFR5cGVfTWFpbFR5cGVf", + "RW1lcmdlbmN5UXVlc3RSZXdhcmQQDxIgChxNYWlsVHlwZV9NYWlsVHlwZV9Q", + "b2xsUmV3YXJkEBASIAocTWFpbFR5cGVfTWFpbFR5cGVfUGFzc1Jld2FyZBAR", + "Ei4KKk1haWxUeXBlX01haWxUeXBlX1NwZWNpYWxBcmVuYVNlYXNvblJld2Fy", + "ZBASEikKJU1haWxUeXBlX01haWxUeXBlX0NoYW1waW9uQXJlbmFSZXdhcmQQ", + "EyqPAQoJTWFpbFN0YXRlEhwKGE1haWxTdGF0ZV9NYWlsU3RhdGVfTm9uZRAA", + "EhwKGE1haWxTdGF0ZV9NYWlsU3RhdGVfUmVhZBABEiYKIk1haWxTdGF0ZV9N", + "YWlsU3RhdGVfUmV3YXJkQ29tcGxldGUQAhIeChpNYWlsU3RhdGVfTWFpbFN0", + "YXRlX0RlbGV0ZRADKmIKDU1haWxFeHBpcmVEYXkSKQolTWFpbEV4cGlyZURh", + "eV9NYWlsRXhwaXJlRGF5X1VubGltaXRlZBAAEiYKIk1haWxFeHBpcmVEYXlf", + "TWFpbEV4cGlyZURheV9Ob3JtYWwQByrkAQoLRnJpZW5kU3RhdGUSIAocRnJp", + "ZW5kU3RhdGVfRnJpZW5kU3RhdGVfTm9uZRAAEiIKHkZyaWVuZFN0YXRlX0Zy", + "aWVuZFN0YXRlX0ZyaWVuZBABEiMKH0ZyaWVuZFN0YXRlX0ZyaWVuZFN0YXRl", + "X1JlcXVlc3QQAhIjCh9GcmllbmRTdGF0ZV9GcmllbmRTdGF0ZV9SZWNlaXZl", + "EAMSIgoeRnJpZW5kU3RhdGVfRnJpZW5kU3RhdGVfRGVsZXRlEAQSIQodRnJp", + "ZW5kU3RhdGVfRnJpZW5kU3RhdGVfQmxvY2sQBSpvCgpGcmllbmRUeXBlEh4K", + "GkZyaWVuZFR5cGVfRnJpZW5kVHlwZV9Ob25lEAASIAocRnJpZW5kVHlwZV9G", + "cmllbmRUeXBlX0ZyaWVuZBABEh8KG0ZyaWVuZFR5cGVfRnJpZW5kVHlwZV9C", + "bG9jaxACKtUBChdGcmllbmRQb2ludFJlY2VpdmVTdGF0ZRI4CjRGcmllbmRQ", + "b2ludFJlY2VpdmVTdGF0ZV9GcmllbmRQb2ludFJlY2VpdmVTdGF0ZV9Ob25l", + "EAASOwo3RnJpZW5kUG9pbnRSZWNlaXZlU3RhdGVfRnJpZW5kUG9pbnRSZWNl", + "aXZlU3RhdGVfUmVjZWl2ZRABEkMKP0ZyaWVuZFBvaW50UmVjZWl2ZVN0YXRl", + "X0ZyaWVuZFBvaW50UmVjZWl2ZVN0YXRlX1JlY2VpdmVDb21wbGV0ZRACKosB", + "Cg1HdWlsZEpvaW5UeXBlEiQKIEd1aWxkSm9pblR5cGVfR3VpbGRKb2luVHlw", + "ZV9PcGVuEAASLAooR3VpbGRKb2luVHlwZV9HdWlsZEpvaW5UeXBlX05lZWRB", + "cHByb3ZhbBABEiYKIkd1aWxkSm9pblR5cGVfR3VpbGRKb2luVHlwZV9DbG9z", + "ZWQQAiqWAQoPR3VpbGRNZW1iZXJUeXBlEioKJkd1aWxkTWVtYmVyVHlwZV9H", + "dWlsZE1lbWJlclR5cGVfTWVtYmVyEAASKwonR3VpbGRNZW1iZXJUeXBlX0d1", + "aWxkTWVtYmVyVHlwZV9NYW5hZ2VyEAESKgomR3VpbGRNZW1iZXJUeXBlX0d1", + "aWxkTWVtYmVyVHlwZV9NYXN0ZXIQAirAAQoQRmllbGRPYmplY3RTdGF0ZRIq", + "CiZGaWVsZE9iamVjdFN0YXRlX0ZpZWxkT2JqZWN0U3RhdGVfTm9uZRAAEisK", + "J0ZpZWxkT2JqZWN0U3RhdGVfRmllbGRPYmplY3RTdGF0ZV9DbGVhchABEigK", + "JEZpZWxkT2JqZWN0U3RhdGVfRmllbGRPYmplY3RTdGF0ZV9PbhACEikKJUZp", + "ZWxkT2JqZWN0U3RhdGVfRmllbGRPYmplY3RTdGF0ZV9PZmYQAyrEAQoKTG9j", + "YWxlVHlwZRIeChpMb2NhbGVUeXBlX0xvY2FsZVR5cGVfTm9uZRAAEhwKGExv", + "Y2FsZVR5cGVfTG9jYWxlVHlwZV9rbxABEhwKGExvY2FsZVR5cGVfTG9jYWxl", + "VHlwZV9lbhACEhwKGExvY2FsZVR5cGVfTG9jYWxlVHlwZV96aBADEhwKGExv", + "Y2FsZVR5cGVfTG9jYWxlVHlwZV9qYRAEEh4KGkxvY2FsZVR5cGVfTG9jYWxl", + "VHlwZV96aFRXEAUqgAIKFkNoYXJhY3RlclNraWxsQ2F0ZWdvcnkSNgoyQ2hh", + "cmFjdGVyU2tpbGxDYXRlZ29yeV9DaGFyYWN0ZXJTa2lsbENhdGVnb3J5X05v", + "bmUQABI6CjZDaGFyYWN0ZXJTa2lsbENhdGVnb3J5X0NoYXJhY3RlclNraWxs", + "Q2F0ZWdvcnlfVWx0aW1hdGUQARI4CjRDaGFyYWN0ZXJTa2lsbENhdGVnb3J5", + "X0NoYXJhY3RlclNraWxsQ2F0ZWdvcnlfU2tpbGwxEAISOAo0Q2hhcmFjdGVy", + "U2tpbGxDYXRlZ29yeV9DaGFyYWN0ZXJTa2lsbENhdGVnb3J5X1NraWxsMhAD", + "KsYBCgxCYXR0bGVSZXN1bHQSIgoeQmF0dGxlUmVzdWx0X0JhdHRsZVJlc3Vs", + "dF9Ob25lEAASIQodQmF0dGxlUmVzdWx0X0JhdHRsZVJlc3VsdF9XaW4QARIi", + "Ch5CYXR0bGVSZXN1bHRfQmF0dGxlUmVzdWx0X0xvc2UQAhImCiJCYXR0bGVS", + "ZXN1bHRfQmF0dGxlUmVzdWx0X1dpdGhEcmF3EAMSIwofQmF0dGxlUmVzdWx0", + "X0JhdHRsZVJlc3VsdF9SZXRyeRAEKrsBChJNZXNzYWdlUmV3YXJkU3RhdGUS", + "NQoxTWVzc2FnZVJld2FyZFN0YXRlX01lc3NhZ2VSZXdhcmRTdGF0ZV9VbmF2", + "YWlsYWJsZRAAEjoKNk1lc3NhZ2VSZXdhcmRTdGF0ZV9NZXNzYWdlUmV3YXJk", + "U3RhdGVfV2FpdEZvclJlY2VpdmluZxABEjIKLk1lc3NhZ2VSZXdhcmRTdGF0", + "ZV9NZXNzYWdlUmV3YXJkU3RhdGVfUmVjZWl2ZWQQAirFAQoMVExvZ1BsYXRm", + "b3JtEiEKHVRMb2dQbGF0Zm9ybV9UTG9nUGxhdGZvcm1fSW9zEAASJQohVExv", + "Z1BsYXRmb3JtX1RMb2dQbGF0Zm9ybV9BbmRyb2lkEAESJAogVExvZ1BsYXRm", + "b3JtX1RMb2dQbGF0Zm9ybV9PdGhlcnMQAhIgChxUTG9nUGxhdGZvcm1fVExv", + "Z1BsYXRmb3JtX1BjEAUSIwofVExvZ1BsYXRmb3JtX1RMb2dQbGF0Zm9ybV9D", + "bG91ZBAGKoABChBMaWJlcmF0ZUNhdGVnb3J5EjYKMkxpYmVyYXRlQ2F0ZWdv", + "cnlfTGliZXJhdGVDYXRlZ29yeV9DaGFyYWN0ZXJfUmV3YXJkEAASNAowTGli", + "ZXJhdGVDYXRlZ29yeV9MaWJlcmF0ZUNhdGVnb3J5X0NoYXJhY3Rlcl9Hcm93", + "EAEquwEKFExpYmVyYXRlTWlzc2lvblN0YXRlEjUKMUxpYmVyYXRlTWlzc2lv", + "blN0YXRlX0xpYmVyYXRlTWlzc2lvblN0YXRlX1J1bm5pbmcQABI2CjJMaWJl", + "cmF0ZU1pc3Npb25TdGF0ZV9MaWJlcmF0ZU1pc3Npb25TdGF0ZV9SZXdhcmRl", + "ZBABEjQKMExpYmVyYXRlTWlzc2lvblN0YXRlX0xpYmVyYXRlTWlzc2lvblN0", + "YXRlX0Nsb3NlZBACKqcBChtUZXh0QWR2ZW50dXJlQ2hlY2tlZExvZ1R5cGUS", + "RApAVGV4dEFkdmVudHVyZUNoZWNrZWRMb2dUeXBlX1RleHRBZHZlbnR1cmVD", + "aGVja2VkTG9nVHlwZV9Mb290SXRlbRAAEkIKPlRleHRBZHZlbnR1cmVDaGVj", + "a2VkTG9nVHlwZV9UZXh0QWR2ZW50dXJlQ2hlY2tlZExvZ1R5cGVfRW5kaW5n", + "EAEqiwEKFlNvbG9SYWlkRGlmZmljdWx0eVR5cGUSOAo0U29sb1JhaWREaWZm", + "aWN1bHR5VHlwZV9Tb2xvUmFpZERpZmZpY3VsdHlUeXBlX0NvbW1vbhAAEjcK", + "M1NvbG9SYWlkRGlmZmljdWx0eVR5cGVfU29sb1JhaWREaWZmaWN1bHR5VHlw", + "ZV9UcmlhbBABKpQBChVPdXRwb3N0QnVmZlNvdXJjZVR5cGUSPQo5T3V0cG9z", + "dEJ1ZmZTb3VyY2VUeXBlX091dHBvc3RCdWZmU291cmNlVHlwZV9UYWN0aWNB", + "Y2FkZW15EAASPAo4T3V0cG9zdEJ1ZmZTb3VyY2VUeXBlX091dHBvc3RCdWZm", + "U291cmNlVHlwZV9TdWJzY3JpcHRpb24QASrqAQobTWluaUdhbWVDZTAwMkNo", + "ZWNrZWRMb2dUeXBlEkAKPE1pbmlHYW1lQ2UwMDJDaGVja2VkTG9nVHlwZV9N", + "aW5pR2FtZUNlMDAyQ2hlY2tlZExvZ1R5cGVfRGF0YRAAEkMKP01pbmlHYW1l", + "Q2UwMDJDaGVja2VkTG9nVHlwZV9NaW5pR2FtZUNlMDAyQ2hlY2tlZExvZ1R5", + "cGVfQXJjaGl2ZRABEkQKQE1pbmlHYW1lQ2UwMDJDaGVja2VkTG9nVHlwZV9N", + "aW5pR2FtZUNlMDAyQ2hlY2tlZExvZ1R5cGVfVHV0b3JpYWwQAiqvAQoaTmV0", + "UHJvZmlsZUZyYW1lSGlzdG9yeVR5cGUSRwpDTmV0UHJvZmlsZUZyYW1lSGlz", + "dG9yeVR5cGVfTmV0UHJvZmlsZUZyYW1lSGlzdG9yeVR5cGVfUmVjZW50QWNx", + "dWlyZRAAEkgKRE5ldFByb2ZpbGVGcmFtZUhpc3RvcnlUeXBlX05ldFByb2Zp", + "bGVGcmFtZUhpc3RvcnlUeXBlX1JlcHJlc2VudGF0aXZlEAFCC6oCCEVwaW5l", + "bFBTYgZwcm90bzM=")); + descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, + new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, }, + new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EpinelPS.CurrencyType), typeof(global::EpinelPS.ResultCode), typeof(global::EpinelPS.PacketExceptionHandleType), typeof(global::EpinelPS.PacketExceptionLocalizationType), typeof(global::EpinelPS.NetFeatureKind), typeof(global::EpinelPS.StageClearInfoTeamCharacterType), typeof(global::EpinelPS.PurchaseRestriction), typeof(global::EpinelPS.BillingPlatform), typeof(global::EpinelPS.NetJukeboxLocation), typeof(global::EpinelPS.NetJukeboxBgmType), typeof(global::EpinelPS.NetSmashScoringType), typeof(global::EpinelPS.PlaySodaRunningEventType), typeof(global::EpinelPS.ScheduleKindOneofCase), typeof(global::EpinelPS.JukeboxBgmOneofCase), typeof(global::EpinelPS.SetNicknameResult), typeof(global::EpinelPS.ObtainMailResult), typeof(global::EpinelPS.SetProfileDescResult), typeof(global::EpinelPS.RookieArenaContentsState), typeof(global::EpinelPS.SpecialArenaContentsState), typeof(global::EpinelPS.SpecialArenaStartResult), typeof(global::EpinelPS.ChampionArenaScheduleType), typeof(global::EpinelPS.ChampionArenaBattleType), typeof(global::EpinelPS.BadgeContents), typeof(global::EpinelPS.CharacterSkillLevelResetResult), typeof(global::EpinelPS.ArenaCheatSettleType), typeof(global::EpinelPS.CalcCombatDataIdType), typeof(global::EpinelPS.DeleteContentsType), typeof(global::EpinelPS.CorrectionTarget), typeof(global::EpinelPS.ReqInvalidateSessionKind), typeof(global::EpinelPS.SupportCharacterContentType), typeof(global::EpinelPS.CheatRenameUnionFailureReason), typeof(global::EpinelPS.StartMatchResult), typeof(global::EpinelPS.EventShopBuyProductResult), typeof(global::EpinelPS.ObtainEventMissionRewardResult), typeof(global::EpinelPS.FavoriteItemGreatSuccessResult), typeof(global::EpinelPS.RequestFriendResult), typeof(global::EpinelPS.AcceptFriendResult), typeof(global::EpinelPS.DeleteFriendResult), typeof(global::EpinelPS.FriendshipPointResult), typeof(global::EpinelPS.AddBlacklistResult), typeof(global::EpinelPS.ClearBlacklistResult), typeof(global::EpinelPS.CancelRequestFriendResult), typeof(global::EpinelPS.ExecuteDailyFreeGachaPeriodResult), typeof(global::EpinelPS.GuildPopupCategory), typeof(global::EpinelPS.GetGuildLogResult), typeof(global::EpinelPS.UnionRaidState), typeof(global::EpinelPS.CreateGuildResult), typeof(global::EpinelPS.DeleteGuildResult), typeof(global::EpinelPS.GuildJoinRequestListResult), typeof(global::EpinelPS.ConfirmGuildJoinRequestResult), typeof(global::EpinelPS.AllConfirmGuildJoinRequestResult), typeof(global::EpinelPS.SetGuildNameResult), typeof(global::EpinelPS.SetGuildNoticeResult), typeof(global::EpinelPS.SetGuildDescResult), typeof(global::EpinelPS.SetGuildMailResult), typeof(global::EpinelPS.ChangeGuildMasterResult), typeof(global::EpinelPS.ChangeGuildManagerResult), typeof(global::EpinelPS.KickGuildMemberResult), typeof(global::EpinelPS.AddGuildBlacklistResult), typeof(global::EpinelPS.JoinGuildResult), typeof(global::EpinelPS.LeaveGuildResult), typeof(global::EpinelPS.StepStatus), typeof(global::EpinelPS.UnionRaidDamageResult), typeof(global::EpinelPS.UnionRaidPeriodResult), typeof(global::EpinelPS.UnionRaidJoinResult), typeof(global::EpinelPS.GetGuildChatListResult), typeof(global::EpinelPS.GuildChatSendResult), typeof(global::EpinelPS.DeleteGuildChatResult), typeof(global::EpinelPS.FastClearResult), typeof(global::EpinelPS.JukeboxLocation), typeof(global::EpinelPS.LiberateDataExpiredError), typeof(global::EpinelPS.MiniGameDiceGaugeResult), typeof(global::EpinelPS.GaugeMaxEventResult), typeof(global::EpinelPS.MiniGameSortOutPlayType), typeof(global::EpinelPS.MiniGameSortOutResult), typeof(global::EpinelPS.NKSMissionExpiredError), typeof(global::EpinelPS.NKSStageResultType), typeof(global::EpinelPS.NKSSkillTreeActType), typeof(global::EpinelPS.NKSV2MissionExpiredError), typeof(global::EpinelPS.NKSV2StageResultType), typeof(global::EpinelPS.NKSV2SkillTreeActType), typeof(global::EpinelPS.MiniGameBanResult), typeof(global::EpinelPS.MiniGameTowerDefenseMissionExpiredError), typeof(global::EpinelPS.IslandAdventureGameType), typeof(global::EpinelPS.MiniGameIslandAdventureMissionExpiredError), typeof(global::EpinelPS.EquipmentType), typeof(global::EpinelPS.CancelBuildingResult), typeof(global::EpinelPS.ImmediatelyBuildingResult), typeof(global::EpinelPS.PayChannel), typeof(global::EpinelPS.StartPurchaseResult), typeof(global::EpinelPS.JoinPartyError), typeof(global::EpinelPS.ListInvitationError), typeof(global::EpinelPS.CreatePartyError), typeof(global::EpinelPS.InvitePartyError), typeof(global::EpinelPS.JoinPath), typeof(global::EpinelPS.StartPartyMatchError), typeof(global::EpinelPS.ShootingRangeRankingResult), typeof(global::EpinelPS.ShopBuyProductResult), typeof(global::EpinelPS.SimRoomResult), typeof(global::EpinelPS.SimRoomStatus), typeof(global::EpinelPS.SimRoomBattleEventProgress), typeof(global::EpinelPS.EventOneofCase), typeof(global::EpinelPS.SoloRaidType), typeof(global::EpinelPS.SoloRaidPeriodResult), typeof(global::EpinelPS.SoloRaidJoinResult), typeof(global::EpinelPS.SoloRaidState), typeof(global::EpinelPS.SoloRaidBanResult), typeof(global::EpinelPS.SoloRaidStatus), typeof(global::EpinelPS.Availability), typeof(global::EpinelPS.INTLEnvironment), typeof(global::EpinelPS.AuthErrorCode), typeof(global::EpinelPS.ResultOneofCase), typeof(global::EpinelPS.AuthPlatformType), typeof(global::EpinelPS.UserGrade), typeof(global::EpinelPS.AutoSettingCondition), typeof(global::EpinelPS.FieldContentsType), typeof(global::EpinelPS.BurstStepType), typeof(global::EpinelPS.GachaCount), typeof(global::EpinelPS.ContentsType), typeof(global::EpinelPS.OrderType), typeof(global::EpinelPS.TriggerCategory), typeof(global::EpinelPS.MailType), typeof(global::EpinelPS.MailState), typeof(global::EpinelPS.MailExpireDay), typeof(global::EpinelPS.FriendState), typeof(global::EpinelPS.FriendType), typeof(global::EpinelPS.FriendPointReceiveState), typeof(global::EpinelPS.GuildJoinType), typeof(global::EpinelPS.GuildMemberType), typeof(global::EpinelPS.FieldObjectState), typeof(global::EpinelPS.LocaleType), typeof(global::EpinelPS.CharacterSkillCategory), typeof(global::EpinelPS.BattleResult), typeof(global::EpinelPS.MessageRewardState), typeof(global::EpinelPS.TLogPlatform), typeof(global::EpinelPS.LiberateCategory), typeof(global::EpinelPS.LiberateMissionState), typeof(global::EpinelPS.TextAdventureCheckedLogType), typeof(global::EpinelPS.SoloRaidDifficultyType), typeof(global::EpinelPS.OutpostBuffSourceType), typeof(global::EpinelPS.MiniGameCe002CheckedLogType), typeof(global::EpinelPS.NetProfileFrameHistoryType), }, null, new pbr::GeneratedClrTypeInfo[] { + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.PacketVersion), global::EpinelPS.PacketVersion.Parser, new[]{ "Major", "Minor" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCampaignPackageGetAllShutdownFlags), global::EpinelPS.ReqCampaignPackageGetAllShutdownFlags.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCampaignPackageGetAllShutdownFlags), global::EpinelPS.ResCampaignPackageGetAllShutdownFlags.Parser, new[]{ "UnavailablePackageGroupIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGachaGetAllShutdownFlags), global::EpinelPS.ReqGachaGetAllShutdownFlags.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGachaGetAllShutdownFlags), global::EpinelPS.ResGachaGetAllShutdownFlags.Parser, new[]{ "Unavailables" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFeatureFlag), global::EpinelPS.NetFeatureFlag.Parser, new[]{ "FeatureKind", "IsOpen" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetFeatureFlag), global::EpinelPS.ReqGetFeatureFlag.Parser, new[]{ "FeatureKind" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetFeatureFlag), global::EpinelPS.ResGetFeatureFlag.Parser, new[]{ "IsOpen" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetAllFeatureFlags), global::EpinelPS.ReqGetAllFeatureFlags.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetAllFeatureFlags), global::EpinelPS.ResGetAllFeatureFlags.Parser, new[]{ "Flags" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetServerInfo), global::EpinelPS.ReqGetServerInfo.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMaintenanceNotice), global::EpinelPS.ReqMaintenanceNotice.Parser, new[]{ "OpenId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetNow), global::EpinelPS.ReqGetNow.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUserOnlineStateLog), global::EpinelPS.ReqUserOnlineStateLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterLobbyServer), global::EpinelPS.ReqEnterLobbyServer.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUserData), global::EpinelPS.ReqGetUserData.Parser, new[]{ "IsSimple" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetNickname), global::EpinelPS.ReqSetNickname.Parser, new[]{ "Nickname" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetPurchaseRestriction), global::EpinelPS.ReqSetPurchaseRestriction.Parser, new[]{ "PurchaseRestriction" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetProfileData), global::EpinelPS.ReqGetProfileData.Parser, new[]{ "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetProfileFrame), global::EpinelPS.ReqGetProfileFrame.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetProfileIcon), global::EpinelPS.ReqSetProfileIcon.Parser, new[]{ "Icon", "IsPrism" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetProfileDesc), global::EpinelPS.ReqSetProfileDesc.Parser, new[]{ "Desc" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetProfileFrame), global::EpinelPS.ReqSetProfileFrame.Parser, new[]{ "Frame" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetProfileTeam), global::EpinelPS.ReqSetProfileTeam.Parser, new[]{ "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukebox), global::EpinelPS.ReqSetJukebox.Parser, new[]{ "Tid", "Location" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetProfileData), global::EpinelPS.ReqSetProfileData.Parser, new[]{ "Icon", "IsPrism", "Frame" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetScenarioComplete), global::EpinelPS.ReqSetScenarioComplete.Parser, new[]{ "ScenarioId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetEventScenarioComplete), global::EpinelPS.ResSetEventScenarioComplete.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddFieldTalk), global::EpinelPS.ResAddFieldTalk.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetFieldTalkList), global::EpinelPS.ResGetFieldTalkList.Parser, new[]{ "FieldTalkList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetWallpaper), global::EpinelPS.ReqSetWallpaper.Parser, new[]{ "WallpaperList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetWallpaper), global::EpinelPS.ReqGetWallpaper.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetWallpaperInventory), global::EpinelPS.ReqGetWallpaperInventory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetScenarioList), global::EpinelPS.ReqGetScenarioList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveUserGlobalOptions), global::EpinelPS.ReqSaveUserGlobalOptions.Parser, new[]{ "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteBadge), global::EpinelPS.ReqDeleteBadge.Parser, new[]{ "BadgeSeqList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSyncBadge), global::EpinelPS.ReqSyncBadge.Parser, new[]{ "LastBadgeSeq", "NewClientBadgeList", "LastUniqueBadgeSeq", "NewUniqueBadgeList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMessages), global::EpinelPS.ReqGetMessages.Parser, new[]{ "Seq" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProceedMessage), global::EpinelPS.ReqProceedMessage.Parser, new[]{ "MessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMessageReward), global::EpinelPS.ReqObtainMessageReward.Parser, new[]{ "MessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinSubQuest), global::EpinelPS.ReqFinSubQuest.Parser, new[]{ "SubQuestId", "MessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqPickTodayRandomMessage), global::EpinelPS.ReqPickTodayRandomMessage.Parser, new[]{ "ConditionTriggerIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqPickTodayDailyMessage), global::EpinelPS.ReqPickTodayDailyMessage.Parser, new[]{ "ConditionTriggerIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddFieldTalk), global::EpinelPS.ReqAddFieldTalk.Parser, new[]{ "FieldTalkId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetFieldTalkList), global::EpinelPS.ReqGetFieldTalkList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetInventoryData), global::EpinelPS.ReqGetInventoryData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqWearEquipment), global::EpinelPS.ReqWearEquipment.Parser, new[]{ "Isn", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearEquipment), global::EpinelPS.ReqClearEquipment.Parser, new[]{ "Isn", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqWearEquipmentList), global::EpinelPS.ReqWearEquipmentList.Parser, new[]{ "Csn", "IsnList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAllClearEquipment), global::EpinelPS.ReqAllClearEquipment.Parser, new[]{ "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqIncreaseExpEquip), global::EpinelPS.ReqIncreaseExpEquip.Parser, new[]{ "Isn", "ItemList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUseSelectBox), global::EpinelPS.ReqUseSelectBox.Parser, new[]{ "Isn", "Select" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetHarmonyCube), global::EpinelPS.ReqGetHarmonyCube.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqWearHarmonyCube), global::EpinelPS.ReqWearHarmonyCube.Parser, new[]{ "Isn", "Wear" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearHarmonyCube), global::EpinelPS.ReqClearHarmonyCube.Parser, new[]{ "Isn", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqManagementHarmonyCube), global::EpinelPS.ReqManagementHarmonyCube.Parser, new[]{ "Isn", "Wears", "Clears" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqLevelUpHarmonyCube), global::EpinelPS.ReqLevelUpHarmonyCube.Parser, new[]{ "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUseBundleBox), global::EpinelPS.ReqUseBundleBox.Parser, new[]{ "Isn", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUseRandomBox), global::EpinelPS.ReqUseRandomBox.Parser, new[]{ "Isn", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUseRandomBox), global::EpinelPS.ResUseRandomBox.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUseTimeReward), global::EpinelPS.ReqUseTimeReward.Parser, new[]{ "Isn", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUseTimeReward), global::EpinelPS.ResUseTimeReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUsePiece), global::EpinelPS.ReqUsePiece.Parser, new[]{ "Isn", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetCurrencyData), global::EpinelPS.ReqGetCurrencyData.Parser, new[]{ "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRefreshChargeCurrencyData), global::EpinelPS.ReqRefreshChargeCurrencyData.Parser, new[]{ "TxCentauriExtra" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuyTicket), global::EpinelPS.ReqBuyTicket.Parser, new[]{ "CurrencyType", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetCharacterData), global::EpinelPS.ReqGetCharacterData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterUpgrade), global::EpinelPS.ReqCharacterUpgrade.Parser, new[]{ "Csn", "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterLevelUp), global::EpinelPS.ReqCharacterLevelUp.Parser, new[]{ "Csn", "Level" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterCoreUpgrade), global::EpinelPS.ReqCharacterCoreUpgrade.Parser, new[]{ "Csn", "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterGrowReset), global::EpinelPS.ReqCharacterGrowReset.Parser, new[]{ "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetAttractiveList), global::EpinelPS.ReqGetAttractiveList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterCounsel), global::EpinelPS.ReqCharacterCounsel.Parser, new[]{ "NameCode", "CounselTid", "SelectTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterPresent), global::EpinelPS.ReqCharacterPresent.Parser, new[]{ "NameCode", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainAttractiveReward), global::EpinelPS.ReqObtainAttractiveReward.Parser, new[]{ "NameCode", "Level" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetAttractiveFavorites), global::EpinelPS.ReqSetAttractiveFavorites.Parser, new[]{ "NameCode", "IsFavorites" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSynchroData), global::EpinelPS.ReqGetSynchroData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroRegister), global::EpinelPS.ReqSynchroRegister.Parser, new[]{ "Slot", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroUnregist), global::EpinelPS.ReqSynchroUnregist.Parser, new[]{ "Slot" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroAddSlot), global::EpinelPS.ReqSynchroAddSlot.Parser, new[]{ "Slot" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroImmediatelyInitialize), global::EpinelPS.ReqSynchroImmediatelyInitialize.Parser, new[]{ "Slot" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroLevelUp), global::EpinelPS.ReqSynchroLevelUp.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroChange), global::EpinelPS.ReqSynchroChange.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterSkillLevelUp), global::EpinelPS.ReqCharacterSkillLevelUp.Parser, new[]{ "Csn", "Category" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetCharacterCostumeData), global::EpinelPS.ReqGetCharacterCostumeData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetCharacterCostume), global::EpinelPS.ReqSetCharacterCostume.Parser, new[]{ "Csn", "CostumeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMailData), global::EpinelPS.ReqGetMailData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAllObtainMail), global::EpinelPS.ReqAllObtainMail.Parser, new[]{ "Mails" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqReadMail), global::EpinelPS.ReqReadMail.Parser, new[]{ "Msn", "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteReadMail), global::EpinelPS.ReqDeleteReadMail.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSyncTrigger), global::EpinelPS.ReqSyncTrigger.Parser, new[]{ "Seq", "IsTrustedClientSeq" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMainQuestData), global::EpinelPS.ReqGetMainQuestData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinMainQuest), global::EpinelPS.ReqFinMainQuest.Parser, new[]{ "Tid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMainQuestReward), global::EpinelPS.ReqObtainMainQuestReward.Parser, new[]{ "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStartSuddenEvent), global::EpinelPS.ReqStartSuddenEvent.Parser, new[]{ "Tid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainTriggerRewardForJukebox), global::EpinelPS.ReqObtainTriggerRewardForJukebox.Parser, new[]{ "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMessengerDialog), global::EpinelPS.ReqEnterMessengerDialog.Parser, new[]{ "Tid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSubQuestMessengerDialog), global::EpinelPS.ReqEnterSubQuestMessengerDialog.Parser, new[]{ "SubQuestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSubQuestFinMessengerDialog), global::EpinelPS.ReqEnterSubQuestFinMessengerDialog.Parser, new[]{ "SubQuestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainAchievementReward), global::EpinelPS.ReqObtainAchievementReward.Parser, new[]{ "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainDailyMissionReward), global::EpinelPS.ReqObtainDailyMissionReward.Parser, new[]{ "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainWeeklyMissionReward), global::EpinelPS.ReqObtainWeeklyMissionReward.Parser, new[]{ "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetDailyRewardedData), global::EpinelPS.ReqGetDailyRewardedData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetWeeklyRewardedData), global::EpinelPS.ReqGetWeeklyRewardedData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetAchievementRewardedData), global::EpinelPS.ReqGetAchievementRewardedData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetJukeboxRewardedData), global::EpinelPS.ReqGetJukeboxRewardedData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnrollmentSubQuest), global::EpinelPS.ReqEnrollmentSubQuest.Parser, new[]{ "SubquestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSubQuestList), global::EpinelPS.ReqGetSubQuestList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetTriggerFromSubQuest), global::EpinelPS.ReqSetTriggerFromSubQuest.Parser, new[]{ "SubquestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqShopProductList), global::EpinelPS.ReqShopProductList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqShopBuyProduct), global::EpinelPS.ReqShopBuyProduct.Parser, new[]{ "ShopCategory", "Order", "ShopProductTid", "Quantity" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqShopRenew), global::EpinelPS.ReqShopRenew.Parser, new[]{ "ShopCategory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetPopupPackageState), global::EpinelPS.ReqGetPopupPackageState.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetPopupPackageState), global::EpinelPS.ReqSetPopupPackageState.Parser, new[]{ "GroupId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetInAppShopData), global::EpinelPS.ReqGetInAppShopData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMonthlySubscriptionReward), global::EpinelPS.ReqGetMonthlySubscriptionReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainPurchaseRewardCampaignPackage), global::EpinelPS.ReqObtainPurchaseRewardCampaignPackage.Parser, new[]{ "PackageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetCampaignPackage), global::EpinelPS.ReqGetCampaignPackage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetInAppShopReceivableProductList), global::EpinelPS.ReqGetInAppShopReceivableProductList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetInAppShopBuyProduct), global::EpinelPS.ReqGetInAppShopBuyProduct.Parser, new[]{ "ProductId", "Token" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainCampaignPackage), global::EpinelPS.ReqObtainCampaignPackage.Parser, new[]{ "PackageGroupId", "ObtainIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExecuteGacha), global::EpinelPS.ReqExecuteGacha.Parser, new[]{ "Tid", "CurrencyType", "Count", "IsDiscount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetGachaData), global::EpinelPS.ReqGetGachaData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetGachaCustom), global::EpinelPS.ReqSetGachaCustom.Parser, new[]{ "Type", "Custom" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetTeamData), global::EpinelPS.ReqGetTeamData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetTeam), global::EpinelPS.ReqSetTeam.Parser, new[]{ "Type", "ContentsId", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetStageData), global::EpinelPS.ReqGetStageData.Parser, new[]{ "Chapter", "Mod" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterStage), global::EpinelPS.ReqEnterStage.Parser, new[]{ "StageId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearStage), global::EpinelPS.ReqClearStage.Parser, new[]{ "StageId", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetStageClearInfo), global::EpinelPS.ReqGetStageClearInfo.Parser, new[]{ "StageType", "TabType", "FilterType", "LastTeamCombat", "OrderType", "StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetTowerData), global::EpinelPS.ReqGetTowerData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterTower), global::EpinelPS.ReqEnterTower.Parser, new[]{ "TowerId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearTower), global::EpinelPS.ReqClearTower.Parser, new[]{ "TowerId", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearTower), global::EpinelPS.ReqFastClearTower.Parser, new[]{ "TowerId", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetCampaignFieldData), global::EpinelPS.ReqGetCampaignFieldData.Parser, new[]{ "MapId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveCampaignField), global::EpinelPS.ReqSaveCampaignField.Parser, new[]{ "MapId", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveArchiveFieldRawData), global::EpinelPS.ReqSaveArchiveFieldRawData.Parser, new[]{ "MapId", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveCampaignFieldObject), global::EpinelPS.ReqSaveCampaignFieldObject.Parser, new[]{ "MapId", "FieldObject" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainCampaignItem), global::EpinelPS.ReqObtainCampaignItem.Parser, new[]{ "MapId", "FieldObject" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEscapeCampaign), global::EpinelPS.ReqEscapeCampaign.Parser, new[]{ "MapId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLostSectorData), global::EpinelPS.ReqGetLostSectorData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLostSectorFieldData), global::EpinelPS.ReqGetLostSectorFieldData.Parser, new[]{ "SectorId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqPlayLostSector), global::EpinelPS.ReqPlayLostSector.Parser, new[]{ "SectorId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqOpenLostSector), global::EpinelPS.ReqOpenLostSector.Parser, new[]{ "SectorId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqResetLostSector), global::EpinelPS.ReqResetLostSector.Parser, new[]{ "SectorId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterLostSectorStage), global::EpinelPS.ReqEnterLostSectorStage.Parser, new[]{ "StageId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearLostSectorStage), global::EpinelPS.ReqClearLostSectorStage.Parser, new[]{ "StageId", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearLostSectorStage), global::EpinelPS.ReqFastClearLostSectorStage.Parser, new[]{ "StageId", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainLostSectorItem), global::EpinelPS.ReqObtainLostSectorItem.Parser, new[]{ "SectorId", "Object" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveLostSectorField), global::EpinelPS.ReqSaveLostSectorField.Parser, new[]{ "SectorId", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveLostSectorFieldObject), global::EpinelPS.ReqSaveLostSectorFieldObject.Parser, new[]{ "SectorId", "Object" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqLostSectorPerfectReward), global::EpinelPS.ReqLostSectorPerfectReward.Parser, new[]{ "SectorId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecommendGuildList), global::EpinelPS.ReqRecommendGuildList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetGuild), global::EpinelPS.ReqGetGuild.Parser, new[]{ "Gsn", "IsSimple" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetGuildLog), global::EpinelPS.ReqGetGuildLog.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCreateGuild), global::EpinelPS.ReqCreateGuild.Parser, new[]{ "Name", "Emblem", "Locale" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteGuild), global::EpinelPS.ReqDeleteGuild.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGuildJoinRequestList), global::EpinelPS.ReqGuildJoinRequestList.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqConfirmGuildJoinRequest), global::EpinelPS.ReqConfirmGuildJoinRequest.Parser, new[]{ "Gsn", "TargetUsn", "Accept" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAllConfirmGuildJoinRequest), global::EpinelPS.ReqAllConfirmGuildJoinRequest.Parser, new[]{ "Gsn", "Accept" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetGuildName), global::EpinelPS.ReqSetGuildName.Parser, new[]{ "Gsn", "Name" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateGuildNotice), global::EpinelPS.ReqUpdateGuildNotice.Parser, new[]{ "Gsn", "Notice" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateGuildSettings), global::EpinelPS.ReqUpdateGuildSettings.Parser, new[]{ "Gsn", "Desc", "Emblem", "Locale", "JoinType", "JoinLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSendGuildMail), global::EpinelPS.ReqSendGuildMail.Parser, new[]{ "Gsn", "Title", "Content" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChangeGuildMaster), global::EpinelPS.ReqChangeGuildMaster.Parser, new[]{ "Gsn", "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChangeGuildManager), global::EpinelPS.ReqChangeGuildManager.Parser, new[]{ "Gsn", "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqKickGuildMember), global::EpinelPS.ReqKickGuildMember.Parser, new[]{ "Gsn", "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddGuildBlacklist), global::EpinelPS.ReqAddGuildBlacklist.Parser, new[]{ "Gsn", "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqJoinGuild), global::EpinelPS.ReqJoinGuild.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqLeaveGuild), global::EpinelPS.ReqLeaveGuild.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetGuildChatList), global::EpinelPS.ReqGetGuildChatList.Parser, new[]{ "LatestMessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSendGuildChat), global::EpinelPS.ReqSendGuildChat.Parser, new[]{ "Message" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetFriendData), global::EpinelPS.ReqGetFriendData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRequestFriend), global::EpinelPS.ReqRequestFriend.Parser, new[]{ "Fusn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAcceptFriend), global::EpinelPS.ReqAcceptFriend.Parser, new[]{ "Fusn", "IsAccept" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteFriend), global::EpinelPS.ReqDeleteFriend.Parser, new[]{ "Fusn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAllAcceptFriend), global::EpinelPS.ReqAllAcceptFriend.Parser, new[]{ "IsAccept" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSendFriendshipPoint), global::EpinelPS.ReqSendFriendshipPoint.Parser, new[]{ "Fusn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainFriendshipPoint), global::EpinelPS.ReqObtainFriendshipPoint.Parser, new[]{ "Fusn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAllFriendshipPoint), global::EpinelPS.ReqAllFriendshipPoint.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddBlacklist), global::EpinelPS.ReqAddBlacklist.Parser, new[]{ "BlackUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearBlacklist), global::EpinelPS.ReqClearBlacklist.Parser, new[]{ "ClearUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecommendFriendList), global::EpinelPS.ReqRecommendFriendList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteFriendList), global::EpinelPS.ReqDeleteFriendList.Parser, new[]{ "DeleteList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSearchFriendList), global::EpinelPS.ReqSearchFriendList.Parser, new[]{ "Search" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCancelRequestFriend), global::EpinelPS.ReqCancelRequestFriend.Parser, new[]{ "Fusn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetOutpostData), global::EpinelPS.ReqGetOutpostData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuilding), global::EpinelPS.ReqBuilding.Parser, new[]{ "BuildingId", "PositionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCancelBuilding), global::EpinelPS.ReqCancelBuilding.Parser, new[]{ "PositionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqImmediatelyBuilding), global::EpinelPS.ReqImmediatelyBuilding.Parser, new[]{ "PositionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMoveBuilding), global::EpinelPS.ReqMoveBuilding.Parser, new[]{ "SrcPositionId", "DstPositionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuildingIsDone), global::EpinelPS.ReqBuildingIsDone.Parser, new[]{ "PositionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainOutpostBattleReward), global::EpinelPS.ReqObtainOutpostBattleReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainFastBattleReward), global::EpinelPS.ReqObtainFastBattleReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqShowOutpostBattleReward), global::EpinelPS.ReqShowOutpostBattleReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetDispatchList), global::EpinelPS.ReqGetDispatchList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqResetDispatchList), global::EpinelPS.ReqResetDispatchList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRunDispatch), global::EpinelPS.ReqRunDispatch.Parser, new[]{ "Tid", "CsnList", "SelectSlotId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCancelDispatch), global::EpinelPS.ReqCancelDispatch.Parser, new[]{ "Tid", "SelectSlotId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainDispatchReward), global::EpinelPS.ReqObtainDispatchReward.Parser, new[]{ "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCheckBuildCondition), global::EpinelPS.ReqCheckBuildCondition.Parser, new[]{ "BuildingId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRunDispatchList), global::EpinelPS.ReqRunDispatchList.Parser, new[]{ "DispatchData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetRecycleRoomData), global::EpinelPS.ReqGetRecycleRoomData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecycleRunResearch), global::EpinelPS.ReqRecycleRunResearch.Parser, new[]{ "Tid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecycleLevelUpResearch), global::EpinelPS.ReqRecycleLevelUpResearch.Parser, new[]{ "Tid", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetTacticAcademyData), global::EpinelPS.ReqGetTacticAcademyData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqTacticAcademyClearLesson), global::EpinelPS.ReqTacticAcademyClearLesson.Parser, new[]{ "LessonTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMemoryList), global::EpinelPS.ReqGetMemoryList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMemorialSeriesReward), global::EpinelPS.ReqObtainMemorialSeriesReward.Parser, new[]{ "SeriesList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetRankingList), global::EpinelPS.ReqGetRankingList.Parser, new[]{ "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetAllTopRank), global::EpinelPS.ReqGetAllTopRank.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetRankAchievementTop), global::EpinelPS.ReqGetRankAchievementTop.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetRankAchievementLeaderBoard), global::EpinelPS.ReqGetRankAchievementLeaderBoard.Parser, new[]{ "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainRankAchievementServerReward), global::EpinelPS.ReqObtainRankAchievementServerReward.Parser, new[]{ "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateRankingServerReward), global::EpinelPS.ReqUpdateRankingServerReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArena), global::EpinelPS.ReqGetArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArenaEnemyList), global::EpinelPS.ReqGetArenaEnemyList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqArenaStart), global::EpinelPS.ReqArenaStart.Parser, new[]{ "EnemyUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqArenaBotResult), global::EpinelPS.ReqArenaBotResult.Parser, new[]{ "GroupId", "IsWin", "TeamNumber", "Nickname", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqArenaResult), global::EpinelPS.ReqArenaResult.Parser, new[]{ "EnemyUsn", "TeamNumber", "Enemy", "IsWin", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArenaEnemyData), global::EpinelPS.ReqGetArenaEnemyData.Parser, new[]{ "EnemyUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArenaRecordList), global::EpinelPS.ReqGetArenaRecordList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArena), global::EpinelPS.ReqGetSpecialArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaEnemyData), global::EpinelPS.ReqGetSpecialArenaEnemyData.Parser, new[]{ "EnemyUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSpecialArenaStart), global::EpinelPS.ReqSpecialArenaStart.Parser, new[]{ "EnemyUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSpecialArenaResult), global::EpinelPS.ReqSpecialArenaResult.Parser, new[]{ "EnemyUsn", "Enemy", "Result", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqShowSpecialArenaReward), global::EpinelPS.ReqShowSpecialArenaReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainSpecialArenaReward), global::EpinelPS.ReqObtainSpecialArenaReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaPointRankList), global::EpinelPS.ReqGetSpecialArenaPointRankList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaProfile), global::EpinelPS.ReqGetSpecialArenaProfile.Parser, new[]{ "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaEnemyList), global::EpinelPS.ReqGetSpecialArenaEnemyList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainInfraCoreReward), global::EpinelPS.ReqObtainInfraCoreReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCheckReceiveInfraCoreReward), global::EpinelPS.ReqCheckReceiveInfraCoreReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetEventList), global::EpinelPS.ReqGetEventList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqLoginEventData), global::EpinelPS.ReqLoginEventData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStoryDungeonEventData), global::EpinelPS.ReqStoryDungeonEventData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetEventMissionClear), global::EpinelPS.ReqGetEventMissionClear.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainEventMissionReward), global::EpinelPS.ReqObtainEventMissionReward.Parser, new[]{ "EventId", "EventMissionIdList", "RequestTimeStamp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetEventScenarioData), global::EpinelPS.ReqGetEventScenarioData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetEventScenarioComplete), global::EpinelPS.ReqSetEventScenarioComplete.Parser, new[]{ "EventId", "ScenarioId", "DialogType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainDailyEventReward), global::EpinelPS.ReqObtainDailyEventReward.Parser, new[]{ "EventId", "DailyEventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetJoinedEvent), global::EpinelPS.ReqGetJoinedEvent.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterLobbyPing), global::EpinelPS.ReqEnterLobbyPing.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveTutorial), global::EpinelPS.ReqSaveTutorial.Parser, new[]{ "TutorialId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterPoll), global::EpinelPS.ReqEnterPoll.Parser, new[]{ "PollId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishPoll), global::EpinelPS.ReqFinishPoll.Parser, new[]{ "PollId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainLoginEventReward), global::EpinelPS.ReqObtainLoginEventReward.Parser, new[]{ "EventId", "Day" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMultiRaidRewardedCount), global::EpinelPS.ReqGetMultiRaidRewardedCount.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStartMatch), global::EpinelPS.ReqStartMatch.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMultiRaidReward), global::EpinelPS.ReqObtainMultiRaidReward.Parser, new[]{ "EventId", "Damage" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMultiRaidRankingTopUser), global::EpinelPS.ReqGetMultiRaidRankingTopUser.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMultiRaidUserRanking), global::EpinelPS.ReqGetMultiRaidUserRanking.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEventShopProductList), global::EpinelPS.ReqEventShopProductList.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEventShopBuyProduct), global::EpinelPS.ReqEventShopBuyProduct.Parser, new[]{ "ShopCategory", "Order", "ShopProductTid", "Quantity", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetTutorialList), global::EpinelPS.ReqGetTutorialList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetTutorial), global::EpinelPS.ReqSetTutorial.Parser, new[]{ "LastClearedTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterEventStage), global::EpinelPS.ReqEnterEventStage.Parser, new[]{ "StageId", "TeamNumber", "EventId", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearEventStage), global::EpinelPS.ReqClearEventStage.Parser, new[]{ "StageId", "TeamNumber", "EventId", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainPassReward), global::EpinelPS.ReqObtainPassReward.Parser, new[]{ "PassId", "PassRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuyPassRank), global::EpinelPS.ReqBuyPassRank.Parser, new[]{ "PassId", "TargetPassRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompletePassMission), global::EpinelPS.ReqCompletePassMission.Parser, new[]{ "PassId", "PassMissionList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetActivePassData), global::EpinelPS.ReqGetActivePassData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainOnePassReward), global::EpinelPS.ReqObtainOnePassReward.Parser, new[]{ "PassId", "PassRank", "PremiumReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSimRoom), global::EpinelPS.ReqGetSimRoom.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSelectSimRoomDifficulty), global::EpinelPS.ReqSelectSimRoomDifficulty.Parser, new[]{ "Difficulty", "StartingChapter", "OverclockOptionList", "OverclockSeason", "OverclockSubSeason" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSelectSimRoomEvent), global::EpinelPS.ReqSelectSimRoomEvent.Parser, new[]{ "Location", "Event" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSimRoomBattle), global::EpinelPS.ReqEnterSimRoomBattle.Parser, new[]{ "Location", "Event", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearSimRoomBattle), global::EpinelPS.ReqClearSimRoomBattle.Parser, new[]{ "Location", "Event", "TeamNumber", "BattleResult", "RemainingHps", "RemainingTargetHp", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearSimRoomBattle), global::EpinelPS.ReqFastClearSimRoomBattle.Parser, new[]{ "Location", "Event", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSelectSimRoomBuff), global::EpinelPS.ReqSelectSimRoomBuff.Parser, new[]{ "Location", "Event", "BuffToAdd", "BuffToDelete" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSelectSimRoomSelectionEvent), global::EpinelPS.ReqSelectSimRoomSelectionEvent.Parser, new[]{ "Location", "Event", "SelectionNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSimRoomAcquireBuffFunction), global::EpinelPS.ReqGetSimRoomAcquireBuffFunction.Parser, new[]{ "Location", "Event", "SelectionNumber", "SelectionGroupElementId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProceedSimRoomNikkeFunction), global::EpinelPS.ReqProceedSimRoomNikkeFunction.Parser, new[]{ "Location", "Event", "SelectionNumber", "SelectionGroupElementId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProceedSimRoomBuffFunction), global::EpinelPS.ReqProceedSimRoomBuffFunction.Parser, new[]{ "Location", "Event", "SelectionNumber", "SelectionGroupElementId", "BuffToDelete" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProceedSimRoomSkipFunction), global::EpinelPS.ReqProceedSimRoomSkipFunction.Parser, new[]{ "Location", "Event", "SelectionNumber", "SelectionGroupElementId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqQuitSimRoom), global::EpinelPS.ReqQuitSimRoom.Parser, new[]{ "BuffsToAdd", "BuffsToDelete" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCreateParty), global::EpinelPS.ReqCreateParty.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqInviteParty), global::EpinelPS.ReqInviteParty.Parser, new[]{ "ToUsn", "PartyId", "EventId", "IsForced" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqJoinPartyByCode), global::EpinelPS.ReqJoinPartyByCode.Parser, new[]{ "Code" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqJoinParty), global::EpinelPS.ReqJoinParty.Parser, new[]{ "PartyId", "Path", "Fusn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListFriendParty), global::EpinelPS.ReqListFriendParty.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListInvitableFriend), global::EpinelPS.ReqListInvitableFriend.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListInvitation), global::EpinelPS.ReqListInvitation.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStartPartyMatch), global::EpinelPS.ReqStartPartyMatch.Parser, new[]{ "PartyId", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSearchUserForInvite), global::EpinelPS.ReqSearchUserForInvite.Parser, new[]{ "SearchKeyWord", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetWholeUserData), global::EpinelPS.ReqGetWholeUserData.Parser, new[]{ "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetInterceptData), global::EpinelPS.ReqGetInterceptData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterIntercept), global::EpinelPS.ReqEnterIntercept.Parser, new[]{ "Intercept", "InterceptId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearIntercept), global::EpinelPS.ReqClearIntercept.Parser, new[]{ "Intercept", "InterceptId", "Damage", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetContentsOpenData), global::EpinelPS.ReqGetContentsOpenData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetTextAdvData), global::EpinelPS.ReqGetTextAdvData.Parser, new[]{ "TextAdvId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordTextAdvPage), global::EpinelPS.ReqRecordTextAdvPage.Parser, new[]{ "TextAdvPageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUndoTextAdvPage), global::EpinelPS.ReqUndoTextAdvPage.Parser, new[]{ "TextAdvId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearTextAdv), global::EpinelPS.ReqClearTextAdv.Parser, new[]{ "EndingPageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddTextAdvCheckedLog), global::EpinelPS.ReqAddTextAdvCheckedLog.Parser, new[]{ "TextAdvId", "CheckedLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameNKSData), global::EpinelPS.ReqGetMiniGameNKSData.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateNKSMissionProgress), global::EpinelPS.ReqUpdateNKSMissionProgress.Parser, new[]{ "NKSId", "ProgressUpdateList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUploadMiniGameNKSProgress), global::EpinelPS.ReqUploadMiniGameNKSProgress.Parser, new[]{ "NKSId", "ProgressJson" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAccumulateMiniGameNKSRankingScore), global::EpinelPS.ReqAccumulateMiniGameNKSRankingScore.Parser, new[]{ "NKSId", "Score" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameNKSStagePlayLog), global::EpinelPS.ReqRecordMiniGameNKSStagePlayLog.Parser, new[]{ "NKSId", "StageId", "CharacterId", "ItemCollectList", "MonsterKillList", "CharacterLevel", "SurvivalTime", "PlayResult", "IsResumedFromLastSave" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameNKSCharacterUnlockLog), global::EpinelPS.ReqRecordMiniGameNKSCharacterUnlockLog.Parser, new[]{ "NKSId", "CharacterId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameNKSSkillTreeUpgradeLog), global::EpinelPS.ReqRecordMiniGameNKSSkillTreeUpgradeLog.Parser, new[]{ "NKSId", "CharacterId", "ActType", "SkillTreeId", "SlotItemId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearInterceptPractice), global::EpinelPS.ReqClearInterceptPractice.Parser, new[]{ "Intercept", "InterceptId", "Damage", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetShootingRangeScoreV2), global::EpinelPS.ReqSetShootingRangeScoreV2.Parser, new[]{ "ShootingRangeId", "Score", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetSoloRaidDamage), global::EpinelPS.ReqSetSoloRaidDamage.Parser, new[]{ "RaidLevel", "Damage", "Team", "AntiCheatBattleData", "AntiCheatAdditionalInfo", "BattleResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetSoloRaidPracticeDamage), global::EpinelPS.ReqSetSoloRaidPracticeDamage.Parser, new[]{ "RaidLevel", "Damage", "Team", "DifficultyType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetSoloRaidTrialDamage), global::EpinelPS.ReqSetSoloRaidTrialDamage.Parser, new[]{ "RaidLevel", "Damage", "Team", "AntiCheatBattleData", "AntiCheatAdditionalInfo", "BattleResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearArchiveStage), global::EpinelPS.ReqClearArchiveStage.Parser, new[]{ "EventId", "StageId", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetUnionRaidDamage), global::EpinelPS.ReqSetUnionRaidDamage.Parser, new[]{ "RaidLevel", "RaidStep", "Damage", "Team", "AntiCheatBattleData", "AntiCheatAdditionalInfo", "BattleResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetUnionRaidPracticeDamage), global::EpinelPS.ReqSetUnionRaidPracticeDamage.Parser, new[]{ "RaidLevel", "RaidStep", "Damage", "Team", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearEventQuestStage), global::EpinelPS.ReqClearEventQuestStage.Parser, new[]{ "EventQuestManagerTid", "StageId", "EventQuestId", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveMiniGameData), global::EpinelPS.ReqGetArchiveMiniGameData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetArchiveMiniGameData), global::EpinelPS.ReqSetArchiveMiniGameData.Parser, new[]{ "EventId", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameNKSV2Data), global::EpinelPS.ReqGetMiniGameNKSV2Data.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUploadMiniGameNKSV2Progress), global::EpinelPS.ReqUploadMiniGameNKSV2Progress.Parser, new[]{ "NKSId", "ProgressJson" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateNKSV2MissionProgress), global::EpinelPS.ReqUpdateNKSV2MissionProgress.Parser, new[]{ "NKSId", "ProgressUpdateList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAccumulateMiniGameNKSV2RankingScore), global::EpinelPS.ReqAccumulateMiniGameNKSV2RankingScore.Parser, new[]{ "NKSId", "Score" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSwitchTimePeriod), global::EpinelPS.ReqSwitchTimePeriod.Parser, new[]{ "EventId", "CurPeriod" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetDaveData), global::EpinelPS.ReqGetDaveData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteDaveDive), global::EpinelPS.ReqCompleteDaveDive.Parser, new[]{ "EventId", "Items", "UnderwaterPreys" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChangeDaveMasterRole), global::EpinelPS.ReqChangeDaveMasterRole.Parser, new[]{ "EventId", "MasterRole" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUnlockDaveRole), global::EpinelPS.ReqUnlockDaveRole.Parser, new[]{ "EventId", "Role" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpgradeDaveEquipment), global::EpinelPS.ReqUpgradeDaveEquipment.Parser, new[]{ "EventId", "Tid", "TargetLevel", "IsWeapon" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeductDaveItem), global::EpinelPS.ReqDeductDaveItem.Parser, new[]{ "EventId", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteDaveSushi), global::EpinelPS.ReqCompleteDaveSushi.Parser, new[]{ "EventId", "Turnover", "CookScroe", "SushiSellList", "SushiStartList", "KitchenList", "HallList", "FinishOrder", "FailedOrder" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpgradeDaveSushi), global::EpinelPS.ReqUpgradeDaveSushi.Parser, new[]{ "EventId", "Tid", "TargetLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearDaveBagNewIcon), global::EpinelPS.ReqClearDaveBagNewIcon.Parser, new[]{ "EventId", "ItemIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearDaveSushiNewIcon), global::EpinelPS.ReqClearDaveSushiNewIcon.Parser, new[]{ "EventId", "SushiIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetDaveSushiMenus), global::EpinelPS.ReqSetDaveSushiMenus.Parser, new[]{ "EventId", "AddSushiMenus", "DelSushiMenus" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDaveSushiEmployee), global::EpinelPS.ReqDaveSushiEmployee.Parser, new[]{ "EventId", "EmployeeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDaveUnlockSushi), global::EpinelPS.ReqDaveUnlockSushi.Parser, new[]{ "EventId", "SushiIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameDaveRanking), global::EpinelPS.ReqGetMiniGameDaveRanking.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMiniGameDaveMissionReward), global::EpinelPS.ReqObtainMiniGameDaveMissionReward.Parser, new[]{ "EventId", "MissionIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameDaveDriftBottle), global::EpinelPS.ReqMiniGameDaveDriftBottle.Parser, new[]{ "EventId", "BottleId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetAllMiniGameDaveTriggers), global::EpinelPS.ReqGetAllMiniGameDaveTriggers.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqReportDiverRoundFlow), global::EpinelPS.ReqReportDiverRoundFlow.Parser, new[]{ "EventId", "CharacterId", "Result", "BattleId", "Depth", "Oxygen", "Weight", "ReceivedItem", "Time", "AddOxygen", "AttackedOxygen", "DivingOxygen", "QTETimes", "QTEFailedTimes", "WeaponLv", "DivingGearLv", "HarpoonLv", "BoxLv" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDaveDiverItemFlow), global::EpinelPS.ReqDaveDiverItemFlow.Parser, new[]{ "EventId", "BattleId", "CharacterId", "ItemType", "ItemId", "Count", "Weight", "Rank", "Afterweight" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetReddot), global::EpinelPS.NetReddot.Parser, new[]{ "Seq", "ContentType", "ReddotData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetReddotLiveWallpaperExData), global::EpinelPS.NetReddotLiveWallpaperExData.Parser, new[]{ "Id" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMessenger), global::EpinelPS.NetMessenger.Parser, new[]{ "Seq", "MessengerId", "IsRewarded" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSubQuestData), global::EpinelPS.NetSubQuestData.Parser, new[]{ "SubQuestId", "CreatedAt", "IsReceived" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserData), global::EpinelPS.NetUserData.Parser, new[]{ "Exp", "Level", "Icon", "IconPrism", "Frame", "Desc", "SendFriendshipCount", "ReceiveFriendshipCount", "ArenaCount", "LastDialogId", "CounselCount", "CommanderRoomJukebox", "LobbyJukebox", "SpecialArenaCount", "CostumeLv", "InfraCoreExp", "InfraCoreLv", "Tutorials", "GuildLeaveAt", "OutpostFastBattleCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetWholeUserData), global::EpinelPS.NetWholeUserData.Parser, new[]{ "Usn", "Server", "Nickname", "Level", "Icon", "IconPrism", "Frame", "TeamCombat", "LastActionAt", "GuildName", "IsBot", "GroupId", "UserTitleId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserCharacterData), global::EpinelPS.NetUserCharacterData.Parser, new[]{ "Default", "IsSynchro", "Artifact" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserCharacterDefaultData), global::EpinelPS.NetUserCharacterDefaultData.Parser, new[]{ "Csn", "Tid", "Level", "Grade", "DispatchTid", "CostumeId", "UltiSkillLv", "Skill1Lv", "Skill2Lv" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserCurrencyData), global::EpinelPS.NetUserCurrencyData.Parser, new[]{ "Type", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserItemData), global::EpinelPS.NetUserItemData.Parser, new[]{ "Isn", "Tid", "Count", "Csn", "Corporation", "Level", "Exp", "Position" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserRedeemData), global::EpinelPS.NetUserRedeemData.Parser, new[]{ "RedeemId", "Tid", "Count", "DeleteTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.LocaleableText), global::EpinelPS.LocaleableText.Parser, new[]{ "IsPlain", "Str", "Args" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserMailData), global::EpinelPS.NetUserMailData.Parser, new[]{ "Msn", "Sender", "Type", "State", "Title", "Text", "CreatedAt", "Nickname", "AppNoticeId", "HasReward", "Items", "Period" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMailRewardItem), global::EpinelPS.NetMailRewardItem.Parser, new[]{ "RewardType", "RewardId", "RewardValue", "ExpiredAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserAttractiveData), global::EpinelPS.NetUserAttractiveData.Parser, new[]{ "NameCode", "Level", "Exp", "IsCounsel", "CompleteCounsels", "CompleteRewardLevels", "IsFavorites", "CounseledCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserOutpostData), global::EpinelPS.NetUserOutpostData.Parser, new[]{ "SlotId", "BuildingId", "IsDone", "StartAt", "CompleteAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserTeamData), global::EpinelPS.NetUserTeamData.Parser, new[]{ "Type", "LastContentsTeamNumber", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserSynchroData), global::EpinelPS.NetUserSynchroData.Parser, new[]{ "SynchroLv", "SynchroMaxLv", "IsChanged", "StandardCharacters", "Slots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserJukeboxData), global::EpinelPS.NetUserJukeboxData.Parser, new[]{ "SelectTid", "List" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserJukeboxDataV2), global::EpinelPS.NetUserJukeboxDataV2.Parser, new[]{ "CommandBgm", "JukeboxTableIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserHarmonyCubeData), global::EpinelPS.NetUserHarmonyCubeData.Parser, new[]{ "Isn", "Tid", "Level", "CsnList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserRecycleRoomData), global::EpinelPS.NetUserRecycleRoomData.Parser, new[]{ "Tid", "Level", "Exp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserLostSectorData), global::EpinelPS.NetUserLostSectorData.Parser, new[]{ "SectorId", "RewardCount", "IsFinalReward", "IsPlaying", "IsOpen", "CurrentClearStageCount", "MaxClearStageCount", "IsPerfectReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserFavoriteItemData), global::EpinelPS.NetUserFavoriteItemData.Parser, new[]{ "FavoriteItemId", "Tid", "Csn", "Level", "Exp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetWholeUserTeamData), global::EpinelPS.NetWholeUserTeamData.Parser, new[]{ "Type", "TeamNumber", "TeamCombat", "Slots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCurrencyData), global::EpinelPS.NetCurrencyData.Parser, new[]{ "Type", "Value", "FinalValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTeamSlot), global::EpinelPS.NetTeamSlot.Parser, new[]{ "Slot", "Value", "ValueType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetIncreaseExpData), global::EpinelPS.NetIncreaseExpData.Parser, new[]{ "Csn", "NameCode", "BeforeLv", "BeforeExp", "CurrentLv", "CurrentExp", "GainExp", "IncreaseExp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetItemData), global::EpinelPS.NetItemData.Parser, new[]{ "Isn", "Tid", "Count", "Corporation" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetRedeemData), global::EpinelPS.NetRedeemData.Parser, new[]{ "RedeemId", "Tid", "Count", "DeleteTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFavoriteItemData), global::EpinelPS.NetFavoriteItemData.Parser, new[]{ "FavoriteItemId", "Tid", "Csn", "Level", "Exp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCharacterData), global::EpinelPS.NetCharacterData.Parser, new[]{ "Csn", "Tid", "PieceCount", "CurrencyValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetProfileFrameData), global::EpinelPS.NetProfileFrameData.Parser, new[]{ "FrameTid", "TriggerTid", "AcquiredAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPassPointData), global::EpinelPS.NetPassPointData.Parser, new[]{ "Value", "FinalValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAutoChargeData), global::EpinelPS.NetAutoChargeData.Parser, new[]{ "AutoChargeId", "FinalValue", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetRewardData), global::EpinelPS.NetRewardData.Parser, new[]{ "UserExp", "Item", "Currency", "Character", "ProfileFrame", "CharacterAttractive", "JukeboxBgm", "Memorial", "Livewallpaper", "CharacterCostume", "Point", "InfraCoreExp", "UserCharacters", "UserItems", "PassPoint", "AutoChargeList", "UserRedeems", "Redeem", "UserFavoriteItems", "FavoriteItems", "ProfileCardObjects", "UserTitleList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimpleGuildData), global::EpinelPS.NetSimpleGuildData.Parser, new[]{ "Gsn", "Name", "Emblem", "Grade", "ActivityPoint", "MemberCount", "ActivityPointDaily", "ActivityPointRecent", "IsBot", "UnionRaidTier", "UnionRaidTierNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCharacterCount), global::EpinelPS.NetCharacterCount.Parser, new[]{ "CorporationType", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetWholeTeamSlot), global::EpinelPS.NetWholeTeamSlot.Parser, new[]{ "Slot", "Tid", "Level", "Csn", "CostumeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTriggerData), global::EpinelPS.NetTriggerData.Parser, new[]{ "Trigger", "ConditionId", "UserValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCountTriggerData), global::EpinelPS.NetCountTriggerData.Parser, new[]{ "CreatedAt", "Trigger", "ConditionId", "UserValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetValueTriggerData), global::EpinelPS.NetValueTriggerData.Parser, new[]{ "Trigger", "ConditionId", "UserValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTriggerClearData), global::EpinelPS.NetTriggerClearData.Parser, new[]{ "Tid", "ClearValue", "IsReceived" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEventMissionClearData), global::EpinelPS.NetEventMissionClearData.Parser, new[]{ "EventId", "EventMissionId", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTeamData), global::EpinelPS.NetTeamData.Parser, new[]{ "TeamNumber", "Slots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSynchroSlot), global::EpinelPS.NetSynchroSlot.Parser, new[]{ "Slot", "Csn", "AvailableRegisterAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSubQuestTrigger), global::EpinelPS.NetSubQuestTrigger.Parser, new[]{ "Tid", "UserValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetWallpaperData), global::EpinelPS.NetWallpaperData.Parser, new[]{ "Order", "Type", "Id" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTimeReward), global::EpinelPS.NetTimeReward.Parser, new[]{ "UseId", "ValuePerMinAfterBuff", "ValuePerMinBeforeBuff", "Buffs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTimeRewardBuff), global::EpinelPS.NetTimeRewardBuff.Parser, new[]{ "Tid", "FunctionType", "Value", "SourceType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPointData), global::EpinelPS.NetPointData.Parser, new[]{ "Tid", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialInterceptUserRankingData), global::EpinelPS.NetSpecialInterceptUserRankingData.Parser, new[]{ "Usn", "Ranking", "Level", "Icon", "IconPrism", "Nickname", "Score", "Team", "TeamCombat", "ProfileFrame" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialInterceptGuildRankingData), global::EpinelPS.NetSpecialInterceptGuildRankingData.Parser, new[]{ "Gsn", "Ranking", "Grade", "Emblem", "Name", "RankingPoint" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetStageClearInfo), global::EpinelPS.NetStageClearInfo.Parser, new[]{ "User", "TeamCombat", "ClearedAt", "Slots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetStageClearInfoTeam), global::EpinelPS.NetStageClearInfoTeam.Parser, new[]{ "Slot", "Tid", "Level", "Combat", "CharacterType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialRaidCountData), global::EpinelPS.NetSpecialRaidCountData.Parser, new[]{ "SpecialRaidId", "CountRemain" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDailyEventMissionProgress), global::EpinelPS.NetDailyEventMissionProgress.Parser, new[]{ "DailyEventId", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetProfileTeamSlot), global::EpinelPS.NetProfileTeamSlot.Parser, new[]{ "Default", "Equipment", "Artifact", "IsSynchro", "AttractiveLv", "Slot", "Awakenings", "FavoriteItem" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMemorialCount), global::EpinelPS.NetMemorialCount.Parser, new[]{ "MemorialSeriesId", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetProfileData), global::EpinelPS.NetProfileData.Parser, new[]{ "Desc", "LastActionAt", "Exp", "LastCampaignNormalStageId", "LastCampaignHardStageId", "LastTribeTowerFloor", "User", "ProfileTeam", "Guild", "CharacterCount", "Recycle", "SynchroLv", "SynchroSlotCount", "InfraCoreLv", "LastTacticAcademyClass", "LastTacticAcademyLesson", "MemorialCount", "JukeboxCount", "CostumeLv", "OutpostOpenState", "CostumeCount", "Language", "ProfileFrameHistoryType", "ProfileFrames", "RepresentativeProfileFrames", "RecentAcquireFilterTypes", "SimRoomOverclockHighScoreLevel", "SimRoomOverclockHighScoreData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetOutpostBattleLevel), global::EpinelPS.NetOutpostBattleLevel.Parser, new[]{ "IsLevelUp", "Level", "Exp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetOutpostBattleTime), global::EpinelPS.NetOutpostBattleTime.Parser, new[]{ "BattleTime", "MaxBattleTime", "OverBattleTime", "MaxOverBattleTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShopProductInfoData), global::EpinelPS.NetShopProductInfoData.Parser, new[]{ "Order", "ProductId", "BuyLimitCount", "BuyCount", "CorporationType", "Discount", "EndAt", "UseDateCondition" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShopBuyProductData), global::EpinelPS.NetShopBuyProductData.Parser, new[]{ "BuyCount", "UserItems", "Currency", "Character", "AutoCharge", "Item", "UserCharacters", "LiveWallPapers", "UserTitleList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetInAppShopBuyProductData), global::EpinelPS.NetInAppShopBuyProductData.Parser, new[]{ "BuyCount", "Item", "Currency", "CharacterCostume" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTutorialData), global::EpinelPS.NetTutorialData.Parser, new[]{ "GroupId", "LastClearedTid", "LastClearedVersion" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBattleTeamData), global::EpinelPS.NetBattleTeamData.Parser, new[]{ "Slot", "Tid", "Damage", "CurrentHp", "CombatPower", "Level", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBattleData), global::EpinelPS.NetBattleData.Parser, new[]{ "AutoFight", "AutoSkill", "AutoFightSwitch", "AutoSkillSwitch", "CharacterSwitch", "BattleTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFieldStageData), global::EpinelPS.NetFieldStageData.Parser, new[]{ "PositionId", "StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFieldObjectData), global::EpinelPS.NetFieldObjectData.Parser, new[]{ "Stages", "Objects" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetVector3), global::EpinelPS.NetVector3.Parser, new[]{ "X", "Y", "Z" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFieldObject), global::EpinelPS.NetFieldObject.Parser, new[]{ "ActionAt", "Type", "PositionId", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShootingRangeRankingData), global::EpinelPS.NetShootingRangeRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidRankingData), global::EpinelPS.NetUnionRaidRankingData.Parser, new[]{ "GuildData", "Tier", "RankInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidGuildInfo), global::EpinelPS.NetUnionRaidGuildInfo.Parser, new[]{ "Gsn", "Ranking", "AchieveLevel", "AchieveStep", "LeftHp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidRankInfo), global::EpinelPS.NetUnionRaidRankInfo.Parser, new[]{ "Ranking", "TotalDamage" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo), global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatBattleData), global::EpinelPS.NetAntiCheatBattleData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatArenaBattleData), global::EpinelPS.NetAntiCheatArenaBattleData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatCharacter), global::EpinelPS.NetAntiCheatCharacter.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatCharacterStat), global::EpinelPS.NetAntiCheatCharacterStat.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatCharacterSpec), global::EpinelPS.NetAntiCheatCharacterSpec.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatItemData), global::EpinelPS.NetAntiCheatItemData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatCharacterAttackData), global::EpinelPS.NetAntiCheatCharacterAttackData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatCharacterSkillData), global::EpinelPS.NetAntiCheatCharacterSkillData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatHpData), global::EpinelPS.NetAntiCheatHpData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatGiveHealData), global::EpinelPS.NetAntiCheatGiveHealData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatMonster), global::EpinelPS.NetAntiCheatMonster.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatMonsterAttackData), global::EpinelPS.NetAntiCheatMonsterAttackData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatStatFunctionAttackData), global::EpinelPS.NetAntiCheatStatFunctionAttackData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatStatFunctionHpData), global::EpinelPS.NetAntiCheatStatFunctionHpData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAntiCheatStatFunctionGiveHealData), global::EpinelPS.NetAntiCheatStatFunctionGiveHealData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserDispatchData), global::EpinelPS.NetUserDispatchData.Parser, new[]{ "Tid", "IsRun", "StartAt", "EndAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSelectableDispatchData), global::EpinelPS.NetSelectableDispatchData.Parser, new[]{ "DispatchGroupId", "SelectTid", "SelectSlotId", "IsRun", "StartAt", "EndAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSchedule), global::EpinelPS.NetSchedule.Parser, new[]{ "OnlyOnce", "DayOfWeek", "Periodic", "AllTime" }, new[]{ "ScheduleKindOneof" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAllTimeSchedule), global::EpinelPS.NetAllTimeSchedule.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetOnlyOnceSchedule), global::EpinelPS.NetOnlyOnceSchedule.Parser, new[]{ "StartAt", "EndAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDayOfWeekSchedule), global::EpinelPS.NetDayOfWeekSchedule.Parser, new[]{ "StartTime", "Duration", "DayOfWeeks" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPeriodicSchedule), global::EpinelPS.NetPeriodicSchedule.Parser, new[]{ "InitialStartTime", "Duration", "Period" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEquipmentAwakening), global::EpinelPS.NetEquipmentAwakening.Parser, new[]{ "Isn", "Option" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEquipmentAwakeningOption), global::EpinelPS.NetEquipmentAwakeningOption.Parser, new[]{ "Option1Id", "Option1Lock", "Option2Id", "Option2Lock", "Option3Id", "Option3Lock" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildChatData), global::EpinelPS.NetGuildChatData.Parser, new[]{ "Usn", "MessageId", "Message", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGachaEntityData), global::EpinelPS.NetGachaEntityData.Parser, new[]{ "Tid", "Sn", "Type", "Corporation", "PieceCount", "CurrencyValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCampaignTeamPosition), global::EpinelPS.NetCampaignTeamPosition.Parser, new[]{ "TeamNumber", "Type", "Position" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserAutoChargeData), global::EpinelPS.NetUserAutoChargeData.Parser, new[]{ "AutoChargeId", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCharacterCombatData), global::EpinelPS.NetCharacterCombatData.Parser, new[]{ "Attack", "Defense", "Hp", "Skill1Lv", "Skill2Lv", "SkillBurstLv" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEventData), global::EpinelPS.NetEventData.Parser, new[]{ "Id", "EventSystemType", "EventStartDate", "EventEndDate", "EventVisibleDate", "EventDisableDate", "UpcomingEventVisibleDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCampaignFieldObject), global::EpinelPS.NetCampaignFieldObject.Parser, new[]{ "PositionId", "Type", "TeamPositions", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFieldObjectInteractionData), global::EpinelPS.NetFieldObjectInteractionData.Parser, new[]{ "PositionId", "Type", "TeamPosition", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLoginEventReceiveStatus), global::EpinelPS.NetLoginEventReceiveStatus.Parser, new[]{ "EventId", "IsAllReceived" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetProfileRepresentativeFrame), global::EpinelPS.NetProfileRepresentativeFrame.Parser, new[]{ "Slot", "FrameTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetProfileSimRoomOverclockHighScoreData), global::EpinelPS.NetProfileSimRoomOverclockHighScoreData.Parser, new[]{ "Season", "OptionList", "OptionLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTowerDefenseStageLog), global::EpinelPS.NetTowerDefenseStageLog.Parser, new[]{ "TotalWave", "StartGold", "RemainGold", "RemainDefensePoint", "OpenHeroSlotCount", "TotalTowerSlotCount", "TowerList", "HeroTowerList", "DemolishedTowerList", "DemolishedHeroTowerList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTowerDefenseTowerLog), global::EpinelPS.NetTowerDefenseTowerLog.Parser, new[]{ "TowerId", "TowerSkillIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetJukeboxBgm), global::EpinelPS.NetJukeboxBgm.Parser, new[]{ "Location", "Type", "JukeboxTableId", "JukeboxPlaylist", "JukeboxFavorite", "IsShuffle" }, new[]{ "JukeboxBgm" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetJukeboxPlaylistSong), global::EpinelPS.NetJukeboxPlaylistSong.Parser, new[]{ "Order", "JukeboxTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetJukeboxPlaylist), global::EpinelPS.NetJukeboxPlaylist.Parser, new[]{ "JukeboxPlaylistUid", "Title", "Songs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetJukeboxFavorite), global::EpinelPS.NetJukeboxFavorite.Parser, new[]{ "Songs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetStackUpBox), global::EpinelPS.NetStackUpBox.Parser, new[]{ "BoxWidth", "ScoreGain" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCoinCount), global::EpinelPS.NetCoinCount.Parser, new[]{ "CoinObjectId", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSmashScoring), global::EpinelPS.NetSmashScoring.Parser, new[]{ "ScoringType", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetRunningEventLog), global::EpinelPS.NetRunningEventLog.Parser, new[]{ "Type", "Time" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetClimbingAntiCheatData), global::EpinelPS.NetClimbingAntiCheatData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetClimbingObstacle), global::EpinelPS.NetClimbingObstacle.Parser, new[]{ "Lane", "Center" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetClimbingPlayerMoveSegment), global::EpinelPS.NetClimbingPlayerMoveSegment.Parser, new[]{ "Lane", "Start", "End" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterLobbyServer), global::EpinelPS.ResEnterLobbyServer.Parser, new[]{ "Nickname", "User", "Currency", "Character", "TypeTeams", "Items", "Attractives", "LastClearedNormalMainStageId", "LastClearedHardMainStageId", "LastClearedMod", "Gsn", "RepresentationTeam", "Outposts", "SynchroLv", "HarmonyCubes", "Recycle", "TimeRewardBuffs", "ClearLessons", "UserGlobalOptions", "OutpostBattleLevel", "BattleTime", "MaxBattleTime", "SynchroStandardCharacters", "ResetHour", "DispatchList", "Awakenings", "Redeems", "OutpostBattleTime", "LobbyJukeboxBgm", "CommanderRoomJukeboxBgm" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUserData), global::EpinelPS.ResGetUserData.Parser, new[]{ "User", "Currency", "LastClearedNormalMainStageId", "LastClearedHardMainStageId", "LastClearedMod", "Gsn", "RepresentationTeam", "SynchroLv", "CostumeCount", "TimeRewardBuffs", "ClearLessons", "OutpostBattleLevel", "BattleTime", "MaxBattleTime", "DispatchClearCountList", "ResetHour", "IsSimple", "OutpostBattleTime", "LobbyJukeboxBgm", "CommanderRoomJukeboxBgm" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetNickname), global::EpinelPS.ResSetNickname.Parser, new[]{ "Result", "Nickname", "Currencies", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetNicknameByItem), global::EpinelPS.ReqSetNicknameByItem.Parser, new[]{ "Nickname" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetNicknameByItem), global::EpinelPS.ResSetNicknameByItem.Parser, new[]{ "Result", "Nickname", "Item", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetPurchaseRestriction), global::EpinelPS.ResSetPurchaseRestriction.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMailData), global::EpinelPS.ResGetMailData.Parser, new[]{ "Mail" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMail2), global::EpinelPS.ReqObtainMail2.Parser, new[]{ "Msn", "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMail2), global::EpinelPS.ResObtainMail2.Parser, new[]{ "Result", "Data", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.Mail), global::EpinelPS.Mail.Parser, new[]{ "Msn", "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllObtainMail), global::EpinelPS.ResAllObtainMail.Parser, new[]{ "SucceedMails", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResReadMail), global::EpinelPS.ResReadMail.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteReadMail), global::EpinelPS.ResDeleteReadMail.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCurrencyData), global::EpinelPS.ResGetCurrencyData.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCentauriPurchaseExtraData), global::EpinelPS.NetCentauriPurchaseExtraData.Parser, new[]{ "ProductId", "BillId", "ChargeAmount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRefreshChargeCurrencyData), global::EpinelPS.ResRefreshChargeCurrencyData.Parser, new[]{ "ChargeCash", "FreeCash" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetProfileData), global::EpinelPS.ResGetProfileData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetProfileFrame), global::EpinelPS.ResGetProfileFrame.Parser, new[]{ "Frames" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetProfileIcon), global::EpinelPS.ResSetProfileIcon.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetProfileFrame), global::EpinelPS.ResSetProfileFrame.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetProfileData), global::EpinelPS.ResSetProfileData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetProfileDesc), global::EpinelPS.ResSetProfileDesc.Parser, new[]{ "Result", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetProfileTeam), global::EpinelPS.ResSetProfileTeam.Parser, new[]{ "TeamCombat", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuyTicket), global::EpinelPS.ResBuyTicket.Parser, new[]{ "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetScenarioComplete), global::EpinelPS.ResSetScenarioComplete.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetScenarioList), global::EpinelPS.ResGetScenarioList.Parser, new[]{ "ScenarioList", "BookmarkScenarioList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExistScenario), global::EpinelPS.ReqExistScenario.Parser, new[]{ "ScenarioGroupIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExistScenario), global::EpinelPS.ResExistScenario.Parser, new[]{ "ExistGroupIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetWallpaper), global::EpinelPS.ResSetWallpaper.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetWallpaper), global::EpinelPS.ResGetWallpaper.Parser, new[]{ "WallpaperList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetWallpaperInventory), global::EpinelPS.ResGetWallpaperInventory.Parser, new[]{ "LivewallpaperIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveUserGlobalOptions), global::EpinelPS.ResSaveUserGlobalOptions.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterLobbyPing), global::EpinelPS.ResEnterLobbyPing.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveTutorial), global::EpinelPS.ResSaveTutorial.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterPoll), global::EpinelPS.ResEnterPoll.Parser, new[]{ "IsReceived", "CallbackId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishPoll), global::EpinelPS.ResFinishPoll.Parser, new[]{ "IsFinished" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetNow), global::EpinelPS.ResGetNow.Parser, new[]{ "Tick", "ResetHour", "CheatShiftDuration" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetWholeUserData), global::EpinelPS.ResGetWholeUserData.Parser, new[]{ "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetContentsOpenData), global::EpinelPS.ResGetContentsOpenData.Parser, new[]{ "GuildLevel", "MaxGachaCount", "MaxGachaPremiumCount", "ClearStageList", "TutorialGachaPlayCount", "ClearSimRoomChapterList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetParentControlConfig), global::EpinelPS.ReqGetParentControlConfig.Parser, new[]{ "OpenId", "Token", "ChannelId", "Os" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetParentControlConfig), global::EpinelPS.ResGetParentControlConfig.Parser, new[]{ "IsEnable", "TimeZone", "WeekdayTimeStart", "WeekdayTimeEnd", "WeekdayTimeLimit", "WeekendTimeStart", "WeekendTimeEnd", "WeekendTimeLimit" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetParentControlPlayTime), global::EpinelPS.ReqGetParentControlPlayTime.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetParentControlPlayTime), global::EpinelPS.ResGetParentControlPlayTime.Parser, new[]{ "UpdatedAt", "PlayTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetParentControlPlayTime), global::EpinelPS.ReqSetParentControlPlayTime.Parser, new[]{ "PlayTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetParentControlPlayTime), global::EpinelPS.ResSetParentControlPlayTime.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetProfileRepresentativeFrame), global::EpinelPS.ReqSetProfileRepresentativeFrame.Parser, new[]{ "ProfileFrameHistoryType", "UserProfileRepresentativeFrames", "RecentAcquireFilterTypes" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetProfileRepresentativeFrame), global::EpinelPS.ResSetProfileRepresentativeFrame.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.SpecialLobbySlot), global::EpinelPS.SpecialLobbySlot.Parser, new[]{ "SpecialLobbySlotId", "IsHide" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialLobbySlotData), global::EpinelPS.ReqGetSpecialLobbySlotData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialLobbySlotData), global::EpinelPS.ResGetSpecialLobbySlotData.Parser, new[]{ "SpecialLobbySlots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetSpecialLobbySlotHide), global::EpinelPS.ReqSetSpecialLobbySlotHide.Parser, new[]{ "SpecialLobbySlotId", "IsHide" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSpecialLobbySlotHide), global::EpinelPS.ResSetSpecialLobbySlotHide.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUserTitleList), global::EpinelPS.ReqGetUserTitleList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUserTitleList), global::EpinelPS.ResGetUserTitleList.Parser, new[]{ "UserTitleList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserTitle), global::EpinelPS.NetUserTitle.Parser, new[]{ "UserTitleId", "IsNew" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUserTitleCounterList), global::EpinelPS.ReqGetUserTitleCounterList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUserTitleCounterList), global::EpinelPS.ResGetUserTitleCounterList.Parser, new[]{ "UserTitleCounterList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserTitleCounter), global::EpinelPS.NetUserTitleCounter.Parser, new[]{ "Condition", "SubCondition", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAcquireUserTitle), global::EpinelPS.ReqAcquireUserTitle.Parser, new[]{ "UserTitleAcquireIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAcquireUserTitle), global::EpinelPS.ResAcquireUserTitle.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetUserTitle), global::EpinelPS.ReqSetUserTitle.Parser, new[]{ "UserTitleId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetUserTitle), global::EpinelPS.ResSetUserTitle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUnMarkUserTitleBadge), global::EpinelPS.ReqUnMarkUserTitleBadge.Parser, new[]{ "UserTitleIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnMarkUserTitleBadge), global::EpinelPS.ResUnMarkUserTitleBadge.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetResettableArchiveScenario), global::EpinelPS.ReqGetResettableArchiveScenario.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetResettableArchiveScenario), global::EpinelPS.ResGetResettableArchiveScenario.Parser, new[]{ "ScenarioIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetNonResettableArchiveScenario), global::EpinelPS.ReqGetNonResettableArchiveScenario.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetNonResettableArchiveScenario), global::EpinelPS.ResGetNonResettableArchiveScenario.Parser, new[]{ "ScenarioIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteArchiveScenario), global::EpinelPS.ReqCompleteArchiveScenario.Parser, new[]{ "EventId", "ScenarioId", "DialogType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteArchiveScenario), global::EpinelPS.ResCompleteArchiveScenario.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLastClearedArchiveStage), global::EpinelPS.NetLastClearedArchiveStage.Parser, new[]{ "DifficultyId", "StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveStoryDungeon), global::EpinelPS.ReqGetArchiveStoryDungeon.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveStoryDungeon), global::EpinelPS.ResGetArchiveStoryDungeon.Parser, new[]{ "LastClearedArchiveStageList", "TeamData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterArchiveStage), global::EpinelPS.ReqEnterArchiveStage.Parser, new[]{ "EventId", "StageId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterArchiveStage), global::EpinelPS.ResEnterArchiveStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearArchiveStage), global::EpinelPS.ResClearArchiveStage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearArchiveStage), global::EpinelPS.ReqFastClearArchiveStage.Parser, new[]{ "EventId", "StageId", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearArchiveStage), global::EpinelPS.ResFastClearArchiveStage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetArchiveTextAdvData), global::EpinelPS.ReqSetArchiveTextAdvData.Parser, new[]{ "TextAdvId", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetArchiveTextAdvData), global::EpinelPS.ResSetArchiveTextAdvData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveTextAdvData), global::EpinelPS.ReqGetArchiveTextAdvData.Parser, new[]{ "TextAdvId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveTextAdvData), global::EpinelPS.ResGetArchiveTextAdvData.Parser, new[]{ "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteArchiveTextAdvData), global::EpinelPS.ReqDeleteArchiveTextAdvData.Parser, new[]{ "TextAdvId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteArchiveTextAdvData), global::EpinelPS.ResDeleteArchiveTextAdvData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUnlockArchiveRecord), global::EpinelPS.ReqUnlockArchiveRecord.Parser, new[]{ "ArchiveRecordId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnlockArchiveRecord), global::EpinelPS.ResUnlockArchiveRecord.Parser, new[]{ "UserItem" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveRecord), global::EpinelPS.ReqGetArchiveRecord.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveRecord), global::EpinelPS.ResGetArchiveRecord.Parser, new[]{ "ArchiveRecordList", "UnlockedArchiveRecordList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqResetArchiveRecord), global::EpinelPS.ReqResetArchiveRecord.Parser, new[]{ "ArchiveRecordId", "ArchiveProgressGroupIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetArchiveRecord), global::EpinelPS.ResResetArchiveRecord.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProceedArchiveMessage), global::EpinelPS.ReqProceedArchiveMessage.Parser, new[]{ "MessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProceedArchiveMessage), global::EpinelPS.ResProceedArchiveMessage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArchiveMessage), global::EpinelPS.NetArchiveMessage.Parser, new[]{ "ConditionId", "MessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveMessenger), global::EpinelPS.ReqGetArchiveMessenger.Parser, new[]{ "ArchiveMessengerGroupId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveMessenger), global::EpinelPS.ResGetArchiveMessenger.Parser, new[]{ "ArchiveMessageList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetArchiveMiniGameData), global::EpinelPS.ResSetArchiveMiniGameData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveMiniGameData), global::EpinelPS.ResGetArchiveMiniGameData.Parser, new[]{ "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveDice), global::EpinelPS.ReqGetArchiveDice.Parser, new[]{ "DiceMiniGameId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveDice), global::EpinelPS.ResGetArchiveDice.Parser, new[]{ "CurrentBoardId", "GaugeMaxEventCount", "ChainCount", "DiceGauge" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqArchiveDiceRoll), global::EpinelPS.ReqArchiveDiceRoll.Parser, new[]{ "DiceMiniGameId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResArchiveDiceRoll), global::EpinelPS.ResArchiveDiceRoll.Parser, new[]{ "DiceResult", "CurrentBoardId", "EventReward", "GaugeMaxEventReward", "GaugeMaxEventCount", "ChainCount", "GoTo", "IsFinish", "GaugeMaxEventResult", "DiceGauge" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArchiveMiniGameBBQData), global::EpinelPS.NetArchiveMiniGameBBQData.Parser, new[]{ "ArchiveManagerId", "HighScore", "RecordedCutSceneList", "PlayCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArchiveMiniGameBBQAntiCheatData), global::EpinelPS.NetArchiveMiniGameBBQAntiCheatData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArchiveMiniGameBBQRankingData), global::EpinelPS.NetArchiveMiniGameBBQRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveMiniGameBBQData), global::EpinelPS.ReqGetArchiveMiniGameBBQData.Parser, new[]{ "ArchiveManagerId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveMiniGameBBQData), global::EpinelPS.ResGetArchiveMiniGameBBQData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearArchiveMiniGameBBQ), global::EpinelPS.ReqClearArchiveMiniGameBBQ.Parser, new[]{ "ArchiveManagerId", "Score" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearArchiveMiniGameBBQ), global::EpinelPS.ResClearArchiveMiniGameBBQ.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveMiniGameBBQRanking), global::EpinelPS.ReqGetArchiveMiniGameBBQRanking.Parser, new[]{ "ArchiveManagerId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveMiniGameBBQRanking), global::EpinelPS.ResGetArchiveMiniGameBBQRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordArchiveMiniGameBBQCutScene), global::EpinelPS.ReqRecordArchiveMiniGameBBQCutScene.Parser, new[]{ "ArchiveManagerId", "CutSceneTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordArchiveMiniGameBBQCutScene), global::EpinelPS.ResRecordArchiveMiniGameBBQCutScene.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveArchiveFieldRawData), global::EpinelPS.ResSaveArchiveFieldRawData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveArchiveFieldObject), global::EpinelPS.ReqSaveArchiveFieldObject.Parser, new[]{ "MapId", "InteractionData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveArchiveFieldObject), global::EpinelPS.ResSaveArchiveFieldObject.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateArchiveFieldProgress), global::EpinelPS.ReqUpdateArchiveFieldProgress.Parser, new[]{ "ArchiveFieldProgressId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateArchiveFieldProgress), global::EpinelPS.ResUpdateArchiveFieldProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterArchiveField), global::EpinelPS.ReqEnterArchiveField.Parser, new[]{ "MapId", "ArchiveProgressGroupIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterArchiveField), global::EpinelPS.ResEnterArchiveField.Parser, new[]{ "Field", "TeamPositions", "Json", "UserArchiveProgressIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainArchiveFieldItem), global::EpinelPS.ReqObtainArchiveFieldItem.Parser, new[]{ "MapId", "EventArchiveId", "FieldObject" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainArchiveFieldItem), global::EpinelPS.ResObtainArchiveFieldItem.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArchiveEventMemorials), global::EpinelPS.ReqGetArchiveEventMemorials.Parser, new[]{ "ArchiveEventFieldId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArchiveEventMemorials), global::EpinelPS.ResGetArchiveEventMemorials.Parser, new[]{ "MemorialIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEscapeArchiveField), global::EpinelPS.ReqEscapeArchiveField.Parser, new[]{ "MapId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEscapeArchiveField), global::EpinelPS.ResEscapeArchiveField.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaUserCharacter), global::EpinelPS.NetArenaUserCharacter.Parser, new[]{ "Round", "Character" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaEnemyData), global::EpinelPS.NetArenaEnemyData.Parser, new[]{ "Character", "Items", "Attractives", "HarmonyCubes", "Recycle", "Awakenings", "FavoriteItems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaData), global::EpinelPS.NetArenaData.Parser, new[]{ "Rank", "Rating", "Tier", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaPointData), global::EpinelPS.NetSpecialArenaPointData.Parser, new[]{ "Rank", "Point", "BattleRank", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetRookieArenaRecordData), global::EpinelPS.NetRookieArenaRecordData.Parser, new[]{ "User", "ArenaAt", "BeforeRating", "AfterRating", "IsWin", "IsAttack", "Season" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRecordData), global::EpinelPS.NetSpecialArenaRecordData.Parser, new[]{ "User", "Season", "ArenaAt", "BeforeRank", "AfterRank", "IsWin", "IsAttack" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaProfileData), global::EpinelPS.NetArenaProfileData.Parser, new[]{ "User", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaResult), global::EpinelPS.NetArenaResult.Parser, new[]{ "User", "Enemy" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaRankData), global::EpinelPS.NetArenaRankData.Parser, new[]{ "BeforeRank", "AfterRank", "BeforeRating", "AfterRating" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaResult), global::EpinelPS.NetSpecialArenaResult.Parser, new[]{ "User", "Enemy" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRoundResult), global::EpinelPS.NetSpecialArenaRoundResult.Parser, new[]{ "Round", "IsWin" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRankData), global::EpinelPS.NetSpecialArenaRankData.Parser, new[]{ "Rank", "Tier" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRankResultData), global::EpinelPS.NetSpecialArenaRankResultData.Parser, new[]{ "Before", "After" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRoundTeam), global::EpinelPS.NetSpecialArenaRoundTeam.Parser, new[]{ "Round", "TeamNumber", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserArenaSimpleData), global::EpinelPS.NetUserArenaSimpleData.Parser, new[]{ "Type", "NextSeasonAt", "Rank", "Tier" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaRivalData), global::EpinelPS.NetArenaRivalData.Parser, new[]{ "User", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaCharacter), global::EpinelPS.NetSpecialArenaCharacter.Parser, new[]{ "Round", "Tid", "Csn", "Level", "Combat", "CostumeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRivalData), global::EpinelPS.NetSpecialArenaRivalData.Parser, new[]{ "User", "TotalCombat", "RoundCharacter" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetArenaBanInfo), global::EpinelPS.NetArenaBanInfo.Parser, new[]{ "Description", "StartAt", "EndAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArena), global::EpinelPS.ResGetArena.Parser, new[]{ "Server", "User", "ArenaCount", "RookieArenaContentsState", "Schedules", "DefenseTeam", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArenaTopRank), global::EpinelPS.ReqGetArenaTopRank.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaTopRank), global::EpinelPS.ResGetArenaTopRank.Parser, new[]{ "RankList", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaEnemyList), global::EpinelPS.ResGetArenaEnemyList.Parser, new[]{ "List2", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaEnemyData), global::EpinelPS.ResGetArenaEnemyData.Parser, new[]{ "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResArenaStart), global::EpinelPS.ResArenaStart.Parser, new[]{ "Enemy", "IsBan", "BanInfo", "Nonce" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResArenaResult), global::EpinelPS.ResArenaResult.Parser, new[]{ "ArenaCount", "ArenaResult", "Reward", "Currency", "User", "Enemy", "IsBan", "BanInfo", "RookieArenaContentsState" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqArenaBotStart), global::EpinelPS.ReqArenaBotStart.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResArenaBotStart), global::EpinelPS.ResArenaBotStart.Parser, new[]{ "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResArenaBotResult), global::EpinelPS.ResArenaBotResult.Parser, new[]{ "ArenaCount", "ArenaResult", "Reward", "Currency", "User", "Enemy", "IsBan", "BanInfo", "RookieArenaContentsState" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaRecordList), global::EpinelPS.ResGetArenaRecordList.Parser, new[]{ "List" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArena), global::EpinelPS.ResGetSpecialArena.Parser, new[]{ "Server", "User", "SpecialArenaPoint", "Schedules", "SpecialArenaCount", "SpecialArenaContentsState", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaTopRank), global::EpinelPS.ReqGetSpecialArenaTopRank.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaTopRank), global::EpinelPS.ResGetSpecialArenaTopRank.Parser, new[]{ "RankList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaEnemyData), global::EpinelPS.ResGetSpecialArenaEnemyData.Parser, new[]{ "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSpecialArenaStart), global::EpinelPS.ResSpecialArenaStart.Parser, new[]{ "Enemy", "Result", "CoolTime", "IsBan", "BanInfo", "Nonce" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSpecialArenaResult), global::EpinelPS.ResSpecialArenaResult.Parser, new[]{ "SpecialArenaCount", "Battle", "Reward", "User", "Enemy", "Currencies", "IsBan", "BanInfo", "SpecialArenaContentsState" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSpecialArenaBotStart), global::EpinelPS.ReqSpecialArenaBotStart.Parser, new[]{ "Rank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSpecialArenaBotStart), global::EpinelPS.ResSpecialArenaBotStart.Parser, new[]{ "Result", "CoolTime", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSpecialArenaBotResult), global::EpinelPS.ReqSpecialArenaBotResult.Parser, new[]{ "Rank", "Enemy", "Result", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSpecialArenaBotResult), global::EpinelPS.ResSpecialArenaBotResult.Parser, new[]{ "SpecialArenaCount", "Battle", "Reward", "User", "Enemy", "Currencies", "IsBan", "BanInfo", "SpecialArenaContentsState" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResShowSpecialArenaReward), global::EpinelPS.ResShowSpecialArenaReward.Parser, new[]{ "Reward", "SpecialArenaContentsState", "History", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaRewardHistory), global::EpinelPS.ReqGetSpecialArenaRewardHistory.Parser, new[]{ "LastSeq" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaRewardHistory), global::EpinelPS.ResGetSpecialArenaRewardHistory.Parser, new[]{ "History" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRewardHistory), global::EpinelPS.NetSpecialArenaRewardHistory.Parser, new[]{ "TotalLogCount", "Logs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSpecialArenaRewardHistoryLog), global::EpinelPS.NetSpecialArenaRewardHistoryLog.Parser, new[]{ "Seq", "Tier", "SpecialArenaTicket", "Point", "AccumulateStartAt", "AccumulateEndAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainSpecialArenaReward), global::EpinelPS.ResObtainSpecialArenaReward.Parser, new[]{ "Reward", "SpecialArenaPoint", "SpecialArenaContentsState", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaPointRankList), global::EpinelPS.ResGetSpecialArenaPointRankList.Parser, new[]{ "List", "UserPointRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSpecialArenaRecordList), global::EpinelPS.ReqGetSpecialArenaRecordList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaRecordList), global::EpinelPS.ResGetSpecialArenaRecordList.Parser, new[]{ "List" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaProfile), global::EpinelPS.ResGetSpecialArenaProfile.Parser, new[]{ "Attack", "Defense" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaEnemyList), global::EpinelPS.ResGetSpecialArenaEnemyList.Parser, new[]{ "List2", "IsBan", "BanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArenaReplay), global::EpinelPS.ReqGetArenaReplay.Parser, new[]{ "MatchId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaReplay), global::EpinelPS.ResGetArenaReplay.Parser, new[]{ "DownloadUrl" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChampionArenaReplayUpload), global::EpinelPS.ReqChampionArenaReplayUpload.Parser, new[]{ "MatchId", "ReplayData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaReplayUpload), global::EpinelPS.ResChampionArenaReplayUpload.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArena), global::EpinelPS.ReqGetChampionArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArena), global::EpinelPS.ResGetChampionArena.Parser, new[]{ "Schedule", "Rankers", "AlreadyRewardIds", "Group" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaSchedule), global::EpinelPS.NetChampionArenaSchedule.Parser, new[]{ "ScheduleType", "Schedules" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqTopRankChampionArena), global::EpinelPS.ReqTopRankChampionArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResTopRankChampionArena), global::EpinelPS.ResTopRankChampionArena.Parser, new[]{ "Rankers" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaData), global::EpinelPS.NetChampionArenaData.Parser, new[]{ "Rank", "User", "TotalRankId", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaGroupList), global::EpinelPS.ReqGetChampionArenaGroupList.Parser, new[]{ "Group" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaGroupList), global::EpinelPS.ResGetChampionArenaGroupList.Parser, new[]{ "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaGroupResultList), global::EpinelPS.ReqGetChampionArenaGroupResultList.Parser, new[]{ "Group" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaGroupResultList), global::EpinelPS.ResGetChampionArenaGroupResultList.Parser, new[]{ "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaGroupRanker), global::EpinelPS.NetChampionArenaGroupRanker.Parser, new[]{ "Rank", "User", "WinCount", "LoseCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChampionArenaBetting), global::EpinelPS.ReqChampionArenaBetting.Parser, new[]{ "MatchId", "BettingUsn", "BettingValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaBetting), global::EpinelPS.ResChampionArenaBetting.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChampionArenaBettingHistory), global::EpinelPS.ReqChampionArenaBettingHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaBettingHistory), global::EpinelPS.ResChampionArenaBettingHistory.Parser, new[]{ "History" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaBettingHistory), global::EpinelPS.NetChampionArenaBettingHistory.Parser, new[]{ "MatchType", "Winner", "Loser", "IsBettingSuccess", "BettingValue", "MatchId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaMatch), global::EpinelPS.ReqGetChampionArenaMatch.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaMatch), global::EpinelPS.ResGetChampionArenaMatch.Parser, new[]{ "MatchId", "Red", "Blue", "Rounds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBatchJobItemPayload), global::EpinelPS.NetBatchJobItemPayload.Parser, new[]{ "MatchId", "Red", "Blue", "Rounds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaRound), global::EpinelPS.NetChampionArenaRound.Parser, new[]{ "Round", "Red", "Blue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChampionArenaMatchResult), global::EpinelPS.ReqChampionArenaMatchResult.Parser, new[]{ "MatchId", "RoundResults" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBatchJobItemResult), global::EpinelPS.NetBatchJobItemResult.Parser, new[]{ "MatchId", "RoundResults" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaMatchResult), global::EpinelPS.ResChampionArenaMatchResult.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaRoundResult), global::EpinelPS.NetChampionArenaRoundResult.Parser, new[]{ "Round", "WinnerUsn", "LoserUsn", "ReplayData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaUserData), global::EpinelPS.NetChampionArenaUserData.Parser, new[]{ "Usn", "Character", "Items", "Attractives", "Outposts", "HarmonyCubes", "Recycle", "ClearLessons", "Awakenings" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaReplay), global::EpinelPS.ReqGetChampionArenaReplay.Parser, new[]{ "MatchId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaReplay), global::EpinelPS.ResGetChampionArenaReplay.Parser, new[]{ "Replays" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaReplay), global::EpinelPS.NetChampionArenaReplay.Parser, new[]{ "Round", "DownloadUrl", "RedUsn", "BlueUsn", "WinnerUsn", "LoserUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetChampionArenaTeam), global::EpinelPS.ReqSetChampionArenaTeam.Parser, new[]{ "Type", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetChampionArenaTeam), global::EpinelPS.ResSetChampionArenaTeam.Parser, new[]{ "Type", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaProfile), global::EpinelPS.ReqGetChampionArenaProfile.Parser, new[]{ "Usn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaProfile), global::EpinelPS.ResGetChampionArenaProfile.Parser, new[]{ "User", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaTeamData), global::EpinelPS.NetChampionArenaTeamData.Parser, new[]{ "Round", "Slots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaTeamSlot), global::EpinelPS.NetChampionArenaTeamSlot.Parser, new[]{ "Slot", "Tid", "Level", "Combat" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChampionArenaMatchList), global::EpinelPS.ReqChampionArenaMatchList.Parser, new[]{ "Group" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaMatchList), global::EpinelPS.ResChampionArenaMatchList.Parser, new[]{ "Matches", "BettingMatchId", "BettingMatchGroup", "BettingHistories", "BettingHistory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaMatchBetting), global::EpinelPS.NetChampionArenaMatchBetting.Parser, new[]{ "MatchId", "BettingUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaMatch), global::EpinelPS.NetChampionArenaMatch.Parser, new[]{ "Type", "GroupId", "MatchId", "User1", "User2", "IsMatch", "WinnerUsn", "TournamentGroupId", "MatchGroupId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaBetting), global::EpinelPS.ReqGetChampionArenaBetting.Parser, new[]{ "MatchId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaBetting), global::EpinelPS.ResGetChampionArenaBetting.Parser, new[]{ "User1", "User2", "BettingUsn", "BettingValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaBettingInfo), global::EpinelPS.NetChampionArenaBettingInfo.Parser, new[]{ "User", "BettingCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChampionArenaFinalList), global::EpinelPS.ReqChampionArenaFinalList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaFinalList), global::EpinelPS.ResChampionArenaFinalList.Parser, new[]{ "Matches", "BettingMatchId", "BettingHistories", "BettingHistory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaGroupReplay), global::EpinelPS.ReqGetChampionArenaGroupReplay.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaGroupReplay), global::EpinelPS.ResGetChampionArenaGroupReplay.Parser, new[]{ "Matches" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetChampionArenaGroupData), global::EpinelPS.NetChampionArenaGroupData.Parser, new[]{ "Enemy", "IsWin", "Replays" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetChampionArenaDataByBadge), global::EpinelPS.ReqGetChampionArenaDataByBadge.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetChampionArenaDataByBadge), global::EpinelPS.ResGetChampionArenaDataByBadge.Parser, new[]{ "Schedule", "HasBetCurrentRound", "HasUncheckedBetting", "CurrentOrLastSeasonStartAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainChampionArenaBettingReward), global::EpinelPS.ReqObtainChampionArenaBettingReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainChampionArenaBettingReward), global::EpinelPS.ResObtainChampionArenaBettingReward.Parser, new[]{ "BettingHistory", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetArenaBanInfo), global::EpinelPS.ReqGetArenaBanInfo.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaBanInfo), global::EpinelPS.ResGetArenaBanInfo.Parser, new[]{ "RookieArenaBanInfo", "SpecialArenaBanInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBadge), global::EpinelPS.NetBadge.Parser, new[]{ "Seq", "BadgeGuid", "BadgeContent", "Location" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUniqueBadge), global::EpinelPS.NetUniqueBadge.Parser, new[]{ "Seq", "BadgeGuid", "BadgeContent", "Location" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSyncBadge), global::EpinelPS.ResSyncBadge.Parser, new[]{ "BadgeList", "UniqueBadgeList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteBadge), global::EpinelPS.ResDeleteBadge.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddScenarioBookmark), global::EpinelPS.ReqAddScenarioBookmark.Parser, new[]{ "ScenarioGroupId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddScenarioBookmark), global::EpinelPS.ResAddScenarioBookmark.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRemoveScenarioBookmark), global::EpinelPS.ReqRemoveScenarioBookmark.Parser, new[]{ "ScenarioGroupId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRemoveScenarioBookmark), global::EpinelPS.ResRemoveScenarioBookmark.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddEventScenarioBookmark), global::EpinelPS.ReqAddEventScenarioBookmark.Parser, new[]{ "EventId", "ScenarioGroupId", "DialogType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddEventScenarioBookmark), global::EpinelPS.ResAddEventScenarioBookmark.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRemoveEventScenarioBookmark), global::EpinelPS.ReqRemoveEventScenarioBookmark.Parser, new[]{ "EventId", "ScenarioGroupId", "DialogType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRemoveEventScenarioBookmark), global::EpinelPS.ResRemoveEventScenarioBookmark.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExistScenarioBookmark), global::EpinelPS.ReqExistScenarioBookmark.Parser, new[]{ "BookmarkList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExistScenarioBookmark), global::EpinelPS.ResExistScenarioBookmark.Parser, new[]{ "ExistBookmarkList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExistEventScenarioBookmark), global::EpinelPS.ReqExistEventScenarioBookmark.Parser, new[]{ "EventId", "BookmarkList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExistEventScenarioBookmark), global::EpinelPS.ResExistEventScenarioBookmark.Parser, new[]{ "ExistBookmarkList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCampaignFieldData), global::EpinelPS.ResGetCampaignFieldData.Parser, new[]{ "Field", "Team", "TeamPositions", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveCampaignField), global::EpinelPS.ResSaveCampaignField.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveCampaignFieldObject), global::EpinelPS.ResSaveCampaignFieldObject.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainCampaignItem), global::EpinelPS.ResObtainCampaignItem.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEscapeCampaign), global::EpinelPS.ResEscapeCampaign.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCharacterData), global::EpinelPS.ResGetCharacterData.Parser, new[]{ "Character", "SynchroStandardCharacters" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetAttractiveList), global::EpinelPS.ResGetAttractiveList.Parser, new[]{ "Attractives", "CounselAvailableCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterCounsel), global::EpinelPS.ResCharacterCounsel.Parser, new[]{ "Attractive", "Exp", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterPresent), global::EpinelPS.ResCharacterPresent.Parser, new[]{ "Attractive", "Items", "Exp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainAttractiveReward), global::EpinelPS.ResObtainAttractiveReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterUpgrade), global::EpinelPS.ResCharacterUpgrade.Parser, new[]{ "Character", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterCoreUpgrade), global::EpinelPS.ResCharacterCoreUpgrade.Parser, new[]{ "Character", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterLevelUp), global::EpinelPS.ResCharacterLevelUp.Parser, new[]{ "Character", "Currencies", "SynchroLv", "SynchroStandardCharacters" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterGrowReset), global::EpinelPS.ResCharacterGrowReset.Parser, new[]{ "Character", "Currencies", "SynchroLv", "SynchroStandardCharacters" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterSkillLevelUp), global::EpinelPS.ResCharacterSkillLevelUp.Parser, new[]{ "Character", "Items", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSynchroData), global::EpinelPS.ResGetSynchroData.Parser, new[]{ "Synchro" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroRegister), global::EpinelPS.ResSynchroRegister.Parser, new[]{ "Slot", "Character", "IsSynchro" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroUnregist), global::EpinelPS.ResSynchroUnregist.Parser, new[]{ "Slot", "Character", "IsSynchro", "SynchroLv", "SynchroStandardCharacters" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroAddSlot), global::EpinelPS.ResSynchroAddSlot.Parser, new[]{ "Slot", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSynchroAddSlotByItem), global::EpinelPS.ReqSynchroAddSlotByItem.Parser, new[]{ "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroAddSlotByItem), global::EpinelPS.ResSynchroAddSlotByItem.Parser, new[]{ "Slot", "Item" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroImmediatelyInitialize), global::EpinelPS.ResSynchroImmediatelyInitialize.Parser, new[]{ "Slot", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroLevelUp), global::EpinelPS.ResSynchroLevelUp.Parser, new[]{ "SynchroLv", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSynchroChange), global::EpinelPS.ResSynchroChange.Parser, new[]{ "Characters", "Slots" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCharacterCostumeData), global::EpinelPS.ResGetCharacterCostumeData.Parser, new[]{ "CostumeIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCharacterCostume), global::EpinelPS.ResSetCharacterCostume.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAttractiveFavorites), global::EpinelPS.ResSetAttractiveFavorites.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterSkillLevelReset), global::EpinelPS.ReqCharacterSkillLevelReset.Parser, new[]{ "Csn", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterSkillLevelReset), global::EpinelPS.ResCharacterSkillLevelReset.Parser, new[]{ "Result", "Character", "Currencies", "UserItems", "Items", "Redeems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCounseledBefore), global::EpinelPS.ReqCounseledBefore.Parser, new[]{ "CounselTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCounseledBefore), global::EpinelPS.ResCounseledBefore.Parser, new[]{ "IsCounseledBefore" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCharacterQuickCounsel), global::EpinelPS.ReqCharacterQuickCounsel.Parser, new[]{ "NameCode" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCharacterQuickCounsel), global::EpinelPS.ResCharacterQuickCounsel.Parser, new[]{ "Attractive", "Exp", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCharacterEquipData), global::EpinelPS.NetCharacterEquipData.Parser, new[]{ "Csn", "TidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetUser), global::EpinelPS.ResResetUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteUser), global::EpinelPS.ResDeleteUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetUserLv), global::EpinelPS.ResSetUserLv.Parser, new[]{ "UserData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddCharacter), global::EpinelPS.ResAddCharacter.Parser, new[]{ "CharList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCharacterLv), global::EpinelPS.ResSetCharacterLv.Parser, new[]{ "CharList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAllCharacterLevel), global::EpinelPS.ResSetAllCharacterLevel.Parser, new[]{ "CharList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteCharacters), global::EpinelPS.ResDeleteCharacters.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddAllCharacter), global::EpinelPS.ResAddAllCharacter.Parser, new[]{ "CharList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddCurrency), global::EpinelPS.ResAddCurrency.Parser, new[]{ "CurrencyData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddItem), global::EpinelPS.ResAddItem.Parser, new[]{ "ItemList", "RedeemList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDelItem), global::EpinelPS.ResDelItem.Parser, new[]{ "ItemList", "RedeemList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResPostMail), global::EpinelPS.ResPostMail.Parser, new[]{ "Mail" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetLastLogin), global::EpinelPS.ResSetLastLogin.Parser, new[]{ "LastLoginTic" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetBuyLimit), global::EpinelPS.ResResetBuyLimit.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetFriendship), global::EpinelPS.ResResetFriendship.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetStage), global::EpinelPS.ResResetStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllNormalStage), global::EpinelPS.ResClearAllNormalStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllHardStage), global::EpinelPS.ResClearAllHardStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTower), global::EpinelPS.ResResetTower.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllTower), global::EpinelPS.ResClearAllTower.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllFieldItem), global::EpinelPS.ResClearAllFieldItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearFieldItem), global::EpinelPS.ResClearFieldItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAcquireGuildActivityPoint), global::EpinelPS.ResAcquireGuildActivityPoint.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetGachaData), global::EpinelPS.ResResetGachaData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetShopRenewCount), global::EpinelPS.ResResetShopRenewCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetShop), global::EpinelPS.ResResetShop.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetBuilding), global::EpinelPS.ResResetBuilding.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceAcceptFriend), global::EpinelPS.ResForceAcceptFriend.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTrigger), global::EpinelPS.ResSetTrigger.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTrigger), global::EpinelPS.ResResetTrigger.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTodayCounsel), global::EpinelPS.ResResetTodayCounsel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllAttractiveCounselData), global::EpinelPS.ResResetAllAttractiveCounselData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMainQuest), global::EpinelPS.ResClearMainQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearMainQuest), global::EpinelPS.ResAllClearMainQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllAddItem), global::EpinelPS.ResAllAddItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetOutpostEvent), global::EpinelPS.ResResetOutpostEvent.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMessenger), global::EpinelPS.ResResetMessenger.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResReceiveRequestFriend), global::EpinelPS.ResReceiveRequestFriend.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllAddCurrency), global::EpinelPS.ResAllAddCurrency.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAttractiveLv), global::EpinelPS.ResSetAttractiveLv.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetOutpostTime), global::EpinelPS.ResSetOutpostTime.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllLostSector), global::EpinelPS.ResClearAllLostSector.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllAddJukeboxBgm), global::EpinelPS.ResAllAddJukeboxBgm.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddJukeboxBgm), global::EpinelPS.ResAddJukeboxBgm.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSynchroLevel), global::EpinelPS.ResSetSynchroLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetRecycleResearchLevel), global::EpinelPS.ResSetRecycleResearchLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetArenaReward), global::EpinelPS.ResGetArenaReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllDispatch), global::EpinelPS.ResClearAllDispatch.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetInventory), global::EpinelPS.ResResetInventory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetLostSectorWithReward), global::EpinelPS.ResResetLostSectorWithReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTacticAcademy), global::EpinelPS.ResResetTacticAcademy.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllLessonTacticAcademy), global::EpinelPS.ResAllLessonTacticAcademy.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetLessonTacticAcademy), global::EpinelPS.ResSetLessonTacticAcademy.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSignQuest), global::EpinelPS.ResForceSignQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainAllWallpaper), global::EpinelPS.ResObtainAllWallpaper.Parser, new[]{ "WallpaperList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetFieldCollection), global::EpinelPS.ResResetFieldCollection.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTowerDailyClear), global::EpinelPS.ResResetTowerDailyClear.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetDispatch), global::EpinelPS.ResResetDispatch.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetOutpost), global::EpinelPS.ResResetOutpost.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetHarmonyCube), global::EpinelPS.ResResetHarmonyCube.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetArenaCount), global::EpinelPS.ResResetArenaCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceRegisterGuild), global::EpinelPS.ResForceRegisterGuild.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetBuildingTimeSecond), global::EpinelPS.ResSetBuildingTimeSecond.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainAllMemory), global::EpinelPS.ResObtainAllMemory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMemorial), global::EpinelPS.ResResetMemorial.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddMemory), global::EpinelPS.ResAddMemory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResOpenAllLostSector), global::EpinelPS.ResOpenAllLostSector.Parser, new[]{ "LostSector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllLostSectorReward), global::EpinelPS.ResResetAllLostSectorReward.Parser, new[]{ "LostSector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllLostSector), global::EpinelPS.ResResetAllLostSector.Parser, new[]{ "LostSector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddInfraCoreExp), global::EpinelPS.ResAddInfraCoreExp.Parser, new[]{ "UserData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetInfraCore), global::EpinelPS.ResResetInfraCore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetGuildGrade), global::EpinelPS.ResSetGuildGrade.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetRandomReward), global::EpinelPS.ResGetRandomReward.Parser, new[]{ "Reward", "FinalReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLoginEventAttendance), global::EpinelPS.ResLoginEventAttendance.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeDailyEventJoinDate), global::EpinelPS.ResChangeDailyEventJoinDate.Parser, new[]{ "ChangedEventJoinDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetCharacterSkillLevel), global::EpinelPS.ResResetCharacterSkillLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllCharacterSkillLevel), global::EpinelPS.ResResetAllCharacterSkillLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAllCharacterGradeCore), global::EpinelPS.ResSetAllCharacterGradeCore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCharacterEquipment), global::EpinelPS.ResSetCharacterEquipment.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetDailyEventMissionReceiveRecord), global::EpinelPS.ResResetDailyEventMissionReceiveRecord.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateTestMails), global::EpinelPS.ResCreateTestMails.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteCoopEventShop), global::EpinelPS.ResDeleteCoopEventShop.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCurrency), global::EpinelPS.ResSetCurrency.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddChargeCurrency), global::EpinelPS.ResAddChargeCurrency.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSubtractChargeCurrency), global::EpinelPS.ResSubtractChargeCurrency.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainFieldItemByCheat), global::EpinelPS.ResObtainFieldItemByCheat.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddFrame), global::EpinelPS.ResAddFrame.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddAllFrame), global::EpinelPS.ResAddAllFrame.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteFrame), global::EpinelPS.ResDeleteFrame.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetOpenAllTower), global::EpinelPS.ResSetOpenAllTower.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForcePickTodayRandomMessage), global::EpinelPS.ResForcePickTodayRandomMessage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForcePickTodayDailyMessage), global::EpinelPS.ResForcePickTodayDailyMessage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFillUpTriggersForMessenger), global::EpinelPS.ResFillUpTriggersForMessenger.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddAllCorporationEquipment), global::EpinelPS.ResAddAllCorporationEquipment.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainPassPoint), global::EpinelPS.ResObtainPassPoint.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetPass), global::EpinelPS.ResResetPass.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetPremiumPass), global::EpinelPS.ResSetPremiumPass.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceFriendRequest), global::EpinelPS.ResForceFriendRequest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteAllDummyUser), global::EpinelPS.ResDeleteAllDummyUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearSubQuest), global::EpinelPS.ResClearSubQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMainQuestReward), global::EpinelPS.ResResetMainQuestReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetMonthlySubscription), global::EpinelPS.ResSetMonthlySubscription.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteSimRoom), global::EpinelPS.ResDeleteSimRoom.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceBuyCampaignPackage), global::EpinelPS.ResForceBuyCampaignPackage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetCampaignPackage), global::EpinelPS.ResResetCampaignPackage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddSimRoomBuff), global::EpinelPS.ResAddSimRoomBuff.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteSimRoomBuff), global::EpinelPS.ResDeleteSimRoomBuff.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteAllSimRoomBuffs), global::EpinelPS.ResDeleteAllSimRoomBuffs.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceClearIntercept), global::EpinelPS.ResForceClearIntercept.Parser, new[]{ "NormalReward", "BonusReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetInAppShop), global::EpinelPS.ResResetInAppShop.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResInAppShopBuyProduct), global::EpinelPS.ResInAppShopBuyProduct.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddCheatInAppShopBuyProduct), global::EpinelPS.ResAddCheatInAppShopBuyProduct.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetOutpostBattleLevel), global::EpinelPS.ResSetOutpostBattleLevel.Parser, new[]{ "Result", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFillInterceptTicket), global::EpinelPS.ResFillInterceptTicket.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddCostume), global::EpinelPS.ResAddCostume.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteCostume), global::EpinelPS.ResDeleteCostume.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSimRoomStage), global::EpinelPS.ResSetSimRoomStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearAllSimRoomStage), global::EpinelPS.ResClearAllSimRoomStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetWorldRaidPlayCount), global::EpinelPS.ResResetWorldRaidPlayCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSendFriendshipPointCount), global::EpinelPS.ResSetSendFriendshipPointCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetReceiveFriendshipPointCount), global::EpinelPS.ResSetReceiveFriendshipPointCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetDiceNumber), global::EpinelPS.ResSetDiceNumber.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetDiceSweepCount), global::EpinelPS.ResSetDiceSweepCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetDiceHeroPower), global::EpinelPS.ResSetDiceHeroPower.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetDice), global::EpinelPS.ResResetDice.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDoTimeShift), global::EpinelPS.ResDoTimeShift.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatExecuteGacha), global::EpinelPS.ResCheatExecuteGacha.Parser, new[]{ "Gacha", "Currencies", "Characters", "Items", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllMountEquipmentDelete), global::EpinelPS.ResAllMountEquipmentDelete.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMountEquipmentDelete), global::EpinelPS.ResMountEquipmentDelete.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDummyGuildJoinRequest), global::EpinelPS.ResDummyGuildJoinRequest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDummyGuildList), global::EpinelPS.ResDummyGuildList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCharacterSkillLevel), global::EpinelPS.ResSetCharacterSkillLevel.Parser, new[]{ "Character" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCharactersGradeCore), global::EpinelPS.ResSetCharactersGradeCore.Parser, new[]{ "CharList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnableSpotCheat), global::EpinelPS.ResEnableSpotCheat.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResArenaSettleCheat), global::EpinelPS.ResArenaSettleCheat.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChampionArenaLastMatch), global::EpinelPS.ResChampionArenaLastMatch.Parser, new[]{ "MatchId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceUnionRaidDailySettle), global::EpinelPS.ResForceUnionRaidDailySettle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatPostSystemMail), global::EpinelPS.ResCheatPostSystemMail.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetLoginEvent), global::EpinelPS.ResResetLoginEvent.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearUnionRaid), global::EpinelPS.ResClearUnionRaid.Parser, new[]{ "Current" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearEventStage), global::EpinelPS.ResAllClearEventStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetEventStage), global::EpinelPS.ResResetEventStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSettleUnionRaid), global::EpinelPS.ResForceSettleUnionRaid.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeLiberateStep), global::EpinelPS.ResChangeLiberateStep.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetLiberateProgress), global::EpinelPS.ResResetLiberateProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetScenario), global::EpinelPS.ResResetScenario.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBanUnionRaid), global::EpinelPS.ResBanUnionRaid.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCalcCombat), global::EpinelPS.ResCalcCombat.Parser, new[]{ "CombatData", "LegacyCombatData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCalcCombatData), global::EpinelPS.NetCalcCombatData.Parser, new[]{ "Id", "NameCode", "Combat", "Stat", "IdType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetUnionRaid), global::EpinelPS.ResResetUnionRaid.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetInfiniteSuddenEvent), global::EpinelPS.ResSetInfiniteSuddenEvent.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetInfiniteCounsel), global::EpinelPS.ResSetInfiniteCounsel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetEventQuestData), global::EpinelPS.ResResetEventQuestData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetRookieArenaRating), global::EpinelPS.ResSetRookieArenaRating.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetRookieArenaRatingTargetUsn), global::EpinelPS.ResSetRookieArenaRatingTargetUsn.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRookieArenaTenWin), global::EpinelPS.ResRookieArenaTenWin.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteArenaReward), global::EpinelPS.ResDeleteArenaReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSynchroCharacters), global::EpinelPS.ResSetSynchroCharacters.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAllCurrencyMax), global::EpinelPS.ResSetAllCurrencyMax.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAllEquipmentLevel), global::EpinelPS.ResSetAllEquipmentLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetOutpostBattleRetroactive), global::EpinelPS.ResResetOutpostBattleRetroactive.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetAllHarmonyCubeLevel), global::EpinelPS.ResSetAllHarmonyCubeLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetEquipAwakenOption), global::EpinelPS.ResSetEquipAwakenOption.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeSpecialArenaRank), global::EpinelPS.ResChangeSpecialArenaRank.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSpecialArenaPoint), global::EpinelPS.ResSetSpecialArenaPoint.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSpecialArenaTicketBox), global::EpinelPS.ResSetSpecialArenaTicketBox.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSpecialArenaPointBox), global::EpinelPS.ResSetSpecialArenaPointBox.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetSpecialArenaBattle), global::EpinelPS.ResResetSpecialArenaBattle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTriggerForAchievement), global::EpinelPS.ResSetTriggerForAchievement.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatGetUserData), global::EpinelPS.ResCheatGetUserData.Parser, new[]{ "Asn", "OpenId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearChallengeStage), global::EpinelPS.ResAllClearChallengeStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFillEventStoryTicket), global::EpinelPS.ResFillEventStoryTicket.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetInfiniteChallengeStage), global::EpinelPS.ResSetInfiniteChallengeStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllDailyFreeGacha), global::EpinelPS.ResResetAllDailyFreeGacha.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTextAdventureTicket), global::EpinelPS.ResResetTextAdventureTicket.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetInfiniteTextAdventure), global::EpinelPS.ResSetInfiniteTextAdventure.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTextAdventureData), global::EpinelPS.ResResetTextAdventureData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceRecordTextAdventureEnding), global::EpinelPS.ResForceRecordTextAdventureEnding.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCheatPresetIdList), global::EpinelPS.ResGetCheatPresetIdList.Parser, new[]{ "IdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCheatPreset), global::EpinelPS.ResGetCheatPreset.Parser, new[]{ "Preset" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRegisterCheatPreset), global::EpinelPS.ResRegisterCheatPreset.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSoloRaidClear), global::EpinelPS.ResForceSoloRaidClear.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllSoloRaidClear), global::EpinelPS.ResResetAllSoloRaidClear.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetOpenCountSoloRaid), global::EpinelPS.ResResetOpenCountSoloRaid.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSetSoloRaidRanking), global::EpinelPS.ResForceSetSoloRaidRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateSoloRaidDummyUser), global::EpinelPS.ResCreateSoloRaidDummyUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetSoloRaidSettle), global::EpinelPS.ResResetSoloRaidSettle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCompletableDailyEventMissions), global::EpinelPS.ResSetCompletableDailyEventMissions.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatSoloRaidBan), global::EpinelPS.ResCheatSoloRaidBan.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSubscription), global::EpinelPS.ResSetSubscription.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetSoloRaidRanking), global::EpinelPS.ResResetSoloRaidRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllSoloRaidRanking), global::EpinelPS.ResResetAllSoloRaidRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetBoxGachaSimulationResults), global::EpinelPS.ResGetBoxGachaSimulationResults.Parser, new[]{ "Results" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearBoxGachaResults), global::EpinelPS.ResClearBoxGachaResults.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteContentDummyUser), global::EpinelPS.ResDeleteContentDummyUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetErrorMessage), global::EpinelPS.ResGetErrorMessage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateFriendDummyUser), global::EpinelPS.ResCreateFriendDummyUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteDummyUnion), global::EpinelPS.ResDeleteDummyUnion.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCorrectRemovedStaticData), global::EpinelPS.ResCorrectRemovedStaticData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateSpecialArenaPointDummy), global::EpinelPS.ResCreateSpecialArenaPointDummy.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateChampionArenaDummy), global::EpinelPS.ResCreateChampionArenaDummy.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteArenaSettlementHistory), global::EpinelPS.ResDeleteArenaSettlementHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteArenaRanking), global::EpinelPS.ResDeleteArenaRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteArenaPlayHistory), global::EpinelPS.ResDeleteArenaPlayHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResShowArenaServerInfo), global::EpinelPS.ResShowArenaServerInfo.Parser, new[]{ "Server", "IsLastServer", "BotCount", "CurrentSeasonIndex", "IsSeasonSettle", "IsDailySettle", "IsRearrange" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteAllArenaPlayHistory), global::EpinelPS.ResDeleteAllArenaPlayHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateRookieArenaDummy), global::EpinelPS.ResCreateRookieArenaDummy.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatBanArena), global::EpinelPS.ResCheatBanArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatBanRestoreArena), global::EpinelPS.ResCheatBanRestoreArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllArenaRanking), global::EpinelPS.ResResetAllArenaRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRollbackArenaRearrange), global::EpinelPS.ResRollbackArenaRearrange.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSetUnionRaidScore), global::EpinelPS.ResForceSetUnionRaidScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllUnionRaidData), global::EpinelPS.ResResetAllUnionRaidData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateDummyUnionRaidData), global::EpinelPS.ResCreateDummyUnionRaidData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetAllArena), global::EpinelPS.ResResetAllArena.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateDummyChampionArenaMatchResult), global::EpinelPS.ResCreateDummyChampionArenaMatchResult.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeChampionArenaUser), global::EpinelPS.ResChangeChampionArenaUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidDummyInfo), global::EpinelPS.ResGetUnionRaidDummyInfo.Parser, new[]{ "DummyUnionCount", "RealUnionCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExistUnionRaidSettleHistory), global::EpinelPS.ResExistUnionRaidSettleHistory.Parser, new[]{ "Available" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameBBQDailyProgress), global::EpinelPS.ResResetMiniGameBBQDailyProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameBBQAccumulatedScore), global::EpinelPS.ResResetMiniGameBBQAccumulatedScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResInvalidateSession), global::EpinelPS.ResInvalidateSession.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetChampionArenaDummyTeam), global::EpinelPS.ResSetChampionArenaDummyTeam.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSpecialArenaServerInfo), global::EpinelPS.ResGetSpecialArenaServerInfo.Parser, new[]{ "ServerCount", "Under10UserServer" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetInfiniteTower), global::EpinelPS.ResSetInfiniteTower.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameCe002), global::EpinelPS.ResResetMiniGameCe002.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResInAppPurchasePayFail), global::EpinelPS.ResInAppPurchasePayFail.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddArchiveRecord), global::EpinelPS.ResAddArchiveRecord.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearArchiveEventStage), global::EpinelPS.ResAllClearArchiveEventStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetChampionArenaBettingReward), global::EpinelPS.ResResetChampionArenaBettingReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeGuildMemberLastActionAt), global::EpinelPS.ResChangeGuildMemberLastActionAt.Parser, new[]{ "ChangedLastActionAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeGuildMemberJoinedAt), global::EpinelPS.ResChangeGuildMemberJoinedAt.Parser, new[]{ "ChangedJoinedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatBanUser), global::EpinelPS.ResCheatBanUser.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResIgnoreSucceedFlag), global::EpinelPS.ResIgnoreSucceedFlag.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatToggleFeatureFlag), global::EpinelPS.ResCheatToggleFeatureFlag.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateRearrangeArenaData), global::EpinelPS.ResCreateRearrangeArenaData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetSupportCharacterUseCount), global::EpinelPS.ResResetSupportCharacterUseCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateDummyMultiRaidRanking), global::EpinelPS.ResCreateDummyMultiRaidRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSendMultiRaidSettleMail), global::EpinelPS.ResForceSendMultiRaidSettleMail.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMultiRaidSettleHistory), global::EpinelPS.ResResetMultiRaidSettleHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMultiRaidRanking), global::EpinelPS.ResResetMultiRaidRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceSetMultiRaidScore), global::EpinelPS.ResForceSetMultiRaidScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceUpdateMiniGameNKSProgress), global::EpinelPS.ResForceUpdateMiniGameNKSProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameNKS), global::EpinelPS.ResResetMiniGameNKS.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceAssignMultiRaid), global::EpinelPS.ResForceAssignMultiRaid.Parser, new[]{ "Ip", "Port", "RoomId", "MatchId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateSupportCharacterCount), global::EpinelPS.ResUpdateSupportCharacterCount.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetDateSim), global::EpinelPS.ResResetDateSim.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceClearDateSimDialogEvent), global::EpinelPS.ResForceClearDateSimDialogEvent.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSpecialArenaMatchable), global::EpinelPS.ResSpecialArenaMatchable.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameDessertRushDailyProgress), global::EpinelPS.ResResetMiniGameDessertRushDailyProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameDessertRushAccumulatedScore), global::EpinelPS.ResResetMiniGameDessertRushAccumulatedScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceAddMiniGameDessertRushDailyScore), global::EpinelPS.ResForceAddMiniGameDessertRushDailyScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeRankingServer), global::EpinelPS.ResChangeRankingServer.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameTabTabMaidDailyProgress), global::EpinelPS.ResResetMiniGameTabTabMaidDailyProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameTabTabMaidAccumulatedScore), global::EpinelPS.ResResetMiniGameTabTabMaidAccumulatedScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceAddMiniGameTabTabMaidDailyScore), global::EpinelPS.ResForceAddMiniGameTabTabMaidDailyScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateFriendRecommend), global::EpinelPS.ResUpdateFriendRecommend.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateRanking), global::EpinelPS.ResUpdateRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteArenaHistory), global::EpinelPS.ResDeleteArenaHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceUserToUnionRelatedRanking), global::EpinelPS.ResForceUserToUnionRelatedRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetMiniGameTabTabMaidMissionReward), global::EpinelPS.ResResetMiniGameTabTabMaidMissionReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetSpecialLobbySlotData), global::EpinelPS.ResResetSpecialLobbySlotData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnequipAllFavoriteItem), global::EpinelPS.ResUnequipAllFavoriteItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnequipFavoriteItem), global::EpinelPS.ResUnequipFavoriteItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResTestIncreaseExpFavoriteItem), global::EpinelPS.ResTestIncreaseExpFavoriteItem.Parser, new[]{ "ResultList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResForceEquipFavoriteItem), global::EpinelPS.ResForceEquipFavoriteItem.Parser, new[]{ "FavoriteItems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddCollectionItem), global::EpinelPS.ResAddCollectionItem.Parser, new[]{ "FavoriteItems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetSideStory), global::EpinelPS.ResResetSideStory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearSideStory), global::EpinelPS.ResAllClearSideStory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetFavoriteItemQuest), global::EpinelPS.ResResetFavoriteItemQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCollectionItemLevel), global::EpinelPS.ResSetCollectionItemLevel.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameTowerDefenseAddCurrency), global::EpinelPS.ResMiniGameTowerDefenseAddCurrency.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameTowerDefenseResetMission), global::EpinelPS.ResMiniGameTowerDefenseResetMission.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameTowerDefenseResetStage), global::EpinelPS.ResMiniGameTowerDefenseResetStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameTowerDefenseAllClearStage), global::EpinelPS.ResMiniGameTowerDefenseAllClearStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatObtainAllProfileCardObjects), global::EpinelPS.ResCheatObtainAllProfileCardObjects.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatRemoveAllProfileCardObjects), global::EpinelPS.ResCheatRemoveAllProfileCardObjects.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatObtainProfileCardObjects), global::EpinelPS.ResCheatObtainProfileCardObjects.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatRemoveProfileCardObjects), global::EpinelPS.ResCheatRemoveProfileCardObjects.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDisableWatermarkPasswordAuth), global::EpinelPS.ResDisableWatermarkPasswordAuth.Parser, new[]{ "Success" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatMiniGameBan), global::EpinelPS.ResCheatMiniGameBan.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatProceedFavoriteItemQuest), global::EpinelPS.ResCheatProceedFavoriteItemQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetBypassRunningSodaAntiCheat), global::EpinelPS.ResSetBypassRunningSodaAntiCheat.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatNKSV2Ban), global::EpinelPS.ResCheatNKSV2Ban.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatIssueUnionFreeRenameTicket), global::EpinelPS.ResCheatIssueUnionFreeRenameTicket.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatRenameUnion), global::EpinelPS.ResCheatRenameUnion.Parser, new[]{ "FailureReason" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetIslandAdventure), global::EpinelPS.ResResetIslandAdventure.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatAcquireAllUserTitle), global::EpinelPS.ResCheatAcquireAllUserTitle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatUpdateUserTitleAcquireCondition), global::EpinelPS.ResCheatUpdateUserTitleAcquireCondition.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddCurrencyIslandAdventure), global::EpinelPS.ResAddCurrencyIslandAdventure.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBypassMiniGameIslandSpotRuleCheat), global::EpinelPS.ResBypassMiniGameIslandSpotRuleCheat.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheatClearMiniGameIslandMission), global::EpinelPS.ResCheatClearMiniGameIslandMission.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.LoginEventRewardHistory), global::EpinelPS.LoginEventRewardHistory.Parser, new[]{ "IsReceived", "Day" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.LoginEventAttendance), global::EpinelPS.LoginEventAttendance.Parser, new[]{ "Day", "AttendanceDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEventWithJoinData), global::EpinelPS.NetEventWithJoinData.Parser, new[]{ "EventData", "JoinAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEventJoinData), global::EpinelPS.NetEventJoinData.Parser, new[]{ "EventId", "JoinDate", "ClearDate" }, new[]{ "ClearDate" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLastClearedEventStageData), global::EpinelPS.NetLastClearedEventStageData.Parser, new[]{ "DifficultyId", "StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetEventList), global::EpinelPS.ResGetEventList.Parser, new[]{ "EventList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLoginEventData), global::EpinelPS.ResLoginEventData.Parser, new[]{ "EndDate", "DisableDate", "RewardHistories", "LastAttendance" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqLoginEventReplenish), global::EpinelPS.ReqLoginEventReplenish.Parser, new[]{ "EventId", "ReplenishCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLoginEventReplenish), global::EpinelPS.ResLoginEventReplenish.Parser, new[]{ "Reward", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetEventMissionClear), global::EpinelPS.ResGetEventMissionClear.Parser, new[]{ "EventMissionClearList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainDailyEventReward), global::EpinelPS.ResObtainDailyEventReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainLoginEventReward), global::EpinelPS.ResObtainLoginEventReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetJoinedEvent), global::EpinelPS.ResGetJoinedEvent.Parser, new[]{ "EventWithJoinData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMultiRaidRewardedCount), global::EpinelPS.ResGetMultiRaidRewardedCount.Parser, new[]{ "RewardedCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStartMatch), global::EpinelPS.ResStartMatch.Parser, new[]{ "TicketId", "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMultiRaidReward), global::EpinelPS.ResObtainMultiRaidReward.Parser, new[]{ "RewardData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMultiRaidRankingData), global::EpinelPS.NetMultiRaidRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMultiRaidRankingTopUser), global::EpinelPS.ResGetMultiRaidRankingTopUser.Parser, new[]{ "TopRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMultiRaidUserRanking), global::EpinelPS.ResGetMultiRaidUserRanking.Parser, new[]{ "UserRanking", "Total" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMultiRaid), global::EpinelPS.ReqClearMultiRaid.Parser, new[]{ "EventId", "Damage", "UserSlot", "MatchId", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMultiRaid), global::EpinelPS.ResClearMultiRaid.Parser, new[]{ "IsReward", "RewardData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEventShopProductData), global::EpinelPS.NetEventShopProductData.Parser, new[]{ "ShopTid", "ShopCategory", "List" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEventShopProductList), global::EpinelPS.ResEventShopProductList.Parser, new[]{ "Shops" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEventShopBuyProduct), global::EpinelPS.ResEventShopBuyProduct.Parser, new[]{ "Result", "Product", "Item", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterEventStage), global::EpinelPS.ResEnterEventStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearEventStage), global::EpinelPS.ResClearEventStage.Parser, new[]{ "Reward", "BonusReward", "UserLevelUpReward", "RemainTicket", "FirstClearReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearEventStage), global::EpinelPS.ReqFastClearEventStage.Parser, new[]{ "StageId", "TeamNumber", "EventId", "ClearCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearEventStage), global::EpinelPS.ResFastClearEventStage.Parser, new[]{ "Reward", "BonusReward", "UserLevelUpReward", "RemainTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainEventMissionReward), global::EpinelPS.ResObtainEventMissionReward.Parser, new[]{ "Reward", "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStoryDungeonEventData), global::EpinelPS.ResStoryDungeonEventData.Parser, new[]{ "RemainTicket", "LastClearedEventStageList", "TeamData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetEventScenarioData), global::EpinelPS.ResGetEventScenarioData.Parser, new[]{ "ScenarioIdList", "BookmarkScenarioList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExistEventScenario), global::EpinelPS.ReqExistEventScenario.Parser, new[]{ "EventId", "ScenarioGroupIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExistEventScenario), global::EpinelPS.ResExistEventScenario.Parser, new[]{ "ExistGroupIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainAllLoginEventReward), global::EpinelPS.ReqObtainAllLoginEventReward.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainAllLoginEventReward), global::EpinelPS.ResObtainAllLoginEventReward.Parser, new[]{ "Reward", "Day" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetEventBoxGacha), global::EpinelPS.ReqGetEventBoxGacha.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetEventBoxGacha), global::EpinelPS.ResGetEventBoxGacha.Parser, new[]{ "RewardOrders", "GachaCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExecuteEventBoxGacha), global::EpinelPS.ReqExecuteEventBoxGacha.Parser, new[]{ "EventId", "CurrentCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExecuteEventBoxGacha), global::EpinelPS.ResExecuteEventBoxGacha.Parser, new[]{ "Reward", "Ticket", "RewardOrders", "FreeTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLoginEventReceiveStatus), global::EpinelPS.ReqGetLoginEventReceiveStatus.Parser, new[]{ "EventIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLoginEventReceiveStatus), global::EpinelPS.ResGetLoginEventReceiveStatus.Parser, new[]{ "ReceiveStatusList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearComebackEvent), global::EpinelPS.ResClearComebackEvent.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetEventMemorials), global::EpinelPS.ReqGetEventMemorials.Parser, new[]{ "EventFieldId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetEventMemorials), global::EpinelPS.ResGetEventMemorials.Parser, new[]{ "MemorialIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterEventStageTowerDefense), global::EpinelPS.ReqEnterEventStageTowerDefense.Parser, new[]{ "StageId", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterEventStageTowerDefense), global::EpinelPS.ResEnterEventStageTowerDefense.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishEventStageTowerDefense), global::EpinelPS.ReqFinishEventStageTowerDefense.Parser, new[]{ "EventId", "StageId", "IsWin", "Score", "TutorialIds", "StageLog" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishEventStageTowerDefense), global::EpinelPS.ResFinishEventStageTowerDefense.Parser, new[]{ "Reward", "UpgradeCurrencyAmount", "CurrentUpgradeCurrency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterPlaySodaStoryStage), global::EpinelPS.ReqEnterPlaySodaStoryStage.Parser, new[]{ "EventDungeonStageTableId", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterPlaySodaStoryStage), global::EpinelPS.ResEnterPlaySodaStoryStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearPlaySodaRunningStoryStage), global::EpinelPS.ReqClearPlaySodaRunningStoryStage.Parser, new[]{ "EventId", "EventDungeonStageTableId", "Score", "EventLog", "ObstacleLocation", "SurviveTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearPlaySodaRunningStoryStage), global::EpinelPS.ResClearPlaySodaRunningStoryStage.Parser, new[]{ "Reward", "RemainTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearPlaySodaStackUpStoryStage), global::EpinelPS.ReqClearPlaySodaStackUpStoryStage.Parser, new[]{ "EventId", "EventDungeonStageTableId", "FloorCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearPlaySodaStackUpStoryStage), global::EpinelPS.ResClearPlaySodaStackUpStoryStage.Parser, new[]{ "Reward", "RemainTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearPlaySodaCatchCoinStoryStage), global::EpinelPS.ReqClearPlaySodaCatchCoinStoryStage.Parser, new[]{ "EventId", "EventDungeonStageTableId", "Score", "CoinCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearPlaySodaCatchCoinStoryStage), global::EpinelPS.ResClearPlaySodaCatchCoinStoryStage.Parser, new[]{ "Reward", "RemainTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearPlaySodaSmashStoryStage), global::EpinelPS.ReqClearPlaySodaSmashStoryStage.Parser, new[]{ "EventId", "EventDungeonStageTableId", "Score", "ScoringHistory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearPlaySodaSmashStoryStage), global::EpinelPS.ResClearPlaySodaSmashStoryStage.Parser, new[]{ "Reward", "RemainTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearPlaySodaClimbingStoryStage), global::EpinelPS.ReqClearPlaySodaClimbingStoryStage.Parser, new[]{ "EventId", "EventDungeonStageTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearPlaySodaClimbingStoryStage), global::EpinelPS.ResClearPlaySodaClimbingStoryStage.Parser, new[]{ "Reward", "RemainTicket" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishComebackUserPoll), global::EpinelPS.ReqFinishComebackUserPoll.Parser, new[]{ "PollId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishComebackUserPoll), global::EpinelPS.ResFinishComebackUserPoll.Parser, new[]{ "IsFinished" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterEventField), global::EpinelPS.ReqEnterEventField.Parser, new[]{ "MapId", "ProgressEventGroupIdList", "EventFieldId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterEventField), global::EpinelPS.ResEnterEventField.Parser, new[]{ "Field", "Team", "TeamPositions", "Json", "UserEventIdList", "AutoChargeDataList", "NonResettableFieldObjects" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateEventFieldProgress), global::EpinelPS.ReqUpdateEventFieldProgress.Parser, new[]{ "EventFieldProgressIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateEventFieldProgress), global::EpinelPS.ResUpdateEventFieldProgress.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEscapeEventField), global::EpinelPS.ReqEscapeEventField.Parser, new[]{ "MapId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEscapeEventField), global::EpinelPS.ResEscapeEventField.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveEventFieldNonResettableFieldObject), global::EpinelPS.ReqSaveEventFieldNonResettableFieldObject.Parser, new[]{ "EventId", "FieldObjects" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveEventFieldNonResettableFieldObject), global::EpinelPS.ResSaveEventFieldNonResettableFieldObject.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetNonResettableFieldObject), global::EpinelPS.NetNonResettableFieldObject.Parser, new[]{ "PositionId", "Type", "Json" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetEventQuestData), global::EpinelPS.NetEventQuestData.Parser, new[]{ "EventQuestId", "IsReceived" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListEventQuest), global::EpinelPS.ReqListEventQuest.Parser, new[]{ "EventQuestManagerTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListEventQuest), global::EpinelPS.ResListEventQuest.Parser, new[]{ "EventQuests" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinEventQuest), global::EpinelPS.ReqFinEventQuest.Parser, new[]{ "EventQuestTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinEventQuest), global::EpinelPS.ResFinEventQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainEventQuestReward), global::EpinelPS.ReqObtainEventQuestReward.Parser, new[]{ "EventQuestTidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainEventQuestReward), global::EpinelPS.ResObtainEventQuestReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterEventQuestStage), global::EpinelPS.ReqEnterEventQuestStage.Parser, new[]{ "EventQuestManagerTid", "StageId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterEventQuestStage), global::EpinelPS.ResEnterEventQuestStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearEventQuestStage), global::EpinelPS.ResClearEventQuestStage.Parser, new[]{ "Reward", "UserLevelUpReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListFavoriteItem), global::EpinelPS.ReqListFavoriteItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListFavoriteItem), global::EpinelPS.ResListFavoriteItem.Parser, new[]{ "FavoriteItems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEquipFavoriteItem), global::EpinelPS.ReqEquipFavoriteItem.Parser, new[]{ "FavoriteItemId", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEquipFavoriteItem), global::EpinelPS.ResEquipFavoriteItem.Parser, new[]{ "FavoriteItems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqIncreaseExpFavoriteItem), global::EpinelPS.ReqIncreaseExpFavoriteItem.Parser, new[]{ "FavoriteItemId", "ItemData", "LoopCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResIncreaseExpFavoriteItem), global::EpinelPS.ResIncreaseExpFavoriteItem.Parser, new[]{ "FavoriteItem", "Result", "ItemData", "LoopCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExchangeFavoriteItem), global::EpinelPS.ReqExchangeFavoriteItem.Parser, new[]{ "RFavoriteItemId", "SRFavoriteItemId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExchangeFavoriteItem), global::EpinelPS.ResExchangeFavoriteItem.Parser, new[]{ "FavoriteItem" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListFavoriteItemQuest), global::EpinelPS.ReqListFavoriteItemQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListFavoriteItemQuest), global::EpinelPS.ResListFavoriteItemQuest.Parser, new[]{ "FavoriteItemQuests" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserFavoriteItemQuestData), global::EpinelPS.NetUserFavoriteItemQuestData.Parser, new[]{ "QuestId", "Clear", "Received" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishFavoriteItemQuest), global::EpinelPS.ReqFinishFavoriteItemQuest.Parser, new[]{ "FavoriteItemQuestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishFavoriteItemQuest), global::EpinelPS.ResFinishFavoriteItemQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearFavoriteItemQuestStage), global::EpinelPS.ReqClearFavoriteItemQuestStage.Parser, new[]{ "StageId", "FavoriteItemQuestId", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearFavoriteItemQuestStage), global::EpinelPS.ResClearFavoriteItemQuestStage.Parser, new[]{ "Reward", "UserLevelUpReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStartFavoriteItemQuest), global::EpinelPS.ReqStartFavoriteItemQuest.Parser, new[]{ "FavoriteItemQuestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStartFavoriteItemQuest), global::EpinelPS.ResStartFavoriteItemQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqComposeCollectionItem), global::EpinelPS.ReqComposeCollectionItem.Parser, new[]{ "FavoriteItemId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResComposeCollectionItem), global::EpinelPS.ResComposeCollectionItem.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFavoriteItemLibraryElement), global::EpinelPS.NetFavoriteItemLibraryElement.Parser, new[]{ "Tid", "ReceivedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetFavoriteItemLibrary), global::EpinelPS.ReqGetFavoriteItemLibrary.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetFavoriteItemLibrary), global::EpinelPS.ResGetFavoriteItemLibrary.Parser, new[]{ "FavoriteItemLibrary" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainFavoriteItemQuestReward), global::EpinelPS.ReqObtainFavoriteItemQuestReward.Parser, new[]{ "QuestId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainFavoriteItemQuestReward), global::EpinelPS.ResObtainFavoriteItemQuestReward.Parser, new[]{ "UserReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterFavoriteItemQuestStage), global::EpinelPS.ReqEnterFavoriteItemQuestStage.Parser, new[]{ "StageId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterFavoriteItemQuestStage), global::EpinelPS.ResEnterFavoriteItemQuestStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserFriendData), global::EpinelPS.NetUserFriendData.Parser, new[]{ "State", "Type", "User", "IsSend", "ReceiveState" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetFriendData), global::EpinelPS.ResGetFriendData.Parser, new[]{ "SendFriendshipCount", "ReceiveFriendshipCount", "Friend", "Blacklist" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRequestFriend), global::EpinelPS.ResRequestFriend.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllAcceptFriend), global::EpinelPS.ResAllAcceptFriend.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAcceptFriend), global::EpinelPS.ResAcceptFriend.Parser, new[]{ "Friend", "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteFriend), global::EpinelPS.ResDeleteFriend.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteFriendList), global::EpinelPS.ResDeleteFriendList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSendFriendshipPoint), global::EpinelPS.ResSendFriendshipPoint.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainFriendshipPoint), global::EpinelPS.ResObtainFriendshipPoint.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllFriendshipPoint), global::EpinelPS.ResAllFriendshipPoint.Parser, new[]{ "SendCount", "ReceiveCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddBlacklist), global::EpinelPS.ResAddBlacklist.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearBlacklist), global::EpinelPS.ResClearBlacklist.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecommendFriendList), global::EpinelPS.ResRecommendFriendList.Parser, new[]{ "Users" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSearchFriendList), global::EpinelPS.ResSearchFriendList.Parser, new[]{ "Users" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCancelRequestFriend), global::EpinelPS.ResCancelRequestFriend.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGachaCustomData), global::EpinelPS.NetGachaCustomData.Parser, new[]{ "Type", "Tid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserGachaData), global::EpinelPS.NetUserGachaData.Parser, new[]{ "GachaType", "PlayCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGachaEvent), global::EpinelPS.NetGachaEvent.Parser, new[]{ "GachaTypeId", "FreeCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserGachaDiscountData), global::EpinelPS.NetUserGachaDiscountData.Parser, new[]{ "GachaTypeId", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExecuteGacha), global::EpinelPS.ResExecuteGacha.Parser, new[]{ "Gacha", "Currencies", "Characters", "Items", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetGachaData), global::EpinelPS.ResGetGachaData.Parser, new[]{ "Gacha", "MultipleCustom", "GachaEventData", "GachaDiscountData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetGachaCustom), global::EpinelPS.ResSetGachaCustom.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCheckDailyFreeGacha), global::EpinelPS.ReqCheckDailyFreeGacha.Parser, new[]{ "GachaId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheckDailyFreeGacha), global::EpinelPS.ResCheckDailyFreeGacha.Parser, new[]{ "EventData", "FreeCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqExecuteDailyFreeGacha), global::EpinelPS.ReqExecuteDailyFreeGacha.Parser, new[]{ "EventId", "GachaId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResExecuteDailyFreeGacha), global::EpinelPS.ResExecuteDailyFreeGacha.Parser, new[]{ "Gacha", "Currencies", "Characters", "Items", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildData), global::EpinelPS.NetGuildData.Parser, new[]{ "Gsn", "Name", "Desc", "Emblem", "Locale", "JoinType", "JoinLevel", "Notice", "Grade", "Exp", "ActivityPoint", "ActivityPointDaily", "ActivityPointRecent", "IsBot", "UnionRaidTier", "UnionRaidTierNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildMemberData), global::EpinelPS.NetGuildMemberData.Parser, new[]{ "Usn", "Type", "ActivityPointRecent", "JoinedAt", "Nickname", "Level", "Server", "LastActionAt", "Icon", "IconPrism", "Frame", "TeamCombat", "SendMailAt", "ActivityPointDaily", "UserTitleId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildJoinRequestData), global::EpinelPS.NetGuildJoinRequestData.Parser, new[]{ "Usn", "Nickname", "Level", "Server", "Icon", "IconPrism", "Frame", "TeamCombat", "UserTitleId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildLog), global::EpinelPS.NetGuildLog.Parser, new[]{ "Seq", "Id", "Arguments", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildLogArgs), global::EpinelPS.NetGuildLogArgs.Parser, new[]{ "Value", "IsLocaleKey" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetGuildPopup), global::EpinelPS.NetGuildPopup.Parser, new[]{ "Seq", "Category", "Args" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidData), global::EpinelPS.NetUnionRaidData.Parser, new[]{ "UnionRaidJoinData", "UnionRaidState", "CurrentStatus", "UnionRaidManagerTid", "PeriodData", "UnionRaidRanking", "DataWhenJoin", "TotalRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidDataWhenJoin), global::EpinelPS.NetUnionRaidDataWhenJoin.Parser, new[]{ "StartBossLevel", "StartBossStep", "IsFinished" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecommendGuildList), global::EpinelPS.ResRecommendGuildList.Parser, new[]{ "Guilds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetGuildLog), global::EpinelPS.ResGetGuildLog.Parser, new[]{ "Result", "Logs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetGuild), global::EpinelPS.ResGetGuild.Parser, new[]{ "Guild", "Members", "Popups", "CanChangeUnionNameForFree", "IsSimple" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateGuild), global::EpinelPS.ResCreateGuild.Parser, new[]{ "Result", "Guild", "Members", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteGuild), global::EpinelPS.ResDeleteGuild.Parser, new[]{ "Result", "GuildLeaveAt" }, new[]{ "GuildLeaveAt" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGuildJoinRequestList), global::EpinelPS.ResGuildJoinRequestList.Parser, new[]{ "Result", "List" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResConfirmGuildJoinRequest), global::EpinelPS.ResConfirmGuildJoinRequest.Parser, new[]{ "Result", "Accept" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllConfirmGuildJoinRequest), global::EpinelPS.ResAllConfirmGuildJoinRequest.Parser, new[]{ "Result", "Accept" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetGuildName), global::EpinelPS.ResSetGuildName.Parser, new[]{ "Result", "Currencies", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetGuildNameForFree), global::EpinelPS.ReqSetGuildNameForFree.Parser, new[]{ "Gsn", "Name" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetGuildNameForFree), global::EpinelPS.ResSetGuildNameForFree.Parser, new[]{ "Result", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateGuildNotice), global::EpinelPS.ResUpdateGuildNotice.Parser, new[]{ "Result", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateGuildSettings2), global::EpinelPS.ReqUpdateGuildSettings2.Parser, new[]{ "Gsn", "Desc", "Emblem", "Locale", "JoinType", "JoinLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateGuildSettings), global::EpinelPS.ResUpdateGuildSettings.Parser, new[]{ "Result", "BanEndTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSendGuildMail), global::EpinelPS.ResSendGuildMail.Parser, new[]{ "Result", "BanFrom", "BanTo", "SendMailAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeGuildMaster), global::EpinelPS.ResChangeGuildMaster.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeGuildManager), global::EpinelPS.ResChangeGuildManager.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResKickGuildMember), global::EpinelPS.ResKickGuildMember.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddGuildBlacklist), global::EpinelPS.ResAddGuildBlacklist.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResJoinGuild), global::EpinelPS.ResJoinGuild.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLeaveGuild), global::EpinelPS.ResLeaveGuild.Parser, new[]{ "GuildLeaveAt", "Result" }, new[]{ "GuildLeaveAt" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUnionRaidStepInfo), global::EpinelPS.ReqGetUnionRaidStepInfo.Parser, new[]{ "Gsn", "RaidLevel", "RaidStep" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidStepInfo), global::EpinelPS.ResGetUnionRaidStepInfo.Parser, new[]{ "Info", "NowPlaying", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterUnionRaid), global::EpinelPS.ReqEnterUnionRaid.Parser, new[]{ "RaidLevel", "RaidStep", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterUnionRaid), global::EpinelPS.ResEnterUnionRaid.Parser, new[]{ "Info", "JoinResult", "JoinData", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetUnionRaidDamage), global::EpinelPS.ResSetUnionRaidDamage.Parser, new[]{ "RaidJoinCount", "Status", "Info", "PeriodResult", "JoinData", "DamageResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListUnionRaidWorldRanking), global::EpinelPS.ReqListUnionRaidWorldRanking.Parser, new[]{ "Rank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListUnionRaidWorldRanking), global::EpinelPS.ResListUnionRaidWorldRanking.Parser, new[]{ "Rankings", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUnionRaidWholeBattleLog), global::EpinelPS.ReqGetUnionRaidWholeBattleLog.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidWholeBattleLog), global::EpinelPS.ResGetUnionRaidWholeBattleLog.Parser, new[]{ "Log", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUnionRaidUserBattleLog), global::EpinelPS.ReqGetUnionRaidUserBattleLog.Parser, new[]{ "Gsn", "Step" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidUserBattleLog), global::EpinelPS.ResGetUnionRaidUserBattleLog.Parser, new[]{ "Log", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUnionRaidStepBattleLog), global::EpinelPS.ReqGetUnionRaidStepBattleLog.Parser, new[]{ "Gsn", "Step" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidStepBattleLog), global::EpinelPS.ResGetUnionRaidStepBattleLog.Parser, new[]{ "Log", "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidSimpleLog), global::EpinelPS.NetUnionRaidSimpleLog.Parser, new[]{ "Nickname", "RaidLevel", "Step", "Damage", "Kill", "DamageAt", "Usn", "LeftHp", "Day" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidDetailLog), global::EpinelPS.NetUnionRaidDetailLog.Parser, new[]{ "Usn", "Nickname", "RaidLevel", "Damage", "Team", "DamageAt", "Kill" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidJoinData), global::EpinelPS.NetUnionRaidJoinData.Parser, new[]{ "PlayCount", "CsnList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidTeamCharacter), global::EpinelPS.NetUnionRaidTeamCharacter.Parser, new[]{ "Slot", "Tid", "Level", "Combat", "CostumeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUnionRaidPeriodData), global::EpinelPS.NetUnionRaidPeriodData.Parser, new[]{ "VisibleDate", "StartDate", "EndDate", "DisableDate", "SettleDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSearchGuildList), global::EpinelPS.ReqSearchGuildList.Parser, new[]{ "Search" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSearchGuildList), global::EpinelPS.ResSearchGuildList.Parser, new[]{ "Guilds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetGuildChatList), global::EpinelPS.ResGetGuildChatList.Parser, new[]{ "MemberList", "ChatList", "DeletedMessageIdList", "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSendGuildChat), global::EpinelPS.ResSendGuildChat.Parser, new[]{ "Result", "BanFrom", "BanTo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteGuildChat), global::EpinelPS.ReqDeleteGuildChat.Parser, new[]{ "MessageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteGuildChat), global::EpinelPS.ResDeleteGuildChat.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetUnionRaidPracticeDamage), global::EpinelPS.ResSetUnionRaidPracticeDamage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetGuildPublicInfo), global::EpinelPS.ReqGetGuildPublicInfo.Parser, new[]{ "Gsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetGuildPublicInfo), global::EpinelPS.ResGetGuildPublicInfo.Parser, new[]{ "Guild", "Members" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUnionRaidJoinData), global::EpinelPS.ReqGetUnionRaidJoinData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidJoinData), global::EpinelPS.ResGetUnionRaidJoinData.Parser, new[]{ "UnionRaidJoinData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetUnionRaidData), global::EpinelPS.ReqGetUnionRaidData.Parser, new[]{ "Gsn", "IsSimple" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetUnionRaidData), global::EpinelPS.ResGetUnionRaidData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetInterceptData), global::EpinelPS.ResGetInterceptData.Parser, new[]{ "NormalInterceptGroup", "SpecialInterceptId", "TicketCount", "MaxTicketCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterIntercept), global::EpinelPS.ResEnterIntercept.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearIntercept), global::EpinelPS.ResClearIntercept.Parser, new[]{ "Intercept", "InterceptId", "NormalReward", "BonusReward", "TicketCount", "MaxTicketCount", "NormalRewardByRewardUpEvent", "BonusRewardByRewardUpEvent" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearIntercept), global::EpinelPS.ReqFastClearIntercept.Parser, new[]{ "Intercept", "InterceptId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearIntercept), global::EpinelPS.ResFastClearIntercept.Parser, new[]{ "NormalReward", "BonusReward", "TicketCount", "MaxTicketCount", "Result", "Damage", "NormalRewardByRewardUpEvent", "BonusRewardByRewardUpEvent" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCheckClearInterceptToday), global::EpinelPS.ReqCheckClearInterceptToday.Parser, new[]{ "InterceptType", "InterceptId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheckClearInterceptToday), global::EpinelPS.ResCheckClearInterceptToday.Parser, new[]{ "Clear" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterInterceptPractice), global::EpinelPS.ReqEnterInterceptPractice.Parser, new[]{ "Intercept", "InterceptId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterInterceptPractice), global::EpinelPS.ResEnterInterceptPractice.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearInterceptPractice), global::EpinelPS.ResClearInterceptPractice.Parser, new[]{ "Intercept", "InterceptId", "TicketCount", "MaxTicketCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMogIntercept), global::EpinelPS.ReqEnterMogIntercept.Parser, new[]{ "InterceptType", "InterceptId", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMogIntercept), global::EpinelPS.ResEnterMogIntercept.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMogIntercept), global::EpinelPS.ReqClearMogIntercept.Parser, new[]{ "InterceptType", "InterceptId", "Damage", "TeamNumber", "BattleResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMogIntercept), global::EpinelPS.ResClearMogIntercept.Parser, new[]{ "NormalReward", "BonusReward", "TicketCount", "MaxTicketCount", "NormalRewardByRewardUpEvent", "BonusRewardByRewardUpEvent" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastClearMogIntercept), global::EpinelPS.ReqFastClearMogIntercept.Parser, new[]{ "InterceptType", "InterceptId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearMogIntercept), global::EpinelPS.ResFastClearMogIntercept.Parser, new[]{ "NormalReward", "BonusReward", "TicketCount", "MaxTicketCount", "Result", "Damage", "NormalRewardByRewardUpEvent", "BonusRewardByRewardUpEvent" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMogInterceptPractice), global::EpinelPS.ReqEnterMogInterceptPractice.Parser, new[]{ "InterceptType", "InterceptId", "TeamNumber" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMogInterceptPractice), global::EpinelPS.ResEnterMogInterceptPractice.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMogInterceptPractice), global::EpinelPS.ReqClearMogInterceptPractice.Parser, new[]{ "InterceptType", "InterceptId", "Damage", "TeamNumber", "BattleResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMogInterceptPractice), global::EpinelPS.ResClearMogInterceptPractice.Parser, new[]{ "TicketCount", "MaxTicketCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetItemSelectOption), global::EpinelPS.NetItemSelectOption.Parser, new[]{ "Id", "Count" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetWearHarmonyCubeData), global::EpinelPS.NetWearHarmonyCubeData.Parser, new[]{ "Csn", "SwapCsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetInventoryData), global::EpinelPS.ResGetInventoryData.Parser, new[]{ "Items", "HarmonyCubes", "Awakenings", "RunAwakeningIsnList", "UserRedeems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqForceGetInventoryData), global::EpinelPS.ReqForceGetInventoryData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResWearEquipment), global::EpinelPS.ResWearEquipment.Parser, new[]{ "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearEquipment), global::EpinelPS.ResClearEquipment.Parser, new[]{ "Item" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUseSelectBox), global::EpinelPS.ResUseSelectBox.Parser, new[]{ "Characters", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUseBundleBox), global::EpinelPS.ResUseBundleBox.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResIncreaseExpEquip), global::EpinelPS.ResIncreaseExpEquip.Parser, new[]{ "Items", "Currency", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResWearEquipmentList), global::EpinelPS.ResWearEquipmentList.Parser, new[]{ "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearEquipment), global::EpinelPS.ResAllClearEquipment.Parser, new[]{ "Csn", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetHarmonyCube), global::EpinelPS.ResGetHarmonyCube.Parser, new[]{ "HarmonyCubes" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResWearHarmonyCube), global::EpinelPS.ResWearHarmonyCube.Parser, new[]{ "HarmonyCubes" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearHarmonyCube), global::EpinelPS.ResClearHarmonyCube.Parser, new[]{ "HarmonyCube" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResManagementHarmonyCube), global::EpinelPS.ResManagementHarmonyCube.Parser, new[]{ "HarmonyCubes" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLevelUpHarmonyCube), global::EpinelPS.ResLevelUpHarmonyCube.Parser, new[]{ "Items", "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUsePiece), global::EpinelPS.ResUsePiece.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEquipmentAwakening), global::EpinelPS.ReqEquipmentAwakening.Parser, new[]{ "Isn", "Csn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEquipmentAwakening), global::EpinelPS.ResEquipmentAwakening.Parser, new[]{ "Items", "Currencies", "Awakening" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAwakeningResetOption), global::EpinelPS.ReqAwakeningResetOption.Parser, new[]{ "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAwakeningResetOption), global::EpinelPS.ResAwakeningResetOption.Parser, new[]{ "Items", "Currencies", "ResetOption" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAwakeningChangeOption), global::EpinelPS.ReqAwakeningChangeOption.Parser, new[]{ "Isn", "IsChanged" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAwakeningChangeOption), global::EpinelPS.ResAwakeningChangeOption.Parser, new[]{ "Awakening" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAwakeningLockOption), global::EpinelPS.ReqAwakeningLockOption.Parser, new[]{ "Isn", "OptionId", "IsLocked" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAwakeningLockOption), global::EpinelPS.ResAwakeningLockOption.Parser, new[]{ "Items", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAwakeningUpgradeOption), global::EpinelPS.ReqAwakeningUpgradeOption.Parser, new[]{ "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAwakeningUpgradeOption), global::EpinelPS.ResAwakeningUpgradeOption.Parser, new[]{ "Items", "Currencies", "ResetOption" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetAwakeningDetail), global::EpinelPS.ReqGetAwakeningDetail.Parser, new[]{ "Isn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetAwakeningDetail), global::EpinelPS.ResGetAwakeningDetail.Parser, new[]{ "CurrentOption", "NewOption" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListRedeem), global::EpinelPS.ReqListRedeem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListRedeem), global::EpinelPS.ResListRedeem.Parser, new[]{ "UserRedeems" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukebox), global::EpinelPS.ResSetJukebox.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetJukeboxRewardedData), global::EpinelPS.ResGetJukeboxRewardedData.Parser, new[]{ "JukeboxMissionTidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukeboxBgmTableId), global::EpinelPS.ReqSetJukeboxBgmTableId.Parser, new[]{ "Location", "JukeboxTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukeboxBgmTableId), global::EpinelPS.ResSetJukeboxBgmTableId.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukeboxBgmPlaylist), global::EpinelPS.ReqSetJukeboxBgmPlaylist.Parser, new[]{ "Location", "JukeboxPlaylistUid", "IsShuffle" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukeboxBgmPlaylist), global::EpinelPS.ResSetJukeboxBgmPlaylist.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukeboxBgmFavorite), global::EpinelPS.ReqSetJukeboxBgmFavorite.Parser, new[]{ "Location", "IsShuffle" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukeboxBgmFavorite), global::EpinelPS.ResSetJukeboxBgmFavorite.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetJukeboxPlaylist), global::EpinelPS.ReqGetJukeboxPlaylist.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetJukeboxPlaylist), global::EpinelPS.ResGetJukeboxPlaylist.Parser, new[]{ "Playlists", "FavoriteSongs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCreateJukeboxPlaylist), global::EpinelPS.ReqCreateJukeboxPlaylist.Parser, new[]{ "Title" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateJukeboxPlaylist), global::EpinelPS.ResCreateJukeboxPlaylist.Parser, new[]{ "Playlist" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukeboxPlaylist), global::EpinelPS.ReqSetJukeboxPlaylist.Parser, new[]{ "JukeboxPlaylistUid", "Songs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukeboxPlaylist), global::EpinelPS.ResSetJukeboxPlaylist.Parser, new[]{ "Playlist", "JukeboxBgm" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddSongJukeboxPlaylist), global::EpinelPS.ReqAddSongJukeboxPlaylist.Parser, new[]{ "JukeboxPlaylistUid", "JukeboxTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddSongJukeboxPlaylist), global::EpinelPS.ResAddSongJukeboxPlaylist.Parser, new[]{ "Playlist" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukeboxFavoriteSongs), global::EpinelPS.ReqSetJukeboxFavoriteSongs.Parser, new[]{ "Songs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukeboxFavoriteSongs), global::EpinelPS.ResSetJukeboxFavoriteSongs.Parser, new[]{ "FavoriteSongs", "JukeboxBgm" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddJukeboxFavoriteSong), global::EpinelPS.ReqAddJukeboxFavoriteSong.Parser, new[]{ "JukeboxTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddJukeboxFavoriteSong), global::EpinelPS.ResAddJukeboxFavoriteSong.Parser, new[]{ "FavoriteSongs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetJukeboxPlaylistTitle), global::EpinelPS.ReqSetJukeboxPlaylistTitle.Parser, new[]{ "JukeboxPlaylistUid", "Title" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetJukeboxPlaylistTitle), global::EpinelPS.ResSetJukeboxPlaylistTitle.Parser, new[]{ "Playlist" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteJukeboxPlaylist), global::EpinelPS.ReqDeleteJukeboxPlaylist.Parser, new[]{ "JukeboxPlaylistUid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteJukeboxPlaylist), global::EpinelPS.ResDeleteJukeboxPlaylist.Parser, new[]{ "JukeboxBgm" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordJukeboxPlayHistory), global::EpinelPS.ReqRecordJukeboxPlayHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordJukeboxPlayHistory), global::EpinelPS.ResRecordJukeboxPlayHistory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLiberateMissionData), global::EpinelPS.NetLiberateMissionData.Parser, new[]{ "Id", "MissionTid", "LiberateCharacterId", "MissionState", "CreatedAt", "TriggerStartAt", "TriggerEndAt", "ReceivedAt" }, new[]{ "ReceivedAt" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLiberateData), global::EpinelPS.NetLiberateData.Parser, new[]{ "CharacterId", "Step", "ProgressPoint", "MissionData", "RewardedCount", "IsCompleted" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLiberateProgressData), global::EpinelPS.NetLiberateProgressData.Parser, new[]{ "CharacterId", "Step", "ProgressPoint", "RewardedCount", "IsCompleted" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLiberateData), global::EpinelPS.ReqGetLiberateData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLiberateData), global::EpinelPS.ResGetLiberateData.Parser, new[]{ "OpenLiberateTypeIdList", "LiberateData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLiberateProgressList), global::EpinelPS.ReqGetLiberateProgressList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLiberateProgressList), global::EpinelPS.ResGetLiberateProgressList.Parser, new[]{ "LiberateProgressData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqChooseLiberateCharacter), global::EpinelPS.ReqChooseLiberateCharacter.Parser, new[]{ "CharacterId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChooseLiberateCharacter), global::EpinelPS.ResChooseLiberateCharacter.Parser, new[]{ "Data", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteLiberateMission), global::EpinelPS.ReqCompleteLiberateMission.Parser, new[]{ "MissionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteLiberateMission), global::EpinelPS.ResCompleteLiberateMission.Parser, new[]{ "Data", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainLiberateStepReward), global::EpinelPS.ReqObtainLiberateStepReward.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainLiberateStepReward), global::EpinelPS.ResObtainLiberateStepReward.Parser, new[]{ "Reward", "Data", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqResetLiberateMission), global::EpinelPS.ReqResetLiberateMission.Parser, new[]{ "MissionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetLiberateMission), global::EpinelPS.ResResetLiberateMission.Parser, new[]{ "Data", "Error", "CurrencyList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMessage), global::EpinelPS.NetMessage.Parser, new[]{ "Seq", "ConversationId", "MessageId", "CreatedAt", "State" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMessages), global::EpinelPS.ResGetMessages.Parser, new[]{ "Messages" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMessengerDialog), global::EpinelPS.ResEnterMessengerDialog.Parser, new[]{ "Message" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProceedMessage), global::EpinelPS.ResProceedMessage.Parser, new[]{ "Message", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMessageReward), global::EpinelPS.ResObtainMessageReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSubQuestMessengerDialog), global::EpinelPS.ResEnterSubQuestMessengerDialog.Parser, new[]{ "Message" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSubQuestFinMessengerDialog), global::EpinelPS.ResEnterSubQuestFinMessengerDialog.Parser, new[]{ "Message" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinSubQuest), global::EpinelPS.ResFinSubQuest.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResPickTodayRandomMessage), global::EpinelPS.ResPickTodayRandomMessage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPickedMessage), global::EpinelPS.NetPickedMessage.Parser, new[]{ "CreatedAt", "ConversationId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetPickedMessageList), global::EpinelPS.ReqGetPickedMessageList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetPickedMessageList), global::EpinelPS.ResGetPickedMessageList.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResPickTodayDailyMessage), global::EpinelPS.ResPickTodayDailyMessage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameDiceReward), global::EpinelPS.NetMiniGameDiceReward.Parser, new[]{ "Reward", "DiceGauge" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDiceGauge), global::EpinelPS.NetDiceGauge.Parser, new[]{ "Result", "GainValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameDice), global::EpinelPS.ReqGetMiniGameDice.Parser, new[]{ "DiceMiniGameId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameDice), global::EpinelPS.ResGetMiniGameDice.Parser, new[]{ "CurrentBoardId", "Dice", "GaugeMaxEventCount", "ChainCount", "DiceGauge" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameDiceRoll), global::EpinelPS.ReqMiniGameDiceRoll.Parser, new[]{ "DiceMiniGameId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameDiceRoll), global::EpinelPS.ResMiniGameDiceRoll.Parser, new[]{ "DiceResult", "CurrentBoardId", "EventReward", "GaugeMaxEventReward", "Dice", "GaugeMaxEventCount", "ChainCount", "GoTo", "IsFinish", "GaugeMaxEventResult", "DiceGauge" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameSortOut), global::EpinelPS.ReqGetMiniGameSortOut.Parser, new[]{ "SortOutId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameSortOut), global::EpinelPS.ResGetMiniGameSortOut.Parser, new[]{ "TicketCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameSortOutResult), global::EpinelPS.ReqMiniGameSortOutResult.Parser, new[]{ "SortOutId", "Point", "Type", "Info" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameSortOutResult), global::EpinelPS.ResMiniGameSortOutResult.Parser, new[]{ "TicketCount", "Reward", "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameSortOutInfo), global::EpinelPS.NetMiniGameSortOutInfo.Parser, new[]{ "Level", "FeverPoint", "FeverCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameSortOutStart), global::EpinelPS.ReqMiniGameSortOutStart.Parser, new[]{ "SortOutId", "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameSortOutStart), global::EpinelPS.ResMiniGameSortOutStart.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTextAdvProgressData), global::EpinelPS.NetTextAdvProgressData.Parser, new[]{ "Id", "TextAdventureId", "PageId", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTextAdvData), global::EpinelPS.NetTextAdvData.Parser, new[]{ "LootCollection", "EndingTicketAutoChargeCount", "RewardTicketAutoChargeCount", "CurrentProgressData", "RecordedPageList", "CheckedPageList", "CheckedLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTextAdvCheckedLog), global::EpinelPS.NetTextAdvCheckedLog.Parser, new[]{ "TextAdventureId", "CheckedLogType", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetTextAdvData), global::EpinelPS.ResGetTextAdvData.Parser, new[]{ "TextAdvData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordTextAdvPage), global::EpinelPS.ResRecordTextAdvPage.Parser, new[]{ "TextAdvData", "RewardLootId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqReturnToTextAdvFirstSelect), global::EpinelPS.ReqReturnToTextAdvFirstSelect.Parser, new[]{ "TextAdvId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResReturnToTextAdvFirstSelect), global::EpinelPS.ResReturnToTextAdvFirstSelect.Parser, new[]{ "TextAdvData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUndoTextAdvPage), global::EpinelPS.ResUndoTextAdvPage.Parser, new[]{ "TextAdvData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearTextAdv), global::EpinelPS.ResClearTextAdv.Parser, new[]{ "TextAdvData", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddTextAdvCheckedLog), global::EpinelPS.ResAddTextAdvCheckedLog.Parser, new[]{ "CheckedLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameBBQData), global::EpinelPS.NetMiniGameBBQData.Parser, new[]{ "EventId", "HighScore", "DailyAccumulatedScore", "TotalAccumulatedScore", "IsDailyRewarded", "StepUpRewardedList", "RecordedCutSceneList", "DailyFirstClearCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameBBQData), global::EpinelPS.ReqGetMiniGameBBQData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameBBQData), global::EpinelPS.ResGetMiniGameBBQData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMiniGameBBQ), global::EpinelPS.ReqClearMiniGameBBQ.Parser, new[]{ "EventId", "Score" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMiniGameBBQ), global::EpinelPS.ResClearMiniGameBBQ.Parser, new[]{ "Data", "Reward", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMiniGameBBQStepUpReward), global::EpinelPS.ReqObtainMiniGameBBQStepUpReward.Parser, new[]{ "EventId", "StepUpRewardId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMiniGameBBQStepUpReward), global::EpinelPS.ResObtainMiniGameBBQStepUpReward.Parser, new[]{ "Data", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameBBQRanking), global::EpinelPS.ReqGetMiniGameBBQRanking.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameBBQRanking), global::EpinelPS.ResGetMiniGameBBQRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameBBQCutScene), global::EpinelPS.ReqRecordMiniGameBBQCutScene.Parser, new[]{ "EventId", "CutSceneTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameBBQCutScene), global::EpinelPS.ResRecordMiniGameBBQCutScene.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameBBQRankingData), global::EpinelPS.NetMiniGameBBQRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameCe002QuestData), global::EpinelPS.NetMiniGameCe002QuestData.Parser, new[]{ "Ce002DataId", "IsCleared", "CreatedAt", "ClearedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameCe002Data), global::EpinelPS.NetMiniGameCe002Data.Parser, new[]{ "Ce002Id", "QuestList", "ArchiveList", "CheckedLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameCe002Data), global::EpinelPS.ReqGetMiniGameCe002Data.Parser, new[]{ "Ce002Id" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameCe002Data), global::EpinelPS.ResGetMiniGameCe002Data.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAcceptMiniGameCe002Quest), global::EpinelPS.ReqAcceptMiniGameCe002Quest.Parser, new[]{ "Ce002DataId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAcceptMiniGameCe002Quest), global::EpinelPS.ResAcceptMiniGameCe002Quest.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMiniGameCe002Stage), global::EpinelPS.ReqEnterMiniGameCe002Stage.Parser, new[]{ "Ce002StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMiniGameCe002Stage), global::EpinelPS.ResEnterMiniGameCe002Stage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMiniGameCe002Stage), global::EpinelPS.ReqClearMiniGameCe002Stage.Parser, new[]{ "Ce002StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMiniGameCe002Stage), global::EpinelPS.ResClearMiniGameCe002Stage.Parser, new[]{ "Data", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameCe002CheckedLog), global::EpinelPS.NetMiniGameCe002CheckedLog.Parser, new[]{ "CheckedLogType", "Value" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAddMiniGameCe002CheckedLog), global::EpinelPS.ReqAddMiniGameCe002CheckedLog.Parser, new[]{ "Ce002Id", "CheckedLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddMiniGameCe002CheckedLog), global::EpinelPS.ResAddMiniGameCe002CheckedLog.Parser, new[]{ "CheckedLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSMissionProgress), global::EpinelPS.NetMiniGameNKSMissionProgress.Parser, new[]{ "Seq", "NKSMissionId", "Progress", "CreatedAt", "ReceivedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameNKSData), global::EpinelPS.ResGetMiniGameNKSData.Parser, new[]{ "ProgressJson", "MissionProgressList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUploadMiniGameNKSProgress), global::EpinelPS.ResUploadMiniGameNKSProgress.Parser, new[]{ "Error", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteNKSMission), global::EpinelPS.ReqCompleteNKSMission.Parser, new[]{ "NKSId", "NKSMissionSeqIdList", "ProgressJsonAfterComplete" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteNKSMission), global::EpinelPS.ResCompleteNKSMission.Parser, new[]{ "Reward", "MissionProgressList", "Error", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetNKSMissionProgressUpdate), global::EpinelPS.NetNKSMissionProgressUpdate.Parser, new[]{ "SeqId", "ProgressCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateNKSMissionProgress), global::EpinelPS.ResUpdateNKSMissionProgress.Parser, new[]{ "MissionProgressList", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMiniGameNKSStage), global::EpinelPS.ReqEnterMiniGameNKSStage.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMiniGameNKSStage), global::EpinelPS.ResEnterMiniGameNKSStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameNKSRanking), global::EpinelPS.ReqGetMiniGameNKSRanking.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameNKSRanking), global::EpinelPS.ResGetMiniGameNKSRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSRankingData), global::EpinelPS.NetMiniGameNKSRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAccumulateMiniGameNKSRankingScore), global::EpinelPS.ResAccumulateMiniGameNKSRankingScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameNKSStagePlayLog), global::EpinelPS.ResRecordMiniGameNKSStagePlayLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSItemCollectData), global::EpinelPS.NetMiniGameNKSItemCollectData.Parser, new[]{ "NKSItemId", "Amount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSMonsterKillData), global::EpinelPS.NetMiniGameNKSMonsterKillData.Parser, new[]{ "NKSMonsterId", "KillCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameNKSSkillTreeUpgradeLog), global::EpinelPS.ResRecordMiniGameNKSSkillTreeUpgradeLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameNKSCharacterUnlockLog), global::EpinelPS.ResRecordMiniGameNKSCharacterUnlockLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSV2MissionProgress), global::EpinelPS.NetMiniGameNKSV2MissionProgress.Parser, new[]{ "Seq", "NKSMissionId", "Progress", "CreatedAt", "ReceivedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameNKSV2Data), global::EpinelPS.ResGetMiniGameNKSV2Data.Parser, new[]{ "ProgressJson", "MissionProgressList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUploadMiniGameNKSV2Progress), global::EpinelPS.ResUploadMiniGameNKSV2Progress.Parser, new[]{ "Error", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteNKSV2Mission), global::EpinelPS.ReqCompleteNKSV2Mission.Parser, new[]{ "NKSId", "NKSMissionSeqIdList", "ProgressJsonAfterComplete" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteNKSV2Mission), global::EpinelPS.ResCompleteNKSV2Mission.Parser, new[]{ "Reward", "MissionProgressList", "Error", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetNKSV2MissionProgressUpdate), global::EpinelPS.NetNKSV2MissionProgressUpdate.Parser, new[]{ "SeqId", "ProgressCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateNKSV2MissionProgress), global::EpinelPS.ResUpdateNKSV2MissionProgress.Parser, new[]{ "MissionProgressList", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMiniGameNKSV2Stage), global::EpinelPS.ReqEnterMiniGameNKSV2Stage.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMiniGameNKSV2Stage), global::EpinelPS.ResEnterMiniGameNKSV2Stage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameNKSV2Ranking), global::EpinelPS.ReqGetMiniGameNKSV2Ranking.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameNKSV2Ranking), global::EpinelPS.ResGetMiniGameNKSV2Ranking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSV2RankingData), global::EpinelPS.NetMiniGameNKSV2RankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAccumulateMiniGameNKSV2RankingScore), global::EpinelPS.ResAccumulateMiniGameNKSV2RankingScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetNKSV2Scenario), global::EpinelPS.ReqGetNKSV2Scenario.Parser, new[]{ "NKSId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetNKSV2Scenario), global::EpinelPS.ResGetNKSV2Scenario.Parser, new[]{ "ScenarioIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteNKSV2Scenario), global::EpinelPS.ReqCompleteNKSV2Scenario.Parser, new[]{ "NKSId", "ScenarioId", "DialogType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteNKSV2Scenario), global::EpinelPS.ResCompleteNKSV2Scenario.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameNKSV2StagePlayLog), global::EpinelPS.ReqRecordMiniGameNKSV2StagePlayLog.Parser, new[]{ "NKSId", "StageId", "CharacterId", "ItemCollectList", "MonsterKillList", "CharacterLevel", "SurvivalTime", "PlayResult", "IsResumedFromLastSave" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameNKSV2StagePlayLog), global::EpinelPS.ResRecordMiniGameNKSV2StagePlayLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSV2ItemCollectData), global::EpinelPS.NetMiniGameNKSV2ItemCollectData.Parser, new[]{ "NKSItemId", "Amount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameNKSV2MonsterKillData), global::EpinelPS.NetMiniGameNKSV2MonsterKillData.Parser, new[]{ "NKSMonsterId", "KillCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameNKSV2SkillTreeUpgradeLog), global::EpinelPS.ReqRecordMiniGameNKSV2SkillTreeUpgradeLog.Parser, new[]{ "NKSId", "CharacterId", "ActType", "SkillTreeId", "SlotItemId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameNKSV2SkillTreeUpgradeLog), global::EpinelPS.ResRecordMiniGameNKSV2SkillTreeUpgradeLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordMiniGameNKSV2CharacterUnlockLog), global::EpinelPS.ReqRecordMiniGameNKSV2CharacterUnlockLog.Parser, new[]{ "NKSId", "CharacterId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordMiniGameNKSV2CharacterUnlockLog), global::EpinelPS.ResRecordMiniGameNKSV2CharacterUnlockLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDateSimStaminaData), global::EpinelPS.NetDateSimStaminaData.Parser, new[]{ "InfiniteMode", "Stamina", "TodayUsedStamina" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetDateSim), global::EpinelPS.ReqGetDateSim.Parser, new[]{ "DateSimId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetDateSim), global::EpinelPS.ResGetDateSim.Parser, new[]{ "DateSimJson", "DialogData", "Stamina", "SpecialRewarded", "AlbumRewarded" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinDateSimDialog), global::EpinelPS.ReqFinDateSimDialog.Parser, new[]{ "DateSimId", "DialogId", "Json", "IsUseStamina" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinDateSimDialog), global::EpinelPS.ResFinDateSimDialog.Parser, new[]{ "StaminaData", "DailyReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainDateSimAlbumReward), global::EpinelPS.ReqObtainDateSimAlbumReward.Parser, new[]{ "DateSimId", "HeroineAlbumId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainDateSimAlbumReward), global::EpinelPS.ResObtainDateSimAlbumReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainDateSimSpecialReward), global::EpinelPS.ReqObtainDateSimSpecialReward.Parser, new[]{ "DateSimId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainDateSimSpecialReward), global::EpinelPS.ResObtainDateSimSpecialReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqRecordDateSimHeroineRelation), global::EpinelPS.ReqRecordDateSimHeroineRelation.Parser, new[]{ "DateSimId", "HeroineId", "RelationLevel", "RelationPoint" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecordDateSimHeroineRelation), global::EpinelPS.ResRecordDateSimHeroineRelation.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameDessertRushData), global::EpinelPS.NetMiniGameDessertRushData.Parser, new[]{ "DessertRushId", "HighScore", "DailyAccumulatedScore", "TotalAccumulatedScore", "IsDailyRewarded", "StepUpRewardedList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameDessertRushData), global::EpinelPS.ReqGetMiniGameDessertRushData.Parser, new[]{ "DessertRushId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameDessertRushData), global::EpinelPS.ResGetMiniGameDessertRushData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMiniGameDessertRush), global::EpinelPS.ReqClearMiniGameDessertRush.Parser, new[]{ "DessertRushId", "Score", "Info" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameDessertRushInfo), global::EpinelPS.NetMiniGameDessertRushInfo.Parser, new[]{ "FeverPoint", "FeverCount", "MaxDifficultyLevel", "MaxCombo", "MaxFeverLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMiniGameDessertRush), global::EpinelPS.ResClearMiniGameDessertRush.Parser, new[]{ "Data", "Reward", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMiniGameDessertRushStepUpReward), global::EpinelPS.ReqObtainMiniGameDessertRushStepUpReward.Parser, new[]{ "DessertRushId", "StepUpRewardId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMiniGameDessertRushStepUpReward), global::EpinelPS.ResObtainMiniGameDessertRushStepUpReward.Parser, new[]{ "Data", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameDessertRushRanking), global::EpinelPS.ReqGetMiniGameDessertRushRanking.Parser, new[]{ "DessertRushId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameDessertRushRanking), global::EpinelPS.ResGetMiniGameDessertRushRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameDessertRushRankingData), global::EpinelPS.NetMiniGameDessertRushRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameTabTabMaidData), global::EpinelPS.NetMiniGameTabTabMaidData.Parser, new[]{ "EventId", "HighScore", "DailyAccumulatedScore", "TotalAccumulatedScore", "IsDailyRewarded", "MissionRewardedList", "DailyFirstClearCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameTabTabMaidData), global::EpinelPS.ReqGetMiniGameTabTabMaidData.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameTabTabMaidData), global::EpinelPS.ResGetMiniGameTabTabMaidData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearMiniGameTabTabMaid), global::EpinelPS.ReqClearMiniGameTabTabMaid.Parser, new[]{ "EventId", "Score", "StageLevel", "SkillRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearMiniGameTabTabMaid), global::EpinelPS.ResClearMiniGameTabTabMaid.Parser, new[]{ "Data", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMiniGameTabTabMaidMissionReward), global::EpinelPS.ReqObtainMiniGameTabTabMaidMissionReward.Parser, new[]{ "EventId", "MissionIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMiniGameTabTabMaidMissionReward), global::EpinelPS.ResObtainMiniGameTabTabMaidMissionReward.Parser, new[]{ "Data", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameTabTabMaidRanking), global::EpinelPS.ReqGetMiniGameTabTabMaidRanking.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameTabTabMaidRanking), global::EpinelPS.ResGetMiniGameTabTabMaidRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMiniGameTabTabMaidDailyReward), global::EpinelPS.ReqObtainMiniGameTabTabMaidDailyReward.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMiniGameTabTabMaidDailyReward), global::EpinelPS.ResObtainMiniGameTabTabMaidDailyReward.Parser, new[]{ "Data", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameTabTabMaidRankingData), global::EpinelPS.NetMiniGameTabTabMaidRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameTowerDefenseRankingData), global::EpinelPS.NetMiniGameTowerDefenseRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameTowerDefenseMissionProgress), global::EpinelPS.NetMiniGameTowerDefenseMissionProgress.Parser, new[]{ "MissionUid", "MissionTid", "Progress", "CreatedAt", "ReceivedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTowerDefenseMissionProgressUpdate), global::EpinelPS.NetTowerDefenseMissionProgressUpdate.Parser, new[]{ "MissionUid", "ProgressCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameTowerDefenseData), global::EpinelPS.ReqGetMiniGameTowerDefenseData.Parser, new[]{ "TowerDefenseId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameTowerDefenseData), global::EpinelPS.ResGetMiniGameTowerDefenseData.Parser, new[]{ "UpgradeCurrency", "ClearedTutorialIdList", "ClearedStageIdList", "UpgradeIdList", "MissionProgressList", "ChallengeMaxScore" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameTowerDefenseRanking), global::EpinelPS.ReqGetMiniGameTowerDefenseRanking.Parser, new[]{ "TowerDefenseId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameTowerDefenseRanking), global::EpinelPS.ResGetMiniGameTowerDefenseRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterMiniGameTowerDefenseStage), global::EpinelPS.ReqEnterMiniGameTowerDefenseStage.Parser, new[]{ "TowerDefenseId", "StageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterMiniGameTowerDefenseStage), global::EpinelPS.ResEnterMiniGameTowerDefenseStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteTowerDefenseMission), global::EpinelPS.ReqCompleteTowerDefenseMission.Parser, new[]{ "TowerDefenseId", "MissionUidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteTowerDefenseMission), global::EpinelPS.ResCompleteTowerDefenseMission.Parser, new[]{ "Reward", "MissionProgressList", "Error", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateTowerDefenseMissionProgress), global::EpinelPS.ReqUpdateTowerDefenseMissionProgress.Parser, new[]{ "TowerDefenseId", "ProgressUpdateList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateTowerDefenseMissionProgress), global::EpinelPS.ResUpdateTowerDefenseMissionProgress.Parser, new[]{ "MissionProgressList", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetTowerDefenseUpgrade), global::EpinelPS.ReqSetTowerDefenseUpgrade.Parser, new[]{ "TowerDefenseId", "UpgradeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTowerDefenseUpgrade), global::EpinelPS.ResSetTowerDefenseUpgrade.Parser, new[]{ "UpgradeCurrency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqResetTowerDefenseUpgrade), global::EpinelPS.ReqResetTowerDefenseUpgrade.Parser, new[]{ "TowerDefenseId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetTowerDefenseUpgrade), global::EpinelPS.ResResetTowerDefenseUpgrade.Parser, new[]{ "UpgradeCurrency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishTowerDefense), global::EpinelPS.ReqFinishTowerDefense.Parser, new[]{ "TowerDefenseId", "StageId", "IsWin", "Score", "TutorialIds", "StageLog", "CurrentWave" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishTowerDefense), global::EpinelPS.ResFinishTowerDefense.Parser, new[]{ "Reward", "BanResult", "UpgradeCurrencyAmount", "CurrentUpgradeCurrency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearTowerDefenseTutorial), global::EpinelPS.ReqClearTowerDefenseTutorial.Parser, new[]{ "TowerDefenseId", "TutorialIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearTowerDefenseTutorial), global::EpinelPS.ResClearTowerDefenseTutorial.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterPlaySodaChallengeStage), global::EpinelPS.ReqEnterPlaySodaChallengeStage.Parser, new[]{ "EventId", "ChallengeStageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterPlaySodaChallengeStage), global::EpinelPS.ResEnterPlaySodaChallengeStage.Parser, new[]{ "UserMaxScore" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishPlaySodaRunningChallenge), global::EpinelPS.ReqFinishPlaySodaRunningChallenge.Parser, new[]{ "EventId", "ChallengeStageId", "Score", "EventLog", "ObstacleLocation", "MaxAchievedLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishPlaySodaStackUpChallenge), global::EpinelPS.ReqFinishPlaySodaStackUpChallenge.Parser, new[]{ "EventId", "ChallengeStageId", "Score", "BoxList", "MaxAchievedLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishPlaySodaCatchCoinChallenge), global::EpinelPS.ReqFinishPlaySodaCatchCoinChallenge.Parser, new[]{ "EventId", "ChallengeStageId", "Score", "CoinCount", "MaxAchievedLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishPlaySodaSmashChallenge), global::EpinelPS.ReqFinishPlaySodaSmashChallenge.Parser, new[]{ "EventId", "ChallengeStageId", "Score", "ScoringSummary", "MaxAchievedLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFinishPlaySodaClimbingChallenge), global::EpinelPS.ReqFinishPlaySodaClimbingChallenge.Parser, new[]{ "EventId", "ChallengeStageId", "Score", "AntiCheatData", "MaxAchievedLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishPlaySodaRunningChallenge), global::EpinelPS.ResFinishPlaySodaRunningChallenge.Parser, new[]{ "DailyPlayReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishPlaySodaStackUpChallenge), global::EpinelPS.ResFinishPlaySodaStackUpChallenge.Parser, new[]{ "DailyPlayReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishPlaySodaCatchCoinChallenge), global::EpinelPS.ResFinishPlaySodaCatchCoinChallenge.Parser, new[]{ "DailyPlayReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishPlaySodaSmashChallenge), global::EpinelPS.ResFinishPlaySodaSmashChallenge.Parser, new[]{ "DailyPlayReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinishPlaySodaClimbingChallenge), global::EpinelPS.ResFinishPlaySodaClimbingChallenge.Parser, new[]{ "DailyPlayReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPlaySodaEachGameInfo), global::EpinelPS.NetPlaySodaEachGameInfo.Parser, new[]{ "ChallengeStageId", "UserRank", "UserMaxScoreInUnion", "AccumulatedScore", "CanReceivePointReward", "IsInGuild", "LastRewardStep" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetPlaySodaChallengeModeInfo), global::EpinelPS.ReqGetPlaySodaChallengeModeInfo.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetPlaySodaChallengeModeInfo), global::EpinelPS.ResGetPlaySodaChallengeModeInfo.Parser, new[]{ "HasReceivedDailyReward", "PlaySodaEachGameInfoList", "WholeUser" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPlaySodaUserRanking), global::EpinelPS.NetPlaySodaUserRanking.Parser, new[]{ "Rank", "Score", "WholeUserTableIndex" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPlaySodaEachGameLeaderboard), global::EpinelPS.NetPlaySodaEachGameLeaderboard.Parser, new[]{ "ChallengeModeId", "UserRanking", "GuildMemberRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetPlaySodaLeaderboards), global::EpinelPS.ReqGetPlaySodaLeaderboards.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetPlaySodaLeaderboards), global::EpinelPS.ResGetPlaySodaLeaderboards.Parser, new[]{ "Leaderboards", "WholeUserTable" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainPlaySodaPointReward), global::EpinelPS.ReqObtainPlaySodaPointReward.Parser, new[]{ "EventId", "ChallengeStageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainPlaySodaPointReward), global::EpinelPS.ResObtainPlaySodaPointReward.Parser, new[]{ "Reward", "LastRewardStep" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking), global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking), global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking.Parser, new[]{ "Rank", "FishId", "Size", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameIslandAdventureRankings), global::EpinelPS.ReqGetMiniGameIslandAdventureRankings.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameIslandAdventureRankings), global::EpinelPS.ResGetMiniGameIslandAdventureRankings.Parser, new[]{ "UserGuildScoreRanking", "UserGuildSizeRanking", "MiniGameIslandUserScoreRankingList", "MiniGameIslandUserSizeRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFishingHistory), global::EpinelPS.NetFishingHistory.Parser, new[]{ "FishId", "MaxSize", "FishingCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPhotoData), global::EpinelPS.NetPhotoData.Parser, new[]{ "PhotoId", "TakenTime", "Magnification", "TargetObject", "Flash" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetIslandAdventureProgressUpdate), global::EpinelPS.NetIslandAdventureProgressUpdate.Parser, new[]{ "MissionUid", "ProgressCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameIslandAdventureFishCollection), global::EpinelPS.ReqMiniGameIslandAdventureFishCollection.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameIslandAdventureFishCollection), global::EpinelPS.ResMiniGameIslandAdventureFishCollection.Parser, new[]{ "FishingHistoryList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameIslandAdventureInventory), global::EpinelPS.ReqGetMiniGameIslandAdventureInventory.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameIslandAdventureInventory), global::EpinelPS.ResGetMiniGameIslandAdventureInventory.Parser, new[]{ "ListItemId", "EquipFishingRodId", "EquipFishingBaitId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameIslandAdventureFishingSpotCountHistory), global::EpinelPS.ReqMiniGameIslandAdventureFishingSpotCountHistory.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameIslandAdventureFishingSpotCountHistory), global::EpinelPS.ResMiniGameIslandAdventureFishingSpotCountHistory.Parser, new[]{ "FishingSpotCountHistory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFishingSpotData), global::EpinelPS.NetFishingSpotData.Parser, new[]{ "SpotId", "CatchCount", "FishingLimitReachTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqMiniGameIslandAdventurePhotoAlbum), global::EpinelPS.ReqMiniGameIslandAdventurePhotoAlbum.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameIslandAdventurePhotoAlbum), global::EpinelPS.ResMiniGameIslandAdventurePhotoAlbum.Parser, new[]{ "PhotoList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEquipMiniGameIslandAdventureItem), global::EpinelPS.ReqEquipMiniGameIslandAdventureItem.Parser, new[]{ "EventId", "ItemTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEquipMiniGameIslandAdventureItem), global::EpinelPS.ResEquipMiniGameIslandAdventureItem.Parser, new[]{ "ListItemId", "FishingRodId", "FishingBaitId" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuyMiniGameIslandAdventureItem), global::EpinelPS.ReqBuyMiniGameIslandAdventureItem.Parser, new[]{ "EventId", "ShopTableId", "BuyCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuyMiniGameIslandAdventureItem), global::EpinelPS.ResBuyMiniGameIslandAdventureItem.Parser, new[]{ "ListItemId", "Currency" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainMiniGameIslandAdventureStepUpReward), global::EpinelPS.ReqObtainMiniGameIslandAdventureStepUpReward.Parser, new[]{ "EventId", "GameType", "Step" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMiniGameIslandAdventureStepUpReward), global::EpinelPS.ResObtainMiniGameIslandAdventureStepUpReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetIslandAdventureMissionProgress), global::EpinelPS.NetIslandAdventureMissionProgress.Parser, new[]{ "MissionUid", "MissionTid", "Progress", "CreatedAt", "ReceivedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteIslandAdventureMission), global::EpinelPS.ReqCompleteIslandAdventureMission.Parser, new[]{ "EventId", "MissionIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteIslandAdventureMission), global::EpinelPS.ResCompleteIslandAdventureMission.Parser, new[]{ "Reward", "MissionProgressList", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUpdateIslandAdventureMissionProgress), global::EpinelPS.ReqUpdateIslandAdventureMissionProgress.Parser, new[]{ "EventId", "ProgressUpdateList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateIslandAdventureMissionProgress), global::EpinelPS.ResUpdateIslandAdventureMissionProgress.Parser, new[]{ "MissionProgressList", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqTakePhotoMiniGameIslandAdventure), global::EpinelPS.ReqTakePhotoMiniGameIslandAdventure.Parser, new[]{ "EventId", "Photo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResTakePhotoMiniGameIslandAdventure), global::EpinelPS.ResTakePhotoMiniGameIslandAdventure.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFishData), global::EpinelPS.NetFishData.Parser, new[]{ "FishId", "Size" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFishingMiniGameIslandAdventure), global::EpinelPS.ReqFishingMiniGameIslandAdventure.Parser, new[]{ "EventId", "FishingSpotId", "FishData", "BonusFishData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFishingMiniGameIslandAdventure), global::EpinelPS.ResFishingMiniGameIslandAdventure.Parser, new[]{ "Currency", "BonusFishCurrency", "LastUsedFishingBaitId", "RemainingBaitCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetMiniGameIslandAdventureCurrency), global::EpinelPS.ReqGetMiniGameIslandAdventureCurrency.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameIslandAdventureCurrency), global::EpinelPS.ResGetMiniGameIslandAdventureCurrency.Parser, new[]{ "Currency" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStartIslandAdventureFishing), global::EpinelPS.ReqStartIslandAdventureFishing.Parser, new[]{ "EventId", "FishingSpotId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStartIslandAdventureFishing), global::EpinelPS.ResStartIslandAdventureFishing.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetIslandAdventureFishingStepUpRewardStatus), global::EpinelPS.ReqGetIslandAdventureFishingStepUpRewardStatus.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetIslandAdventureFishingStepUpRewardStatus), global::EpinelPS.ResGetIslandAdventureFishingStepUpRewardStatus.Parser, new[]{ "FishAccumulatedScore", "FishStepUpRewardedStep" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetIslandAdventurePhotoStepUpRewardStatus), global::EpinelPS.ReqGetIslandAdventurePhotoStepUpRewardStatus.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetIslandAdventurePhotoStepUpRewardStatus), global::EpinelPS.ResGetIslandAdventurePhotoStepUpRewardStatus.Parser, new[]{ "PhotoAccumulatedScore", "PhotoStepUpRewardedStep" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetIslandAdventureMissionProgress), global::EpinelPS.ReqGetIslandAdventureMissionProgress.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetIslandAdventureMissionProgress), global::EpinelPS.ResGetIslandAdventureMissionProgress.Parser, new[]{ "MissionProgressList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqUnequipIslandAdventureFishingBait), global::EpinelPS.ReqUnequipIslandAdventureFishingBait.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnequipIslandAdventureFishingBait), global::EpinelPS.ResUnequipIslandAdventureFishingBait.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSwitchTimePeriod), global::EpinelPS.ResSwitchTimePeriod.Parser, new[]{ "CurPeriod" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDaveData), global::EpinelPS.NetDaveData.Parser, new[]{ "CurGold", "TotalGold", "CurTimePeriod", "TotalDiveCount", "MasterRole", "UnlockRole" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSushiMenu), global::EpinelPS.NetSushiMenu.Parser, new[]{ "Tid", "Count", "MenuIndex" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDaveSushiData), global::EpinelPS.NetDaveSushiData.Parser, new[]{ "TotalSushiCount", "HighTurnover", "HighCookScore", "SushiMenus", "Employees", "HighCookScoreTimeList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDaveItem), global::EpinelPS.NetDaveItem.Parser, new[]{ "Isn", "Tid", "Count", "IsNew" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDaveEquipment), global::EpinelPS.NetDaveEquipment.Parser, new[]{ "Tid", "Level", "Type", "CreatedAt", "IsNew" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDaveMission), global::EpinelPS.NetDaveMission.Parser, new[]{ "EventId", "MissionId", "MissionType", "RewardedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetDaveData), global::EpinelPS.ResGetDaveData.Parser, new[]{ "Data", "Items", "EquipmentList", "SushiData", "MissionList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteDaveDive), global::EpinelPS.ResCompleteDaveDive.Parser, new[]{ "Data", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeDaveMasterRole), global::EpinelPS.ResChangeDaveMasterRole.Parser, new[]{ "MasterRole" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnlockDaveRole), global::EpinelPS.ResUnlockDaveRole.Parser, new[]{ "UnlockRole" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpgradeDaveEquipment), global::EpinelPS.ResUpgradeDaveEquipment.Parser, new[]{ "Equipment", "IsWeapon", "CurGold" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeductDaveItem), global::EpinelPS.ResDeductDaveItem.Parser, new[]{ "Items", "CurGold", "TotalGold" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteDaveSushi), global::EpinelPS.ResCompleteDaveSushi.Parser, new[]{ "CurGold", "TotalGold", "SushiData", "SushiList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpgradeDaveSushi), global::EpinelPS.ResUpgradeDaveSushi.Parser, new[]{ "Equipment", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearDaveBagNewIcon), global::EpinelPS.ResClearDaveBagNewIcon.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearDaveSushiNewIcon), global::EpinelPS.ResClearDaveSushiNewIcon.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetDaveSushiMenus), global::EpinelPS.ResSetDaveSushiMenus.Parser, new[]{ "SushiMenus", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDaveSushiEmployee), global::EpinelPS.ResDaveSushiEmployee.Parser, new[]{ "Employees" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDaveUnlockSushi), global::EpinelPS.ResDaveUnlockSushi.Parser, new[]{ "EquipmentList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameDaveRankingData), global::EpinelPS.NetMiniGameDaveRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMiniGameDaveRanking), global::EpinelPS.ResGetMiniGameDaveRanking.Parser, new[]{ "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMiniGameDaveMissionReward), global::EpinelPS.ResObtainMiniGameDaveMissionReward.Parser, new[]{ "MissionRewardedList", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMiniGameDaveDriftBottle), global::EpinelPS.ResMiniGameDaveDriftBottle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAddMiniGameDaveAllItem), global::EpinelPS.ResAddMiniGameDaveAllItem.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResChangeMiniGameDaveGold), global::EpinelPS.ResChangeMiniGameDaveGold.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteMiniGameDaveMission), global::EpinelPS.ResCompleteMiniGameDaveMission.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUnlockMiniGameDaveAllRole), global::EpinelPS.ResUnlockMiniGameDaveAllRole.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteMiniGameDaveSushi), global::EpinelPS.ResCompleteMiniGameDaveSushi.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMiniGameDaveTriggerData), global::EpinelPS.NetMiniGameDaveTriggerData.Parser, new[]{ "Trigger", "ConditionId", "UserValue", "UpdatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetAllMiniGameDaveTriggers), global::EpinelPS.ResGetAllMiniGameDaveTriggers.Parser, new[]{ "Triggers" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResReportDiverRoundFlow), global::EpinelPS.ResReportDiverRoundFlow.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDaveDiverItemFlow), global::EpinelPS.ResDaveDiverItemFlow.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetOutpostData), global::EpinelPS.ResGetOutpostData.Parser, new[]{ "SkinGroupId", "Data", "BattleTime", "MaxBattleTime", "ConditionTriggerTidList", "DispatchClearCountList", "Jukebox", "TimeRewardBuffs", "OutpostBattleLevel", "IsDispatchRefreshed", "OutpostBattleTime", "JukeboxV2" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuilding), global::EpinelPS.ResBuilding.Parser, new[]{ "StartAt", "CompleteAt", "CurrencyList", "ItemList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCancelBuilding), global::EpinelPS.ResCancelBuilding.Parser, new[]{ "Result", "CurrencyList", "ItemList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResImmediatelyBuilding), global::EpinelPS.ResImmediatelyBuilding.Parser, new[]{ "Result", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMoveBuilding), global::EpinelPS.ResMoveBuilding.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuildingIsDone), global::EpinelPS.ResBuildingIsDone.Parser, new[]{ "BuildingId", "Reward", "ConditionTriggerTidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheckBuildCondition), global::EpinelPS.ResCheckBuildCondition.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResShowOutpostBattleReward), global::EpinelPS.ResShowOutpostBattleReward.Parser, new[]{ "BattleTime", "MaxBattleTime", "FastBattleCount", "Reward", "TimeRewardBuffs", "OutpostBattleLevel", "OutpostBattleTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainOutpostBattleReward), global::EpinelPS.ResObtainOutpostBattleReward.Parser, new[]{ "Reward", "BattleTime", "MaxBattleTime", "UserLevelUpReward", "OutpostBattleTime" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainFastBattleReward), global::EpinelPS.ResObtainFastBattleReward.Parser, new[]{ "FastBattleCount", "Reward", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetDispatchList), global::EpinelPS.ResGetDispatchList.Parser, new[]{ "DispatchResetCount", "DispatchList", "SelectableDispatchList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetDispatchList), global::EpinelPS.ResResetDispatchList.Parser, new[]{ "DispatchResetCount", "LevelUpConditionCount", "DispatchList", "SelectableDispatchList", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRunDispatch), global::EpinelPS.ResRunDispatch.Parser, new[]{ "DispatchData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCancelDispatch), global::EpinelPS.ResCancelDispatch.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainDispatchReward), global::EpinelPS.ResObtainDispatchReward.Parser, new[]{ "Reward", "DispatchList", "SelectableDispatchList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDispatchData), global::EpinelPS.NetDispatchData.Parser, new[]{ "Tid", "CsnList", "SelectSlotId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRunDispatchList), global::EpinelPS.ResRunDispatchList.Parser, new[]{ "SuccessTidList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqDeleteDispatchSelection), global::EpinelPS.ReqDeleteDispatchSelection.Parser, new[]{ "SelectableDispatchList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDispatchSelectSlotData), global::EpinelPS.NetDispatchSelectSlotData.Parser, new[]{ "DispatchGroupId", "SlotId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteDispatchSelection), global::EpinelPS.ResDeleteDispatchSelection.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetRecycleRoomData), global::EpinelPS.ResGetRecycleRoomData.Parser, new[]{ "Recycle" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecycleRunResearch), global::EpinelPS.ResRecycleRunResearch.Parser, new[]{ "Recycle" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResRecycleLevelUpResearch), global::EpinelPS.ResRecycleLevelUpResearch.Parser, new[]{ "Recycle", "Items" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetTacticAcademyData), global::EpinelPS.ResGetTacticAcademyData.Parser, new[]{ "ClearLessons" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResTacticAcademyClearLesson), global::EpinelPS.ResTacticAcademyClearLesson.Parser, new[]{ "ClearLessonTid", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMemoryList), global::EpinelPS.ResGetMemoryList.Parser, new[]{ "MemoryList", "RewardableSeriesList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMemorialSeriesReward), global::EpinelPS.ResObtainMemorialSeriesReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainInfraCoreReward), global::EpinelPS.ResObtainInfraCoreReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheckReceiveInfraCoreReward), global::EpinelPS.ResCheckReceiveInfraCoreReward.Parser, new[]{ "IsReceived" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStartSuddenEvent), global::EpinelPS.ResStartSuddenEvent.Parser, new[]{ "Currency", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSubscriptionData), global::EpinelPS.NetSubscriptionData.Parser, new[]{ "Tid", "BeginAt", "EndAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetInAppShopReceivableProductData), global::EpinelPS.NetInAppShopReceivableProductData.Parser, new[]{ "ProductId", "Token", "SubTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMonthlySubscriptionData), global::EpinelPS.NetMonthlySubscriptionData.Parser, new[]{ "Tid", "ExpiredAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMonthlySubscriptionReward), global::EpinelPS.NetMonthlySubscriptionReward.Parser, new[]{ "Tid", "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetInAppShopData), global::EpinelPS.NetInAppShopData.Parser, new[]{ "Id", "StartDate", "EndDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPopupPackageState), global::EpinelPS.NetPopupPackageState.Parser, new[]{ "Tid", "IsAppear", "ExpiredAt", "GroupId", "IsPurchased", "GradeUp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetInAppShopBuyData), global::EpinelPS.NetInAppShopBuyData.Parser, new[]{ "ProductType", "ShopTid", "BuyCount", "ListTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCampaignPackageReward), global::EpinelPS.NetCampaignPackageReward.Parser, new[]{ "PackageShopId", "PackageGroupTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetStartPurchaseExtraData), global::EpinelPS.NetStartPurchaseExtraData.Parser, new[]{ "PackageListTableId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetJupiterProductInfo), global::EpinelPS.NetJupiterProductInfo.Parser, new[]{ "ProductId", "Price", "CurrencyCode", "CurrencySymbol", "MicroPrice" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetPopupPackageState), global::EpinelPS.ResGetPopupPackageState.Parser, new[]{ "DataList", "AppearedList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetPopupPackageState), global::EpinelPS.ResSetPopupPackageState.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMonthlySubscriptionReward), global::EpinelPS.ResGetMonthlySubscriptionReward.Parser, new[]{ "RewardList", "DataList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCampaignPackage), global::EpinelPS.ResGetCampaignPackage.Parser, new[]{ "AlreadyRewards" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainCampaignPackage), global::EpinelPS.ResObtainCampaignPackage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetInAppShopReceivableProductList), global::EpinelPS.ResGetInAppShopReceivableProductList.Parser, new[]{ "DataList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetInAppShopBuyProduct), global::EpinelPS.ResGetInAppShopBuyProduct.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetInAppShopData), global::EpinelPS.ResGetInAppShopData.Parser, new[]{ "InAppShopDataList", "BuyDataList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainPurchaseRewardCampaignPackage), global::EpinelPS.ResObtainPurchaseRewardCampaignPackage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStartPurchase), global::EpinelPS.ReqStartPurchase.Parser, new[]{ "ProductId", "ExtraData", "PayChannel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStartPurchase), global::EpinelPS.ResStartPurchase.Parser, new[]{ "Result", "TransactionId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetJupiterProductList), global::EpinelPS.ReqGetJupiterProductList.Parser, new[]{ "ProductIdList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetJupiterProductList), global::EpinelPS.ResGetJupiterProductList.Parser, new[]{ "ProductInfoList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuyJupiterProduct), global::EpinelPS.ReqBuyJupiterProduct.Parser, new[]{ "ProductId", "Price", "Currency", "ExtraData", "Language" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuyJupiterProduct), global::EpinelPS.ResBuyJupiterProduct.Parser, new[]{ "ReferenceId", "RedirectUrl" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetJupiterMarketingDetail), global::EpinelPS.ReqGetJupiterMarketingDetail.Parser, new[]{ "Language" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetJupiterMarketingDetail), global::EpinelPS.ResGetJupiterMarketingDetail.Parser, new[]{ "MarketingDetail" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetJupiterOrderDetail), global::EpinelPS.ReqGetJupiterOrderDetail.Parser, new[]{ "ReferenceId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetJupiterOrderDetail), global::EpinelPS.ResGetJupiterOrderDetail.Parser, new[]{ "Status" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetFreePackage), global::EpinelPS.ReqGetFreePackage.Parser, new[]{ "ProductType", "PackageShopTid", "PackageListTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetFreePackage), global::EpinelPS.ResGetFreePackage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSubscription), global::EpinelPS.ReqGetSubscription.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSubscription), global::EpinelPS.ResGetSubscription.Parser, new[]{ "ActiveSubscriptionList", "HasSubscriptionHistory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetCustomPackageSetupData), global::EpinelPS.NetCustomPackageSetupData.Parser, new[]{ "CustomPackageShopTid", "SlotList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetCustomPackageSetupData), global::EpinelPS.ReqGetCustomPackageSetupData.Parser, new[]{ "InAppShopId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetCustomPackageSetupData), global::EpinelPS.ResGetCustomPackageSetupData.Parser, new[]{ "DataList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSetCustomPackageSlot), global::EpinelPS.ReqSetCustomPackageSlot.Parser, new[]{ "DataList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetCustomPackageSlot), global::EpinelPS.ResSetCustomPackageSlot.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAssignment), global::EpinelPS.NetAssignment.Parser, new[]{ "Host", "Port" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPartyAssignment), global::EpinelPS.NetPartyAssignment.Parser, new[]{ "PartyId", "Assignment" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetInvitation), global::EpinelPS.NetInvitation.Parser, new[]{ "FromUser", "InviteTime", "PartyId", "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAvailableParty), global::EpinelPS.NetAvailableParty.Parser, new[]{ "User", "PartyId", "Code" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetInvitableUser), global::EpinelPS.NetInvitableUser.Parser, new[]{ "User", "RemainRewardCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCreateParty), global::EpinelPS.ResCreateParty.Parser, new[]{ "Code", "PartyAssignment", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResInviteParty), global::EpinelPS.ResInviteParty.Parser, new[]{ "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResJoinPartyByCode), global::EpinelPS.ResJoinPartyByCode.Parser, new[]{ "Error", "PartyAssignment", "Code" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResJoinParty), global::EpinelPS.ResJoinParty.Parser, new[]{ "Error", "PartyAssignment", "Code" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListFriendParty), global::EpinelPS.ResListFriendParty.Parser, new[]{ "FriendPartyList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListGuildMemberParty), global::EpinelPS.ReqListGuildMemberParty.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListGuildMemberParty), global::EpinelPS.ResListGuildMemberParty.Parser, new[]{ "GuildPartyList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListInvitableFriend), global::EpinelPS.ResListInvitableFriend.Parser, new[]{ "UserList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListInvitableGuildMember), global::EpinelPS.ReqListInvitableGuildMember.Parser, new[]{ "EventId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListInvitableGuildMember), global::EpinelPS.ResListInvitableGuildMember.Parser, new[]{ "UserList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListInvitation), global::EpinelPS.ResListInvitation.Parser, new[]{ "Error", "InvitationList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStartPartyMatch), global::EpinelPS.ResStartPartyMatch.Parser, new[]{ "UserTicketIds", "Error" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.UserTicketModel), global::EpinelPS.UserTicketModel.Parser, new[]{ "Usn", "TicketId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSearchUserForInvite), global::EpinelPS.ResSearchUserForInvite.Parser, new[]{ "UserList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainPassReward), global::EpinelPS.ResObtainPassReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuyPassRank), global::EpinelPS.ResBuyPassRank.Parser, new[]{ "PassRank", "PassPoint", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompletePassMission), global::EpinelPS.ResCompletePassMission.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetActivePassData), global::EpinelPS.ResGetActivePassData.Parser, new[]{ "Pass", "PassExist" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPassInfo), global::EpinelPS.NetPassInfo.Parser, new[]{ "PassId", "PassPoint", "PassRankList", "PassMissionList", "PassSkipCount", "PremiumActive" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPassRankData), global::EpinelPS.NetPassRankData.Parser, new[]{ "PassRank", "IsNormalRewarded", "IsPremiumRewarded" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPassMissionData), global::EpinelPS.NetPassMissionData.Parser, new[]{ "PassMissionId", "IsComplete" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainOnePassReward), global::EpinelPS.ResObtainOnePassReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainEventPassReward), global::EpinelPS.ReqObtainEventPassReward.Parser, new[]{ "PassId", "PassRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainEventPassReward), global::EpinelPS.ResObtainEventPassReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuyEventPassRank), global::EpinelPS.ReqBuyEventPassRank.Parser, new[]{ "PassId", "TargetPassRank" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuyEventPassRank), global::EpinelPS.ResBuyEventPassRank.Parser, new[]{ "PassRank", "PassPoint", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCompleteEventPassMission), global::EpinelPS.ReqCompleteEventPassMission.Parser, new[]{ "PassId", "PassMissionList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCompleteEventPassMission), global::EpinelPS.ResCompleteEventPassMission.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetActiveEventPassData), global::EpinelPS.ReqGetActiveEventPassData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetActiveEventPassData), global::EpinelPS.ResGetActiveEventPassData.Parser, new[]{ "PassList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqObtainOneEventPassReward), global::EpinelPS.ReqObtainOneEventPassReward.Parser, new[]{ "PassId", "PassRank", "PremiumReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainOneEventPassReward), global::EpinelPS.ResObtainOneEventPassReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProfileCardObjectList), global::EpinelPS.ReqProfileCardObjectList.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProfileCardObjectList), global::EpinelPS.ResProfileCardObjectList.Parser, new[]{ "BackgroundIds", "StickerIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.StickerPlacement), global::EpinelPS.StickerPlacement.Parser, new[]{ "StickerId", "Layer", "NormalizedX", "NormalizedY", "RotationRadian", "Scale" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ProfileCardDecorationLayout), global::EpinelPS.ProfileCardDecorationLayout.Parser, new[]{ "ShowCharacterSpine", "BackgroundId", "StickerPlacements" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqProfileCardDecorationLayout), global::EpinelPS.ReqProfileCardDecorationLayout.Parser, new[]{ "TargetUsn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProfileCardDecorationLayout), global::EpinelPS.ResProfileCardDecorationLayout.Parser, new[]{ "Layout" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqSaveProfileCardDecorationLayout), global::EpinelPS.ReqSaveProfileCardDecorationLayout.Parser, new[]{ "Layout" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveProfileCardDecorationLayout), global::EpinelPS.ResSaveProfileCardDecorationLayout.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ProfileRandomBoxSingleOpeningResult), global::EpinelPS.ProfileRandomBoxSingleOpeningResult.Parser, new[]{ "ObjectTid", "ExchangedForTicketMaterial" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqOpenProfileRandomBox), global::EpinelPS.ReqOpenProfileRandomBox.Parser, new[]{ "Isn", "NumOpens" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResOpenProfileRandomBox), global::EpinelPS.ResOpenProfileRandomBox.Parser, new[]{ "OpeningResult", "ProfileCardTicketMaterialSync" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBuyProfileCardObject), global::EpinelPS.ReqBuyProfileCardObject.Parser, new[]{ "ObjectTid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBuyProfileCardObject), global::EpinelPS.ResBuyProfileCardObject.Parser, new[]{ "ProfileCardTicketMaterialSync" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetRankingData), global::EpinelPS.NetRankingData.Parser, new[]{ "Rank", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTopRankingData), global::EpinelPS.NetTopRankingData.Parser, new[]{ "Type", "Score", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetRankAchievementData), global::EpinelPS.NetRankAchievementData.Parser, new[]{ "Rank", "RankId", "Score", "AchievedAt", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetRankingList), global::EpinelPS.ResGetRankingList.Parser, new[]{ "User", "RankingList", "RewardEnabled" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetAllTopRank), global::EpinelPS.ResGetAllTopRank.Parser, new[]{ "TopRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetRankAchievementTop), global::EpinelPS.ResGetRankAchievementTop.Parser, new[]{ "TriggerList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetRankAchievementLeaderBoard), global::EpinelPS.ResGetRankAchievementLeaderBoard.Parser, new[]{ "RankAchievement" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainRankAchievementServerReward), global::EpinelPS.ResObtainRankAchievementServerReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUpdateRankingServerReward), global::EpinelPS.ResUpdateRankingServerReward.Parser, new[]{ "HasNewReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShootingRangeRankingTotalData), global::EpinelPS.NetShootingRangeRankingTotalData.Parser, new[]{ "ShootingRangeId", "UserGuildRanking", "GuildRankingList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetShootingRangeRankingV2), global::EpinelPS.ReqGetShootingRangeRankingV2.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetShootingRangeRankingV2), global::EpinelPS.ResGetShootingRangeRankingV2.Parser, new[]{ "RankingList", "IsBan", "BanStartAtTicks", "BanEndAtTicks", "Result" }, new[]{ "BanStartAtTicks", "BanEndAtTicks" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetShootingRangeScoreV2), global::EpinelPS.ResSetShootingRangeScoreV2.Parser, new[]{ "IsNewRecord", "PrevRanking", "NextRanking", "HighestScore", "IsBan", "BanStartAtTicks", "BanEndAtTicks", "Result" }, new[]{ "BanStartAtTicks", "BanEndAtTicks" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetShootingRangeBattleLog), global::EpinelPS.ReqGetShootingRangeBattleLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetShootingRangeBattleLog), global::EpinelPS.ResGetShootingRangeBattleLog.Parser, new[]{ "BattleLogList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShootingRangeBattleLog), global::EpinelPS.NetShootingRangeBattleLog.Parser, new[]{ "CharacterDataList", "BattleResult", "Score", "ShootingRangeId", "UserTeam", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShootingRangeBattleLogCharacterData), global::EpinelPS.NetShootingRangeBattleLogCharacterData.Parser, new[]{ "Tid", "NameCode", "Level", "Grade", "Core", "CostumeId", "Combat", "Slot" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShopProductBuyLimitData), global::EpinelPS.NetShopProductBuyLimitData.Parser, new[]{ "Tid", "BuyCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetShopProductData), global::EpinelPS.NetShopProductData.Parser, new[]{ "ShopTid", "ShopCategory", "RenewCount", "RenewAt", "NextRenewAt", "FreeRenewCount", "List" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResShopProductList), global::EpinelPS.ResShopProductList.Parser, new[]{ "Shops" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetShop), global::EpinelPS.ReqGetShop.Parser, new[]{ "ShopCategory" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetShop), global::EpinelPS.ResGetShop.Parser, new[]{ "Shop" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResShopBuyProduct), global::EpinelPS.ResShopBuyProduct.Parser, new[]{ "Result", "Product", "Item", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResShopRenew), global::EpinelPS.ResShopRenew.Parser, new[]{ "Shop", "Currencies" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSideStoryStageData), global::EpinelPS.NetSideStoryStageData.Parser, new[]{ "SideStoryStageId", "ClearedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListSideStory), global::EpinelPS.ReqListSideStory.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListSideStory), global::EpinelPS.ResListSideStory.Parser, new[]{ "SideStoryStageDataList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSideStoryStage), global::EpinelPS.ReqEnterSideStoryStage.Parser, new[]{ "SideStoryId", "SideStoryStageId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSideStoryStage), global::EpinelPS.ResEnterSideStoryStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearSideStoryCutForScenario), global::EpinelPS.ReqClearSideStoryCutForScenario.Parser, new[]{ "SideStoryStageId", "SideStoryCutId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearSideStoryCutForScenario), global::EpinelPS.ResClearSideStoryCutForScenario.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearSideStoryCutForBattle), global::EpinelPS.ReqClearSideStoryCutForBattle.Parser, new[]{ "SideStoryStageId", "SideStoryCutId", "TeamNumber", "BattleResult", "AntiCheatBattleData", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearSideStoryCutForBattle), global::EpinelPS.ResClearSideStoryCutForBattle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqClearSideStoryStage), global::EpinelPS.ReqClearSideStoryStage.Parser, new[]{ "SideStoryStageId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearSideStoryStage), global::EpinelPS.ResClearSideStoryStage.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSideStoryCutForBattle), global::EpinelPS.ReqEnterSideStoryCutForBattle.Parser, new[]{ "SideStoryStageId", "SideStoryCutId", "TeamNumber", "AntiCheatAdditionalInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSideStoryCutForBattle), global::EpinelPS.ResEnterSideStoryCutForBattle.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomEvent), global::EpinelPS.NetSimRoomEvent.Parser, new[]{ "Location", "Selected" }, new[]{ "EventOneofCase" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomBattleEvent), global::EpinelPS.NetSimRoomBattleEvent.Parser, new[]{ "Id", "BuffOptions", "Progress", "RemainingTargetHealth", "BuffPreviewId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomSelectionEvent), global::EpinelPS.NetSimRoomSelectionEvent.Parser, new[]{ "Id", "SelectedNumber", "Group" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomSelectionGroupElement), global::EpinelPS.NetSimRoomSelectionGroupElement.Parser, new[]{ "SelectionNumber", "Id", "IsDone", "RandomBuff" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomCharacterHp), global::EpinelPS.NetSimRoomCharacterHp.Parser, new[]{ "Csn", "Hp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomClearInfo), global::EpinelPS.NetSimRoomClearInfo.Parser, new[]{ "Difficulty", "Chapter" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomEventLocationInfo), global::EpinelPS.NetSimRoomEventLocationInfo.Parser, new[]{ "Chapter", "Stage", "Order" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSimRoom), global::EpinelPS.ResGetSimRoom.Parser, new[]{ "Status", "CurrentDifficulty", "NextRenewAt", "ClearInfos", "Events", "RemainingHps", "Buffs", "LegacyBuffs", "OverclockOptionList", "OverclockData", "NextLegacyBuffResetDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSelectSimRoomDifficulty), global::EpinelPS.ResSelectSimRoomDifficulty.Parser, new[]{ "Result", "Events" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSelectSimRoomEvent), global::EpinelPS.ResSelectSimRoomEvent.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSimRoomBattle), global::EpinelPS.ResEnterSimRoomBattle.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearSimRoomBattle), global::EpinelPS.ResClearSimRoomBattle.Parser, new[]{ "Result", "BuffOptions", "Teams", "OverclockOptionChangedHps" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearSimRoomBattle), global::EpinelPS.ResFastClearSimRoomBattle.Parser, new[]{ "Result", "BuffOptions", "OverclockOptionChangedHps", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSelectSimRoomBuff), global::EpinelPS.ResSelectSimRoomBuff.Parser, new[]{ "Result", "Reward", "RewardByRewardUpEvent", "RewardByOverclock" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSelectSimRoomSelectionEvent), global::EpinelPS.ResSelectSimRoomSelectionEvent.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProceedSimRoomNikkeFunction), global::EpinelPS.ResProceedSimRoomNikkeFunction.Parser, new[]{ "Result", "ChangedHps", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSimRoomAcquireBuffFunction), global::EpinelPS.ResGetSimRoomAcquireBuffFunction.Parser, new[]{ "Result", "RandomBuff" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProceedSimRoomBuffFunction), global::EpinelPS.ResProceedSimRoomBuffFunction.Parser, new[]{ "Result", "AcquiredBuff", "DeletedBuff" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResProceedSimRoomSkipFunction), global::EpinelPS.ResProceedSimRoomSkipFunction.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResQuitSimRoom), global::EpinelPS.ResQuitSimRoom.Parser, new[]{ "Result" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSimRoomOverclockHighScore), global::EpinelPS.ReqGetSimRoomOverclockHighScore.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSimRoomOverclockHighScore), global::EpinelPS.ResGetSimRoomOverclockHighScore.Parser, new[]{ "CurrentOrLastSeasonHighScore", "CurrentSubSeasonHighScore" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomOverclockData), global::EpinelPS.NetSimRoomOverclockData.Parser, new[]{ "CurrentSeasonHighScore", "CurrentSubSeasonHighScore", "LatestOption", "CurrentSeasonData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomOverclockSeasonData), global::EpinelPS.NetSimRoomOverclockSeasonData.Parser, new[]{ "IsSeasonOpen", "Season", "SubSeason", "SeasonStartDate", "SeasonEndDate", "SeasonWeekCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomOverclockHighScoreData), global::EpinelPS.NetSimRoomOverclockHighScoreData.Parser, new[]{ "Season", "SubSeason", "OptionList", "OptionLevel", "CreatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSimRoomOverclockCurrentSeason), global::EpinelPS.ReqGetSimRoomOverclockCurrentSeason.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSimRoomOverclockCurrentSeason), global::EpinelPS.ResGetSimRoomOverclockCurrentSeason.Parser, new[]{ "IsSeasonOpen", "Season", "SubSeason" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSimRoomOverclockLatestOption), global::EpinelPS.ReqGetSimRoomOverclockLatestOption.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSimRoomOverclockLatestOption), global::EpinelPS.ResGetSimRoomOverclockLatestOption.Parser, new[]{ "LatestRecordExist", "Season", "OptionList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSimRoomOverclockOptionSettingData), global::EpinelPS.NetSimRoomOverclockOptionSettingData.Parser, new[]{ "Season", "OptionList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserSoloRaidInfo), global::EpinelPS.NetUserSoloRaidInfo.Parser, new[]{ "RaidOpenCount", "LastClearLevel", "LastOpenRaid", "Period", "SoloRaidManagerTid", "TrialCount", "TodayClearedRaidLevels", "TrialDamage" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSoloRaid), global::EpinelPS.NetSoloRaid.Parser, new[]{ "Level", "Type" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetNormalSoloRaid), global::EpinelPS.NetNormalSoloRaid.Parser, new[]{ "Level", "Hp" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSoloRaidPeriodData), global::EpinelPS.NetSoloRaidPeriodData.Parser, new[]{ "VisibleDate", "StartDate", "EndDate", "DisableDate", "SettleDate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSoloRaidJoinData), global::EpinelPS.NetSoloRaidJoinData.Parser, new[]{ "CsnList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSoloRaidInfo), global::EpinelPS.ReqGetSoloRaidInfo.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSoloRaidInfo), global::EpinelPS.ResGetSoloRaidInfo.Parser, new[]{ "Info", "PeriodResult", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqOpenSoloRaid), global::EpinelPS.ReqOpenSoloRaid.Parser, new[]{ "RaidId", "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResOpenSoloRaid), global::EpinelPS.ResOpenSoloRaid.Parser, new[]{ "PeriodResult", "RaidOpenCount", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSoloRaid), global::EpinelPS.ReqEnterSoloRaid.Parser, new[]{ "RaidId", "RaidLevel", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSoloRaid), global::EpinelPS.ResEnterSoloRaid.Parser, new[]{ "PeriodResult", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSoloRaidDamage), global::EpinelPS.ResSetSoloRaidDamage.Parser, new[]{ "RaidJoinCount", "Info", "Status", "PeriodResult", "JoinData", "BanResult", "Reward", "FirstClearReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCloseSoloRaid), global::EpinelPS.ReqCloseSoloRaid.Parser, new[]{ "RaidId", "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCloseSoloRaid), global::EpinelPS.ResCloseSoloRaid.Parser, new[]{ "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLevelSoloRaid), global::EpinelPS.ReqGetLevelSoloRaid.Parser, new[]{ "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLevelSoloRaid), global::EpinelPS.ResGetLevelSoloRaid.Parser, new[]{ "Raid", "JoinData", "PeriodResult", "RaidJoinCount", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetPracticeSoloRaid), global::EpinelPS.NetPracticeSoloRaid.Parser, new[]{ "Level", "Hp", "Damage" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLevelPracticeSoloRaid), global::EpinelPS.ReqGetLevelPracticeSoloRaid.Parser, new[]{ "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLevelPracticeSoloRaid), global::EpinelPS.ResGetLevelPracticeSoloRaid.Parser, new[]{ "Raid", "JoinData", "PeriodResult", "RaidJoinCount", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqOpenSoloRaidPractice), global::EpinelPS.ReqOpenSoloRaidPractice.Parser, new[]{ "RaidLevel", "DifficultyType" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResOpenSoloRaidPractice), global::EpinelPS.ResOpenSoloRaidPractice.Parser, new[]{ "PeriodResult", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSoloRaidPracticeDamage), global::EpinelPS.ResSetSoloRaidPracticeDamage.Parser, new[]{ "RaidJoinCount", "Info", "Status", "PeriodResult", "JoinData", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCloseSoloRaidPractice), global::EpinelPS.ReqCloseSoloRaidPractice.Parser, new[]{ "RaidId", "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCloseSoloRaidPractice), global::EpinelPS.ResCloseSoloRaidPractice.Parser, new[]{ "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTrialSoloRaid), global::EpinelPS.NetTrialSoloRaid.Parser, new[]{ "Level", "Damage" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetLevelTrialSoloRaid), global::EpinelPS.ReqGetLevelTrialSoloRaid.Parser, new[]{ "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLevelTrialSoloRaid), global::EpinelPS.ResGetLevelTrialSoloRaid.Parser, new[]{ "Raid", "JoinData", "PeriodResult", "RaidJoinCount", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqOpenSoloRaidTrial), global::EpinelPS.ReqOpenSoloRaidTrial.Parser, new[]{ "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResOpenSoloRaidTrial), global::EpinelPS.ResOpenSoloRaidTrial.Parser, new[]{ "PeriodResult", "RaidOpenCount", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterSoloRaidTrial), global::EpinelPS.ReqEnterSoloRaidTrial.Parser, new[]{ "RaidId", "RaidLevel", "Team" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterSoloRaidTrial), global::EpinelPS.ResEnterSoloRaidTrial.Parser, new[]{ "PeriodResult", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetSoloRaidTrialDamage), global::EpinelPS.ResSetSoloRaidTrialDamage.Parser, new[]{ "RaidJoinCount", "Info", "Status", "PeriodResult", "JoinData", "BanResult", "User", "TotalUserCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCloseSoloRaidTrial), global::EpinelPS.ReqCloseSoloRaidTrial.Parser, new[]{ "RaidId", "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCloseSoloRaidTrial), global::EpinelPS.ResCloseSoloRaidTrial.Parser, new[]{ "PeriodResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqFastBattleSoloRaid), global::EpinelPS.ReqFastBattleSoloRaid.Parser, new[]{ "RaidId", "RaidLevel", "Team", "ClearCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastBattleSoloRaid), global::EpinelPS.ResFastBattleSoloRaid.Parser, new[]{ "RaidOpenCount", "PeriodResult", "Reward", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSoloRaidLogs), global::EpinelPS.ReqGetSoloRaidLogs.Parser, new[]{ "RaidId", "RaidLevel" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSoloRaidLogs), global::EpinelPS.ResGetSoloRaidLogs.Parser, new[]{ "Logs", "BanResult", "PracticeLogs" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSoloRaidLog), global::EpinelPS.NetSoloRaidLog.Parser, new[]{ "Damage", "Team", "Kill" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSoloRaidTeamCharacter), global::EpinelPS.NetSoloRaidTeamCharacter.Parser, new[]{ "Slot", "Tid", "Level", "Combat", "CostumeId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSoloRaidRanking), global::EpinelPS.ReqGetSoloRaidRanking.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSoloRaidRanking), global::EpinelPS.ResGetSoloRaidRanking.Parser, new[]{ "Rankings", "User", "TotalUserCount", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSoloRaidRankingData), global::EpinelPS.NetSoloRaidRankingData.Parser, new[]{ "Ranking", "Damage", "User" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSoloRaidPeriod), global::EpinelPS.ReqGetSoloRaidPeriod.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSoloRaidPeriod), global::EpinelPS.ResGetSoloRaidPeriod.Parser, new[]{ "Period" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSoloRaidRankerSquad), global::EpinelPS.ReqGetSoloRaidRankerSquad.Parser, new[]{ "TargetUsn", "RaidId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSoloRaidRankerSquad), global::EpinelPS.ResGetSoloRaidRankerSquad.Parser, new[]{ "Logs", "BanResult" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLostSectorFieldObject), global::EpinelPS.NetLostSectorFieldObject.Parser, new[]{ "ActionAt", "Type", "PositionId", "Json", "TeamPosition" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTowerData), global::EpinelPS.NetTowerData.Parser, new[]{ "Type", "Floor", "RemainCount", "Schedules" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLostSectorTeamPosition), global::EpinelPS.NetLostSectorTeamPosition.Parser, new[]{ "TeamNumber", "Type", "Position", "ActionAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetStageData), global::EpinelPS.ResGetStageData.Parser, new[]{ "Field", "HasChapterBossEntered", "SquadData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterStage), global::EpinelPS.ResEnterStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearStage), global::EpinelPS.ResClearStage.Parser, new[]{ "Reward", "OutpostBattle", "UserLevelUpReward", "OutpostBattleLevelReward", "StageClearReward", "ScenarioReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetTowerData), global::EpinelPS.ResGetTowerData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterTower), global::EpinelPS.ResEnterTower.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearTower), global::EpinelPS.ResClearTower.Parser, new[]{ "Reward", "UserLevelUpReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearTower), global::EpinelPS.ResFastClearTower.Parser, new[]{ "Reward", "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLostSectorData), global::EpinelPS.ResGetLostSectorData.Parser, new[]{ "LostSector", "LastEnterSectorId", "ClearStages" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetLostSectorFieldData), global::EpinelPS.ResGetLostSectorFieldData.Parser, new[]{ "Field", "Team", "TeamPositions", "Json", "LostSector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResOpenLostSector), global::EpinelPS.ResOpenLostSector.Parser, new[]{ "Lostsector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResPlayLostSector), global::EpinelPS.ResPlayLostSector.Parser, new[]{ "Lostsector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResResetLostSector), global::EpinelPS.ResResetLostSector.Parser, new[]{ "Lostsector" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterLostSectorStage), global::EpinelPS.ResEnterLostSectorStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearLostSectorStage), global::EpinelPS.ResClearLostSectorStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFastClearLostSectorStage), global::EpinelPS.ResFastClearLostSectorStage.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainLostSectorItem), global::EpinelPS.ResObtainLostSectorItem.Parser, new[]{ "Reward", "BoxCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveLostSectorFieldObject), global::EpinelPS.ResSaveLostSectorFieldObject.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSaveLostSectorField), global::EpinelPS.ResSaveLostSectorField.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetStageClearInfo), global::EpinelPS.ResGetStageClearInfo.Parser, new[]{ "Historys" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLostSectorPerfectReward), global::EpinelPS.ResLostSectorPerfectReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCheckStageClear), global::EpinelPS.ReqCheckStageClear.Parser, new[]{ "StageIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheckStageClear), global::EpinelPS.ResCheckStageClear.Parser, new[]{ "ClearedStageIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSubQuestList), global::EpinelPS.ResGetSubQuestList.Parser, new[]{ "SubquestList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTriggerFromSubQuest), global::EpinelPS.ResSetTriggerFromSubQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnrollmentSubQuest), global::EpinelPS.ResEnrollmentSubQuest.Parser, new[]{ "SubquestData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetTeamData), global::EpinelPS.ResGetTeamData.Parser, new[]{ "TypeTeams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTeam), global::EpinelPS.ResSetTeam.Parser, new[]{ "Type", "Teams" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetSupportCharacterUsedCount), global::EpinelPS.NetSupportCharacterUsedCount.Parser, new[]{ "TeamType", "SupportCharacterId", "UsedSupportCharacterCount" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqListSupportCharacterUsedCount), global::EpinelPS.ReqListSupportCharacterUsedCount.Parser, new[]{ "TeamTypeList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResListSupportCharacterUsedCount), global::EpinelPS.ResListSupportCharacterUsedCount.Parser, new[]{ "SupportCharacterUsedCountList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTrigger), global::EpinelPS.NetTrigger.Parser, new[]{ "Seq", "CreatedAt", "Trigger", "ConditionId", "UserValue", "Reset" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetValueTrigger), global::EpinelPS.NetValueTrigger.Parser, new[]{ "Trigger", "ConditionId", "UserValue" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSyncTrigger), global::EpinelPS.ResSyncTrigger.Parser, new[]{ "HasRemainData", "Triggers", "Restart" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainTriggerRewardForJukebox), global::EpinelPS.ResObtainTriggerRewardForJukebox.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMainQuestData), global::EpinelPS.NetMainQuestData.Parser, new[]{ "Tid", "IsReceived" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetMainQuestData), global::EpinelPS.ResGetMainQuestData.Parser, new[]{ "MainQuestList" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResFinMainQuest), global::EpinelPS.ResFinMainQuest.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainMainQuestReward), global::EpinelPS.ResObtainMainQuestReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMessengerData), global::EpinelPS.NetMessengerData.Parser, new[]{ "RoomId", "ConversationId", "ConversationData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetConversationData), global::EpinelPS.NetConversationData.Parser, new[]{ "LastAt", "LastDialogId", "AnswerDialogIds", "RewardIds" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainAchievementReward), global::EpinelPS.ResObtainAchievementReward.Parser, new[]{ "Reward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainDailyMissionReward), global::EpinelPS.ResObtainDailyMissionReward.Parser, new[]{ "Reward", "EventBonusReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResObtainWeeklyMissionReward), global::EpinelPS.ResObtainWeeklyMissionReward.Parser, new[]{ "Reward", "EventBonusReward" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetDailyRewardedData), global::EpinelPS.ResGetDailyRewardedData.Parser, new[]{ "Ids" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetWeeklyRewardedData), global::EpinelPS.ResGetWeeklyRewardedData.Parser, new[]{ "Ids" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetAchievementRewardedData), global::EpinelPS.ResGetAchievementRewardedData.Parser, new[]{ "Ids" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTrigger2), global::EpinelPS.ResSetTrigger2.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTrigger2AllRandom), global::EpinelPS.ResSetTrigger2AllRandom.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResDeleteAllTrigger), global::EpinelPS.ResDeleteAllTrigger.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetTutorialList), global::EpinelPS.ResGetTutorialList.Parser, new[]{ "Tutorials" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResSetTutorial), global::EpinelPS.ResSetTutorial.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAllClearTutorial), global::EpinelPS.ResAllClearTutorial.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResClearTutorialGroup), global::EpinelPS.ResClearTutorialGroup.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqCheckClientVersion), global::EpinelPS.ReqCheckClientVersion.Parser, new[]{ "Version" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResCheckClientVersion), global::EpinelPS.ResCheckClientVersion.Parser, new[]{ "Availability" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetResourceHosts2), global::EpinelPS.ReqGetResourceHosts2.Parser, new[]{ "Version" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetResourceHosts2), global::EpinelPS.ResGetResourceHosts2.Parser, new[]{ "Version", "BaseUrl", "CoreVersionMap", "DataPackVersionMap" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, }), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetServerInfo), global::EpinelPS.ResGetServerInfo.Parser, new[]{ "WorldId", "MatchUrl" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResMaintenanceNotice), global::EpinelPS.ResMaintenanceNotice.Parser, new[]{ "MaintenanceWindow", "IsWhitelisted" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetMaintenanceWindow), global::EpinelPS.NetMaintenanceWindow.Parser, new[]{ "From", "To" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqStaticDataPackInfo), global::EpinelPS.ReqStaticDataPackInfo.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResStaticDataPackInfo), global::EpinelPS.ResStaticDataPackInfo.Parser, new[]{ "Url", "Size", "Sha256Sum", "Salt1", "Salt2", "Version" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResUserOnlineStateLog), global::EpinelPS.ResUserOnlineStateLog.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqGetSentryParams), global::EpinelPS.ReqGetSentryParams.Parser, new[]{ "OpenId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResGetSentryParams), global::EpinelPS.ResGetSentryParams.Parser, new[]{ "SamplingRate", "TraceSamplingRate" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAuthIntl), global::EpinelPS.ReqAuthIntl.Parser, new[]{ "DeviceInfo", "OpenId", "Token", "ChannelId", "Os", "BillingInfo", "TlogDeviceInfo" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqEnterServer), global::EpinelPS.ReqEnterServer.Parser, new[]{ "AuthToken", "ClientPublicKey" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqLogout), global::EpinelPS.ReqLogout.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetDeviceInfo), global::EpinelPS.NetDeviceInfo.Parser, new[]{ "ClientVersion", "StaticDataVersion", "IntlEnvironment" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBillingInfo), global::EpinelPS.NetBillingInfo.Parser, new[]{ "Platform" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetTLogDeviceInfo), global::EpinelPS.NetTLogDeviceInfo.Parser, new[]{ "RuntimePlatform", "SystemSoftware", "SystemHardware", "TelecomOper", "Network", "ScreenWidth", "ScreenHeight", "Density", "CpuHardware", "Memory", "GlRender", "GlVersion", "DeviceId", "Language", "Country", "SystemLanguage", "ClientVersion", "Xwid" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAuth), global::EpinelPS.ResAuth.Parser, new[]{ "AuthSuccess", "BanInfo", "AuthError" }, new[]{ "ResultOneof" }, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetUserPurchaseRestriction), global::EpinelPS.NetUserPurchaseRestriction.Parser, new[]{ "PurchaseRestriction", "UpdatedAt" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAuthSuccess), global::EpinelPS.NetAuthSuccess.Parser, new[]{ "AuthToken", "FirstAuth", "CentauriZoneId", "PurchaseRestriction" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetBanInfo), global::EpinelPS.NetBanInfo.Parser, new[]{ "Description", "EndAt", "StartAt", "BanId" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetAuthError), global::EpinelPS.NetAuthError.Parser, new[]{ "ErrorCode" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResEnterServer), global::EpinelPS.ResEnterServer.Parser, new[]{ "GameClientToken", "EncryptionToken", "FeatureDataInfo", "ShouldRestartAfter", "Identifier" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetFeatureDataInfo), global::EpinelPS.NetFeatureDataInfo.Parser, new[]{ "FeatureName", "FeatureData", "DataLen", "Crc", "UseFeatureData" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.NetLegacyUserIdentifier), global::EpinelPS.NetLegacyUserIdentifier.Parser, new[]{ "Server", "Usn" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResLogout), global::EpinelPS.ResLogout.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqAntibotRecvData), global::EpinelPS.ReqAntibotRecvData.Parser, new[]{ "Data" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ReqBattleReportData), global::EpinelPS.ReqBattleReportData.Parser, new[]{ "WaveId", "ReportData3" }, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResAntibotRecvData), global::EpinelPS.ResAntibotRecvData.Parser, null, null, null, null, null), + new pbr::GeneratedClrTypeInfo(typeof(global::EpinelPS.ResBattleReportData), global::EpinelPS.ResBattleReportData.Parser, null, null, null, null, null) + })); + } + #endregion + + } + #region Enums + public enum CurrencyType { + [pbr::OriginalName("NoneCurrency")] NoneCurrency = 0, + [pbr::OriginalName("UserExp")] UserExp = 1, + [pbr::OriginalName("ChargeCash")] ChargeCash = 98, + [pbr::OriginalName("FreeCash")] FreeCash = 99, + [pbr::OriginalName("CharacterExp")] CharacterExp = 1000, + [pbr::OriginalName("Gold")] Gold = 2000, + [pbr::OriginalName("CharacterExp2")] CharacterExp2 = 3000, + [pbr::OriginalName("Friendship_Point")] FriendshipPoint = 4000, + [pbr::OriginalName("ArenaChip")] ArenaChip = 5000, + [pbr::OriginalName("Char_Premium_Ticket")] CharPremiumTicket = 5100, + [pbr::OriginalName("Char_Customize_Ticket")] CharCustomizeTicket = 5200, + [pbr::OriginalName("Char_Corporation_Ticket")] CharCorporationTicket = 5300, + [pbr::OriginalName("Arena_Ticket")] ArenaTicket = 6001, + [pbr::OriginalName("_2nd_Arena_Ticket")] _2NdArenaTicket = 6002, + [pbr::OriginalName("InterceptTicket2")] InterceptTicket2 = 6003, + [pbr::OriginalName("ContentStamina")] ContentStamina = 6100, + [pbr::OriginalName("RecycleRoomPoint")] RecycleRoomPoint = 6200, + [pbr::OriginalName("InfraCoreEnergy")] InfraCoreEnergy = 7000, + [pbr::OriginalName("RaptureParts")] RaptureParts = 8000, + [pbr::OriginalName("DissolutionPoint")] DissolutionPoint = 9000, + [pbr::OriginalName("InApp")] InApp = 9999, + [pbr::OriginalName("GuildCoin")] GuildCoin = 10000, + [pbr::OriginalName("SilverMileageTicket")] SilverMileageTicket = 11000, + [pbr::OriginalName("GoldMileageTicket")] GoldMileageTicket = 12000, + [pbr::OriginalName("SimulationRoomPoint")] SimulationRoomPoint = 13000, + [pbr::OriginalName("CharacterSkillReset_Ticket")] CharacterSkillResetTicket = 14000, + } + + /// + /// This file was autogenerated by a utility. Please do not modify the file unless you know what you are doing. + /// Enum dump: + /// + public enum ResultCode { + [pbr::OriginalName("ResultCode_Failure_SystemError")] FailureSystemError = 0, + [pbr::OriginalName("ResultCode_Success")] Success = 1, + [pbr::OriginalName("ResultCode_Failure_DB_SystemError")] FailureDbSystemError = 2, + [pbr::OriginalName("ResultCode_Failure_Invalid_Parameter")] FailureInvalidParameter = 5, + [pbr::OriginalName("ResultCode_Failure_Is_New_Day")] FailureIsNewDay = 6, + [pbr::OriginalName("ResultCode_Failure_DB_User_Not_Exist_USN")] FailureDbUserNotExistUsn = 11, + [pbr::OriginalName("ResultCode_Failure_DB_User_Already_Exist_UserData")] FailureDbUserAlreadyExistUserData = 14, + [pbr::OriginalName("ResultCode_Failure_DB_User_Invalid_ItemData")] FailureDbUserInvalidItemData = 15, + [pbr::OriginalName("ResultCode_Failure_DB_User_Not_Exist_CSN")] FailureDbUserNotExistCsn = 16, + [pbr::OriginalName("ResultCode_Failure_DB_User_Not_Exist_ISN")] FailureDbUserNotExistIsn = 17, + [pbr::OriginalName("ResultCode_Failure_DB_User_Not_Exist_Team")] FailureDbUserNotExistTeam = 18, + [pbr::OriginalName("ResultCode_Failure_DB_User_Not_Exist_ESN")] FailureDbUserNotExistEsn = 19, + [pbr::OriginalName("ResultCode_Failure_DB_WholeUser_Not_Exist_USN")] FailureDbWholeUserNotExistUsn = 21, + [pbr::OriginalName("ResultCode_Failure_DB_User_Not_Exist_Shop")] FailureDbUserNotExistShop = 29, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_CharacterData")] FailureStaticDataNotExistCharacterData = 3003, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_CurrencyData")] FailureStaticDataNotExistCurrencyData = 3005, + [pbr::OriginalName("ResultCode_Failure_StaticData_Gacha_Failed_Pick_Grade_ProbData")] FailureStaticDataGachaFailedPickGradeProbData = 3034, + [pbr::OriginalName("ResultCode_Failure_StaticData_Gacha_Unsupported_GachaType")] FailureStaticDataGachaUnsupportedGachaType = 3036, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_Shop")] FailureStaticDataNotExistShop = 3051, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_ShopRenew")] FailureStaticDataNotExistShopRenew = 3061, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_Shop_Bundle_Data")] FailureStaticDataNotExistShopBundleData = 3063, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_FieldItemData")] FailureStaticDataNotExistFieldItemData = 3093, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_OutpostBuildingSlot")] FailureStaticDataNotExistOutpostBuildingSlot = 3502, + [pbr::OriginalName("ResultCode_Failure_StaticData_Not_Exist_OutpostBattle")] FailureStaticDataNotExistOutpostBattle = 3554, + [pbr::OriginalName("ResultCode_Failure_Common_WrongParameter")] FailureCommonWrongParameter = 10005, + [pbr::OriginalName("ResultCode_Failure_Lobby_Invalid_USN")] FailureLobbyInvalidUsn = 11001, + [pbr::OriginalName("ResultCode_Failure_Lobby_Nickname_Duplicated")] FailureLobbyNicknameDuplicated = 11003, + [pbr::OriginalName("ResultCode_Failure_Lobby_Invalid_CurrencyType")] FailureLobbyInvalidCurrencyType = 11004, + [pbr::OriginalName("ResultCode_Failure_Lobby_Invalid_GSN")] FailureLobbyInvalidGsn = 11009, + [pbr::OriginalName("ResultCode_Failure_Userprofile_Name_Invalid_Length")] FailureUserprofileNameInvalidLength = 11201, + [pbr::OriginalName("ResultCode_Failure_Userprofile_Name_Not_Allow_Language")] FailureUserprofileNameNotAllowLanguage = 11202, + [pbr::OriginalName("ResultCode_Failure_Userprofile_Name_Include_Ban_Word")] FailureUserprofileNameIncludeBanWord = 11203, + [pbr::OriginalName("ResultCode_Failure_Userprofile_Name_Not_Only_Number")] FailureUserprofileNameNotOnlyNumber = 11204, + [pbr::OriginalName("ResultCode_Failure_Userprofile_Icon_Not_Acquired")] FailureUserprofileIconNotAcquired = 11209, + [pbr::OriginalName("ResultCode_Failure_Userprofile_Icon_Prism_Not_Acquired")] FailureUserprofileIconPrismNotAcquired = 11212, + [pbr::OriginalName("ResultCode_Failure_User_Invalid_Level")] FailureUserInvalidLevel = 12001, + [pbr::OriginalName("ResultCode_Failure_Wallet_Not_Enough_Currency")] FailureWalletNotEnoughCurrency = 13001, + [pbr::OriginalName("ResultCode_Failure_Wallet_Invalid_CurrencyType")] FailureWalletInvalidCurrencyType = 13002, + [pbr::OriginalName("ResultCode_Failure_Wallet_Not_Exist_CurrencyData")] FailureWalletNotExistCurrencyData = 13005, + [pbr::OriginalName("ResultCode_Failure_Wallet_Invalid_ChargeValue_Currency")] FailureWalletInvalidChargeValueCurrency = 13007, + [pbr::OriginalName("ResultCode_Failure_Wallet_Not_Buy_Currency")] FailureWalletNotBuyCurrency = 13008, + [pbr::OriginalName("ResultCode_Failure_Inventory_Item_Stack_Overflow")] FailureInventoryItemStackOverflow = 15003, + [pbr::OriginalName("ResultCode_Failure_Inventory_Not_Enough_ItemCount")] FailureInventoryNotEnoughItemCount = 15004, + [pbr::OriginalName("ResultCode_Failure_Equipment_Type_Error")] FailureEquipmentTypeError = 15503, + [pbr::OriginalName("ResultCode_Failure_Equipment_Level_Overflow")] FailureEquipmentLevelOverflow = 15508, + [pbr::OriginalName("ResultCode_Failure_HarmonyCube_Invalid_Type")] FailureHarmonyCubeInvalidType = 15601, + [pbr::OriginalName("ResultCode_Failure_HarmonyCube_Slot_Overflow")] FailureHarmonyCubeSlotOverflow = 15603, + [pbr::OriginalName("ResultCode_Failure_HarmonyCube_Same_HarmonyCube")] FailureHarmonyCubeSameHarmonyCube = 15606, + [pbr::OriginalName("ResultCode_Failure_Character_Grade_Overflow")] FailureCharacterGradeOverflow = 16003, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_Rare_Upgrade")] FailureCharacterInvalidRareUpgrade = 16004, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_Character_NameCode")] FailureCharacterInvalidCharacterNameCode = 16005, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_Character_Corporation")] FailureCharacterInvalidCharacterCorporation = 16006, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_Material_Type")] FailureCharacterInvalidMaterialType = 16007, + [pbr::OriginalName("ResultCode_Failure_Character_Not_Found_Character")] FailureCharacterNotFoundCharacter = 16009, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_Level")] FailureCharacterInvalidLevel = 16011, + [pbr::OriginalName("ResultCode_Failure_Character_Level_Overflow")] FailureCharacterLevelOverflow = 16012, + [pbr::OriginalName("ResultCode_Failure_Character_Core_Overflow")] FailureCharacterCoreOverflow = 16016, + [pbr::OriginalName("ResultCode_Failure_Character_Not_Level_Up_SynchroSlot")] FailureCharacterNotLevelUpSynchroSlot = 16019, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_GrowReset_Max_Level")] FailureCharacterInvalidGrowResetMaxLevel = 16020, + [pbr::OriginalName("ResultCode_Failure_Character_Costume_Invalid_Resource_Id")] FailureCharacterCostumeInvalidResourceId = 16021, + [pbr::OriginalName("ResultCode_Failure_Character_Costume_Already_Exist")] FailureCharacterCostumeAlreadyExist = 16022, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_SkillCategory")] FailureCharacterInvalidSkillCategory = 16023, + [pbr::OriginalName("ResultCode_Failure_Character_Invalid_GrowReset_DefaultLevel")] FailureCharacterInvalidGrowResetDefaultLevel = 16026, + [pbr::OriginalName("ResultCode_Failure_Character_Costume_Not_Exist")] FailureCharacterCostumeNotExist = 16027, + [pbr::OriginalName("ResultCode_Failure_Attractive_Not_Found_Attractive")] FailureAttractiveNotFoundAttractive = 16101, + [pbr::OriginalName("ResultCode_Failure_Attractive_Increase_Exp")] FailureAttractiveIncreaseExp = 16102, + [pbr::OriginalName("ResultCode_Failure_Attractive_Already_Counsel")] FailureAttractiveAlreadyCounsel = 16103, + [pbr::OriginalName("ResultCode_Failure_Attractive_Today_Not_Counsel")] FailureAttractiveTodayNotCounsel = 16104, + [pbr::OriginalName("ResultCode_Failure_Attractive_Invalid_Counsel_Level")] FailureAttractiveInvalidCounselLevel = 16105, + [pbr::OriginalName("ResultCode_Failure_Attractive_Invalid_Material")] FailureAttractiveInvalidMaterial = 16106, + [pbr::OriginalName("ResultCode_Failure_Attractive_Already_Reward")] FailureAttractiveAlreadyReward = 16109, + [pbr::OriginalName("ResultCode_Failure_Attractive_Invalid_Level")] FailureAttractiveInvalidLevel = 16110, + [pbr::OriginalName("ResultCode_Failure_Attractive_Invalid_Counsel_Select")] FailureAttractiveInvalidCounselSelect = 16111, + [pbr::OriginalName("ResultCode_Failure_Attractive_Deserialize_Counsel_Error")] FailureAttractiveDeserializeCounselError = 16113, + [pbr::OriginalName("ResultCode_Failure_Synchro_Not_Found_Data")] FailureSynchroNotFoundData = 16201, + [pbr::OriginalName("ResultCode_Failure_Synchro_Level_Overflow")] FailureSynchroLevelOverflow = 16202, + [pbr::OriginalName("ResultCode_Failure_Synchro_Invalid_Level")] FailureSynchroInvalidLevel = 16203, + [pbr::OriginalName("ResultCode_Failure_Synchro_Not_Found_Slot")] FailureSynchroNotFoundSlot = 16205, + [pbr::OriginalName("ResultCode_Failure_Synchro_Already_Slot")] FailureSynchroAlreadySlot = 16206, + [pbr::OriginalName("ResultCode_Failure_Synchro_Slot_Not_Use")] FailureSynchroSlotNotUse = 16207, + [pbr::OriginalName("ResultCode_Failure_Synchro_Slot_Not_Found_Character")] FailureSynchroSlotNotFoundCharacter = 16208, + [pbr::OriginalName("ResultCode_Failure_Synchro_Not_Level_Up")] FailureSynchroNotLevelUp = 16210, + [pbr::OriginalName("ResultCode_Failure_Synchro_Already_Changed")] FailureSynchroAlreadyChanged = 16211, + [pbr::OriginalName("ResultCode_Failure_Synchro_Already_Open_Slot")] FailureSynchroAlreadyOpenSlot = 16212, + [pbr::OriginalName("ResultCode_Failure_Mail_Have_Not_Reward")] FailureMailHaveNotReward = 17001, + [pbr::OriginalName("ResultCode_Failure_Mail_Date_Has_Expired")] FailureMailDateHasExpired = 17002, + [pbr::OriginalName("ResultCode_Failure_Mail_Invalid_State")] FailureMailInvalidState = 17003, + [pbr::OriginalName("ResultCode_Failure_Shop_Unsupported_ShopProductType")] FailureShopUnsupportedShopProductType = 20001, + [pbr::OriginalName("ResultCode_Failure_Shop_Buy_Currency_Overflow")] FailureShopBuyCurrencyOverflow = 20013, + [pbr::OriginalName("ResultCode_Failure_Shop_Buy_Limit_Count_Is_Over")] FailureShopBuyLimitCountIsOver = 20016, + [pbr::OriginalName("ResultCode_Failure_Shop_Not_Exists_ProductList")] FailureShopNotExistsProductList = 20025, + [pbr::OriginalName("ResultCode_Failure_Shop_Not_Exists_Product")] FailureShopNotExistsProduct = 20026, + [pbr::OriginalName("ResultCode_Failure_Mission_Complete_Already_Exists")] FailureMissionCompleteAlreadyExists = 21007, + [pbr::OriginalName("ResultCode_Failure_Mission_Handler_Typper_Error")] FailureMissionHandlerTypperError = 21008, + [pbr::OriginalName("ResultCode_Failure_Mission_GetReward_No_Data")] FailureMissionGetRewardNoData = 21009, + [pbr::OriginalName("ResultCode_Failure_Mission_GetReward_Already_Rewarded")] FailureMissionGetRewardAlreadyRewarded = 21010, + [pbr::OriginalName("ResultCode_Failure_Mission_GetReward_Not_Enough_Value")] FailureMissionGetRewardNotEnoughValue = 21011, + [pbr::OriginalName("ResultCode_Failure_Trigger_Not_Enough_User_Value")] FailureTriggerNotEnoughUserValue = 21015, + [pbr::OriginalName("ResultCode_Failure_MainQuest_Invalid_Tid")] FailureMainQuestInvalidTid = 21017, + [pbr::OriginalName("ResultCode_Failure_MainQuest_Already_Rewarded")] FailureMainQuestAlreadyRewarded = 21018, + [pbr::OriginalName("ResultCode_Failure_SubQuest_Invalid_Conversation_Id")] FailureSubQuestInvalidConversationId = 21027, + [pbr::OriginalName("ResultCode_Failure_SubQuest_Not_Clear_Before")] FailureSubQuestNotClearBefore = 21028, + [pbr::OriginalName("ResultCode_Failure_SubQuest_Already_Clear")] FailureSubQuestAlreadyClear = 21030, + [pbr::OriginalName("ResultCode_FailureSubQuestNotExistUserData")] FailureSubQuestNotExistUserData = 21034, + [pbr::OriginalName("ResultCode_Failure_Trigger_Type_None_Used")] FailureTriggerTypeNoneUsed = 21060, + [pbr::OriginalName("ResultCode_Failure_Stage_Already_Cleared")] FailureStageAlreadyCleared = 21121, + [pbr::OriginalName("ResultCode_Failure_Stage_Not_Entered")] FailureStageNotEntered = 21123, + [pbr::OriginalName("ResultCode_Failure_FieldItem_Already_Reward")] FailureFieldItemAlreadyReward = 21126, + [pbr::OriginalName("ResultCode_Failure_FieldObject_Invalid_Type")] FailureFieldObjectInvalidType = 21128, + [pbr::OriginalName("ResultCode_Failure_FieldMap_Not_Found_Trigger")] FailureFieldMapNotFoundTrigger = 21129, + [pbr::OriginalName("ResultCode_Failure_FieldMap_Not_Found_Npc")] FailureFieldMapNotFoundNpc = 21131, + [pbr::OriginalName("ResultCode_Failure_FieldMap_Not_Found_InteractionObject")] FailureFieldMapNotFoundInteractionObject = 21132, + [pbr::OriginalName("ResultCode_Failure_FieldMap_Not_Found_QuestObject")] FailureFieldMapNotFoundQuestObject = 21135, + [pbr::OriginalName("ResultCode_Failure_Stage_Normal_Not_Cleared")] FailureStageNormalNotCleared = 21136, + [pbr::OriginalName("ResultCode_Failure_Tower_Invalid_Floor")] FailureTowerInvalidFloor = 21151, + [pbr::OriginalName("ResultCode_Failure_Tower_Not_Entered")] FailureTowerNotEntered = 21152, + [pbr::OriginalName("ResultCode_Failure_Tower_Not_Enough_Daily_Count")] FailureTowerNotEnoughDailyCount = 21154, + [pbr::OriginalName("ResultCode_Failure_Tower_Invalid_Tower_Type")] FailureTowerInvalidTowerType = 21155, + [pbr::OriginalName("ResultCode_Failure_LostSector_Already_Open")] FailureLostSectorAlreadyOpen = 21301, + [pbr::OriginalName("ResultCode_Failure_LostSector_Not_Enter_Stage")] FailureLostSectorNotEnterStage = 21302, + [pbr::OriginalName("ResultCode_Failure_LostSector_Is_Lock")] FailureLostSectorIsLock = 21303, + [pbr::OriginalName("ResultCode_Failure_LostSector_Not_Open")] FailureLostSectorNotOpen = 21304, + [pbr::OriginalName("ResultCode_Failure_Gacha_Invalid_GachaCategory")] FailureGachaInvalidGachaCategory = 22006, + [pbr::OriginalName("ResultCode_Failure_Team_Invalid_Slot")] FailureTeamInvalidSlot = 23001, + [pbr::OriginalName("ResultCode_Failure_Team_Number_Overflow")] FailureTeamNumberOverflow = 23002, + [pbr::OriginalName("ResultCode_Failure_Team_Duplicate_Character")] FailureTeamDuplicateCharacter = 23008, + [pbr::OriginalName("ResultCode_Failure_Team_Not_Empty")] FailureTeamNotEmpty = 23010, + [pbr::OriginalName("ResultCode_Failure_Friend_Already_Friends")] FailureFriendAlreadyFriends = 24001, + [pbr::OriginalName("ResultCode_Failure_Friend_Already_SendRequest")] FailureFriendAlreadySendRequest = 24002, + [pbr::OriginalName("ResultCode_Failure_Friend_Not_Exist_Request")] FailureFriendNotExistRequest = 24003, + [pbr::OriginalName("ResultCode_Failure_Friend_Invalid_State")] FailureFriendInvalidState = 24004, + [pbr::OriginalName("ResultCode_Failure_Friend_Target_Overflow")] FailureFriendTargetOverflow = 24009, + [pbr::OriginalName("ResultCode_Failure_Friend_Is_Blacklist")] FailureFriendIsBlacklist = 24010, + [pbr::OriginalName("ResultCode_Failure_Friend_Recommend_Invalid_Rulenumber")] FailureFriendRecommendInvalidRulenumber = 24017, + [pbr::OriginalName("ResultCode_Failure_Guild_Emblem_Not_Available_Grade")] FailureGuildEmblemNotAvailableGrade = 25010, + [pbr::OriginalName("ResultCode_Failure_Guild_Not_Exist")] FailureGuildNotExist = 25032, + [pbr::OriginalName("ResultCode_Failure_Guild_Not_GuildMember")] FailureGuildNotGuildMember = 25033, + [pbr::OriginalName("ResultCode_Failure_Guild_GuildMember_Limit_Exceeded")] FailureGuildGuildMemberLimitExceeded = 25037, + [pbr::OriginalName("ResultCode_Failure_Outpost_Already_Exists_Building")] FailureOutpostAlreadyExistsBuilding = 26001, + [pbr::OriginalName("ResultCode_Failure_Outpost_Position_Not_Exists_Building")] FailureOutpostPositionNotExistsBuilding = 26002, + [pbr::OriginalName("ResultCode_Failure_Outpost_Already_Done_Building")] FailureOutpostAlreadyDoneBuilding = 26003, + [pbr::OriginalName("ResultCode_Failure_Outpost_Position_Error")] FailureOutpostPositionError = 26008, + [pbr::OriginalName("ResultCode_Failure_Outpost_Building_Not_Finished")] FailureOutpostBuildingNotFinished = 26009, + [pbr::OriginalName("ResultCode_Failure_Outpost_Not_Built_Yet")] FailureOutpostNotBuiltYet = 26012, + [pbr::OriginalName("ResultCode_Failure_Outpost_Build_SameTypeId_Error")] FailureOutpostBuildSameTypeIdError = 26015, + [pbr::OriginalName("ResultCode_Failure_Outpost_Building_Cost_Error")] FailureOutpostBuildingCostError = 26017, + [pbr::OriginalName("ResultCode_Failure_Outpost_Building_MaxSlot_Error")] FailureOutpostBuildingMaxSlotError = 26018, + [pbr::OriginalName("ResultCode_Failure_OutpostBattle_Not_Exist_UserData")] FailureOutpostBattleNotExistUserData = 26031, + [pbr::OriginalName("ResultCode_Failure_OutpostBattle_Already_Exist_UserData")] FailureOutpostBattleAlreadyExistUserData = 26032, + [pbr::OriginalName("ResultCode_Failure_Recycle_Research_Already_Complete")] FailureRecycleResearchAlreadyComplete = 26101, + [pbr::OriginalName("ResultCode_Failure_Recycle_Research_Not_Exists")] FailureRecycleResearchNotExists = 26102, + [pbr::OriginalName("ResultCode_Failure_Recycle_Research_Not_Run_Invalid_Level")] FailureRecycleResearchNotRunInvalidLevel = 26103, + [pbr::OriginalName("ResultCode_Failure_Recycle_Research_Level_Overflow")] FailureRecycleResearchLevelOverflow = 26105, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Not_Exist_Quest")] FailureEmergencyQuestNotExistQuest = 26521, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Not_Enough_Value")] FailureEmergencyQuestNotEnoughValue = 26522, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Already_Received")] FailureEmergencyQuestAlreadyReceived = 26523, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Already_Cleared")] FailureEmergencyQuestAlreadyCleared = 26524, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Stage_Not_Entered")] FailureEmergencyQuestStageNotEntered = 26525, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Already_Accepted")] FailureEmergencyQuestAlreadyAccepted = 26526, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Invalid_Chapter")] FailureEmergencyQuestInvalidChapter = 26527, + [pbr::OriginalName("ResultCode_Failure_EmergencyQuest_Already_Daily_Max")] FailureEmergencyQuestAlreadyDailyMax = 26528, + [pbr::OriginalName("ResultCode_Failure_Messenger_ConversationId_Error")] FailureMessengerConversationIdError = 29052, + [pbr::OriginalName("ResultCode_Failure_Arena_Not_Exist_User")] FailureArenaNotExistUser = 31006, + [pbr::OriginalName("ResultCode_Failure_Arena_Not_Empty_Defense_Team")] FailureArenaNotEmptyDefenseTeam = 31008, + [pbr::OriginalName("ResultCode_Failure_SpecialArena_Not_Exist_Rank")] FailureSpecialArenaNotExistRank = 32001, + [pbr::OriginalName("ResultCode_Failure_SpecialArena_Not_Execute")] FailureSpecialArenaNotExecute = 32003, + [pbr::OriginalName("ResultCode_Failure_SpecialArena_Already_Battle_Enemy")] FailureSpecialArenaAlreadyBattleEnemy = 32004, + [pbr::OriginalName("ResultCode_Failure_SpecialArena_Already_Battle_User")] FailureSpecialArenaAlreadyBattleUser = 32005, + [pbr::OriginalName("ResultCode_Failure_StageClearInfo_Not_Supported_FilterType")] FailureStageClearInfoNotSupportedFilterType = 33001, + [pbr::OriginalName("ResultCode_Failure_StageClearInfo_Not_Supported_TabType")] FailureStageClearInfoNotSupportedTabType = 33002, + [pbr::OriginalName("ResultCode_Failure_ShootingRange_World_Ranking_Not_Exist")] FailureShootingRangeWorldRankingNotExist = 35001, + [pbr::OriginalName("ResultCode_Failure_Manager_SystemReward_Title_Is_Empty")] FailureManagerSystemRewardTitleIsEmpty = 90131, + [pbr::OriginalName("ResultCode_Failure_Manager_SystemReward_Text_Is_Empty")] FailureManagerSystemRewardTextIsEmpty = 90132, + [pbr::OriginalName("ResultCode_Failure_Manager_SystemReward_Unsupported_RewardCategory")] FailureManagerSystemRewardUnsupportedRewardCategory = 90134, + [pbr::OriginalName("ResultCode_Failure_Manager_SystemReward_Invalid_SRSN")] FailureManagerSystemRewardInvalidSrsn = 90135, + } + + public enum PacketExceptionHandleType { + [pbr::OriginalName("PacketExceptionHandleType_Unknown")] Unknown = 0, + [pbr::OriginalName("PacketExceptionHandleType_Stay")] Stay = 1, + [pbr::OriginalName("PacketExceptionHandleType_Restart")] Restart = 2, + [pbr::OriginalName("PacketExceptionHandleType_Ignore")] Ignore = 3, + } + + public enum PacketExceptionLocalizationType { + [pbr::OriginalName("PacketExceptionLocalizationType_Unknown")] Unknown = 0, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureAuth")] FailureAuth = 1, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureSync")] FailureSync = 2, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureUserInit")] FailureUserInit = 3, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureUserSync")] FailureUserSync = 4, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureDataUpdate")] FailureDataUpdate = 5, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureGetData")] FailureGetData = 6, + [pbr::OriginalName("PacketExceptionLocalizationType_FailurePurchase")] FailurePurchase = 7, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureCharacterData")] FailureCharacterData = 8, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureGetProductData")] FailureGetProductData = 9, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureSyncBattle")] FailureSyncBattle = 10, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureGetGuildData")] FailureGetGuildData = 11, + [pbr::OriginalName("PacketExceptionLocalizationType_FailureGetFriendData")] FailureGetFriendData = 12, + } + + public enum NetFeatureKind { + [pbr::OriginalName("NetFeatureKind_SimulationRoom")] SimulationRoom = 0, + [pbr::OriginalName("NetFeatureKind_CooperationEvent")] CooperationEvent = 1, + [pbr::OriginalName("NetFeatureKind_DailyEvent")] DailyEvent = 2, + [pbr::OriginalName("NetFeatureKind_Intercept")] Intercept = 3, + [pbr::OriginalName("NetFeatureKind_Attendance")] Attendance = 4, + [pbr::OriginalName("NetFeatureKind_Dice")] Dice = 5, + [pbr::OriginalName("NetFeatureKind_UnionRaid")] UnionRaid = 6, + [pbr::OriginalName("NetFeatureKind_StoryDungeonEvent")] StoryDungeonEvent = 7, + [pbr::OriginalName("NetFeatureKind_Tower")] Tower = 8, + [pbr::OriginalName("NetFeatureKind_LostSector")] LostSector = 9, + [pbr::OriginalName("NetFeatureKind_RookieArena")] RookieArena = 10, + [pbr::OriginalName("NetFeatureKind_SpecialArena")] SpecialArena = 11, + [pbr::OriginalName("NetFeatureKind_Subscription")] Subscription = 13, + [pbr::OriginalName("NetFeatureKind_ArchiveEventSystem")] ArchiveEventSystem = 14, + [pbr::OriginalName("NetFeatureKind_ViewShortCut")] ViewShortCut = 1000, + [pbr::OriginalName("NetFeatureKind_PollEvent")] PollEvent = 1001, + [pbr::OriginalName("NetFeatureKind_ComeBackUserEvent")] ComeBackUserEvent = 1002, + [pbr::OriginalName("NetFeatureKind_EventPass")] EventPass = 1003, + [pbr::OriginalName("NetFeatureKind_FieldHubEvent")] FieldHubEvent = 1004, + [pbr::OriginalName("NetFeatureKind_ShopEvent")] ShopEvent = 1005, + [pbr::OriginalName("NetFeatureKind_MissionEvent")] MissionEvent = 1006, + [pbr::OriginalName("NetFeatureKind_ChargeGachaEvent")] ChargeGachaEvent = 1007, + [pbr::OriginalName("NetFeatureKind_MiniGameSortOut")] MiniGameSortOut = 1008, + [pbr::OriginalName("NetFeatureKind_CharacterSkillResetEvent")] CharacterSkillResetEvent = 1009, + [pbr::OriginalName("NetFeatureKind_EventQuest")] EventQuest = 1010, + [pbr::OriginalName("NetFeatureKind_RewardUpEvent")] RewardUpEvent = 1011, + [pbr::OriginalName("NetFeatureKind_SDBattleEvent")] SdbattleEvent = 1012, + [pbr::OriginalName("NetFeatureKind_TextAdventure")] TextAdventure = 1013, + [pbr::OriginalName("NetFeatureKind_ChallengeModeEvent")] ChallengeModeEvent = 1014, + [pbr::OriginalName("NetFeatureKind_DailyFreeGachaEvent")] DailyFreeGachaEvent = 1015, + [pbr::OriginalName("NetFeatureKind_BoxGachaEvent")] BoxGachaEvent = 1016, + [pbr::OriginalName("NetFeatureKind_DiceEvent")] DiceEvent = 1017, + [pbr::OriginalName("NetFeatureKind_BBQTycoon")] Bbqtycoon = 1018, + [pbr::OriginalName("NetFeatureKind_CE002MiniGame")] Ce002MiniGame = 1019, + [pbr::OriginalName("NetFeatureKind_SoloRaid")] SoloRaid = 1020, + [pbr::OriginalName("NetFeatureKind_MiniGameDD")] MiniGameDd = 1021, + } + + public enum StageClearInfoTeamCharacterType { + [pbr::OriginalName("StageClearInfoTeamCharacterType_StageClearInfoTeamCharacterType_Empty")] StageClearInfoTeamCharacterTypeEmpty = 0, + [pbr::OriginalName("StageClearInfoTeamCharacterType_StageClearInfoTeamCharacterType_OwnedCharacter")] StageClearInfoTeamCharacterTypeOwnedCharacter = 1, + [pbr::OriginalName("StageClearInfoTeamCharacterType_StageClearInfoTeamCharacterType_SupportCharacter")] StageClearInfoTeamCharacterTypeSupportCharacter = 2, + [pbr::OriginalName("StageClearInfoTeamCharacterType_StageClearInfoTeamCharacterType_Bot")] StageClearInfoTeamCharacterTypeBot = 3, + } + + public enum PurchaseRestriction { + [pbr::OriginalName("PurchaseRestriction_PurchaseRestriction_Unknown")] PurchaseRestrictionUnknown = 0, + [pbr::OriginalName("PurchaseRestriction_PurchaseRestriction_Child")] PurchaseRestrictionChild = 1, + [pbr::OriginalName("PurchaseRestriction_PurchaseRestriction_Youth")] PurchaseRestrictionYouth = 2, + [pbr::OriginalName("PurchaseRestriction_PurchaseRestriction_Adult")] PurchaseRestrictionAdult = 3, + } + + public enum BillingPlatform { + [pbr::OriginalName("BillingPlatform_BillingPlatform_Unknown")] BillingPlatformUnknown = 0, + [pbr::OriginalName("BillingPlatform_BillingPlatform_iOS")] BillingPlatformIOs = 1, + [pbr::OriginalName("BillingPlatform_BillingPlatform_Android")] BillingPlatformAndroid = 2, + [pbr::OriginalName("BillingPlatform_BillingPlatform_MidasBuy")] BillingPlatformMidasBuy = 3, + [pbr::OriginalName("BillingPlatform_BillingPlatform_Windows")] BillingPlatformWindows = 4, + } + + public enum NetJukeboxLocation { + [pbr::OriginalName("NetJukeboxLocation_NetJukeboxLocation_CommanderRoom")] NetJukeboxLocationCommanderRoom = 0, + [pbr::OriginalName("NetJukeboxLocation_NetJukeboxLocation_Lobby")] NetJukeboxLocationLobby = 1, + } + + public enum NetJukeboxBgmType { + [pbr::OriginalName("NetJukeboxBgmType_NetJukeboxBgmType_JukeboxTableId")] NetJukeboxBgmTypeJukeboxTableId = 0, + [pbr::OriginalName("NetJukeboxBgmType_NetJukeboxBgmType_JukeboxPlaylist")] NetJukeboxBgmTypeJukeboxPlaylist = 1, + [pbr::OriginalName("NetJukeboxBgmType_NetJukeboxBgmType_JukeboxFavorite")] NetJukeboxBgmTypeJukeboxFavorite = 2, + } + + public enum NetSmashScoringType { + [pbr::OriginalName("NetSmashScoringType_NonTargetPass")] NonTargetPass = 0, + [pbr::OriginalName("NetSmashScoringType_TargetHitOnAppear")] TargetHitOnAppear = 1, + [pbr::OriginalName("NetSmashScoringType_TargetHitOnStay")] TargetHitOnStay = 2, + [pbr::OriginalName("NetSmashScoringType_TargetHitOnDisappear")] TargetHitOnDisappear = 3, + } + + public enum PlaySodaRunningEventType { + [pbr::OriginalName("PlaySodaRunningEventType_PlaySodaRunningEventType_Jump")] PlaySodaRunningEventTypeJump = 0, + [pbr::OriginalName("PlaySodaRunningEventType_PlaySodaRunningEventType_Collide")] PlaySodaRunningEventTypeCollide = 1, + } + + public enum ScheduleKindOneofCase { + [pbr::OriginalName("ScheduleKindOneofCase_None")] None = 0, + [pbr::OriginalName("ScheduleKindOneofCase_OnlyOnce")] OnlyOnce = 1, + [pbr::OriginalName("ScheduleKindOneofCase_DayOfWeek")] DayOfWeek = 2, + [pbr::OriginalName("ScheduleKindOneofCase_Periodic")] Periodic = 3, + [pbr::OriginalName("ScheduleKindOneofCase_AllTime")] AllTime = 4, + } + + public enum JukeboxBgmOneofCase { + [pbr::OriginalName("JukeboxBgmOneofCase_None")] None = 0, + [pbr::OriginalName("JukeboxBgmOneofCase_JukeboxTableId")] JukeboxTableId = 3, + [pbr::OriginalName("JukeboxBgmOneofCase_JukeboxPlaylist")] JukeboxPlaylist = 4, + [pbr::OriginalName("JukeboxBgmOneofCase_JukeboxFavorite")] JukeboxFavorite = 5, + } + + public enum SetNicknameResult { + [pbr::OriginalName("SetNicknameResult_SetNicknameResult_Okay")] SetNicknameResultOkay = 0, + [pbr::OriginalName("SetNicknameResult_SetNicknameResult_Inappropriate")] SetNicknameResultInappropriate = 1, + [pbr::OriginalName("SetNicknameResult_SetNicknameResult_EditBan")] SetNicknameResultEditBan = 2, + } + + public enum ObtainMailResult { + [pbr::OriginalName("ObtainMailResult_Success")] Success = 0, + [pbr::OriginalName("ObtainMailResult_MailNotExist")] MailNotExist = 1, + [pbr::OriginalName("ObtainMailResult_Fail")] Fail = 2, + } + + public enum SetProfileDescResult { + [pbr::OriginalName("SetProfileDescResult_SetProfileDescResult_Okay")] SetProfileDescResultOkay = 0, + [pbr::OriginalName("SetProfileDescResult_SetProfileDescResult_Inappropriate")] SetProfileDescResultInappropriate = 3, + [pbr::OriginalName("SetProfileDescResult_SetProfileDescResult_EditBan")] SetProfileDescResultEditBan = 4, + } + + public enum RookieArenaContentsState { + [pbr::OriginalName("RookieArenaContentsState_RookieArenaContentsState_Success")] RookieArenaContentsStateSuccess = 0, + [pbr::OriginalName("RookieArenaContentsState_RookieArenaContentsState_RearrangeSettleSchedule")] RookieArenaContentsStateRearrangeSettleSchedule = 1, + [pbr::OriginalName("RookieArenaContentsState_RookieArenaContentsState_RearrangeSettleFailed")] RookieArenaContentsStateRearrangeSettleFailed = 2, + } + + public enum SpecialArenaContentsState { + [pbr::OriginalName("SpecialArenaContentsState_SpecialArenaContentsState_Success")] SpecialArenaContentsStateSuccess = 0, + [pbr::OriginalName("SpecialArenaContentsState_SpecialArenaContentsState_RearrangeSettleSchedule")] SpecialArenaContentsStateRearrangeSettleSchedule = 1, + [pbr::OriginalName("SpecialArenaContentsState_SpecialArenaContentsState_RearrangeSettleFailed")] SpecialArenaContentsStateRearrangeSettleFailed = 2, + } + + public enum SpecialArenaStartResult { + [pbr::OriginalName("SpecialArenaStartResult_SpecialArenaStartResult_Success")] SpecialArenaStartResultSuccess = 0, + [pbr::OriginalName("SpecialArenaStartResult_SpecialArenaStartResult_UserAlreadyBattle")] SpecialArenaStartResultUserAlreadyBattle = 1, + [pbr::OriginalName("SpecialArenaStartResult_SpecialArenaStartResult_EnemyAlreadyBattle")] SpecialArenaStartResultEnemyAlreadyBattle = 2, + [pbr::OriginalName("SpecialArenaStartResult_SpecialArenaStartResult_HasAbusingCoolTime")] SpecialArenaStartResultHasAbusingCoolTime = 3, + [pbr::OriginalName("SpecialArenaStartResult_SpecialArenaStartResult_EnemyRankChanged")] SpecialArenaStartResultEnemyRankChanged = 4, + [pbr::OriginalName("SpecialArenaStartResult_SpecialArenaStartResult_UserRankChanged")] SpecialArenaStartResultUserRankChanged = 5, + } + + public enum ChampionArenaScheduleType { + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Season")] ChampionArenaScheduleTypeSeason = 0, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_GroupFormation")] ChampionArenaScheduleTypeGroupFormation = 1, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_TeamSet")] ChampionArenaScheduleTypeTeamSet = 2, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_LeagueWait")] ChampionArenaScheduleTypeLeagueWait = 3, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_LeagueBattle")] ChampionArenaScheduleTypeLeagueBattle = 4, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_LeagueResult")] ChampionArenaScheduleTypeLeagueResult = 5, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Betting64")] ChampionArenaScheduleTypeBetting64 = 6, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle64")] ChampionArenaScheduleTypeBattle64 = 7, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle64Result")] ChampionArenaScheduleTypeBattle64Result = 8, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Betting32")] ChampionArenaScheduleTypeBetting32 = 9, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle32")] ChampionArenaScheduleTypeBattle32 = 10, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle32Result")] ChampionArenaScheduleTypeBattle32Result = 11, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Betting16")] ChampionArenaScheduleTypeBetting16 = 12, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle16")] ChampionArenaScheduleTypeBattle16 = 13, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle16Result")] ChampionArenaScheduleTypeBattle16Result = 14, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Betting8")] ChampionArenaScheduleTypeBetting8 = 15, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle8")] ChampionArenaScheduleTypeBattle8 = 16, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle8Result")] ChampionArenaScheduleTypeBattle8Result = 17, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Betting4")] ChampionArenaScheduleTypeBetting4 = 18, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle4")] ChampionArenaScheduleTypeBattle4 = 19, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle4Result")] ChampionArenaScheduleTypeBattle4Result = 20, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Betting2")] ChampionArenaScheduleTypeBetting2 = 21, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle2")] ChampionArenaScheduleTypeBattle2 = 22, + [pbr::OriginalName("ChampionArenaScheduleType_ChampionArenaScheduleType_Battle2Result")] ChampionArenaScheduleTypeBattle2Result = 23, + } + + public enum ChampionArenaBattleType { + [pbr::OriginalName("ChampionArenaBattleType_ChampionArenaBattleType_Battle64")] ChampionArenaBattleTypeBattle64 = 0, + [pbr::OriginalName("ChampionArenaBattleType_ChampionArenaBattleType_Battle32")] ChampionArenaBattleTypeBattle32 = 1, + [pbr::OriginalName("ChampionArenaBattleType_ChampionArenaBattleType_Battle16")] ChampionArenaBattleTypeBattle16 = 2, + [pbr::OriginalName("ChampionArenaBattleType_ChampionArenaBattleType_Battle8")] ChampionArenaBattleTypeBattle8 = 3, + [pbr::OriginalName("ChampionArenaBattleType_ChampionArenaBattleType_Battle4")] ChampionArenaBattleTypeBattle4 = 4, + [pbr::OriginalName("ChampionArenaBattleType_ChampionArenaBattleType_Battle2")] ChampionArenaBattleTypeBattle2 = 5, + } + + public enum BadgeContents { + [pbr::OriginalName("BadgeContents_BadgeContents_None")] BadgeContentsNone = 0, + [pbr::OriginalName("BadgeContents_BadgeContents_Mailbox")] BadgeContentsMailbox = 2000, + [pbr::OriginalName("BadgeContents_BadgeContents_MailboxMessage")] BadgeContentsMailboxMessage = 2001, + [pbr::OriginalName("BadgeContents_BadgeContents_NikkeNew")] BadgeContentsNikkeNew = 4000, + [pbr::OriginalName("BadgeContents_BadgeContents_JukeboxTheme")] BadgeContentsJukeboxTheme = 5006, + [pbr::OriginalName("BadgeContents_BadgeContents_UserFrame")] BadgeContentsUserFrame = 6000, + [pbr::OriginalName("BadgeContents_BadgeContents_UserIcon")] BadgeContentsUserIcon = 6001, + [pbr::OriginalName("BadgeContents_BadgeContents_FriendNew")] BadgeContentsFriendNew = 8001, + [pbr::OriginalName("BadgeContents_BadgeContents_FriendRequestNew")] BadgeContentsFriendRequestNew = 8002, + [pbr::OriginalName("BadgeContents_BadgeContents_FriendShipPointNew")] BadgeContentsFriendShipPointNew = 8003, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionRequestNew")] BadgeContentsUnionRequestNew = 9000, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionEmblemNew")] BadgeContentsUnionEmblemNew = 9001, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionChangeGrade")] BadgeContentsUnionChangeGrade = 9004, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionGradeUp")] BadgeContentsUnionGradeUp = 9005, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionWorldRaid")] BadgeContentsUnionWorldRaid = 9006, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionRaid")] BadgeContentsUnionRaid = 9007, + [pbr::OriginalName("BadgeContents_BadgeContents_UnionNameSanitized")] BadgeContentsUnionNameSanitized = 9008, + [pbr::OriginalName("BadgeContents_BadgeContents_BargainCostumeNew")] BadgeContentsBargainCostumeNew = 10000, + [pbr::OriginalName("BadgeContents_BadgeContents_LiveWallpaper")] BadgeContentsLiveWallpaper = 11004, + [pbr::OriginalName("BadgeContents_BadgeContents_ContentsOpen")] BadgeContentsContentsOpen = 12024, + [pbr::OriginalName("BadgeContents_BadgeContents_LostSector")] BadgeContentsLostSector = 13001, + [pbr::OriginalName("BadgeContents_BadgeContents_HarmonyCubeNew")] BadgeContentsHarmonyCubeNew = 13002, + [pbr::OriginalName("BadgeContents_BadgeContents_CollectionCostumeLevelupEnabled")] BadgeContentsCollectionCostumeLevelupEnabled = 14000, + [pbr::OriginalName("BadgeContents_BadgeContents_CollectionCostumeNew")] BadgeContentsCollectionCostumeNew = 14001, + [pbr::OriginalName("BadgeContents_BadgeContents_InfraCore")] BadgeContentsInfraCore = 16000, + [pbr::OriginalName("BadgeContents_BadgeContents_InfraCoreRewardExist")] BadgeContentsInfraCoreRewardExist = 16001, + [pbr::OriginalName("BadgeContents_BadgeContents_Ranking")] BadgeContentsRanking = 17000, + [pbr::OriginalName("BadgeContents_BadgeContents_LoginAttendanceReward")] BadgeContentsLoginAttendanceReward = 19000, + [pbr::OriginalName("BadgeContents_BadgeContents_EventFieldNew")] BadgeContentsEventFieldNew = 19001, + [pbr::OriginalName("BadgeContents_BadgeContents_StoryEventHardContentsOpen")] BadgeContentsStoryEventHardContentsOpen = 19002, + [pbr::OriginalName("BadgeContents_BadgeContents_ArchiveRecordNew")] BadgeContentsArchiveRecordNew = 19003, + [pbr::OriginalName("BadgeContents_BadgeContents_ArchiveMessengerNew")] BadgeContentsArchiveMessengerNew = 19004, + [pbr::OriginalName("BadgeContents_BadgeContents_ArchiveMessengerFinish")] BadgeContentsArchiveMessengerFinish = 19005, + [pbr::OriginalName("BadgeContents_BadgeContents_MiniGameBbqCutScene")] BadgeContentsMiniGameBbqCutScene = 20101, + [pbr::OriginalName("BadgeContents_BadgeContents_MiniGameDessertRushUnlock")] BadgeContentsMiniGameDessertRushUnlock = 20111, + [pbr::OriginalName("BadgeContents_BadgeContents_MiniGameTabTabMaid_LevelUp")] BadgeContentsMiniGameTabTabMaidLevelUp = 20121, + [pbr::OriginalName("BadgeContents_BadgeContents_MiniGameTabTabMaid_NewNormalDifficulty")] BadgeContentsMiniGameTabTabMaidNewNormalDifficulty = 20122, + [pbr::OriginalName("BadgeContents_BadgeContents_MiniGameTabTabMaid_NewHardDifficulty")] BadgeContentsMiniGameTabTabMaidNewHardDifficulty = 20123, + [pbr::OriginalName("BadgeContents_BadgeContents_SimRoomNewDifficulty")] BadgeContentsSimRoomNewDifficulty = 22001, + [pbr::OriginalName("BadgeContents_BadgeContents_SimRoomRefreshed")] BadgeContentsSimRoomRefreshed = 22002, + [pbr::OriginalName("BadgeContents_BadgeContents_SoloRaidTicket")] BadgeContentsSoloRaidTicket = 23001, + [pbr::OriginalName("BadgeContents_BadgeContents_InterceptTicket")] BadgeContentsInterceptTicket = 31000, + [pbr::OriginalName("BadgeContents_BadgeContents_Notice")] BadgeContentsNotice = 32000, + [pbr::OriginalName("BadgeContents_BadgeContents_SynchroDeviceNewSlot")] BadgeContentsSynchroDeviceNewSlot = 33001, + [pbr::OriginalName("BadgeContents_BadgeContents_SynchroDeviceUpgrade")] BadgeContentsSynchroDeviceUpgrade = 33002, + [pbr::OriginalName("BadgeContents_BadgeContents_DispatchBoardDone")] BadgeContentsDispatchBoardDone = 36001, + [pbr::OriginalName("BadgeContents_BadgeContents_DispatchBoardRefreshed")] BadgeContentsDispatchBoardRefreshed = 36002, + [pbr::OriginalName("BadgeContents_BadgeContents_DispatchBoardRankUp")] BadgeContentsDispatchBoardRankUp = 36003, + [pbr::OriginalName("BadgeContents_BadgeContents_InAppShopNewPackage")] BadgeContentsInAppShopNewPackage = 40001, + [pbr::OriginalName("BadgeContents_BadgeContents_InAppShopNewSubscriptionProduct")] BadgeContentsInAppShopNewSubscriptionProduct = 40002, + [pbr::OriginalName("BadgeContents_BadgeContents_WishlistContainsMaxGradeCore")] BadgeContentsWishlistContainsMaxGradeCore = 50001, + } + + public enum CharacterSkillLevelResetResult { + [pbr::OriginalName("CharacterSkillLevelResetResult_CharacterSkillLevelResetResult_Success")] CharacterSkillLevelResetResultSuccess = 0, + [pbr::OriginalName("CharacterSkillLevelResetResult_CharacterSkillLevelResetResult_ScheduleEnd")] CharacterSkillLevelResetResultScheduleEnd = 1, + } + + public enum ArenaCheatSettleType { + [pbr::OriginalName("ArenaCheatSettleType_ArenaCheatSettleType_Daily")] ArenaCheatSettleTypeDaily = 0, + [pbr::OriginalName("ArenaCheatSettleType_ArenaCheatSettleType_Season")] ArenaCheatSettleTypeSeason = 1, + } + + public enum CalcCombatDataIdType { + [pbr::OriginalName("CalcCombatDataIdType_Csn")] Csn = 0, + [pbr::OriginalName("CalcCombatDataIdType_SupportCharacterId")] SupportCharacterId = 1, + } + + public enum DeleteContentsType { + [pbr::OriginalName("DeleteContentsType_All")] All = 0, + [pbr::OriginalName("DeleteContentsType_SoloRaid")] SoloRaid = 1, + [pbr::OriginalName("DeleteContentsType_Arena")] Arena = 2, + [pbr::OriginalName("DeleteContentsType_Friend")] Friend = 3, + } + + public enum CorrectionTarget { + [pbr::OriginalName("CorrectionTarget_All")] All = 0, + [pbr::OriginalName("CorrectionTarget_Event")] Event = 1, + [pbr::OriginalName("CorrectionTarget_Item")] Item = 2, + [pbr::OriginalName("CorrectionTarget_Character")] Character = 3, + } + + public enum ReqInvalidateSessionKind { + [pbr::OriginalName("ReqInvalidateSessionKind_Kick")] Kick = 0, + [pbr::OriginalName("ReqInvalidateSessionKind_Delete")] Delete = 1, + } + + public enum SupportCharacterContentType { + [pbr::OriginalName("SupportCharacterContentType_All")] All = 0, + [pbr::OriginalName("SupportCharacterContentType_Campaign")] Campaign = 1, + [pbr::OriginalName("SupportCharacterContentType_TowerBase")] TowerBase = 2, + [pbr::OriginalName("SupportCharacterContentType_TowerAllCorporation")] TowerAllCorporation = 3, + [pbr::OriginalName("SupportCharacterContentType_TowerElysion")] TowerElysion = 4, + [pbr::OriginalName("SupportCharacterContentType_TowerMissilis")] TowerMissilis = 5, + [pbr::OriginalName("SupportCharacterContentType_TowerTetra")] TowerTetra = 6, + [pbr::OriginalName("SupportCharacterContentType_TowerPilgrim")] TowerPilgrim = 7, + [pbr::OriginalName("SupportCharacterContentType_StoryEvent")] StoryEvent = 8, + [pbr::OriginalName("SupportCharacterContentType_ChallengeModeEvent")] ChallengeModeEvent = 9, + } + + public enum CheatRenameUnionFailureReason { + [pbr::OriginalName("CheatRenameUnionFailureReason_None")] None = 0, + [pbr::OriginalName("CheatRenameUnionFailureReason_MaxEnforcementNumberReached")] MaxEnforcementNumberReached = 1, + [pbr::OriginalName("CheatRenameUnionFailureReason_CheckTextMaxTrialExceeded")] CheckTextMaxTrialExceeded = 2, + } + + public enum StartMatchResult { + [pbr::OriginalName("StartMatchResult_StartMatchResult_Success")] StartMatchResultSuccess = 0, + [pbr::OriginalName("StartMatchResult_StartMatchResult_Duplicated")] StartMatchResultDuplicated = 1, + } + + public enum EventShopBuyProductResult { + [pbr::OriginalName("EventShopBuyProductResult_EventShopBuyProductResult_Success")] EventShopBuyProductResultSuccess = 0, + [pbr::OriginalName("EventShopBuyProductResult_EventShopBuyProductResult_Expired")] EventShopBuyProductResultExpired = 1, + } + + public enum ObtainEventMissionRewardResult { + [pbr::OriginalName("ObtainEventMissionRewardResult_ObtainEventMissionRewardResult_Success")] ObtainEventMissionRewardResultSuccess = 0, + [pbr::OriginalName("ObtainEventMissionRewardResult_ObtainEventMissionRewardResult_TimeOver")] ObtainEventMissionRewardResultTimeOver = 1, + } + + public enum FavoriteItemGreatSuccessResult { + [pbr::OriginalName("FavoriteItemGreatSuccessResult_FavoriteItemGreatSuccessResult_Success")] FavoriteItemGreatSuccessResultSuccess = 0, + [pbr::OriginalName("FavoriteItemGreatSuccessResult_FavoriteItemGreatSuccessResult_GreatSuccess")] FavoriteItemGreatSuccessResultGreatSuccess = 1, + } + + public enum RequestFriendResult { + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_Success")] RequestFriendResultSuccess = 0, + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_RequestOverflow")] RequestFriendResultRequestOverflow = 1, + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_ReceiveOverflow")] RequestFriendResultReceiveOverflow = 2, + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_FriendOverflow")] RequestFriendResultFriendOverflow = 3, + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_FriendReceived")] RequestFriendResultFriendReceived = 4, + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_FriendNotExist")] RequestFriendResultFriendNotExist = 5, + [pbr::OriginalName("RequestFriendResult_RequestFriendResult_FriendException")] RequestFriendResultFriendException = 6, + } + + public enum AcceptFriendResult { + [pbr::OriginalName("AcceptFriendResult_AcceptFriendResult_Success")] AcceptFriendResultSuccess = 0, + [pbr::OriginalName("AcceptFriendResult_AcceptFriendResult_FriendOverflow")] AcceptFriendResultFriendOverflow = 1, + [pbr::OriginalName("AcceptFriendResult_AcceptFriendResult_TargetOverflow")] AcceptFriendResultTargetOverflow = 2, + [pbr::OriginalName("AcceptFriendResult_AcceptFriendResult_FriendNotExist")] AcceptFriendResultFriendNotExist = 3, + [pbr::OriginalName("AcceptFriendResult_AcceptFriendResult_RequestCancelled")] AcceptFriendResultRequestCancelled = 4, + [pbr::OriginalName("AcceptFriendResult_AcceptFriendResult_FriendException")] AcceptFriendResultFriendException = 5, + } + + public enum DeleteFriendResult { + [pbr::OriginalName("DeleteFriendResult_DeleteFriendResult_Success")] DeleteFriendResultSuccess = 0, + [pbr::OriginalName("DeleteFriendResult_DeleteFriendResult_FriendNotExist")] DeleteFriendResultFriendNotExist = 1, + [pbr::OriginalName("DeleteFriendResult_DeleteFriendResult_FriendException")] DeleteFriendResultFriendException = 2, + } + + public enum FriendshipPointResult { + [pbr::OriginalName("FriendshipPointResult_FriendshipPointResult_Success")] FriendshipPointResultSuccess = 0, + [pbr::OriginalName("FriendshipPointResult_FriendshipPointResult_FriendNotExist")] FriendshipPointResultFriendNotExist = 1, + [pbr::OriginalName("FriendshipPointResult_FriendshipPointResult_FriendException")] FriendshipPointResultFriendException = 2, + } + + public enum AddBlacklistResult { + [pbr::OriginalName("AddBlacklistResult_AddBlacklistResult_Success")] AddBlacklistResultSuccess = 0, + [pbr::OriginalName("AddBlacklistResult_AddBlacklistResult_BlacklistOverflow")] AddBlacklistResultBlacklistOverflow = 1, + [pbr::OriginalName("AddBlacklistResult_AddBlacklistResult_FriendIsBlacklist")] AddBlacklistResultFriendIsBlacklist = 2, + [pbr::OriginalName("AddBlacklistResult_AddBlacklistResult_FriendNotExist")] AddBlacklistResultFriendNotExist = 3, + [pbr::OriginalName("AddBlacklistResult_AddBlacklistResult_FriendException")] AddBlacklistResultFriendException = 4, + } + + public enum ClearBlacklistResult { + [pbr::OriginalName("ClearBlacklistResult_ClearBlacklistResult_Success")] ClearBlacklistResultSuccess = 0, + [pbr::OriginalName("ClearBlacklistResult_ClearBlacklistResult_FriendNotExist")] ClearBlacklistResultFriendNotExist = 1, + [pbr::OriginalName("ClearBlacklistResult_ClearBlacklistResult_FriendException")] ClearBlacklistResultFriendException = 2, + } + + public enum CancelRequestFriendResult { + [pbr::OriginalName("CancelRequestFriendResult_CancelRequestFriendResult_Success")] CancelRequestFriendResultSuccess = 0, + [pbr::OriginalName("CancelRequestFriendResult_CancelRequestFriendResult_FriendNotExist")] CancelRequestFriendResultFriendNotExist = 1, + [pbr::OriginalName("CancelRequestFriendResult_CancelRequestFriendResult_RequestCancelled")] CancelRequestFriendResultRequestCancelled = 2, + [pbr::OriginalName("CancelRequestFriendResult_CancelRequestFriendResult_FriendException")] CancelRequestFriendResultFriendException = 3, + } + + public enum ExecuteDailyFreeGachaPeriodResult { + [pbr::OriginalName("ExecuteDailyFreeGachaPeriodResult_ExecuteDailyFreeGachaPeriodResult_Success")] ExecuteDailyFreeGachaPeriodResultSuccess = 0, + [pbr::OriginalName("ExecuteDailyFreeGachaPeriodResult_ExecuteDailyFreeGachaPeriodResult_Failure")] ExecuteDailyFreeGachaPeriodResultFailure = 1, + } + + public enum GuildPopupCategory { + [pbr::OriginalName("GuildPopupCategory_GuildPopupCategory_GradeUp")] GuildPopupCategoryGradeUp = 0, + [pbr::OriginalName("GuildPopupCategory_GuildPopupCategory_ChangeGrade")] GuildPopupCategoryChangeGrade = 1, + [pbr::OriginalName("GuildPopupCategory_GuildPopupCategory_UnionNameSanitized")] GuildPopupCategoryUnionNameSanitized = 2, + } + + public enum GetGuildLogResult { + [pbr::OriginalName("GetGuildLogResult_GetGuildLogResult_Ok")] GetGuildLogResultOk = 0, + [pbr::OriginalName("GetGuildLogResult_GetGuildLogResult_NotMember")] GetGuildLogResultNotMember = 1, + } + + public enum UnionRaidState { + [pbr::OriginalName("UnionRaidState_UnionRaidState_Ready")] UnionRaidStateReady = 0, + [pbr::OriginalName("UnionRaidState_UnionRaidState_Open")] UnionRaidStateOpen = 1, + [pbr::OriginalName("UnionRaidState_UnionRaidState_End")] UnionRaidStateEnd = 2, + [pbr::OriginalName("UnionRaidState_UnionRaidState_Disable")] UnionRaidStateDisable = 4, + [pbr::OriginalName("UnionRaidState_UnionRaidState_SettleFinish")] UnionRaidStateSettleFinish = 5, + } + + public enum CreateGuildResult { + [pbr::OriginalName("CreateGuildResult_CreateGuildResult_Okay")] CreateGuildResultOkay = 0, + [pbr::OriginalName("CreateGuildResult_CreateGuildResult_Inappropriate")] CreateGuildResultInappropriate = 1, + [pbr::OriginalName("CreateGuildResult_CreateGuildResult_ExistName")] CreateGuildResultExistName = 5, + [pbr::OriginalName("CreateGuildResult_CreateGuildResult_AlreadyJoin")] CreateGuildResultAlreadyJoin = 6, + } + + public enum DeleteGuildResult { + [pbr::OriginalName("DeleteGuildResult_DeleteGuildResult_Okay")] DeleteGuildResultOkay = 0, + [pbr::OriginalName("DeleteGuildResult_DeleteGuildResult_ActiveMemberLeft")] DeleteGuildResultActiveMemberLeft = 1, + } + + public enum GuildJoinRequestListResult { + [pbr::OriginalName("GuildJoinRequestListResult_GuildJoinRequestListResult_Ok")] GuildJoinRequestListResultOk = 0, + [pbr::OriginalName("GuildJoinRequestListResult_GuildJoinRequestListResult_Forbidden")] GuildJoinRequestListResultForbidden = 1, + [pbr::OriginalName("GuildJoinRequestListResult_GuildJoinRequestListResult_NotMember")] GuildJoinRequestListResultNotMember = 2, + } + + public enum ConfirmGuildJoinRequestResult { + [pbr::OriginalName("ConfirmGuildJoinRequestResult_ConfirmGuildJoinRequestResult_Ok")] ConfirmGuildJoinRequestResultOk = 0, + [pbr::OriginalName("ConfirmGuildJoinRequestResult_ConfirmGuildJoinRequestResult_Forbidden")] ConfirmGuildJoinRequestResultForbidden = 1, + [pbr::OriginalName("ConfirmGuildJoinRequestResult_ConfirmGuildJoinRequestResult_AnotherGuildJoined")] ConfirmGuildJoinRequestResultAnotherGuildJoined = 2, + [pbr::OriginalName("ConfirmGuildJoinRequestResult_ConfirmGuildJoinRequestResult_Full")] ConfirmGuildJoinRequestResultFull = 3, + [pbr::OriginalName("ConfirmGuildJoinRequestResult_ConfirmGuildJoinRequestResult_NotMember")] ConfirmGuildJoinRequestResultNotMember = 4, + } + + public enum AllConfirmGuildJoinRequestResult { + [pbr::OriginalName("AllConfirmGuildJoinRequestResult_AllConfirmGuildJoinRequestResult_Ok")] AllConfirmGuildJoinRequestResultOk = 0, + [pbr::OriginalName("AllConfirmGuildJoinRequestResult_AllConfirmGuildJoinRequestResult_Forbidden")] AllConfirmGuildJoinRequestResultForbidden = 1, + [pbr::OriginalName("AllConfirmGuildJoinRequestResult_AllConfirmGuildJoinRequestResult_NotMember")] AllConfirmGuildJoinRequestResultNotMember = 2, + } + + public enum SetGuildNameResult { + [pbr::OriginalName("SetGuildNameResult_SetGuildNameResult_Okay")] SetGuildNameResultOkay = 0, + [pbr::OriginalName("SetGuildNameResult_SetGuildNameResult_Inappropriate")] SetGuildNameResultInappropriate = 1, + [pbr::OriginalName("SetGuildNameResult_SetGuildNameResult_ExistName")] SetGuildNameResultExistName = 5, + [pbr::OriginalName("SetGuildNameResult_SetGuildNameResult_EditBan")] SetGuildNameResultEditBan = 6, + } + + public enum SetGuildNoticeResult { + [pbr::OriginalName("SetGuildNoticeResult_SetGuildNoticeResult_Okay")] SetGuildNoticeResultOkay = 0, + [pbr::OriginalName("SetGuildNoticeResult_SetGuildNoticeResult_Inappropriate")] SetGuildNoticeResultInappropriate = 1, + [pbr::OriginalName("SetGuildNoticeResult_SetGuildNoticeResult_Forbidden")] SetGuildNoticeResultForbidden = 2, + [pbr::OriginalName("SetGuildNoticeResult_SetGuildNoticeResult_NotMember")] SetGuildNoticeResultNotMember = 3, + [pbr::OriginalName("SetGuildNoticeResult_SetGuildNoticeResult_EditBan")] SetGuildNoticeResultEditBan = 4, + } + + public enum SetGuildDescResult { + [pbr::OriginalName("SetGuildDescResult_SetGuildDescResult_Okay")] SetGuildDescResultOkay = 0, + [pbr::OriginalName("SetGuildDescResult_SetGuildDescResult_Inappropriate")] SetGuildDescResultInappropriate = 1, + [pbr::OriginalName("SetGuildDescResult_SetGuildDescResult_Forbidden")] SetGuildDescResultForbidden = 2, + [pbr::OriginalName("SetGuildDescResult_SetGuildDescResult_NotMember")] SetGuildDescResultNotMember = 3, + [pbr::OriginalName("SetGuildDescResult_SetGuildDescResult_EditBan")] SetGuildDescResultEditBan = 4, + } + + public enum SetGuildMailResult { + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_Okay")] SetGuildMailResultOkay = 0, + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_Title_Inappropriate")] SetGuildMailResultTitleInappropriate = 1, + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_Content_Inappropriate")] SetGuildMailResultContentInappropriate = 4, + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_Forbidden")] SetGuildMailResultForbidden = 5, + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_NotMember")] SetGuildMailResultNotMember = 6, + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_Banned")] SetGuildMailResultBanned = 7, + [pbr::OriginalName("SetGuildMailResult_SetGuildMailResult_RemainCoolTime")] SetGuildMailResultRemainCoolTime = 8, + } + + public enum ChangeGuildMasterResult { + [pbr::OriginalName("ChangeGuildMasterResult_ChangeGuildMasterResult_Success")] ChangeGuildMasterResultSuccess = 0, + [pbr::OriginalName("ChangeGuildMasterResult_ChangeGuildMasterResult_TargetUserNotExist")] ChangeGuildMasterResultTargetUserNotExist = 1, + } + + public enum ChangeGuildManagerResult { + [pbr::OriginalName("ChangeGuildManagerResult_ChangeGuildManagerResult_Ok")] ChangeGuildManagerResultOk = 0, + [pbr::OriginalName("ChangeGuildManagerResult_ChangeGuildManagerResult_Full")] ChangeGuildManagerResultFull = 1, + [pbr::OriginalName("ChangeGuildManagerResult_ChangeGuildManagerResult_TargetUserNotExist")] ChangeGuildManagerResultTargetUserNotExist = 2, + } + + public enum KickGuildMemberResult { + [pbr::OriginalName("KickGuildMemberResult_KickGuildMemberResult_Ok")] KickGuildMemberResultOk = 0, + [pbr::OriginalName("KickGuildMemberResult_KickGuildMemberResult_Forbidden")] KickGuildMemberResultForbidden = 1, + [pbr::OriginalName("KickGuildMemberResult_KickGuildMemberResult_NotMember")] KickGuildMemberResultNotMember = 2, + [pbr::OriginalName("KickGuildMemberResult_KickGuildMemberResult_MasterCantLeave")] KickGuildMemberResultMasterCantLeave = 3, + [pbr::OriginalName("KickGuildMemberResult_KickGuildMemberResult_UnionRaidSeasonCantLeave")] KickGuildMemberResultUnionRaidSeasonCantLeave = 4, + } + + public enum AddGuildBlacklistResult { + [pbr::OriginalName("AddGuildBlacklistResult_AddGuildBlacklistResult_Ok")] AddGuildBlacklistResultOk = 0, + [pbr::OriginalName("AddGuildBlacklistResult_AddGuildBlacklistResult_Forbidden")] AddGuildBlacklistResultForbidden = 1, + [pbr::OriginalName("AddGuildBlacklistResult_AddGuildBlacklistResult_TargetUserNotExist")] AddGuildBlacklistResultTargetUserNotExist = 2, + [pbr::OriginalName("AddGuildBlacklistResult_AddGuildBlacklistResult_NotMember")] AddGuildBlacklistResultNotMember = 3, + [pbr::OriginalName("AddGuildBlacklistResult_AddGuildBlacklistResult_MasterCantLeave")] AddGuildBlacklistResultMasterCantLeave = 4, + [pbr::OriginalName("AddGuildBlacklistResult_AddGuildBlacklistResult_UnionRaidSeasonCantLeave")] AddGuildBlacklistResultUnionRaidSeasonCantLeave = 5, + } + + public enum JoinGuildResult { + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_Ok")] JoinGuildResultOk = 0, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_Invalid_Level")] JoinGuildResultInvalidLevel = 1, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_Request_Full")] JoinGuildResultRequestFull = 2, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_Reject")] JoinGuildResultReject = 3, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_Full")] JoinGuildResultFull = 4, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_AlreadyRequested")] JoinGuildResultAlreadyRequested = 5, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_Unable_Join")] JoinGuildResultUnableJoin = 6, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_NeedApproval")] JoinGuildResultNeedApproval = 7, + [pbr::OriginalName("JoinGuildResult_JoinGuildResult_AlreadyJoined")] JoinGuildResultAlreadyJoined = 8, + } + + public enum LeaveGuildResult { + [pbr::OriginalName("LeaveGuildResult_LeaveGuildResult_Ok")] LeaveGuildResultOk = 0, + [pbr::OriginalName("LeaveGuildResult_LeaveGuildResult_MasterCantLeave")] LeaveGuildResultMasterCantLeave = 1, + [pbr::OriginalName("LeaveGuildResult_LeaveGuildResult_UnionRaidSeasonCantLeave")] LeaveGuildResultUnionRaidSeasonCantLeave = 2, + } + + public enum StepStatus { + [pbr::OriginalName("StepStatus_StepStatus_Alive")] StepStatusAlive = 0, + [pbr::OriginalName("StepStatus_StepStatus_Kill")] StepStatusKill = 1, + [pbr::OriginalName("StepStatus_StepStatus_AlreadyKilled")] StepStatusAlreadyKilled = 2, + } + + public enum UnionRaidDamageResult { + [pbr::OriginalName("UnionRaidDamageResult_UnionRaidDamageResult_Success")] UnionRaidDamageResultSuccess = 0, + [pbr::OriginalName("UnionRaidDamageResult_UnionRaidDamageResult_Banned")] UnionRaidDamageResultBanned = 1, + } + + public enum UnionRaidPeriodResult { + [pbr::OriginalName("UnionRaidPeriodResult_UnionRaidPeriodResult_Success")] UnionRaidPeriodResultSuccess = 0, + [pbr::OriginalName("UnionRaidPeriodResult_UnionRaidPeriodResult_Failure")] UnionRaidPeriodResultFailure = 1, + } + + public enum UnionRaidJoinResult { + [pbr::OriginalName("UnionRaidJoinResult_UnionRaidJoinResult_Success")] UnionRaidJoinResultSuccess = 0, + [pbr::OriginalName("UnionRaidJoinResult_UnionRaidJoinResult_FailureAlreadyKilled")] UnionRaidJoinResultFailureAlreadyKilled = 1, + [pbr::OriginalName("UnionRaidJoinResult_UnionRaidJoinResult_Banned")] UnionRaidJoinResultBanned = 2, + } + + public enum GetGuildChatListResult { + [pbr::OriginalName("GetGuildChatListResult_GetGuildChatListResult_Success")] GetGuildChatListResultSuccess = 0, + [pbr::OriginalName("GetGuildChatListResult_GetGuildChatListResult_NotMember")] GetGuildChatListResultNotMember = 1, + } + + public enum GuildChatSendResult { + [pbr::OriginalName("GuildChatSendResult_GuildChatSendResult_Success")] GuildChatSendResultSuccess = 0, + [pbr::OriginalName("GuildChatSendResult_GuildChatSendResult_Inappropriate")] GuildChatSendResultInappropriate = 1, + [pbr::OriginalName("GuildChatSendResult_GuildChatSendResult_NotMember")] GuildChatSendResultNotMember = 2, + [pbr::OriginalName("GuildChatSendResult_GuildChatSendResult_Banned")] GuildChatSendResultBanned = 3, + } + + public enum DeleteGuildChatResult { + [pbr::OriginalName("DeleteGuildChatResult_DeleteGuildChatResult_Success")] DeleteGuildChatResultSuccess = 0, + [pbr::OriginalName("DeleteGuildChatResult_DeleteGuildChatResult_Forbidden")] DeleteGuildChatResultForbidden = 1, + [pbr::OriginalName("DeleteGuildChatResult_DeleteGuildChatResult_NotMember")] DeleteGuildChatResultNotMember = 2, + } + + public enum FastClearResult { + [pbr::OriginalName("FastClearResult_FastClearResult_Success")] FastClearResultSuccess = 0, + [pbr::OriginalName("FastClearResult_FastClearResult_NoRecordToday")] FastClearResultNoRecordToday = 1, + } + + public enum JukeboxLocation { + [pbr::OriginalName("JukeboxLocation_CommanderRoom")] CommanderRoom = 0, + [pbr::OriginalName("JukeboxLocation_Lobby")] Lobby = 1, + } + + public enum LiberateDataExpiredError { + [pbr::OriginalName("LiberateDataExpiredError_LIBERATE_DATA_EXPIRED_ERROR_SUCCESS")] LiberateDataExpiredErrorSuccess = 0, + [pbr::OriginalName("LiberateDataExpiredError_LIBERATE_DATA_EXPIRED_ERROR_EXPIRED")] LiberateDataExpiredErrorExpired = 1, + } + + public enum MiniGameDiceGaugeResult { + [pbr::OriginalName("MiniGameDiceGaugeResult_MiniGameDiceGaugeResult_Success")] MiniGameDiceGaugeResultSuccess = 0, + [pbr::OriginalName("MiniGameDiceGaugeResult_MiniGameDiceGaugeResult_GreatSuccess")] MiniGameDiceGaugeResultGreatSuccess = 1, + [pbr::OriginalName("MiniGameDiceGaugeResult_MiniGameDiceGaugeResult_ExtremeSuccess")] MiniGameDiceGaugeResultExtremeSuccess = 2, + } + + public enum GaugeMaxEventResult { + [pbr::OriginalName("GaugeMaxEventResult_GaugeMaxEventResult_None")] GaugeMaxEventResultNone = 0, + [pbr::OriginalName("GaugeMaxEventResult_GaugeMaxEventResult_AfterFinishGaugeMaxEvent")] GaugeMaxEventResultAfterFinishGaugeMaxEvent = 1, + [pbr::OriginalName("GaugeMaxEventResult_GaugeMaxEventResult_AfterEventGaugeMaxEvent")] GaugeMaxEventResultAfterEventGaugeMaxEvent = 2, + } + + public enum MiniGameSortOutPlayType { + [pbr::OriginalName("MiniGameSortOutPlayType_MiniGameSortOutPlayType_Practice")] MiniGameSortOutPlayTypePractice = 0, + [pbr::OriginalName("MiniGameSortOutPlayType_MiniGameSortOutPlayType_Play")] MiniGameSortOutPlayTypePlay = 1, + } + + public enum MiniGameSortOutResult { + [pbr::OriginalName("MiniGameSortOutResult_MiniGameSortOutResult_Success")] MiniGameSortOutResultSuccess = 0, + [pbr::OriginalName("MiniGameSortOutResult_MiniGameSortOutResult_ScheduleEnd")] MiniGameSortOutResultScheduleEnd = 1, + [pbr::OriginalName("MiniGameSortOutResult_MiniGameSortOutResult_DayEnd")] MiniGameSortOutResultDayEnd = 2, + } + + public enum NKSMissionExpiredError { + [pbr::OriginalName("NKSMissionExpiredError_NKSMissionExpiredError_Succeed")] NksmissionExpiredErrorSucceed = 0, + [pbr::OriginalName("NKSMissionExpiredError_NKSMissionExpiredError_Expired")] NksmissionExpiredErrorExpired = 1, + } + + public enum NKSStageResultType { + [pbr::OriginalName("NKSStageResultType_NKSStageResultType_Clear")] NksstageResultTypeClear = 0, + [pbr::OriginalName("NKSStageResultType_NKSStageResultType_Defeat")] NksstageResultTypeDefeat = 1, + [pbr::OriginalName("NKSStageResultType_NKSStageResultType_Save")] NksstageResultTypeSave = 2, + } + + public enum NKSSkillTreeActType { + [pbr::OriginalName("NKSSkillTreeActType_NKSSkillTreeActType_Upgrade")] NksskillTreeActTypeUpgrade = 0, + [pbr::OriginalName("NKSSkillTreeActType_NKSSkillTreeActType_Reset")] NksskillTreeActTypeReset = 1, + } + + public enum NKSV2MissionExpiredError { + [pbr::OriginalName("NKSV2MissionExpiredError_NKSV2MissionExpiredError_Succeed")] Nksv2MissionExpiredErrorSucceed = 0, + [pbr::OriginalName("NKSV2MissionExpiredError_NKSV2MissionExpiredError_Expired")] Nksv2MissionExpiredErrorExpired = 1, + } + + public enum NKSV2StageResultType { + [pbr::OriginalName("NKSV2StageResultType_NKSV2StageResultType_Clear")] Nksv2StageResultTypeClear = 0, + [pbr::OriginalName("NKSV2StageResultType_NKSV2StageResultType_Defeat")] Nksv2StageResultTypeDefeat = 1, + [pbr::OriginalName("NKSV2StageResultType_NKSV2StageResultType_Save")] Nksv2StageResultTypeSave = 2, + } + + public enum NKSV2SkillTreeActType { + [pbr::OriginalName("NKSV2SkillTreeActType_NKSV2SkillTreeActType_Upgrade")] Nksv2SkillTreeActTypeUpgrade = 0, + [pbr::OriginalName("NKSV2SkillTreeActType_NKSV2SkillTreeActType_Reset")] Nksv2SkillTreeActTypeReset = 1, + } + + public enum MiniGameBanResult { + [pbr::OriginalName("MiniGameBanResult_MiniGameBanResult_Success")] MiniGameBanResultSuccess = 0, + [pbr::OriginalName("MiniGameBanResult_MiniGameBanResult_Banned")] MiniGameBanResultBanned = 1, + } + + public enum MiniGameTowerDefenseMissionExpiredError { + [pbr::OriginalName("MiniGameTowerDefenseMissionExpiredError_MiniGameTowerDefenseMissionExpiredError_Succeed")] MiniGameTowerDefenseMissionExpiredErrorSucceed = 0, + [pbr::OriginalName("MiniGameTowerDefenseMissionExpiredError_MiniGameTowerDefenseMissionExpiredError_Expired")] MiniGameTowerDefenseMissionExpiredErrorExpired = 1, + } + + public enum IslandAdventureGameType { + [pbr::OriginalName("IslandAdventureGameType_IslandAdventureGameType_Fishing")] IslandAdventureGameTypeFishing = 0, + [pbr::OriginalName("IslandAdventureGameType_IslandAdventureGameType_Photo")] IslandAdventureGameTypePhoto = 1, + } + + public enum MiniGameIslandAdventureMissionExpiredError { + [pbr::OriginalName("MiniGameIslandAdventureMissionExpiredError_MiniGameIslandAdventureMissionExpiredError_Succeed")] MiniGameIslandAdventureMissionExpiredErrorSucceed = 0, + [pbr::OriginalName("MiniGameIslandAdventureMissionExpiredError_MiniGameIslandAdventureMissionExpiredError_Expired")] MiniGameIslandAdventureMissionExpiredErrorExpired = 1, + } + + public enum EquipmentType { + [pbr::OriginalName("EquipmentType_EquipmentType_None")] EquipmentTypeNone = 0, + [pbr::OriginalName("EquipmentType_EquipmentType_Weapon")] EquipmentTypeWeapon = 1, + [pbr::OriginalName("EquipmentType_EquipmentType_Device")] EquipmentTypeDevice = 2, + [pbr::OriginalName("EquipmentType_EquipmentType_Sushi")] EquipmentTypeSushi = 3, + } + + public enum CancelBuildingResult { + [pbr::OriginalName("CancelBuildingResult_CancelBuildingResult_Success")] CancelBuildingResultSuccess = 0, + [pbr::OriginalName("CancelBuildingResult_CancelBuildingResult_AlreadyBuild")] CancelBuildingResultAlreadyBuild = 1, + } + + public enum ImmediatelyBuildingResult { + [pbr::OriginalName("ImmediatelyBuildingResult_ImmediatelyBuildingResult_Success")] ImmediatelyBuildingResultSuccess = 0, + [pbr::OriginalName("ImmediatelyBuildingResult_ImmediatelyBuildingResult_AlreadyBuild")] ImmediatelyBuildingResultAlreadyBuild = 1, + } + + public enum PayChannel { + [pbr::OriginalName("PayChannel_PayChannel_Unknown")] PayChannelUnknown = 0, + [pbr::OriginalName("PayChannel_PayChannel_Centauri")] PayChannelCentauri = 1, + [pbr::OriginalName("PayChannel_PayChannel_Jupiter")] PayChannelJupiter = 2, + [pbr::OriginalName("PayChannel_PayChannel_MidasBuy")] PayChannelMidasBuy = 3, + [pbr::OriginalName("PayChannel_PayChannel_GoogleGiftCardRedeem")] PayChannelGoogleGiftCardRedeem = 10, + } + + public enum StartPurchaseResult { + [pbr::OriginalName("StartPurchaseResult_StartPurchaseResult_Ok")] StartPurchaseResultOk = 0, + [pbr::OriginalName("StartPurchaseResult_StartPurchaseResult_PayChannelNotAvailable")] StartPurchaseResultPayChannelNotAvailable = 1, + [pbr::OriginalName("StartPurchaseResult_StartPurchaseResult_PurchaseLimitExceeded")] StartPurchaseResultPurchaseLimitExceeded = 2, + } + + public enum JoinPartyError { + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_SUCCESS")] JoinPartyErrorSuccess = 0, + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_NOT_FOUND")] JoinPartyErrorNotFound = 1, + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_FULL_PARTY")] JoinPartyErrorFullParty = 2, + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_NOT_PERIOD_EVENT")] JoinPartyErrorNotPeriodEvent = 3, + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_ALREADY_STARTED")] JoinPartyErrorAlreadyStarted = 4, + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_PARTY_PRIVATE")] JoinPartyErrorPartyPrivate = 5, + [pbr::OriginalName("JoinPartyError_JOIN_PARTY_ERROR_BLACKLISTED")] JoinPartyErrorBlacklisted = 6, + } + + public enum ListInvitationError { + [pbr::OriginalName("ListInvitationError_LIST_INVITATION_ERROR_SUCCESS")] ListInvitationErrorSuccess = 0, + [pbr::OriginalName("ListInvitationError_LIST_INVITATION_ERROR_NOT_PERIOD_EVENT")] ListInvitationErrorNotPeriodEvent = 1, + } + + public enum CreatePartyError { + [pbr::OriginalName("CreatePartyError_CREATE_PARTY_ERROR_SUCCESS")] CreatePartyErrorSuccess = 0, + [pbr::OriginalName("CreatePartyError_CREATE_PARTY_ERROR_NOT_PERIOD_EVENT")] CreatePartyErrorNotPeriodEvent = 1, + } + + public enum InvitePartyError { + [pbr::OriginalName("InvitePartyError_INVITE_PARTY_ERROR_SUCCESS")] InvitePartyErrorSuccess = 0, + [pbr::OriginalName("InvitePartyError_INVITE_PARTY_ERROR_ALREADY_IN_PARTY")] InvitePartyErrorAlreadyInParty = 1, + [pbr::OriginalName("InvitePartyError_INVITE_PARTY_ERROR_NOT_INVITABLE")] InvitePartyErrorNotInvitable = 2, + [pbr::OriginalName("InvitePartyError_INVITE_PARTY_ERROR_ALREADY_INVITED")] InvitePartyErrorAlreadyInvited = 3, + [pbr::OriginalName("InvitePartyError_INVITE_PARTY_ERROR_NOT_PERIOD_EVENT")] InvitePartyErrorNotPeriodEvent = 4, + } + + public enum JoinPath { + [pbr::OriginalName("JoinPath_JOIN_PATH_BY_GUILD")] JoinPathByGuild = 0, + [pbr::OriginalName("JoinPath_JOIN_PATH_BY_FRIEND")] JoinPathByFriend = 1, + [pbr::OriginalName("JoinPath_JOIN_PATH_BY_INVITE")] JoinPathByInvite = 2, + } + + public enum StartPartyMatchError { + [pbr::OriginalName("StartPartyMatchError_START_PARTY_MATCH_ERROR_SUCCESS")] StartPartyMatchErrorSuccess = 0, + [pbr::OriginalName("StartPartyMatchError_START_PARTY_MATCH_ERROR_NOT_PERIOD_EVENT")] StartPartyMatchErrorNotPeriodEvent = 1, + } + + public enum ShootingRangeRankingResult { + [pbr::OriginalName("ShootingRangeRankingResult_GetShootingRangeRankingResult_Success")] GetShootingRangeRankingResultSuccess = 0, + [pbr::OriginalName("ShootingRangeRankingResult_GetShootingRangeRankingResult_NotMember")] GetShootingRangeRankingResultNotMember = 1, + } + + public enum ShopBuyProductResult { + [pbr::OriginalName("ShopBuyProductResult_ShopBuyProductResult_Success")] ShopBuyProductResultSuccess = 0, + [pbr::OriginalName("ShopBuyProductResult_ShopBuyProductResult_Expired")] ShopBuyProductResultExpired = 1, + } + + public enum SimRoomResult { + [pbr::OriginalName("SimRoomResult_SimRoomResult_Success")] SimRoomResultSuccess = 0, + [pbr::OriginalName("SimRoomResult_SimRoomResult_Reset")] SimRoomResultReset = 1, + } + + public enum SimRoomStatus { + [pbr::OriginalName("SimRoomStatus_Ready")] Ready = 0, + [pbr::OriginalName("SimRoomStatus_Progress")] Progress = 1, + } + + public enum SimRoomBattleEventProgress { + [pbr::OriginalName("SimRoomBattleEventProgress_NotCleared")] NotCleared = 0, + [pbr::OriginalName("SimRoomBattleEventProgress_RewardWaiting")] RewardWaiting = 1, + [pbr::OriginalName("SimRoomBattleEventProgress_RewardReceived")] RewardReceived = 2, + } + + public enum EventOneofCase { + [pbr::OriginalName("EventOneofCase_None")] None = 0, + [pbr::OriginalName("EventOneofCase_Battle")] Battle = 3, + [pbr::OriginalName("EventOneofCase_Selection")] Selection = 4, + } + + public enum SoloRaidType { + [pbr::OriginalName("SoloRaidType_SoloRaidType_Normal")] SoloRaidTypeNormal = 0, + [pbr::OriginalName("SoloRaidType_SoloRaidType_Practice")] SoloRaidTypePractice = 1, + [pbr::OriginalName("SoloRaidType_SoloRaidType_Trial")] SoloRaidTypeTrial = 2, + } + + public enum SoloRaidPeriodResult { + [pbr::OriginalName("SoloRaidPeriodResult_SoloRaidPeriodResult_Success")] SoloRaidPeriodResultSuccess = 0, + [pbr::OriginalName("SoloRaidPeriodResult_SoloRaidPeriodResult_Failure")] SoloRaidPeriodResultFailure = 1, + [pbr::OriginalName("SoloRaidPeriodResult_SoloRaidPeriodResult_DayEnd")] SoloRaidPeriodResultDayEnd = 2, + } + + public enum SoloRaidJoinResult { + [pbr::OriginalName("SoloRaidJoinResult_SoloRaidJoinResult_Success")] SoloRaidJoinResultSuccess = 0, + [pbr::OriginalName("SoloRaidJoinResult_SoloRaidJoinResult_Banned")] SoloRaidJoinResultBanned = 1, + } + + public enum SoloRaidState { + [pbr::OriginalName("SoloRaidState_SoloRaidState_Ready")] SoloRaidStateReady = 0, + [pbr::OriginalName("SoloRaidState_SoloRaidState_Open")] SoloRaidStateOpen = 1, + [pbr::OriginalName("SoloRaidState_SoloRaidState_End")] SoloRaidStateEnd = 2, + [pbr::OriginalName("SoloRaidState_SoloRaidState_Disable")] SoloRaidStateDisable = 4, + [pbr::OriginalName("SoloRaidState_SoloRaidState_SettleFinish")] SoloRaidStateSettleFinish = 5, + } + + public enum SoloRaidBanResult { + [pbr::OriginalName("SoloRaidBanResult_SoloRaidBanResult_Success")] SoloRaidBanResultSuccess = 0, + [pbr::OriginalName("SoloRaidBanResult_SoloRaidBanResult_Banned")] SoloRaidBanResultBanned = 1, + } + + public enum SoloRaidStatus { + [pbr::OriginalName("SoloRaidStatus_SoloRaidStatus_Alive")] SoloRaidStatusAlive = 0, + [pbr::OriginalName("SoloRaidStatus_SoloRaidStatus_Kill")] SoloRaidStatusKill = 1, + } + + public enum Availability { + [pbr::OriginalName("Availability_None")] None = 0, + [pbr::OriginalName("Availability_Available")] Available = 1, + [pbr::OriginalName("Availability_Mandatory")] Mandatory = 2, + } + + public enum INTLEnvironment { + [pbr::OriginalName("INTLEnvironment_None")] None = 0, + [pbr::OriginalName("INTLEnvironment_HMT")] Hmt = 1, + [pbr::OriginalName("INTLEnvironment_GLOBAL")] Global = 2, + } + + public enum AuthErrorCode { + [pbr::OriginalName("AuthErrorCode_AuthErrorCode_Ok")] AuthErrorCodeOk = 0, + [pbr::OriginalName("AuthErrorCode_AuthErrorCode_Error")] AuthErrorCodeError = 1, + [pbr::OriginalName("AuthErrorCode_AuthErrorCode_ExpiredToken")] AuthErrorCodeExpiredToken = 2, + } + + public enum ResultOneofCase { + [pbr::OriginalName("ResultOneofCase_None")] None = 0, + [pbr::OriginalName("ResultOneofCase_AuthSuccess")] AuthSuccess = 1, + [pbr::OriginalName("ResultOneofCase_BanInfo")] BanInfo = 2, + [pbr::OriginalName("ResultOneofCase_AuthError")] AuthError = 3, + } + + public enum AuthPlatformType { + [pbr::OriginalName("AuthPlatformType_None")] None = 0, + [pbr::OriginalName("AuthPlatformType_GameCenter")] GameCenter = 1, + [pbr::OriginalName("AuthPlatformType_GooglePlay")] GooglePlay = 2, + [pbr::OriginalName("AuthPlatformType_Facebook")] Facebook = 3, + [pbr::OriginalName("AuthPlatformType_SHIFTUP")] Shiftup = 4, + } + + public enum UserGrade { + [pbr::OriginalName("UserGrade_User")] User = 0, + [pbr::OriginalName("UserGrade_Tester")] Tester = 1, + [pbr::OriginalName("UserGrade_Developer")] Developer = 2, + [pbr::OriginalName("UserGrade_GameMaster")] GameMaster = 3, + } + + public enum AutoSettingCondition { + [pbr::OriginalName("AutoSettingCondition_Combination1")] Combination1 = 0, + [pbr::OriginalName("AutoSettingCondition_Combination2")] Combination2 = 1, + [pbr::OriginalName("AutoSettingCondition_Combination3")] Combination3 = 2, + [pbr::OriginalName("AutoSettingCondition_Joker1")] Joker1 = 3, + [pbr::OriginalName("AutoSettingCondition_Joker2")] Joker2 = 4, + } + + public enum FieldContentsType { + [pbr::OriginalName("FieldContentsType_None")] None = 0, + [pbr::OriginalName("FieldContentsType_Campaign")] Campaign = 1, + [pbr::OriginalName("FieldContentsType_LostSector")] LostSector = 2, + [pbr::OriginalName("FieldContentsType_Outpost")] Outpost = 3, + [pbr::OriginalName("FieldContentsType_Event")] Event = 4, + [pbr::OriginalName("FieldContentsType_FavoriteItem")] FavoriteItem = 5, + } + + public enum BurstStepType { + [pbr::OriginalName("BurstStepType_Combination")] Combination = 0, + [pbr::OriginalName("BurstStepType_Joker")] Joker = 1, + } + + public enum GachaCount { + [pbr::OriginalName("None")] None = 0, + [pbr::OriginalName("GachaCount_One")] One = 1, + [pbr::OriginalName("GachaCount_Ten")] Ten = 10, + } + + public enum ContentsType { + [pbr::OriginalName("ContentsType_MemorialMemory")] MemorialMemory = 0, + [pbr::OriginalName("ContentsType_JukeBox")] JukeBox = 1, + } + + public enum OrderType { + [pbr::OriginalName("OrderType_Ascending")] Ascending = 0, + [pbr::OriginalName("OrderType_Descending")] Descending = 1, + } + + public enum TriggerCategory { + [pbr::OriginalName("TriggerCategory_Sum")] Sum = 0, + [pbr::OriginalName("TriggerCategory_Max")] Max = 1, + [pbr::OriginalName("TriggerCategory_Last")] Last = 2, + [pbr::OriginalName("TriggerCategory_SumSince")] SumSince = 3, + } + + public enum MailType { + [pbr::OriginalName("MailType_MailType_Normal")] MailTypeNormal = 0, + [pbr::OriginalName("MailType_MailType_Cheat")] MailTypeCheat = 1, + [pbr::OriginalName("MailType_MailType_GDOS")] MailTypeGdos = 2, + [pbr::OriginalName("MailType_MailType_Shop")] MailTypeShop = 3, + [pbr::OriginalName("MailType_MailType_MissionReward")] MailTypeMissionReward = 4, + [pbr::OriginalName("MailType_MailType_StageReward")] MailTypeStageReward = 5, + [pbr::OriginalName("MailType_MailType_EventReward")] MailTypeEventReward = 6, + [pbr::OriginalName("MailType_MailType_SystemReward")] MailTypeSystemReward = 7, + [pbr::OriginalName("MailType_MailType_GuildMaster")] MailTypeGuildMaster = 8, + [pbr::OriginalName("MailType_MailType_GuildManager")] MailTypeGuildManager = 9, + [pbr::OriginalName("MailType_MailType_GuildAssistant")] MailTypeGuildAssistant = 10, + [pbr::OriginalName("MailType_MailType_ArenaDailyReward")] MailTypeArenaDailyReward = 11, + [pbr::OriginalName("MailType_MailType_ArenaSeasonReward")] MailTypeArenaSeasonReward = 12, + [pbr::OriginalName("MailType_MailType_InfraCoreReward")] MailTypeInfraCoreReward = 13, + [pbr::OriginalName("MailType_MailType_RankAchievementReward")] MailTypeRankAchievementReward = 14, + [pbr::OriginalName("MailType_MailType_EmergencyQuestReward")] MailTypeEmergencyQuestReward = 15, + [pbr::OriginalName("MailType_MailType_PollReward")] MailTypePollReward = 16, + [pbr::OriginalName("MailType_MailType_PassReward")] MailTypePassReward = 17, + [pbr::OriginalName("MailType_MailType_SpecialArenaSeasonReward")] MailTypeSpecialArenaSeasonReward = 18, + [pbr::OriginalName("MailType_MailType_ChampionArenaReward")] MailTypeChampionArenaReward = 19, + } + + public enum MailState { + [pbr::OriginalName("MailState_MailState_None")] MailStateNone = 0, + [pbr::OriginalName("MailState_MailState_Read")] MailStateRead = 1, + [pbr::OriginalName("MailState_MailState_RewardComplete")] MailStateRewardComplete = 2, + [pbr::OriginalName("MailState_MailState_Delete")] MailStateDelete = 3, + } + + public enum MailExpireDay { + [pbr::OriginalName("MailExpireDay_MailExpireDay_Unlimited")] MailExpireDayUnlimited = 0, + [pbr::OriginalName("MailExpireDay_MailExpireDay_Normal")] MailExpireDayNormal = 7, + } + + public enum FriendState { + [pbr::OriginalName("FriendState_FriendState_None")] FriendStateNone = 0, + [pbr::OriginalName("FriendState_FriendState_Friend")] FriendStateFriend = 1, + [pbr::OriginalName("FriendState_FriendState_Request")] FriendStateRequest = 2, + [pbr::OriginalName("FriendState_FriendState_Receive")] FriendStateReceive = 3, + [pbr::OriginalName("FriendState_FriendState_Delete")] FriendStateDelete = 4, + [pbr::OriginalName("FriendState_FriendState_Block")] FriendStateBlock = 5, + } + + public enum FriendType { + [pbr::OriginalName("FriendType_FriendType_None")] FriendTypeNone = 0, + [pbr::OriginalName("FriendType_FriendType_Friend")] FriendTypeFriend = 1, + [pbr::OriginalName("FriendType_FriendType_Block")] FriendTypeBlock = 2, + } + + public enum FriendPointReceiveState { + [pbr::OriginalName("FriendPointReceiveState_FriendPointReceiveState_None")] FriendPointReceiveStateNone = 0, + [pbr::OriginalName("FriendPointReceiveState_FriendPointReceiveState_Receive")] FriendPointReceiveStateReceive = 1, + [pbr::OriginalName("FriendPointReceiveState_FriendPointReceiveState_ReceiveComplete")] FriendPointReceiveStateReceiveComplete = 2, + } + + public enum GuildJoinType { + [pbr::OriginalName("GuildJoinType_GuildJoinType_Open")] GuildJoinTypeOpen = 0, + [pbr::OriginalName("GuildJoinType_GuildJoinType_NeedApproval")] GuildJoinTypeNeedApproval = 1, + [pbr::OriginalName("GuildJoinType_GuildJoinType_Closed")] GuildJoinTypeClosed = 2, + } + + public enum GuildMemberType { + [pbr::OriginalName("GuildMemberType_GuildMemberType_Member")] GuildMemberTypeMember = 0, + [pbr::OriginalName("GuildMemberType_GuildMemberType_Manager")] GuildMemberTypeManager = 1, + [pbr::OriginalName("GuildMemberType_GuildMemberType_Master")] GuildMemberTypeMaster = 2, + } + + public enum FieldObjectState { + [pbr::OriginalName("FieldObjectState_FieldObjectState_None")] FieldObjectStateNone = 0, + [pbr::OriginalName("FieldObjectState_FieldObjectState_Clear")] FieldObjectStateClear = 1, + [pbr::OriginalName("FieldObjectState_FieldObjectState_On")] FieldObjectStateOn = 2, + [pbr::OriginalName("FieldObjectState_FieldObjectState_Off")] FieldObjectStateOff = 3, + } + + public enum LocaleType { + [pbr::OriginalName("LocaleType_LocaleType_None")] LocaleTypeNone = 0, + [pbr::OriginalName("LocaleType_LocaleType_ko")] LocaleTypeKo = 1, + [pbr::OriginalName("LocaleType_LocaleType_en")] LocaleTypeEn = 2, + [pbr::OriginalName("LocaleType_LocaleType_zh")] LocaleTypeZh = 3, + [pbr::OriginalName("LocaleType_LocaleType_ja")] LocaleTypeJa = 4, + [pbr::OriginalName("LocaleType_LocaleType_zhTW")] LocaleTypeZhTw = 5, + } + + public enum CharacterSkillCategory { + [pbr::OriginalName("CharacterSkillCategory_CharacterSkillCategory_None")] CharacterSkillCategoryNone = 0, + [pbr::OriginalName("CharacterSkillCategory_CharacterSkillCategory_Ultimate")] CharacterSkillCategoryUltimate = 1, + [pbr::OriginalName("CharacterSkillCategory_CharacterSkillCategory_Skill1")] CharacterSkillCategorySkill1 = 2, + [pbr::OriginalName("CharacterSkillCategory_CharacterSkillCategory_Skill2")] CharacterSkillCategorySkill2 = 3, + } + + public enum BattleResult { + [pbr::OriginalName("BattleResult_BattleResult_None")] BattleResultNone = 0, + [pbr::OriginalName("BattleResult_BattleResult_Win")] BattleResultWin = 1, + [pbr::OriginalName("BattleResult_BattleResult_Lose")] BattleResultLose = 2, + [pbr::OriginalName("BattleResult_BattleResult_WithDraw")] BattleResultWithDraw = 3, + [pbr::OriginalName("BattleResult_BattleResult_Retry")] BattleResultRetry = 4, + } + + public enum MessageRewardState { + [pbr::OriginalName("MessageRewardState_MessageRewardState_Unavailable")] MessageRewardStateUnavailable = 0, + [pbr::OriginalName("MessageRewardState_MessageRewardState_WaitForReceiving")] MessageRewardStateWaitForReceiving = 1, + [pbr::OriginalName("MessageRewardState_MessageRewardState_Received")] MessageRewardStateReceived = 2, + } + + public enum TLogPlatform { + [pbr::OriginalName("TLogPlatform_TLogPlatform_Ios")] TlogPlatformIos = 0, + [pbr::OriginalName("TLogPlatform_TLogPlatform_Android")] TlogPlatformAndroid = 1, + [pbr::OriginalName("TLogPlatform_TLogPlatform_Others")] TlogPlatformOthers = 2, + [pbr::OriginalName("TLogPlatform_TLogPlatform_Pc")] TlogPlatformPc = 5, + [pbr::OriginalName("TLogPlatform_TLogPlatform_Cloud")] TlogPlatformCloud = 6, + } + + public enum LiberateCategory { + [pbr::OriginalName("LiberateCategory_LiberateCategory_Character_Reward")] LiberateCategoryCharacterReward = 0, + [pbr::OriginalName("LiberateCategory_LiberateCategory_Character_Grow")] LiberateCategoryCharacterGrow = 1, + } + + public enum LiberateMissionState { + [pbr::OriginalName("LiberateMissionState_LiberateMissionState_Running")] LiberateMissionStateRunning = 0, + [pbr::OriginalName("LiberateMissionState_LiberateMissionState_Rewarded")] LiberateMissionStateRewarded = 1, + [pbr::OriginalName("LiberateMissionState_LiberateMissionState_Closed")] LiberateMissionStateClosed = 2, + } + + public enum TextAdventureCheckedLogType { + [pbr::OriginalName("TextAdventureCheckedLogType_TextAdventureCheckedLogType_LootItem")] TextAdventureCheckedLogTypeLootItem = 0, + [pbr::OriginalName("TextAdventureCheckedLogType_TextAdventureCheckedLogType_Ending")] TextAdventureCheckedLogTypeEnding = 1, + } + + public enum SoloRaidDifficultyType { + [pbr::OriginalName("SoloRaidDifficultyType_SoloRaidDifficultyType_Common")] SoloRaidDifficultyTypeCommon = 0, + [pbr::OriginalName("SoloRaidDifficultyType_SoloRaidDifficultyType_Trial")] SoloRaidDifficultyTypeTrial = 1, + } + + public enum OutpostBuffSourceType { + [pbr::OriginalName("OutpostBuffSourceType_OutpostBuffSourceType_TacticAcademy")] OutpostBuffSourceTypeTacticAcademy = 0, + [pbr::OriginalName("OutpostBuffSourceType_OutpostBuffSourceType_Subscription")] OutpostBuffSourceTypeSubscription = 1, + } + + public enum MiniGameCe002CheckedLogType { + [pbr::OriginalName("MiniGameCe002CheckedLogType_MiniGameCe002CheckedLogType_Data")] MiniGameCe002CheckedLogTypeData = 0, + [pbr::OriginalName("MiniGameCe002CheckedLogType_MiniGameCe002CheckedLogType_Archive")] MiniGameCe002CheckedLogTypeArchive = 1, + [pbr::OriginalName("MiniGameCe002CheckedLogType_MiniGameCe002CheckedLogType_Tutorial")] MiniGameCe002CheckedLogTypeTutorial = 2, + } + + public enum NetProfileFrameHistoryType { + [pbr::OriginalName("NetProfileFrameHistoryType_NetProfileFrameHistoryType_RecentAcquire")] NetProfileFrameHistoryTypeRecentAcquire = 0, + [pbr::OriginalName("NetProfileFrameHistoryType_NetProfileFrameHistoryType_Representative")] NetProfileFrameHistoryTypeRepresentative = 1, + } + + #endregion + + #region Messages + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class PacketVersion : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PacketVersion()); + 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::EpinelPS.AllmsgsReflection.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 PacketVersion() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public PacketVersion(PacketVersion other) : this() { + major_ = other.major_; + minor_ = other.minor_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public PacketVersion Clone() { + return new PacketVersion(this); + } + + /// Field number for the "Major" field. + public const int MajorFieldNumber = 1; + private int major_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Major { + get { return major_; } + set { + major_ = value; + } + } + + /// Field number for the "Minor" field. + public const int MinorFieldNumber = 2; + private int minor_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Minor { + get { return minor_; } + set { + minor_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as PacketVersion); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(PacketVersion other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Major != other.Major) return false; + if (Minor != other.Minor) 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 (Major != 0) hash ^= Major.GetHashCode(); + if (Minor != 0) hash ^= Minor.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 (Major != 0) { + output.WriteRawTag(8); + output.WriteInt32(Major); + } + if (Minor != 0) { + output.WriteRawTag(16); + output.WriteInt32(Minor); + } + 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 (Major != 0) { + output.WriteRawTag(8); + output.WriteInt32(Major); + } + if (Minor != 0) { + output.WriteRawTag(16); + output.WriteInt32(Minor); + } + 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 (Major != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Major); + } + if (Minor != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Minor); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(PacketVersion other) { + if (other == null) { + return; + } + if (other.Major != 0) { + Major = other.Major; + } + if (other.Minor != 0) { + Minor = other.Minor; + } + _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: { + Major = input.ReadInt32(); + break; + } + case 16: { + Minor = 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: { + Major = input.ReadInt32(); + break; + } + case 16: { + Minor = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shutdownflags/campaignpackage/getall + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCampaignPackageGetAllShutdownFlags : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCampaignPackageGetAllShutdownFlags()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1]; } + } + + [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 ReqCampaignPackageGetAllShutdownFlags() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCampaignPackageGetAllShutdownFlags(ReqCampaignPackageGetAllShutdownFlags other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCampaignPackageGetAllShutdownFlags Clone() { + return new ReqCampaignPackageGetAllShutdownFlags(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCampaignPackageGetAllShutdownFlags); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCampaignPackageGetAllShutdownFlags 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(ReqCampaignPackageGetAllShutdownFlags 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCampaignPackageGetAllShutdownFlags : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCampaignPackageGetAllShutdownFlags()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[2]; } + } + + [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 ResCampaignPackageGetAllShutdownFlags() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCampaignPackageGetAllShutdownFlags(ResCampaignPackageGetAllShutdownFlags other) : this() { + unavailablePackageGroupIds_ = other.unavailablePackageGroupIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCampaignPackageGetAllShutdownFlags Clone() { + return new ResCampaignPackageGetAllShutdownFlags(this); + } + + /// Field number for the "UnavailablePackageGroupIds" field. + public const int UnavailablePackageGroupIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_unavailablePackageGroupIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField unavailablePackageGroupIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UnavailablePackageGroupIds { + get { return unavailablePackageGroupIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCampaignPackageGetAllShutdownFlags); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCampaignPackageGetAllShutdownFlags other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!unavailablePackageGroupIds_.Equals(other.unavailablePackageGroupIds_)) 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 ^= unavailablePackageGroupIds_.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 + unavailablePackageGroupIds_.WriteTo(output, _repeated_unavailablePackageGroupIds_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) { + unavailablePackageGroupIds_.WriteTo(ref output, _repeated_unavailablePackageGroupIds_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 += unavailablePackageGroupIds_.CalculateSize(_repeated_unavailablePackageGroupIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCampaignPackageGetAllShutdownFlags other) { + if (other == null) { + return; + } + unavailablePackageGroupIds_.Add(other.unavailablePackageGroupIds_); + _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: { + unavailablePackageGroupIds_.AddEntriesFrom(input, _repeated_unavailablePackageGroupIds_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: { + unavailablePackageGroupIds_.AddEntriesFrom(ref input, _repeated_unavailablePackageGroupIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shutdownflags/gacha/getall + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGachaGetAllShutdownFlags : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGachaGetAllShutdownFlags()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[3]; } + } + + [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 ReqGachaGetAllShutdownFlags() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGachaGetAllShutdownFlags(ReqGachaGetAllShutdownFlags other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGachaGetAllShutdownFlags Clone() { + return new ReqGachaGetAllShutdownFlags(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGachaGetAllShutdownFlags); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGachaGetAllShutdownFlags 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(ReqGachaGetAllShutdownFlags 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGachaGetAllShutdownFlags : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGachaGetAllShutdownFlags()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[4]; } + } + + [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 ResGachaGetAllShutdownFlags() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGachaGetAllShutdownFlags(ResGachaGetAllShutdownFlags other) : this() { + unavailables_ = other.unavailables_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGachaGetAllShutdownFlags Clone() { + return new ResGachaGetAllShutdownFlags(this); + } + + /// Field number for the "Unavailables" field. + public const int UnavailablesFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_unavailables_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField unavailables_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Unavailables { + get { return unavailables_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGachaGetAllShutdownFlags); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGachaGetAllShutdownFlags other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!unavailables_.Equals(other.unavailables_)) 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 ^= unavailables_.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 + unavailables_.WriteTo(output, _repeated_unavailables_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) { + unavailables_.WriteTo(ref output, _repeated_unavailables_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 += unavailables_.CalculateSize(_repeated_unavailables_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGachaGetAllShutdownFlags other) { + if (other == null) { + return; + } + unavailables_.Add(other.unavailables_); + _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: { + unavailables_.AddEntriesFrom(input, _repeated_unavailables_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: { + unavailables_.AddEntriesFrom(ref input, _repeated_unavailables_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFeatureFlag : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFeatureFlag()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[5]; } + } + + [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 NetFeatureFlag() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFeatureFlag(NetFeatureFlag other) : this() { + featureKind_ = other.featureKind_; + isOpen_ = other.isOpen_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFeatureFlag Clone() { + return new NetFeatureFlag(this); + } + + /// Field number for the "FeatureKind" field. + public const int FeatureKindFieldNumber = 1; + private global::EpinelPS.NetFeatureKind featureKind_ = global::EpinelPS.NetFeatureKind.SimulationRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFeatureKind FeatureKind { + get { return featureKind_; } + set { + featureKind_ = value; + } + } + + /// Field number for the "IsOpen" field. + public const int IsOpenFieldNumber = 2; + private bool isOpen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsOpen { + get { return isOpen_; } + set { + isOpen_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFeatureFlag); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFeatureFlag other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FeatureKind != other.FeatureKind) return false; + if (IsOpen != other.IsOpen) 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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) hash ^= FeatureKind.GetHashCode(); + if (IsOpen != false) hash ^= IsOpen.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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) FeatureKind); + } + if (IsOpen != false) { + output.WriteRawTag(16); + output.WriteBool(IsOpen); + } + 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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) FeatureKind); + } + if (IsOpen != false) { + output.WriteRawTag(16); + output.WriteBool(IsOpen); + } + 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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) FeatureKind); + } + if (IsOpen != 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(NetFeatureFlag other) { + if (other == null) { + return; + } + if (other.FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + FeatureKind = other.FeatureKind; + } + if (other.IsOpen != false) { + IsOpen = other.IsOpen; + } + _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: { + FeatureKind = (global::EpinelPS.NetFeatureKind) input.ReadEnum(); + break; + } + case 16: { + IsOpen = 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 8: { + FeatureKind = (global::EpinelPS.NetFeatureKind) input.ReadEnum(); + break; + } + case 16: { + IsOpen = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /featureflags/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetFeatureFlag : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetFeatureFlag()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[6]; } + } + + [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 ReqGetFeatureFlag() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFeatureFlag(ReqGetFeatureFlag other) : this() { + featureKind_ = other.featureKind_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFeatureFlag Clone() { + return new ReqGetFeatureFlag(this); + } + + /// Field number for the "FeatureKind" field. + public const int FeatureKindFieldNumber = 1; + private global::EpinelPS.NetFeatureKind featureKind_ = global::EpinelPS.NetFeatureKind.SimulationRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFeatureKind FeatureKind { + get { return featureKind_; } + set { + featureKind_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetFeatureFlag); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetFeatureFlag other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FeatureKind != other.FeatureKind) 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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) hash ^= FeatureKind.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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) FeatureKind); + } + 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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) FeatureKind); + } + 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 (FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) FeatureKind); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetFeatureFlag other) { + if (other == null) { + return; + } + if (other.FeatureKind != global::EpinelPS.NetFeatureKind.SimulationRoom) { + FeatureKind = other.FeatureKind; + } + _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: { + FeatureKind = (global::EpinelPS.NetFeatureKind) 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: { + FeatureKind = (global::EpinelPS.NetFeatureKind) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetFeatureFlag : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetFeatureFlag()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[7]; } + } + + [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 ResGetFeatureFlag() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFeatureFlag(ResGetFeatureFlag other) : this() { + isOpen_ = other.isOpen_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFeatureFlag Clone() { + return new ResGetFeatureFlag(this); + } + + /// Field number for the "IsOpen" field. + public const int IsOpenFieldNumber = 1; + private bool isOpen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsOpen { + get { return isOpen_; } + set { + isOpen_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetFeatureFlag); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetFeatureFlag other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsOpen != other.IsOpen) 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 (IsOpen != false) hash ^= IsOpen.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 (IsOpen != false) { + output.WriteRawTag(8); + output.WriteBool(IsOpen); + } + 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 (IsOpen != false) { + output.WriteRawTag(8); + output.WriteBool(IsOpen); + } + 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 (IsOpen != 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(ResGetFeatureFlag other) { + if (other == null) { + return; + } + if (other.IsOpen != false) { + IsOpen = other.IsOpen; + } + _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: { + IsOpen = 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 8: { + IsOpen = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /featureflags/all/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetAllFeatureFlags : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetAllFeatureFlags()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[8]; } + } + + [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 ReqGetAllFeatureFlags() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAllFeatureFlags(ReqGetAllFeatureFlags other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAllFeatureFlags Clone() { + return new ReqGetAllFeatureFlags(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetAllFeatureFlags); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetAllFeatureFlags 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(ReqGetAllFeatureFlags 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetAllFeatureFlags : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetAllFeatureFlags()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[9]; } + } + + [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 ResGetAllFeatureFlags() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAllFeatureFlags(ResGetAllFeatureFlags other) : this() { + flags_ = other.flags_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAllFeatureFlags Clone() { + return new ResGetAllFeatureFlags(this); + } + + /// Field number for the "Flags" field. + public const int FlagsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_flags_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetFeatureFlag.Parser); + private readonly pbc::RepeatedField flags_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Flags { + get { return flags_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetAllFeatureFlags); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetAllFeatureFlags other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!flags_.Equals(other.flags_)) 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 ^= flags_.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 + flags_.WriteTo(output, _repeated_flags_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) { + flags_.WriteTo(ref output, _repeated_flags_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 += flags_.CalculateSize(_repeated_flags_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetAllFeatureFlags other) { + if (other == null) { + return; + } + flags_.Add(other.flags_); + _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: { + flags_.AddEntriesFrom(input, _repeated_flags_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: { + flags_.AddEntriesFrom(ref input, _repeated_flags_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /getserverinfo + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetServerInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetServerInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[10]; } + } + + [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 ReqGetServerInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetServerInfo(ReqGetServerInfo other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetServerInfo Clone() { + return new ReqGetServerInfo(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetServerInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetServerInfo 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(ReqGetServerInfo 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 + + } + + /// + /// URL: /maintenancenotice + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMaintenanceNotice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMaintenanceNotice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[11]; } + } + + [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 ReqMaintenanceNotice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMaintenanceNotice(ReqMaintenanceNotice other) : this() { + openId_ = other.openId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMaintenanceNotice Clone() { + return new ReqMaintenanceNotice(this); + } + + /// Field number for the "OpenId" field. + public const int OpenIdFieldNumber = 1; + private string openId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string OpenId { + get { return openId_; } + set { + openId_ = 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 ReqMaintenanceNotice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMaintenanceNotice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (OpenId != other.OpenId) 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 (OpenId.Length != 0) hash ^= OpenId.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 (OpenId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(OpenId); + } + 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 (OpenId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(OpenId); + } + 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 (OpenId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(OpenId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMaintenanceNotice other) { + if (other == null) { + return; + } + if (other.OpenId.Length != 0) { + OpenId = other.OpenId; + } + _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: { + OpenId = 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 10: { + OpenId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /now + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetNow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetNow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[12]; } + } + + [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 ReqGetNow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetNow(ReqGetNow other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetNow Clone() { + return new ReqGetNow(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetNow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetNow 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(ReqGetNow 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 + + } + + /// + /// URL: /useronlinestatelog + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUserOnlineStateLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUserOnlineStateLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[13]; } + } + + [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 ReqUserOnlineStateLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUserOnlineStateLog(ReqUserOnlineStateLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUserOnlineStateLog Clone() { + return new ReqUserOnlineStateLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUserOnlineStateLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUserOnlineStateLog 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(ReqUserOnlineStateLog 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 + + } + + /// + /// URL: /enterlobbyserver + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterLobbyServer : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterLobbyServer()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[14]; } + } + + [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 ReqEnterLobbyServer() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterLobbyServer(ReqEnterLobbyServer other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterLobbyServer Clone() { + return new ReqEnterLobbyServer(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterLobbyServer); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterLobbyServer 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(ReqEnterLobbyServer 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 + + } + + /// + /// URL: /User/Get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[15]; } + } + + [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 ReqGetUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUserData(ReqGetUserData other) : this() { + isSimple_ = other.isSimple_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUserData Clone() { + return new ReqGetUserData(this); + } + + /// Field number for the "IsSimple" field. + public const int IsSimpleFieldNumber = 1; + private bool isSimple_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSimple { + get { return isSimple_; } + set { + isSimple_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsSimple != other.IsSimple) 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 (IsSimple != false) hash ^= IsSimple.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 (IsSimple != false) { + output.WriteRawTag(8); + output.WriteBool(IsSimple); + } + 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 (IsSimple != false) { + output.WriteRawTag(8); + output.WriteBool(IsSimple); + } + 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 (IsSimple != 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(ReqGetUserData other) { + if (other == null) { + return; + } + if (other.IsSimple != false) { + IsSimple = other.IsSimple; + } + _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: { + IsSimple = 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 8: { + IsSimple = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setnickname + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetNickname : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetNickname()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[16]; } + } + + [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 ReqSetNickname() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetNickname(ReqSetNickname other) : this() { + nickname_ = other.nickname_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetNickname Clone() { + return new ReqSetNickname(this); + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 2; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = 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 ReqSetNickname); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetNickname other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Nickname != other.Nickname) 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 (Nickname.Length != 0) hash ^= Nickname.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 (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + 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 (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + 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 (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetNickname other) { + if (other == null) { + return; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + _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: { + Nickname = 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 18: { + Nickname = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setpurchaserestriction + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetPurchaseRestriction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetPurchaseRestriction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[17]; } + } + + [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 ReqSetPurchaseRestriction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetPurchaseRestriction(ReqSetPurchaseRestriction other) : this() { + purchaseRestriction_ = other.purchaseRestriction_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetPurchaseRestriction Clone() { + return new ReqSetPurchaseRestriction(this); + } + + /// Field number for the "PurchaseRestriction" field. + public const int PurchaseRestrictionFieldNumber = 1; + private global::EpinelPS.PurchaseRestriction purchaseRestriction_ = global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.PurchaseRestriction PurchaseRestriction { + get { return purchaseRestriction_; } + set { + purchaseRestriction_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetPurchaseRestriction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetPurchaseRestriction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PurchaseRestriction != other.PurchaseRestriction) 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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) hash ^= PurchaseRestriction.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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + output.WriteRawTag(8); + output.WriteEnum((int) PurchaseRestriction); + } + 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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + output.WriteRawTag(8); + output.WriteEnum((int) PurchaseRestriction); + } + 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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PurchaseRestriction); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetPurchaseRestriction other) { + if (other == null) { + return; + } + if (other.PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + PurchaseRestriction = other.PurchaseRestriction; + } + _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: { + PurchaseRestriction = (global::EpinelPS.PurchaseRestriction) 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: { + PurchaseRestriction = (global::EpinelPS.PurchaseRestriction) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /User/GetProfile + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetProfileData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetProfileData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[18]; } + } + + [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 ReqGetProfileData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetProfileData(ReqGetProfileData other) : this() { + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetProfileData Clone() { + return new ReqGetProfileData(this); + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 2; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetProfileData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetProfileData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TargetUsn != other.TargetUsn) 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 (TargetUsn != 0L) hash ^= TargetUsn.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 (TargetUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetProfileData other) { + if (other == null) { + return; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + TargetUsn = input.ReadInt64(); + 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: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /User/GetProfileFrame + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetProfileFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetProfileFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[19]; } + } + + [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 ReqGetProfileFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetProfileFrame(ReqGetProfileFrame other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetProfileFrame Clone() { + return new ReqGetProfileFrame(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetProfileFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetProfileFrame 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(ReqGetProfileFrame 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 + + } + + /// + /// URL: /user/setprofileicon + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetProfileIcon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetProfileIcon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[20]; } + } + + [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 ReqSetProfileIcon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileIcon(ReqSetProfileIcon other) : this() { + icon_ = other.icon_; + isPrism_ = other.isPrism_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileIcon Clone() { + return new ReqSetProfileIcon(this); + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 2; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IsPrism" field. + public const int IsPrismFieldNumber = 3; + private bool isPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPrism { + get { return isPrism_; } + set { + isPrism_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetProfileIcon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetProfileIcon other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Icon != other.Icon) return false; + if (IsPrism != other.IsPrism) 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 (Icon != 0) hash ^= Icon.GetHashCode(); + if (IsPrism != false) hash ^= IsPrism.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 (Icon != 0) { + output.WriteRawTag(16); + output.WriteInt32(Icon); + } + if (IsPrism != false) { + output.WriteRawTag(24); + output.WriteBool(IsPrism); + } + 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 (Icon != 0) { + output.WriteRawTag(16); + output.WriteInt32(Icon); + } + if (IsPrism != false) { + output.WriteRawTag(24); + output.WriteBool(IsPrism); + } + 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 (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IsPrism != 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(ReqSetProfileIcon other) { + if (other == null) { + return; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IsPrism != false) { + IsPrism = other.IsPrism; + } + _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: { + Icon = input.ReadInt32(); + break; + } + case 24: { + IsPrism = 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: { + Icon = input.ReadInt32(); + break; + } + case 24: { + IsPrism = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setprofiledesc + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetProfileDesc : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetProfileDesc()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[21]; } + } + + [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 ReqSetProfileDesc() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileDesc(ReqSetProfileDesc other) : this() { + desc_ = other.desc_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileDesc Clone() { + return new ReqSetProfileDesc(this); + } + + /// Field number for the "Desc" field. + public const int DescFieldNumber = 2; + private string desc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Desc { + get { return desc_; } + set { + desc_ = 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 ReqSetProfileDesc); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetProfileDesc other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Desc != other.Desc) 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 (Desc.Length != 0) hash ^= Desc.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 (Desc.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Desc); + } + 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 (Desc.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Desc); + } + 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 (Desc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetProfileDesc other) { + if (other == null) { + return; + } + if (other.Desc.Length != 0) { + Desc = other.Desc; + } + _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: { + Desc = 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 18: { + Desc = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setprofileframe + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetProfileFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetProfileFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[22]; } + } + + [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 ReqSetProfileFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileFrame(ReqSetProfileFrame other) : this() { + frame_ = other.frame_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileFrame Clone() { + return new ReqSetProfileFrame(this); + } + + /// Field number for the "Frame" field. + public const int FrameFieldNumber = 2; + private int frame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Frame { + get { return frame_; } + set { + frame_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetProfileFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetProfileFrame other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Frame != other.Frame) 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 (Frame != 0) hash ^= Frame.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 (Frame != 0) { + output.WriteRawTag(16); + output.WriteInt32(Frame); + } + 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 (Frame != 0) { + output.WriteRawTag(16); + output.WriteInt32(Frame); + } + 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 (Frame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Frame); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetProfileFrame other) { + if (other == null) { + return; + } + if (other.Frame != 0) { + Frame = other.Frame; + } + _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: { + Frame = 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 16: { + Frame = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setprofileteam + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetProfileTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetProfileTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[23]; } + } + + [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 ReqSetProfileTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileTeam(ReqSetProfileTeam other) : this() { + team_ = other.team_ != null ? other.team_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileTeam Clone() { + return new ReqSetProfileTeam(this); + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 2; + private global::EpinelPS.NetTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetProfileTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetProfileTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Team, other.Team)) 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 (team_ != null) hash ^= Team.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 (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetProfileTeam other) { + if (other == null) { + return; + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetTeamData(); + } + Team.MergeFrom(other.Team); + } + _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 (team_ == null) { + Team = new global::EpinelPS.NetTeamData(); + } + input.ReadMessage(Team); + 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 (team_ == null) { + Team = new global::EpinelPS.NetTeamData(); + } + input.ReadMessage(Team); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /User/SetJukebox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukebox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukebox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[24]; } + } + + [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 ReqSetJukebox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukebox(ReqSetJukebox other) : this() { + tid_ = other.tid_; + location_ = other.location_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukebox Clone() { + return new ReqSetJukebox(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 3; + private global::EpinelPS.JukeboxLocation location_ = global::EpinelPS.JukeboxLocation.CommanderRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.JukeboxLocation Location { + get { return location_; } + set { + location_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetJukebox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukebox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (Location != other.Location) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (Location != global::EpinelPS.JukeboxLocation.CommanderRoom) hash ^= Location.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Location != global::EpinelPS.JukeboxLocation.CommanderRoom) { + output.WriteRawTag(24); + output.WriteEnum((int) Location); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Location != global::EpinelPS.JukeboxLocation.CommanderRoom) { + output.WriteRawTag(24); + output.WriteEnum((int) Location); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Location != global::EpinelPS.JukeboxLocation.CommanderRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Location); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetJukebox other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Location != global::EpinelPS.JukeboxLocation.CommanderRoom) { + Location = other.Location; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Location = (global::EpinelPS.JukeboxLocation) 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: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Location = (global::EpinelPS.JukeboxLocation) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setprofiledata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetProfileData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetProfileData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[25]; } + } + + [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 ReqSetProfileData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileData(ReqSetProfileData other) : this() { + icon_ = other.icon_; + isPrism_ = other.isPrism_; + frame_ = other.frame_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileData Clone() { + return new ReqSetProfileData(this); + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 2; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IsPrism" field. + public const int IsPrismFieldNumber = 3; + private bool isPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPrism { + get { return isPrism_; } + set { + isPrism_ = value; + } + } + + /// Field number for the "Frame" field. + public const int FrameFieldNumber = 4; + private int frame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Frame { + get { return frame_; } + set { + frame_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetProfileData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetProfileData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Icon != other.Icon) return false; + if (IsPrism != other.IsPrism) return false; + if (Frame != other.Frame) 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 (Icon != 0) hash ^= Icon.GetHashCode(); + if (IsPrism != false) hash ^= IsPrism.GetHashCode(); + if (Frame != 0) hash ^= Frame.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 (Icon != 0) { + output.WriteRawTag(16); + output.WriteInt32(Icon); + } + if (IsPrism != false) { + output.WriteRawTag(24); + output.WriteBool(IsPrism); + } + if (Frame != 0) { + output.WriteRawTag(32); + output.WriteInt32(Frame); + } + 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 (Icon != 0) { + output.WriteRawTag(16); + output.WriteInt32(Icon); + } + if (IsPrism != false) { + output.WriteRawTag(24); + output.WriteBool(IsPrism); + } + if (Frame != 0) { + output.WriteRawTag(32); + output.WriteInt32(Frame); + } + 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 (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IsPrism != false) { + size += 1 + 1; + } + if (Frame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Frame); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetProfileData other) { + if (other == null) { + return; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IsPrism != false) { + IsPrism = other.IsPrism; + } + if (other.Frame != 0) { + Frame = other.Frame; + } + _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: { + Icon = input.ReadInt32(); + break; + } + case 24: { + IsPrism = input.ReadBool(); + break; + } + case 32: { + Frame = 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 16: { + Icon = input.ReadInt32(); + break; + } + case 24: { + IsPrism = input.ReadBool(); + break; + } + case 32: { + Frame = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /User/SetScenarioComplete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetScenarioComplete : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetScenarioComplete()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[26]; } + } + + [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 ReqSetScenarioComplete() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetScenarioComplete(ReqSetScenarioComplete other) : this() { + scenarioId_ = other.scenarioId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetScenarioComplete Clone() { + return new ReqSetScenarioComplete(this); + } + + /// Field number for the "ScenarioId" field. + public const int ScenarioIdFieldNumber = 2; + private string scenarioId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioId { + get { return scenarioId_; } + set { + scenarioId_ = 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 ReqSetScenarioComplete); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetScenarioComplete other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ScenarioId != other.ScenarioId) 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 (ScenarioId.Length != 0) hash ^= ScenarioId.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 (ScenarioId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioId); + } + 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 (ScenarioId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioId); + } + 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 (ScenarioId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetScenarioComplete other) { + if (other == null) { + return; + } + if (other.ScenarioId.Length != 0) { + ScenarioId = other.ScenarioId; + } + _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: { + ScenarioId = 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 18: { + ScenarioId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetEventScenarioComplete : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetEventScenarioComplete()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[27]; } + } + + [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 ResSetEventScenarioComplete() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetEventScenarioComplete(ResSetEventScenarioComplete other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetEventScenarioComplete Clone() { + return new ResSetEventScenarioComplete(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetEventScenarioComplete); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetEventScenarioComplete other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetEventScenarioComplete other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddFieldTalk : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddFieldTalk()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[28]; } + } + + [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 ResAddFieldTalk() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddFieldTalk(ResAddFieldTalk other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddFieldTalk Clone() { + return new ResAddFieldTalk(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddFieldTalk); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddFieldTalk 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(ResAddFieldTalk 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetFieldTalkList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetFieldTalkList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[29]; } + } + + [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 ResGetFieldTalkList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFieldTalkList(ResGetFieldTalkList other) : this() { + fieldTalkList_ = other.fieldTalkList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFieldTalkList Clone() { + return new ResGetFieldTalkList(this); + } + + /// Field number for the "FieldTalkList" field. + public const int FieldTalkListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_fieldTalkList_codec + = pb::FieldCodec.ForString(18); + private readonly pbc::RepeatedField fieldTalkList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FieldTalkList { + get { return fieldTalkList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetFieldTalkList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetFieldTalkList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!fieldTalkList_.Equals(other.fieldTalkList_)) 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 ^= fieldTalkList_.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 + fieldTalkList_.WriteTo(output, _repeated_fieldTalkList_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) { + fieldTalkList_.WriteTo(ref output, _repeated_fieldTalkList_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 += fieldTalkList_.CalculateSize(_repeated_fieldTalkList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetFieldTalkList other) { + if (other == null) { + return; + } + fieldTalkList_.Add(other.fieldTalkList_); + _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: { + fieldTalkList_.AddEntriesFrom(input, _repeated_fieldTalkList_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 18: { + fieldTalkList_.AddEntriesFrom(ref input, _repeated_fieldTalkList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /User/SetWallpaper + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetWallpaper : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetWallpaper()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[30]; } + } + + [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 ReqSetWallpaper() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetWallpaper(ReqSetWallpaper other) : this() { + wallpaperList_ = other.wallpaperList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetWallpaper Clone() { + return new ReqSetWallpaper(this); + } + + /// Field number for the "WallpaperList" field. + public const int WallpaperListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_wallpaperList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetWallpaperData.Parser); + private readonly pbc::RepeatedField wallpaperList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField WallpaperList { + get { return wallpaperList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetWallpaper); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetWallpaper other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!wallpaperList_.Equals(other.wallpaperList_)) 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 ^= wallpaperList_.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 + wallpaperList_.WriteTo(output, _repeated_wallpaperList_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) { + wallpaperList_.WriteTo(ref output, _repeated_wallpaperList_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 += wallpaperList_.CalculateSize(_repeated_wallpaperList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetWallpaper other) { + if (other == null) { + return; + } + wallpaperList_.Add(other.wallpaperList_); + _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: { + wallpaperList_.AddEntriesFrom(input, _repeated_wallpaperList_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 18: { + wallpaperList_.AddEntriesFrom(ref input, _repeated_wallpaperList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /User/GetWallpaper + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetWallpaper : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetWallpaper()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[31]; } + } + + [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 ReqGetWallpaper() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWallpaper(ReqGetWallpaper other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWallpaper Clone() { + return new ReqGetWallpaper(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetWallpaper); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetWallpaper 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(ReqGetWallpaper 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 + + } + + /// + /// URL: /user/getwallpaperinventory + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetWallpaperInventory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetWallpaperInventory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[32]; } + } + + [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 ReqGetWallpaperInventory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWallpaperInventory(ReqGetWallpaperInventory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWallpaperInventory Clone() { + return new ReqGetWallpaperInventory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetWallpaperInventory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetWallpaperInventory 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(ReqGetWallpaperInventory 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 + + } + + /// + /// URL: /User/GetScenarioList + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetScenarioList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetScenarioList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[33]; } + } + + [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 ReqGetScenarioList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetScenarioList(ReqGetScenarioList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetScenarioList Clone() { + return new ReqGetScenarioList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetScenarioList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetScenarioList 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(ReqGetScenarioList 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 + + } + + /// + /// URL: /user/saveoptions + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveUserGlobalOptions : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveUserGlobalOptions()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[34]; } + } + + [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 ReqSaveUserGlobalOptions() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveUserGlobalOptions(ReqSaveUserGlobalOptions other) : this() { + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveUserGlobalOptions Clone() { + return new ReqSaveUserGlobalOptions(this); + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 2; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ReqSaveUserGlobalOptions); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveUserGlobalOptions other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Json != other.Json) 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 (Json.Length != 0) hash ^= Json.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 (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveUserGlobalOptions other) { + if (other == null) { + return; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + Json = 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 18: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /badge/delete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[35]; } + } + + [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 ReqDeleteBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteBadge(ReqDeleteBadge other) : this() { + badgeSeqList_ = other.badgeSeqList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteBadge Clone() { + return new ReqDeleteBadge(this); + } + + /// Field number for the "BadgeSeqList" field. + public const int BadgeSeqListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_badgeSeqList_codec + = pb::FieldCodec.ForInt64(10); + private readonly pbc::RepeatedField badgeSeqList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BadgeSeqList { + get { return badgeSeqList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!badgeSeqList_.Equals(other.badgeSeqList_)) 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 ^= badgeSeqList_.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 + badgeSeqList_.WriteTo(output, _repeated_badgeSeqList_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) { + badgeSeqList_.WriteTo(ref output, _repeated_badgeSeqList_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 += badgeSeqList_.CalculateSize(_repeated_badgeSeqList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteBadge other) { + if (other == null) { + return; + } + badgeSeqList_.Add(other.badgeSeqList_); + _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: { + badgeSeqList_.AddEntriesFrom(input, _repeated_badgeSeqList_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: { + badgeSeqList_.AddEntriesFrom(ref input, _repeated_badgeSeqList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /badge/sync + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSyncBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSyncBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[36]; } + } + + [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 ReqSyncBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSyncBadge(ReqSyncBadge other) : this() { + lastBadgeSeq_ = other.lastBadgeSeq_; + newClientBadgeList_ = other.newClientBadgeList_.Clone(); + lastUniqueBadgeSeq_ = other.lastUniqueBadgeSeq_; + newUniqueBadgeList_ = other.newUniqueBadgeList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSyncBadge Clone() { + return new ReqSyncBadge(this); + } + + /// Field number for the "LastBadgeSeq" field. + public const int LastBadgeSeqFieldNumber = 1; + private long lastBadgeSeq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastBadgeSeq { + get { return lastBadgeSeq_; } + set { + lastBadgeSeq_ = value; + } + } + + /// Field number for the "NewClientBadgeList" field. + public const int NewClientBadgeListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_newClientBadgeList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetBadge.Parser); + private readonly pbc::RepeatedField newClientBadgeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField NewClientBadgeList { + get { return newClientBadgeList_; } + } + + /// Field number for the "LastUniqueBadgeSeq" field. + public const int LastUniqueBadgeSeqFieldNumber = 3; + private long lastUniqueBadgeSeq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastUniqueBadgeSeq { + get { return lastUniqueBadgeSeq_; } + set { + lastUniqueBadgeSeq_ = value; + } + } + + /// Field number for the "NewUniqueBadgeList" field. + public const int NewUniqueBadgeListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_newUniqueBadgeList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUniqueBadge.Parser); + private readonly pbc::RepeatedField newUniqueBadgeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField NewUniqueBadgeList { + get { return newUniqueBadgeList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSyncBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSyncBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LastBadgeSeq != other.LastBadgeSeq) return false; + if(!newClientBadgeList_.Equals(other.newClientBadgeList_)) return false; + if (LastUniqueBadgeSeq != other.LastUniqueBadgeSeq) return false; + if(!newUniqueBadgeList_.Equals(other.newUniqueBadgeList_)) 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 (LastBadgeSeq != 0L) hash ^= LastBadgeSeq.GetHashCode(); + hash ^= newClientBadgeList_.GetHashCode(); + if (LastUniqueBadgeSeq != 0L) hash ^= LastUniqueBadgeSeq.GetHashCode(); + hash ^= newUniqueBadgeList_.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 (LastBadgeSeq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(LastBadgeSeq); + } + newClientBadgeList_.WriteTo(output, _repeated_newClientBadgeList_codec); + if (LastUniqueBadgeSeq != 0L) { + output.WriteRawTag(24); + output.WriteInt64(LastUniqueBadgeSeq); + } + newUniqueBadgeList_.WriteTo(output, _repeated_newUniqueBadgeList_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 (LastBadgeSeq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(LastBadgeSeq); + } + newClientBadgeList_.WriteTo(ref output, _repeated_newClientBadgeList_codec); + if (LastUniqueBadgeSeq != 0L) { + output.WriteRawTag(24); + output.WriteInt64(LastUniqueBadgeSeq); + } + newUniqueBadgeList_.WriteTo(ref output, _repeated_newUniqueBadgeList_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 (LastBadgeSeq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastBadgeSeq); + } + size += newClientBadgeList_.CalculateSize(_repeated_newClientBadgeList_codec); + if (LastUniqueBadgeSeq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastUniqueBadgeSeq); + } + size += newUniqueBadgeList_.CalculateSize(_repeated_newUniqueBadgeList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSyncBadge other) { + if (other == null) { + return; + } + if (other.LastBadgeSeq != 0L) { + LastBadgeSeq = other.LastBadgeSeq; + } + newClientBadgeList_.Add(other.newClientBadgeList_); + if (other.LastUniqueBadgeSeq != 0L) { + LastUniqueBadgeSeq = other.LastUniqueBadgeSeq; + } + newUniqueBadgeList_.Add(other.newUniqueBadgeList_); + _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: { + LastBadgeSeq = input.ReadInt64(); + break; + } + case 18: { + newClientBadgeList_.AddEntriesFrom(input, _repeated_newClientBadgeList_codec); + break; + } + case 24: { + LastUniqueBadgeSeq = input.ReadInt64(); + break; + } + case 34: { + newUniqueBadgeList_.AddEntriesFrom(input, _repeated_newUniqueBadgeList_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: { + LastBadgeSeq = input.ReadInt64(); + break; + } + case 18: { + newClientBadgeList_.AddEntriesFrom(ref input, _repeated_newClientBadgeList_codec); + break; + } + case 24: { + LastUniqueBadgeSeq = input.ReadInt64(); + break; + } + case 34: { + newUniqueBadgeList_.AddEntriesFrom(ref input, _repeated_newUniqueBadgeList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMessages : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMessages()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[37]; } + } + + [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 ReqGetMessages() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMessages(ReqGetMessages other) : this() { + seq_ = other.seq_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMessages Clone() { + return new ReqGetMessages(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 2; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMessages); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMessages other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) 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 (Seq != 0L) hash ^= Seq.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 (Seq != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Seq); + } + 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 (Seq != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Seq); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMessages other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + _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: { + Seq = input.ReadInt64(); + 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: { + Seq = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/proceed + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProceedMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProceedMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[38]; } + } + + [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 ReqProceedMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedMessage(ReqProceedMessage other) : this() { + messageId_ = other.messageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedMessage Clone() { + return new ReqProceedMessage(this); + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 2; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = 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 ReqProceedMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProceedMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MessageId != other.MessageId) 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 (MessageId.Length != 0) hash ^= MessageId.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 (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqProceedMessage other) { + if (other == null) { + return; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + _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: { + MessageId = 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 18: { + MessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/reward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMessageReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMessageReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[39]; } + } + + [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 ReqObtainMessageReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMessageReward(ReqObtainMessageReward other) : this() { + messageId_ = other.messageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMessageReward Clone() { + return new ReqObtainMessageReward(this); + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 2; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = 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 ReqObtainMessageReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMessageReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MessageId != other.MessageId) 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 (MessageId.Length != 0) hash ^= MessageId.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 (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMessageReward other) { + if (other == null) { + return; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + _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: { + MessageId = 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 18: { + MessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/finsubquest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[40]; } + } + + [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 ReqFinSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinSubQuest(ReqFinSubQuest other) : this() { + subQuestId_ = other.subQuestId_; + messageId_ = other.messageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinSubQuest Clone() { + return new ReqFinSubQuest(this); + } + + /// Field number for the "SubQuestId" field. + public const int SubQuestIdFieldNumber = 2; + private int subQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubQuestId { + get { return subQuestId_; } + set { + subQuestId_ = value; + } + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 3; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = 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 ReqFinSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinSubQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SubQuestId != other.SubQuestId) return false; + if (MessageId != other.MessageId) 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 (SubQuestId != 0) hash ^= SubQuestId.GetHashCode(); + if (MessageId.Length != 0) hash ^= MessageId.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 (SubQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubQuestId); + } + if (MessageId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(MessageId); + } + 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 (SubQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubQuestId); + } + if (MessageId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(MessageId); + } + 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 (SubQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubQuestId); + } + if (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinSubQuest other) { + if (other == null) { + return; + } + if (other.SubQuestId != 0) { + SubQuestId = other.SubQuestId; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + _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: { + SubQuestId = input.ReadInt32(); + break; + } + case 26: { + MessageId = 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 16: { + SubQuestId = input.ReadInt32(); + break; + } + case 26: { + MessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/random/pick + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqPickTodayRandomMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqPickTodayRandomMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[41]; } + } + + [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 ReqPickTodayRandomMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqPickTodayRandomMessage(ReqPickTodayRandomMessage other) : this() { + conditionTriggerIds_ = other.conditionTriggerIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqPickTodayRandomMessage Clone() { + return new ReqPickTodayRandomMessage(this); + } + + /// Field number for the "ConditionTriggerIds" field. + public const int ConditionTriggerIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_conditionTriggerIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField conditionTriggerIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ConditionTriggerIds { + get { return conditionTriggerIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqPickTodayRandomMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqPickTodayRandomMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!conditionTriggerIds_.Equals(other.conditionTriggerIds_)) 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 ^= conditionTriggerIds_.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 + conditionTriggerIds_.WriteTo(output, _repeated_conditionTriggerIds_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) { + conditionTriggerIds_.WriteTo(ref output, _repeated_conditionTriggerIds_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 += conditionTriggerIds_.CalculateSize(_repeated_conditionTriggerIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqPickTodayRandomMessage other) { + if (other == null) { + return; + } + conditionTriggerIds_.Add(other.conditionTriggerIds_); + _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: + case 16: { + conditionTriggerIds_.AddEntriesFrom(input, _repeated_conditionTriggerIds_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 18: + case 16: { + conditionTriggerIds_.AddEntriesFrom(ref input, _repeated_conditionTriggerIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/daily/pick + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqPickTodayDailyMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqPickTodayDailyMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[42]; } + } + + [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 ReqPickTodayDailyMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqPickTodayDailyMessage(ReqPickTodayDailyMessage other) : this() { + conditionTriggerIds_ = other.conditionTriggerIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqPickTodayDailyMessage Clone() { + return new ReqPickTodayDailyMessage(this); + } + + /// Field number for the "ConditionTriggerIds" field. + public const int ConditionTriggerIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_conditionTriggerIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField conditionTriggerIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ConditionTriggerIds { + get { return conditionTriggerIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqPickTodayDailyMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqPickTodayDailyMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!conditionTriggerIds_.Equals(other.conditionTriggerIds_)) 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 ^= conditionTriggerIds_.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 + conditionTriggerIds_.WriteTo(output, _repeated_conditionTriggerIds_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) { + conditionTriggerIds_.WriteTo(ref output, _repeated_conditionTriggerIds_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 += conditionTriggerIds_.CalculateSize(_repeated_conditionTriggerIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqPickTodayDailyMessage other) { + if (other == null) { + return; + } + conditionTriggerIds_.Add(other.conditionTriggerIds_); + _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: { + conditionTriggerIds_.AddEntriesFrom(input, _repeated_conditionTriggerIds_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: { + conditionTriggerIds_.AddEntriesFrom(ref input, _repeated_conditionTriggerIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/addfieldtalk + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddFieldTalk : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddFieldTalk()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[43]; } + } + + [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 ReqAddFieldTalk() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddFieldTalk(ReqAddFieldTalk other) : this() { + fieldTalkId_ = other.fieldTalkId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddFieldTalk Clone() { + return new ReqAddFieldTalk(this); + } + + /// Field number for the "FieldTalkId" field. + public const int FieldTalkIdFieldNumber = 2; + private string fieldTalkId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string FieldTalkId { + get { return fieldTalkId_; } + set { + fieldTalkId_ = 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 ReqAddFieldTalk); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddFieldTalk other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FieldTalkId != other.FieldTalkId) 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 (FieldTalkId.Length != 0) hash ^= FieldTalkId.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 (FieldTalkId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(FieldTalkId); + } + 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 (FieldTalkId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(FieldTalkId); + } + 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 (FieldTalkId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(FieldTalkId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddFieldTalk other) { + if (other == null) { + return; + } + if (other.FieldTalkId.Length != 0) { + FieldTalkId = other.FieldTalkId; + } + _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: { + FieldTalkId = 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 18: { + FieldTalkId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/getfieldtalklist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetFieldTalkList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetFieldTalkList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[44]; } + } + + [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 ReqGetFieldTalkList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFieldTalkList(ReqGetFieldTalkList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFieldTalkList Clone() { + return new ReqGetFieldTalkList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetFieldTalkList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetFieldTalkList 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(ReqGetFieldTalkList 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 + + } + + /// + /// URL: /inventory/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetInventoryData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetInventoryData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[45]; } + } + + [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 ReqGetInventoryData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInventoryData(ReqGetInventoryData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInventoryData Clone() { + return new ReqGetInventoryData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetInventoryData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetInventoryData 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(ReqGetInventoryData 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 + + } + + /// + /// URL: /inventory/wearequipment + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqWearEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqWearEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[46]; } + } + + [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 ReqWearEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqWearEquipment(ReqWearEquipment other) : this() { + isn_ = other.isn_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqWearEquipment Clone() { + return new ReqWearEquipment(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqWearEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqWearEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Csn != other.Csn) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqWearEquipment other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Csn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/clearequipment + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[47]; } + } + + [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 ReqClearEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearEquipment(ReqClearEquipment other) : this() { + isn_ = other.isn_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearEquipment Clone() { + return new ReqClearEquipment(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Csn != other.Csn) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearEquipment other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Csn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/wearequipmentlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqWearEquipmentList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqWearEquipmentList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[48]; } + } + + [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 ReqWearEquipmentList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqWearEquipmentList(ReqWearEquipmentList other) : this() { + csn_ = other.csn_; + isnList_ = other.isnList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqWearEquipmentList Clone() { + return new ReqWearEquipmentList(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "IsnList" field. + public const int IsnListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_isnList_codec + = pb::FieldCodec.ForInt64(26); + private readonly pbc::RepeatedField isnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField IsnList { + get { return isnList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqWearEquipmentList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqWearEquipmentList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if(!isnList_.Equals(other.isnList_)) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + hash ^= isnList_.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + isnList_.WriteTo(output, _repeated_isnList_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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + isnList_.WriteTo(ref output, _repeated_isnList_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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + size += isnList_.CalculateSize(_repeated_isnList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqWearEquipmentList other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + isnList_.Add(other.isnList_); + _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: { + Csn = input.ReadInt64(); + break; + } + case 26: + case 24: { + isnList_.AddEntriesFrom(input, _repeated_isnList_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: { + Csn = input.ReadInt64(); + break; + } + case 26: + case 24: { + isnList_.AddEntriesFrom(ref input, _repeated_isnList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/allclearequipment + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAllClearEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAllClearEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[49]; } + } + + [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 ReqAllClearEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllClearEquipment(ReqAllClearEquipment other) : this() { + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllClearEquipment Clone() { + return new ReqAllClearEquipment(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAllClearEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAllClearEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) 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 (Csn != 0L) hash ^= Csn.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAllClearEquipment other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Csn = input.ReadInt64(); + 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: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/increaseexpequipment + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqIncreaseExpEquip : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqIncreaseExpEquip()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[50]; } + } + + [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 ReqIncreaseExpEquip() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqIncreaseExpEquip(ReqIncreaseExpEquip other) : this() { + isn_ = other.isn_; + itemList_ = other.itemList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqIncreaseExpEquip Clone() { + return new ReqIncreaseExpEquip(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "ItemList" field. + public const int ItemListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_itemList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetItemData.Parser); + private readonly pbc::RepeatedField itemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemList { + get { return itemList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqIncreaseExpEquip); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqIncreaseExpEquip other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if(!itemList_.Equals(other.itemList_)) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + hash ^= itemList_.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + itemList_.WriteTo(output, _repeated_itemList_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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + itemList_.WriteTo(ref output, _repeated_itemList_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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + size += itemList_.CalculateSize(_repeated_itemList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqIncreaseExpEquip other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + itemList_.Add(other.itemList_); + _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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + itemList_.AddEntriesFrom(input, _repeated_itemList_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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/useselectbox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUseSelectBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUseSelectBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[51]; } + } + + [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 ReqUseSelectBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseSelectBox(ReqUseSelectBox other) : this() { + isn_ = other.isn_; + select_ = other.select_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseSelectBox Clone() { + return new ReqUseSelectBox(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Select" field. + public const int SelectFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_select_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetItemSelectOption.Parser); + private readonly pbc::RepeatedField select_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Select { + get { return select_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUseSelectBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUseSelectBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if(!select_.Equals(other.select_)) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + hash ^= select_.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + select_.WriteTo(output, _repeated_select_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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + select_.WriteTo(ref output, _repeated_select_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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + size += select_.CalculateSize(_repeated_select_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUseSelectBox other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + select_.Add(other.select_); + _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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + select_.AddEntriesFrom(input, _repeated_select_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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + select_.AddEntriesFrom(ref input, _repeated_select_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/getharmonycube + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[52]; } + } + + [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 ReqGetHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetHarmonyCube(ReqGetHarmonyCube other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetHarmonyCube Clone() { + return new ReqGetHarmonyCube(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetHarmonyCube 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(ReqGetHarmonyCube 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 + + } + + /// + /// URL: /inventory/wearharmonycube + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqWearHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqWearHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[53]; } + } + + [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 ReqWearHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqWearHarmonyCube(ReqWearHarmonyCube other) : this() { + isn_ = other.isn_; + wear_ = other.wear_ != null ? other.wear_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqWearHarmonyCube Clone() { + return new ReqWearHarmonyCube(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Wear" field. + public const int WearFieldNumber = 3; + private global::EpinelPS.NetWearHarmonyCubeData wear_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWearHarmonyCubeData Wear { + get { return wear_; } + set { + wear_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqWearHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqWearHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (!object.Equals(Wear, other.Wear)) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (wear_ != null) hash ^= Wear.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (wear_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Wear); + } + 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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (wear_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Wear); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (wear_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Wear); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqWearHarmonyCube other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.wear_ != null) { + if (wear_ == null) { + Wear = new global::EpinelPS.NetWearHarmonyCubeData(); + } + Wear.MergeFrom(other.Wear); + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + if (wear_ == null) { + Wear = new global::EpinelPS.NetWearHarmonyCubeData(); + } + input.ReadMessage(Wear); + 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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + if (wear_ == null) { + Wear = new global::EpinelPS.NetWearHarmonyCubeData(); + } + input.ReadMessage(Wear); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/clearharmonycube + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[54]; } + } + + [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 ReqClearHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearHarmonyCube(ReqClearHarmonyCube other) : this() { + isn_ = other.isn_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearHarmonyCube Clone() { + return new ReqClearHarmonyCube(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Csn != other.Csn) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearHarmonyCube other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Csn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/managementharmonycube + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqManagementHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqManagementHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[55]; } + } + + [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 ReqManagementHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqManagementHarmonyCube(ReqManagementHarmonyCube other) : this() { + isn_ = other.isn_; + wears_ = other.wears_.Clone(); + clears_ = other.clears_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqManagementHarmonyCube Clone() { + return new ReqManagementHarmonyCube(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Wears" field. + public const int WearsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_wears_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetWearHarmonyCubeData.Parser); + private readonly pbc::RepeatedField wears_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Wears { + get { return wears_; } + } + + /// Field number for the "Clears" field. + public const int ClearsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_clears_codec + = pb::FieldCodec.ForInt64(34); + private readonly pbc::RepeatedField clears_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Clears { + get { return clears_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqManagementHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqManagementHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if(!wears_.Equals(other.wears_)) return false; + if(!clears_.Equals(other.clears_)) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + hash ^= wears_.GetHashCode(); + hash ^= clears_.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + wears_.WriteTo(output, _repeated_wears_codec); + clears_.WriteTo(output, _repeated_clears_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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + wears_.WriteTo(ref output, _repeated_wears_codec); + clears_.WriteTo(ref output, _repeated_clears_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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + size += wears_.CalculateSize(_repeated_wears_codec); + size += clears_.CalculateSize(_repeated_clears_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqManagementHarmonyCube other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + wears_.Add(other.wears_); + clears_.Add(other.clears_); + _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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + wears_.AddEntriesFrom(input, _repeated_wears_codec); + break; + } + case 34: + case 32: { + clears_.AddEntriesFrom(input, _repeated_clears_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: { + Isn = input.ReadInt64(); + break; + } + case 26: { + wears_.AddEntriesFrom(ref input, _repeated_wears_codec); + break; + } + case 34: + case 32: { + clears_.AddEntriesFrom(ref input, _repeated_clears_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/levelupharmonycube + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqLevelUpHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqLevelUpHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[56]; } + } + + [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 ReqLevelUpHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLevelUpHarmonyCube(ReqLevelUpHarmonyCube other) : this() { + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLevelUpHarmonyCube Clone() { + return new ReqLevelUpHarmonyCube(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqLevelUpHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqLevelUpHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqLevelUpHarmonyCube other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Isn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/usebundlebox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUseBundleBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUseBundleBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[57]; } + } + + [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 ReqUseBundleBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseBundleBox(ReqUseBundleBox other) : this() { + isn_ = other.isn_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseBundleBox Clone() { + return new ReqUseBundleBox(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 ReqUseBundleBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUseBundleBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUseBundleBox other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/userandombox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUseRandomBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUseRandomBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[58]; } + } + + [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 ReqUseRandomBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseRandomBox(ReqUseRandomBox other) : this() { + isn_ = other.isn_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseRandomBox Clone() { + return new ReqUseRandomBox(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 ReqUseRandomBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUseRandomBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUseRandomBox other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/userandombox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUseRandomBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUseRandomBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[59]; } + } + + [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 ResUseRandomBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseRandomBox(ResUseRandomBox other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseRandomBox Clone() { + return new ResUseRandomBox(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUseRandomBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUseRandomBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUseRandomBox other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/usetimereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUseTimeReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUseTimeReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[60]; } + } + + [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 ReqUseTimeReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseTimeReward(ReqUseTimeReward other) : this() { + isn_ = other.isn_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUseTimeReward Clone() { + return new ReqUseTimeReward(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 ReqUseTimeReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUseTimeReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUseTimeReward other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/usetimereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUseTimeReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUseTimeReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[61]; } + } + + [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 ResUseTimeReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseTimeReward(ResUseTimeReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseTimeReward Clone() { + return new ResUseTimeReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUseTimeReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUseTimeReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUseTimeReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/usepiece + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUsePiece : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUsePiece()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[62]; } + } + + [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 ReqUsePiece() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUsePiece(ReqUsePiece other) : this() { + isn_ = other.isn_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUsePiece Clone() { + return new ReqUsePiece(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 2; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 ReqUsePiece); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUsePiece other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Isn); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUsePiece other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = 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 16: { + Isn = input.ReadInt64(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /wallet/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetCurrencyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetCurrencyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[63]; } + } + + [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 ReqGetCurrencyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCurrencyData(ReqGetCurrencyData other) : this() { + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCurrencyData Clone() { + return new ReqGetCurrencyData(this); + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetCurrencyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetCurrencyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!currencies_.Equals(other.currencies_)) 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 ^= currencies_.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 + currencies_.WriteTo(output, _repeated_currencies_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) { + currencies_.WriteTo(ref output, _repeated_currencies_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 += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetCurrencyData other) { + if (other == null) { + return; + } + currencies_.Add(other.currencies_); + _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: + case 16: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: + case 16: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /wallet/refreshcharge + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRefreshChargeCurrencyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRefreshChargeCurrencyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[64]; } + } + + [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 ReqRefreshChargeCurrencyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRefreshChargeCurrencyData(ReqRefreshChargeCurrencyData other) : this() { + txCentauriExtra_ = other.txCentauriExtra_ != null ? other.txCentauriExtra_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRefreshChargeCurrencyData Clone() { + return new ReqRefreshChargeCurrencyData(this); + } + + /// Field number for the "TxCentauriExtra" field. + public const int TxCentauriExtraFieldNumber = 1; + private global::EpinelPS.NetCentauriPurchaseExtraData txCentauriExtra_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetCentauriPurchaseExtraData TxCentauriExtra { + get { return txCentauriExtra_; } + set { + txCentauriExtra_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRefreshChargeCurrencyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRefreshChargeCurrencyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(TxCentauriExtra, other.TxCentauriExtra)) 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 (txCentauriExtra_ != null) hash ^= TxCentauriExtra.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 (txCentauriExtra_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TxCentauriExtra); + } + 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 (txCentauriExtra_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TxCentauriExtra); + } + 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 (txCentauriExtra_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TxCentauriExtra); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRefreshChargeCurrencyData other) { + if (other == null) { + return; + } + if (other.txCentauriExtra_ != null) { + if (txCentauriExtra_ == null) { + TxCentauriExtra = new global::EpinelPS.NetCentauriPurchaseExtraData(); + } + TxCentauriExtra.MergeFrom(other.TxCentauriExtra); + } + _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: { + if (txCentauriExtra_ == null) { + TxCentauriExtra = new global::EpinelPS.NetCentauriPurchaseExtraData(); + } + input.ReadMessage(TxCentauriExtra); + 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: { + if (txCentauriExtra_ == null) { + TxCentauriExtra = new global::EpinelPS.NetCentauriPurchaseExtraData(); + } + input.ReadMessage(TxCentauriExtra); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /wallet/buyticket + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuyTicket : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuyTicket()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[65]; } + } + + [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 ReqBuyTicket() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyTicket(ReqBuyTicket other) : this() { + currencyType_ = other.currencyType_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyTicket Clone() { + return new ReqBuyTicket(this); + } + + /// Field number for the "CurrencyType" field. + public const int CurrencyTypeFieldNumber = 2; + private int currencyType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrencyType { + get { return currencyType_; } + set { + currencyType_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 ReqBuyTicket); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuyTicket other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CurrencyType != other.CurrencyType) 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 (CurrencyType != 0) hash ^= CurrencyType.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 (CurrencyType != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrencyType); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (CurrencyType != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrencyType); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (CurrencyType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrencyType); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuyTicket other) { + if (other == null) { + return; + } + if (other.CurrencyType != 0) { + CurrencyType = other.CurrencyType; + } + 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 16: { + CurrencyType = input.ReadInt32(); + break; + } + case 24: { + Count = 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 16: { + CurrencyType = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetCharacterData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetCharacterData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[66]; } + } + + [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 ReqGetCharacterData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCharacterData(ReqGetCharacterData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCharacterData Clone() { + return new ReqGetCharacterData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetCharacterData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetCharacterData 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(ReqGetCharacterData 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 + + } + + /// + /// URL: /character/upgrade + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[67]; } + } + + [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 ReqCharacterUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterUpgrade(ReqCharacterUpgrade other) : this() { + csn_ = other.csn_; + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterUpgrade Clone() { + return new ReqCharacterUpgrade(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 3; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Isn != other.Isn) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Isn != 0L) hash ^= Isn.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Isn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Isn); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Isn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Isn); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterUpgrade other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Isn = input.ReadInt64(); + 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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/levelup + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterLevelUp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterLevelUp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[68]; } + } + + [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 ReqCharacterLevelUp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterLevelUp(ReqCharacterLevelUp other) : this() { + csn_ = other.csn_; + level_ = other.level_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterLevelUp Clone() { + return new ReqCharacterLevelUp(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterLevelUp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterLevelUp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Level != other.Level) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Level != 0) hash ^= Level.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterLevelUp other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Level != 0) { + Level = other.Level; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Level = 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 16: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/coreupgrade + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterCoreUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterCoreUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[69]; } + } + + [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 ReqCharacterCoreUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterCoreUpgrade(ReqCharacterCoreUpgrade other) : this() { + csn_ = other.csn_; + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterCoreUpgrade Clone() { + return new ReqCharacterCoreUpgrade(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 3; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterCoreUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterCoreUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Isn != other.Isn) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Isn != 0L) hash ^= Isn.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Isn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Isn); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Isn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Isn); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterCoreUpgrade other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Isn = input.ReadInt64(); + 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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/growreset + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterGrowReset : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterGrowReset()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[70]; } + } + + [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 ReqCharacterGrowReset() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterGrowReset(ReqCharacterGrowReset other) : this() { + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterGrowReset Clone() { + return new ReqCharacterGrowReset(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterGrowReset); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterGrowReset other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) 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 (Csn != 0L) hash ^= Csn.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterGrowReset other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Csn = input.ReadInt64(); + 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: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/attractive/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetAttractiveList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetAttractiveList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[71]; } + } + + [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 ReqGetAttractiveList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAttractiveList(ReqGetAttractiveList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAttractiveList Clone() { + return new ReqGetAttractiveList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetAttractiveList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetAttractiveList 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(ReqGetAttractiveList 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 + + } + + /// + /// URL: /character/attractive/counsel + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterCounsel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterCounsel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[72]; } + } + + [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 ReqCharacterCounsel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterCounsel(ReqCharacterCounsel other) : this() { + nameCode_ = other.nameCode_; + counselTid_ = other.counselTid_; + selectTid_ = other.selectTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterCounsel Clone() { + return new ReqCharacterCounsel(this); + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "CounselTid" field. + public const int CounselTidFieldNumber = 3; + private int counselTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CounselTid { + get { return counselTid_; } + set { + counselTid_ = value; + } + } + + /// Field number for the "SelectTid" field. + public const int SelectTidFieldNumber = 4; + private string selectTid_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string SelectTid { + get { return selectTid_; } + set { + selectTid_ = 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 ReqCharacterCounsel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterCounsel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NameCode != other.NameCode) return false; + if (CounselTid != other.CounselTid) return false; + if (SelectTid != other.SelectTid) 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 (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (CounselTid != 0) hash ^= CounselTid.GetHashCode(); + if (SelectTid.Length != 0) hash ^= SelectTid.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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (CounselTid != 0) { + output.WriteRawTag(24); + output.WriteInt32(CounselTid); + } + if (SelectTid.Length != 0) { + output.WriteRawTag(34); + output.WriteString(SelectTid); + } + 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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (CounselTid != 0) { + output.WriteRawTag(24); + output.WriteInt32(CounselTid); + } + if (SelectTid.Length != 0) { + output.WriteRawTag(34); + output.WriteString(SelectTid); + } + 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 (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (CounselTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CounselTid); + } + if (SelectTid.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(SelectTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterCounsel other) { + if (other == null) { + return; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.CounselTid != 0) { + CounselTid = other.CounselTid; + } + if (other.SelectTid.Length != 0) { + SelectTid = other.SelectTid; + } + _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: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + CounselTid = input.ReadInt32(); + break; + } + case 34: { + SelectTid = 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 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + CounselTid = input.ReadInt32(); + break; + } + case 34: { + SelectTid = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/attractive/present + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterPresent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterPresent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[73]; } + } + + [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 ReqCharacterPresent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterPresent(ReqCharacterPresent other) : this() { + nameCode_ = other.nameCode_; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterPresent Clone() { + return new ReqCharacterPresent(this); + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterPresent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterPresent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NameCode != other.NameCode) return false; + if(!items_.Equals(other.items_)) 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 (NameCode != 0) hash ^= NameCode.GetHashCode(); + hash ^= items_.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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + items_.WriteTo(output, _repeated_items_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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + items_.WriteTo(ref output, _repeated_items_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 (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterPresent other) { + if (other == null) { + return; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + items_.Add(other.items_); + _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: { + NameCode = input.ReadInt32(); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_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: { + NameCode = input.ReadInt32(); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/attractive/obtainreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainAttractiveReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainAttractiveReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[74]; } + } + + [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 ReqObtainAttractiveReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainAttractiveReward(ReqObtainAttractiveReward other) : this() { + nameCode_ = other.nameCode_; + level_ = other.level_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainAttractiveReward Clone() { + return new ReqObtainAttractiveReward(this); + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainAttractiveReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainAttractiveReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NameCode != other.NameCode) return false; + if (Level != other.Level) 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 (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (Level != 0) hash ^= Level.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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + 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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + 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 (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainAttractiveReward other) { + if (other == null) { + return; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.Level != 0) { + Level = other.Level; + } + _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: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + Level = 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 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/attractive/setfavorites + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetAttractiveFavorites : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetAttractiveFavorites()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[75]; } + } + + [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 ReqSetAttractiveFavorites() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetAttractiveFavorites(ReqSetAttractiveFavorites other) : this() { + nameCode_ = other.nameCode_; + isFavorites_ = other.isFavorites_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetAttractiveFavorites Clone() { + return new ReqSetAttractiveFavorites(this); + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "IsFavorites" field. + public const int IsFavoritesFieldNumber = 3; + private bool isFavorites_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFavorites { + get { return isFavorites_; } + set { + isFavorites_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetAttractiveFavorites); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetAttractiveFavorites other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NameCode != other.NameCode) return false; + if (IsFavorites != other.IsFavorites) 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 (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (IsFavorites != false) hash ^= IsFavorites.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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (IsFavorites != false) { + output.WriteRawTag(24); + output.WriteBool(IsFavorites); + } + 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 (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (IsFavorites != false) { + output.WriteRawTag(24); + output.WriteBool(IsFavorites); + } + 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 (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (IsFavorites != 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(ReqSetAttractiveFavorites other) { + if (other == null) { + return; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.IsFavorites != false) { + IsFavorites = other.IsFavorites; + } + _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: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + IsFavorites = 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: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + IsFavorites = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/synchrodevice/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSynchroData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSynchroData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[76]; } + } + + [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 ReqGetSynchroData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSynchroData(ReqGetSynchroData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSynchroData Clone() { + return new ReqGetSynchroData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSynchroData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSynchroData 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(ReqGetSynchroData 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 + + } + + /// + /// URL: /character/SynchroDevice/Regist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroRegister : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroRegister()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[77]; } + } + + [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 ReqSynchroRegister() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroRegister(ReqSynchroRegister other) : this() { + slot_ = other.slot_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroRegister Clone() { + return new ReqSynchroRegister(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroRegister); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroRegister other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Csn != other.Csn) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSynchroRegister other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + 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: { + Slot = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/SynchroDevice/Unregist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroUnregist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroUnregist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[78]; } + } + + [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 ReqSynchroUnregist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroUnregist(ReqSynchroUnregist other) : this() { + slot_ = other.slot_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroUnregist Clone() { + return new ReqSynchroUnregist(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroUnregist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroUnregist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) 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 (Slot != 0) hash ^= Slot.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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + 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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSynchroUnregist other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + _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: { + Slot = 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 16: { + Slot = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/synchrodevice/addslot + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroAddSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroAddSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[79]; } + } + + [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 ReqSynchroAddSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroAddSlot(ReqSynchroAddSlot other) : this() { + slot_ = other.slot_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroAddSlot Clone() { + return new ReqSynchroAddSlot(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroAddSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroAddSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) 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 (Slot != 0) hash ^= Slot.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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + 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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSynchroAddSlot other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + _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: { + Slot = 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 16: { + Slot = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/synchrodevice/immediatelyinitialize + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroImmediatelyInitialize : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroImmediatelyInitialize()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[80]; } + } + + [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 ReqSynchroImmediatelyInitialize() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroImmediatelyInitialize(ReqSynchroImmediatelyInitialize other) : this() { + slot_ = other.slot_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroImmediatelyInitialize Clone() { + return new ReqSynchroImmediatelyInitialize(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroImmediatelyInitialize); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroImmediatelyInitialize other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) 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 (Slot != 0) hash ^= Slot.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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + 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 (Slot != 0) { + output.WriteRawTag(16); + output.WriteInt32(Slot); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSynchroImmediatelyInitialize other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + _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: { + Slot = 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 16: { + Slot = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/SynchroDevice/LevelUp + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroLevelUp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroLevelUp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[81]; } + } + + [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 ReqSynchroLevelUp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroLevelUp(ReqSynchroLevelUp other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroLevelUp Clone() { + return new ReqSynchroLevelUp(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroLevelUp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroLevelUp 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(ReqSynchroLevelUp 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 + + } + + /// + /// URL: /character/SynchroDevice/Change + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroChange : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroChange()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[82]; } + } + + [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 ReqSynchroChange() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroChange(ReqSynchroChange other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroChange Clone() { + return new ReqSynchroChange(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroChange); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroChange 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(ReqSynchroChange 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 + + } + + /// + /// URL: /character/skill/levelup + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterSkillLevelUp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterSkillLevelUp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[83]; } + } + + [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 ReqCharacterSkillLevelUp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterSkillLevelUp(ReqCharacterSkillLevelUp other) : this() { + csn_ = other.csn_; + category_ = other.category_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterSkillLevelUp Clone() { + return new ReqCharacterSkillLevelUp(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Category" field. + public const int CategoryFieldNumber = 3; + private int category_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Category { + get { return category_; } + set { + category_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterSkillLevelUp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterSkillLevelUp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Category != other.Category) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Category != 0) hash ^= Category.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Category != 0) { + output.WriteRawTag(24); + output.WriteInt32(Category); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (Category != 0) { + output.WriteRawTag(24); + output.WriteInt32(Category); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Category != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Category); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterSkillLevelUp other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Category != 0) { + Category = other.Category; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Category = 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 16: { + Csn = input.ReadInt64(); + break; + } + case 24: { + Category = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/costume/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetCharacterCostumeData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetCharacterCostumeData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[84]; } + } + + [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 ReqGetCharacterCostumeData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCharacterCostumeData(ReqGetCharacterCostumeData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCharacterCostumeData Clone() { + return new ReqGetCharacterCostumeData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetCharacterCostumeData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetCharacterCostumeData 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(ReqGetCharacterCostumeData 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 + + } + + /// + /// URL: /character/costume/set + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetCharacterCostume : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetCharacterCostume()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[85]; } + } + + [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 ReqSetCharacterCostume() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetCharacterCostume(ReqSetCharacterCostume other) : this() { + csn_ = other.csn_; + costumeId_ = other.costumeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetCharacterCostume Clone() { + return new ReqSetCharacterCostume(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 3; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetCharacterCostume); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetCharacterCostume other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (CostumeId != other.CostumeId) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (CostumeId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CostumeId); + } + 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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (CostumeId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CostumeId); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetCharacterCostume other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 24: { + CostumeId = 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 16: { + Csn = input.ReadInt64(); + break; + } + case 24: { + CostumeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mail/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMailData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMailData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[86]; } + } + + [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 ReqGetMailData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMailData(ReqGetMailData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMailData Clone() { + return new ReqGetMailData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMailData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMailData 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(ReqGetMailData 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 + + } + + /// + /// URL: /mail/allobtain + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAllObtainMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAllObtainMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[87]; } + } + + [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 ReqAllObtainMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllObtainMail(ReqAllObtainMail other) : this() { + mails_ = other.mails_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllObtainMail Clone() { + return new ReqAllObtainMail(this); + } + + /// Field number for the "Mails" field. + public const int MailsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_mails_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.Mail.Parser); + private readonly pbc::RepeatedField mails_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Mails { + get { return mails_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAllObtainMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAllObtainMail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!mails_.Equals(other.mails_)) 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 ^= mails_.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 + mails_.WriteTo(output, _repeated_mails_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) { + mails_.WriteTo(ref output, _repeated_mails_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 += mails_.CalculateSize(_repeated_mails_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAllObtainMail other) { + if (other == null) { + return; + } + mails_.Add(other.mails_); + _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: { + mails_.AddEntriesFrom(input, _repeated_mails_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: { + mails_.AddEntriesFrom(ref input, _repeated_mails_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mail/read + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqReadMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqReadMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[88]; } + } + + [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 ReqReadMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqReadMail(ReqReadMail other) : this() { + msn_ = other.msn_; + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqReadMail Clone() { + return new ReqReadMail(this); + } + + /// Field number for the "Msn" field. + public const int MsnFieldNumber = 2; + private long msn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Msn { + get { return msn_; } + set { + msn_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 3; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqReadMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqReadMail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Msn != other.Msn) return false; + if (Type != other.Type) 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 (Msn != 0L) hash ^= Msn.GetHashCode(); + if (Type != 0) hash ^= Type.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 (Msn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Msn); + } + if (Type != 0) { + output.WriteRawTag(24); + output.WriteInt32(Type); + } + 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 (Msn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Msn); + } + if (Type != 0) { + output.WriteRawTag(24); + output.WriteInt32(Type); + } + 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 (Msn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Msn); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqReadMail other) { + if (other == null) { + return; + } + if (other.Msn != 0L) { + Msn = other.Msn; + } + if (other.Type != 0) { + Type = other.Type; + } + _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: { + Msn = input.ReadInt64(); + break; + } + case 24: { + Type = 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 16: { + Msn = input.ReadInt64(); + break; + } + case 24: { + Type = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mail/deletereadmail + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteReadMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteReadMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[89]; } + } + + [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 ReqDeleteReadMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteReadMail(ReqDeleteReadMail other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteReadMail Clone() { + return new ReqDeleteReadMail(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteReadMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteReadMail 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(ReqDeleteReadMail 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 + + } + + /// + /// URL: /trigger/sync + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSyncTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSyncTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[90]; } + } + + [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 ReqSyncTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSyncTrigger(ReqSyncTrigger other) : this() { + seq_ = other.seq_; + isTrustedClientSeq_ = other.isTrustedClientSeq_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSyncTrigger Clone() { + return new ReqSyncTrigger(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 2; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "IsTrustedClientSeq" field. + public const int IsTrustedClientSeqFieldNumber = 3; + private bool isTrustedClientSeq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsTrustedClientSeq { + get { return isTrustedClientSeq_; } + set { + isTrustedClientSeq_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSyncTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSyncTrigger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (IsTrustedClientSeq != other.IsTrustedClientSeq) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (IsTrustedClientSeq != false) hash ^= IsTrustedClientSeq.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 (Seq != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Seq); + } + if (IsTrustedClientSeq != false) { + output.WriteRawTag(24); + output.WriteBool(IsTrustedClientSeq); + } + 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 (Seq != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Seq); + } + if (IsTrustedClientSeq != false) { + output.WriteRawTag(24); + output.WriteBool(IsTrustedClientSeq); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (IsTrustedClientSeq != 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(ReqSyncTrigger other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.IsTrustedClientSeq != false) { + IsTrustedClientSeq = other.IsTrustedClientSeq; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 24: { + IsTrustedClientSeq = 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: { + Seq = input.ReadInt64(); + break; + } + case 24: { + IsTrustedClientSeq = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Trigger/GetMainQuestData + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMainQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMainQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[91]; } + } + + [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 ReqGetMainQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMainQuestData(ReqGetMainQuestData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMainQuestData Clone() { + return new ReqGetMainQuestData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMainQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMainQuestData 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(ReqGetMainQuestData 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 + + } + + /// + /// URL: /Trigger/FinMainQuest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinMainQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinMainQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[92]; } + } + + [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 ReqFinMainQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinMainQuest(ReqFinMainQuest other) : this() { + tid_ = other.tid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinMainQuest Clone() { + return new ReqFinMainQuest(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinMainQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinMainQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) 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 (Tid != 0) hash ^= Tid.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinMainQuest other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + _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: { + Tid = 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 16: { + Tid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /trigger/obtainmainquestreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMainQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMainQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[93]; } + } + + [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 ReqObtainMainQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMainQuestReward(ReqObtainMainQuestReward other) : this() { + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMainQuestReward Clone() { + return new ReqObtainMainQuestReward(this); + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMainQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMainQuestReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tidList_.Equals(other.tidList_)) 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 ^= tidList_.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 + tidList_.WriteTo(output, _repeated_tidList_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) { + tidList_.WriteTo(ref output, _repeated_tidList_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 += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMainQuestReward other) { + if (other == null) { + return; + } + tidList_.Add(other.tidList_); + _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: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/suddenevent/start + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStartSuddenEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStartSuddenEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[94]; } + } + + [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 ReqStartSuddenEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartSuddenEvent(ReqStartSuddenEvent other) : this() { + tid_ = other.tid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartSuddenEvent Clone() { + return new ReqStartSuddenEvent(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStartSuddenEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStartSuddenEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) 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 (Tid != 0) hash ^= Tid.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStartSuddenEvent other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + _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: { + Tid = 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 16: { + Tid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Trigger/ObtainTriggerRewardForJukebox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainTriggerRewardForJukebox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainTriggerRewardForJukebox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[95]; } + } + + [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 ReqObtainTriggerRewardForJukebox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainTriggerRewardForJukebox(ReqObtainTriggerRewardForJukebox other) : this() { + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainTriggerRewardForJukebox Clone() { + return new ReqObtainTriggerRewardForJukebox(this); + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainTriggerRewardForJukebox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainTriggerRewardForJukebox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tidList_.Equals(other.tidList_)) 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 ^= tidList_.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 + tidList_.WriteTo(output, _repeated_tidList_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) { + tidList_.WriteTo(ref output, _repeated_tidList_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 += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainTriggerRewardForJukebox other) { + if (other == null) { + return; + } + tidList_.Add(other.tidList_); + _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: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMessengerDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMessengerDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[96]; } + } + + [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 ReqEnterMessengerDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMessengerDialog(ReqEnterMessengerDialog other) : this() { + tid_ = other.tid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMessengerDialog Clone() { + return new ReqEnterMessengerDialog(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMessengerDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMessengerDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) 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 (Tid != 0) hash ^= Tid.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMessengerDialog other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + _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: { + Tid = 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 16: { + Tid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/subquest/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSubQuestMessengerDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSubQuestMessengerDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[97]; } + } + + [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 ReqEnterSubQuestMessengerDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSubQuestMessengerDialog(ReqEnterSubQuestMessengerDialog other) : this() { + subQuestId_ = other.subQuestId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSubQuestMessengerDialog Clone() { + return new ReqEnterSubQuestMessengerDialog(this); + } + + /// Field number for the "SubQuestId" field. + public const int SubQuestIdFieldNumber = 2; + private int subQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubQuestId { + get { return subQuestId_; } + set { + subQuestId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSubQuestMessengerDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSubQuestMessengerDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SubQuestId != other.SubQuestId) 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 (SubQuestId != 0) hash ^= SubQuestId.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 (SubQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubQuestId); + } + 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 (SubQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubQuestId); + } + 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 (SubQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubQuestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSubQuestMessengerDialog other) { + if (other == null) { + return; + } + if (other.SubQuestId != 0) { + SubQuestId = other.SubQuestId; + } + _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: { + SubQuestId = 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 16: { + SubQuestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/subquestfin/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSubQuestFinMessengerDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSubQuestFinMessengerDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[98]; } + } + + [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 ReqEnterSubQuestFinMessengerDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSubQuestFinMessengerDialog(ReqEnterSubQuestFinMessengerDialog other) : this() { + subQuestId_ = other.subQuestId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSubQuestFinMessengerDialog Clone() { + return new ReqEnterSubQuestFinMessengerDialog(this); + } + + /// Field number for the "SubQuestId" field. + public const int SubQuestIdFieldNumber = 2; + private int subQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubQuestId { + get { return subQuestId_; } + set { + subQuestId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSubQuestFinMessengerDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSubQuestFinMessengerDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SubQuestId != other.SubQuestId) 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 (SubQuestId != 0) hash ^= SubQuestId.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 (SubQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubQuestId); + } + 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 (SubQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubQuestId); + } + 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 (SubQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubQuestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSubQuestFinMessengerDialog other) { + if (other == null) { + return; + } + if (other.SubQuestId != 0) { + SubQuestId = other.SubQuestId; + } + _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: { + SubQuestId = 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 16: { + SubQuestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mission/obtain/achievement + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainAchievementReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainAchievementReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[99]; } + } + + [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 ReqObtainAchievementReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainAchievementReward(ReqObtainAchievementReward other) : this() { + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainAchievementReward Clone() { + return new ReqObtainAchievementReward(this); + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainAchievementReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainAchievementReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tidList_.Equals(other.tidList_)) 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 ^= tidList_.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 + tidList_.WriteTo(output, _repeated_tidList_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) { + tidList_.WriteTo(ref output, _repeated_tidList_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 += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainAchievementReward other) { + if (other == null) { + return; + } + tidList_.Add(other.tidList_); + _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: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mission/obtain/daily + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainDailyMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainDailyMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[100]; } + } + + [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 ReqObtainDailyMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDailyMissionReward(ReqObtainDailyMissionReward other) : this() { + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDailyMissionReward Clone() { + return new ReqObtainDailyMissionReward(this); + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainDailyMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainDailyMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tidList_.Equals(other.tidList_)) 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 ^= tidList_.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 + tidList_.WriteTo(output, _repeated_tidList_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) { + tidList_.WriteTo(ref output, _repeated_tidList_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 += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainDailyMissionReward other) { + if (other == null) { + return; + } + tidList_.Add(other.tidList_); + _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: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mission/obtain/weekly + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainWeeklyMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainWeeklyMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[101]; } + } + + [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 ReqObtainWeeklyMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainWeeklyMissionReward(ReqObtainWeeklyMissionReward other) : this() { + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainWeeklyMissionReward Clone() { + return new ReqObtainWeeklyMissionReward(this); + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainWeeklyMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainWeeklyMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tidList_.Equals(other.tidList_)) 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 ^= tidList_.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 + tidList_.WriteTo(output, _repeated_tidList_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) { + tidList_.WriteTo(ref output, _repeated_tidList_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 += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainWeeklyMissionReward other) { + if (other == null) { + return; + } + tidList_.Add(other.tidList_); + _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: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mission/getrewarded/daily + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetDailyRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetDailyRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[102]; } + } + + [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 ReqGetDailyRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDailyRewardedData(ReqGetDailyRewardedData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDailyRewardedData Clone() { + return new ReqGetDailyRewardedData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetDailyRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetDailyRewardedData 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(ReqGetDailyRewardedData 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 + + } + + /// + /// URL: /mission/getrewarded/weekly + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetWeeklyRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetWeeklyRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[103]; } + } + + [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 ReqGetWeeklyRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWeeklyRewardedData(ReqGetWeeklyRewardedData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWeeklyRewardedData Clone() { + return new ReqGetWeeklyRewardedData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetWeeklyRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetWeeklyRewardedData 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(ReqGetWeeklyRewardedData 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 + + } + + /// + /// URL: /mission/getrewarded/achievement + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetAchievementRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetAchievementRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[104]; } + } + + [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 ReqGetAchievementRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAchievementRewardedData(ReqGetAchievementRewardedData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAchievementRewardedData Clone() { + return new ReqGetAchievementRewardedData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetAchievementRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetAchievementRewardedData 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(ReqGetAchievementRewardedData 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 + + } + + /// + /// URL: /mission/getrewarded/jukebox + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetJukeboxRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetJukeboxRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[105]; } + } + + [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 ReqGetJukeboxRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJukeboxRewardedData(ReqGetJukeboxRewardedData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJukeboxRewardedData Clone() { + return new ReqGetJukeboxRewardedData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetJukeboxRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetJukeboxRewardedData 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(ReqGetJukeboxRewardedData 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 + + } + + /// + /// URL: /subquest/enrollment + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnrollmentSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnrollmentSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[106]; } + } + + [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 ReqEnrollmentSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnrollmentSubQuest(ReqEnrollmentSubQuest other) : this() { + subquestId_ = other.subquestId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnrollmentSubQuest Clone() { + return new ReqEnrollmentSubQuest(this); + } + + /// Field number for the "SubquestId" field. + public const int SubquestIdFieldNumber = 2; + private int subquestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubquestId { + get { return subquestId_; } + set { + subquestId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnrollmentSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnrollmentSubQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SubquestId != other.SubquestId) 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 (SubquestId != 0) hash ^= SubquestId.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 (SubquestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubquestId); + } + 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 (SubquestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubquestId); + } + 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 (SubquestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubquestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnrollmentSubQuest other) { + if (other == null) { + return; + } + if (other.SubquestId != 0) { + SubquestId = other.SubquestId; + } + _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: { + SubquestId = 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 16: { + SubquestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /subquest/list + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSubQuestList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSubQuestList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[107]; } + } + + [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 ReqGetSubQuestList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSubQuestList(ReqGetSubQuestList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSubQuestList Clone() { + return new ReqGetSubQuestList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSubQuestList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSubQuestList 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(ReqGetSubQuestList 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 + + } + + /// + /// URL: /subquest/settrigger + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetTriggerFromSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetTriggerFromSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[108]; } + } + + [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 ReqSetTriggerFromSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTriggerFromSubQuest(ReqSetTriggerFromSubQuest other) : this() { + subquestId_ = other.subquestId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTriggerFromSubQuest Clone() { + return new ReqSetTriggerFromSubQuest(this); + } + + /// Field number for the "SubquestId" field. + public const int SubquestIdFieldNumber = 2; + private int subquestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubquestId { + get { return subquestId_; } + set { + subquestId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetTriggerFromSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetTriggerFromSubQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SubquestId != other.SubquestId) 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 (SubquestId != 0) hash ^= SubquestId.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 (SubquestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubquestId); + } + 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 (SubquestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubquestId); + } + 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 (SubquestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubquestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetTriggerFromSubQuest other) { + if (other == null) { + return; + } + if (other.SubquestId != 0) { + SubquestId = other.SubquestId; + } + _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: { + SubquestId = 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 16: { + SubquestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shop/productlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqShopProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqShopProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[109]; } + } + + [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 ReqShopProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShopProductList(ReqShopProductList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShopProductList Clone() { + return new ReqShopProductList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqShopProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqShopProductList 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(ReqShopProductList 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 + + } + + /// + /// URL: /shop/buy + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[110]; } + } + + [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 ReqShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShopBuyProduct(ReqShopBuyProduct other) : this() { + shopCategory_ = other.shopCategory_; + order_ = other.order_; + shopProductTid_ = other.shopProductTid_; + quantity_ = other.quantity_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShopBuyProduct Clone() { + return new ReqShopBuyProduct(this); + } + + /// Field number for the "ShopCategory" field. + public const int ShopCategoryFieldNumber = 2; + private int shopCategory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopCategory { + get { return shopCategory_; } + set { + shopCategory_ = value; + } + } + + /// Field number for the "Order" field. + public const int OrderFieldNumber = 3; + private int order_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Order { + get { return order_; } + set { + order_ = value; + } + } + + /// Field number for the "ShopProductTid" field. + public const int ShopProductTidFieldNumber = 4; + private int shopProductTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopProductTid { + get { return shopProductTid_; } + set { + shopProductTid_ = value; + } + } + + /// Field number for the "Quantity" field. + public const int QuantityFieldNumber = 5; + private int quantity_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Quantity { + get { return quantity_; } + set { + quantity_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShopCategory != other.ShopCategory) return false; + if (Order != other.Order) return false; + if (ShopProductTid != other.ShopProductTid) return false; + if (Quantity != other.Quantity) 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 (ShopCategory != 0) hash ^= ShopCategory.GetHashCode(); + if (Order != 0) hash ^= Order.GetHashCode(); + if (ShopProductTid != 0) hash ^= ShopProductTid.GetHashCode(); + if (Quantity != 0) hash ^= Quantity.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 (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + if (Order != 0) { + output.WriteRawTag(24); + output.WriteInt32(Order); + } + if (ShopProductTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(ShopProductTid); + } + if (Quantity != 0) { + output.WriteRawTag(40); + output.WriteInt32(Quantity); + } + 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 (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + if (Order != 0) { + output.WriteRawTag(24); + output.WriteInt32(Order); + } + if (ShopProductTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(ShopProductTid); + } + if (Quantity != 0) { + output.WriteRawTag(40); + output.WriteInt32(Quantity); + } + 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 (ShopCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopCategory); + } + if (Order != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Order); + } + if (ShopProductTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopProductTid); + } + if (Quantity != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqShopBuyProduct other) { + if (other == null) { + return; + } + if (other.ShopCategory != 0) { + ShopCategory = other.ShopCategory; + } + if (other.Order != 0) { + Order = other.Order; + } + if (other.ShopProductTid != 0) { + ShopProductTid = other.ShopProductTid; + } + if (other.Quantity != 0) { + Quantity = other.Quantity; + } + _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: { + ShopCategory = input.ReadInt32(); + break; + } + case 24: { + Order = input.ReadInt32(); + break; + } + case 32: { + ShopProductTid = input.ReadInt32(); + break; + } + case 40: { + Quantity = 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 16: { + ShopCategory = input.ReadInt32(); + break; + } + case 24: { + Order = input.ReadInt32(); + break; + } + case 32: { + ShopProductTid = input.ReadInt32(); + break; + } + case 40: { + Quantity = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shop/renew + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqShopRenew : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqShopRenew()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[111]; } + } + + [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 ReqShopRenew() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShopRenew(ReqShopRenew other) : this() { + shopCategory_ = other.shopCategory_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShopRenew Clone() { + return new ReqShopRenew(this); + } + + /// Field number for the "ShopCategory" field. + public const int ShopCategoryFieldNumber = 2; + private int shopCategory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopCategory { + get { return shopCategory_; } + set { + shopCategory_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqShopRenew); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqShopRenew other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShopCategory != other.ShopCategory) 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 (ShopCategory != 0) hash ^= ShopCategory.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 (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + 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 (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + 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 (ShopCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopCategory); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqShopRenew other) { + if (other == null) { + return; + } + if (other.ShopCategory != 0) { + ShopCategory = other.ShopCategory; + } + _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: { + ShopCategory = 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 16: { + ShopCategory = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /packageshop/getpopuppackagestate + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetPopupPackageState : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetPopupPackageState()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[112]; } + } + + [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 ReqGetPopupPackageState() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPopupPackageState(ReqGetPopupPackageState other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPopupPackageState Clone() { + return new ReqGetPopupPackageState(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetPopupPackageState); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetPopupPackageState 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(ReqGetPopupPackageState 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 + + } + + /// + /// URL: /packageshop/setpopuppackagestate + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetPopupPackageState : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetPopupPackageState()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[113]; } + } + + [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 ReqSetPopupPackageState() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetPopupPackageState(ReqSetPopupPackageState other) : this() { + groupId_ = other.groupId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetPopupPackageState Clone() { + return new ReqSetPopupPackageState(this); + } + + /// Field number for the "GroupId" field. + public const int GroupIdFieldNumber = 1; + private int groupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GroupId { + get { return groupId_; } + set { + groupId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetPopupPackageState); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetPopupPackageState other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GroupId != other.GroupId) 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 (GroupId != 0) hash ^= GroupId.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 (GroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GroupId); + } + 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 (GroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GroupId); + } + 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 (GroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetPopupPackageState other) { + if (other == null) { + return; + } + if (other.GroupId != 0) { + GroupId = other.GroupId; + } + _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: { + GroupId = 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: { + GroupId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/getdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetInAppShopData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetInAppShopData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[114]; } + } + + [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 ReqGetInAppShopData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInAppShopData(ReqGetInAppShopData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInAppShopData Clone() { + return new ReqGetInAppShopData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetInAppShopData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetInAppShopData 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(ReqGetInAppShopData 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 + + } + + /// + /// URL: /inappshop/getmonthlysubscriptionreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMonthlySubscriptionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMonthlySubscriptionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[115]; } + } + + [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 ReqGetMonthlySubscriptionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMonthlySubscriptionReward(ReqGetMonthlySubscriptionReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMonthlySubscriptionReward Clone() { + return new ReqGetMonthlySubscriptionReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMonthlySubscriptionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMonthlySubscriptionReward 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(ReqGetMonthlySubscriptionReward 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 + + } + + /// + /// URL: /inappshop/campaignpackage/obtainpurchasereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainPurchaseRewardCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainPurchaseRewardCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[116]; } + } + + [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 ReqObtainPurchaseRewardCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainPurchaseRewardCampaignPackage(ReqObtainPurchaseRewardCampaignPackage other) : this() { + packageId_ = other.packageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainPurchaseRewardCampaignPackage Clone() { + return new ReqObtainPurchaseRewardCampaignPackage(this); + } + + /// Field number for the "PackageId" field. + public const int PackageIdFieldNumber = 2; + private int packageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageId { + get { return packageId_; } + set { + packageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainPurchaseRewardCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainPurchaseRewardCampaignPackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PackageId != other.PackageId) 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 (PackageId != 0) hash ^= PackageId.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 (PackageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PackageId); + } + 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 (PackageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PackageId); + } + 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 (PackageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainPurchaseRewardCampaignPackage other) { + if (other == null) { + return; + } + if (other.PackageId != 0) { + PackageId = other.PackageId; + } + _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: { + PackageId = 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 16: { + PackageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /packageshop/campaign/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[117]; } + } + + [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 ReqGetCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCampaignPackage(ReqGetCampaignPackage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCampaignPackage Clone() { + return new ReqGetCampaignPackage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetCampaignPackage 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(ReqGetCampaignPackage 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 + + } + + /// + /// URL: /inappshop/getreceivableproductlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetInAppShopReceivableProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetInAppShopReceivableProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[118]; } + } + + [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 ReqGetInAppShopReceivableProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInAppShopReceivableProductList(ReqGetInAppShopReceivableProductList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInAppShopReceivableProductList Clone() { + return new ReqGetInAppShopReceivableProductList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetInAppShopReceivableProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetInAppShopReceivableProductList 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(ReqGetInAppShopReceivableProductList 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 + + } + + /// + /// URL: /inappshop/getbuyproduct + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetInAppShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetInAppShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[119]; } + } + + [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 ReqGetInAppShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInAppShopBuyProduct(ReqGetInAppShopBuyProduct other) : this() { + productId_ = other.productId_; + token_ = other.token_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInAppShopBuyProduct Clone() { + return new ReqGetInAppShopBuyProduct(this); + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 2; + private string productId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProductId { + get { return productId_; } + set { + productId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Token" field. + public const int TokenFieldNumber = 3; + private string token_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Token { + get { return token_; } + set { + token_ = 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 ReqGetInAppShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetInAppShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductId != other.ProductId) return false; + if (Token != other.Token) 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 (ProductId.Length != 0) hash ^= ProductId.GetHashCode(); + if (Token.Length != 0) hash ^= Token.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 (ProductId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ProductId); + } + if (Token.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Token); + } + 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 (ProductId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ProductId); + } + if (Token.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Token); + } + 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 (ProductId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductId); + } + if (Token.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Token); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetInAppShopBuyProduct other) { + if (other == null) { + return; + } + if (other.ProductId.Length != 0) { + ProductId = other.ProductId; + } + if (other.Token.Length != 0) { + Token = other.Token; + } + _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: { + ProductId = input.ReadString(); + break; + } + case 26: { + Token = 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 18: { + ProductId = input.ReadString(); + break; + } + case 26: { + Token = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /packageshop/campaign/obtain + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[120]; } + } + + [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 ReqObtainCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainCampaignPackage(ReqObtainCampaignPackage other) : this() { + packageGroupId_ = other.packageGroupId_; + obtainIds_ = other.obtainIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainCampaignPackage Clone() { + return new ReqObtainCampaignPackage(this); + } + + /// Field number for the "PackageGroupId" field. + public const int PackageGroupIdFieldNumber = 2; + private int packageGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageGroupId { + get { return packageGroupId_; } + set { + packageGroupId_ = value; + } + } + + /// Field number for the "ObtainIds" field. + public const int ObtainIdsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_obtainIds_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField obtainIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ObtainIds { + get { return obtainIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainCampaignPackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PackageGroupId != other.PackageGroupId) return false; + if(!obtainIds_.Equals(other.obtainIds_)) 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 (PackageGroupId != 0) hash ^= PackageGroupId.GetHashCode(); + hash ^= obtainIds_.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 (PackageGroupId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PackageGroupId); + } + obtainIds_.WriteTo(output, _repeated_obtainIds_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 (PackageGroupId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PackageGroupId); + } + obtainIds_.WriteTo(ref output, _repeated_obtainIds_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 (PackageGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageGroupId); + } + size += obtainIds_.CalculateSize(_repeated_obtainIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainCampaignPackage other) { + if (other == null) { + return; + } + if (other.PackageGroupId != 0) { + PackageGroupId = other.PackageGroupId; + } + obtainIds_.Add(other.obtainIds_); + _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: { + PackageGroupId = input.ReadInt32(); + break; + } + case 26: + case 24: { + obtainIds_.AddEntriesFrom(input, _repeated_obtainIds_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: { + PackageGroupId = input.ReadInt32(); + break; + } + case 26: + case 24: { + obtainIds_.AddEntriesFrom(ref input, _repeated_obtainIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /gacha/execute + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExecuteGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExecuteGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[121]; } + } + + [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 ReqExecuteGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExecuteGacha(ReqExecuteGacha other) : this() { + tid_ = other.tid_; + currencyType_ = other.currencyType_; + count_ = other.count_; + isDiscount_ = other.isDiscount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExecuteGacha Clone() { + return new ReqExecuteGacha(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "CurrencyType" field. + public const int CurrencyTypeFieldNumber = 3; + private int currencyType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrencyType { + get { return currencyType_; } + set { + currencyType_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 4; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "IsDiscount" field. + public const int IsDiscountFieldNumber = 5; + private bool isDiscount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDiscount { + get { return isDiscount_; } + set { + isDiscount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExecuteGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExecuteGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (CurrencyType != other.CurrencyType) return false; + if (Count != other.Count) return false; + if (IsDiscount != other.IsDiscount) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (CurrencyType != 0) hash ^= CurrencyType.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (IsDiscount != false) hash ^= IsDiscount.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (CurrencyType != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurrencyType); + } + if (Count != 0) { + output.WriteRawTag(32); + output.WriteInt32(Count); + } + if (IsDiscount != false) { + output.WriteRawTag(40); + output.WriteBool(IsDiscount); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (CurrencyType != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurrencyType); + } + if (Count != 0) { + output.WriteRawTag(32); + output.WriteInt32(Count); + } + if (IsDiscount != false) { + output.WriteRawTag(40); + output.WriteBool(IsDiscount); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (CurrencyType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrencyType); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (IsDiscount != 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(ReqExecuteGacha other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.CurrencyType != 0) { + CurrencyType = other.CurrencyType; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.IsDiscount != false) { + IsDiscount = other.IsDiscount; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 24: { + CurrencyType = input.ReadInt32(); + break; + } + case 32: { + Count = input.ReadInt32(); + break; + } + case 40: { + IsDiscount = 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: { + Tid = input.ReadInt32(); + break; + } + case 24: { + CurrencyType = input.ReadInt32(); + break; + } + case 32: { + Count = input.ReadInt32(); + break; + } + case 40: { + IsDiscount = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Gacha/Get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetGachaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetGachaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[122]; } + } + + [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 ReqGetGachaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGachaData(ReqGetGachaData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGachaData Clone() { + return new ReqGetGachaData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetGachaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetGachaData 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(ReqGetGachaData 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 + + } + + /// + /// URL: /Gacha/SetCustom + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetGachaCustom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetGachaCustom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[123]; } + } + + [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 ReqSetGachaCustom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetGachaCustom(ReqSetGachaCustom other) : this() { + type_ = other.type_; + custom_ = other.custom_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetGachaCustom Clone() { + return new ReqSetGachaCustom(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Custom" field. + public const int CustomFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_custom_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetGachaCustomData.Parser); + private readonly pbc::RepeatedField custom_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Custom { + get { return custom_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetGachaCustom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetGachaCustom other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if(!custom_.Equals(other.custom_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + hash ^= custom_.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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + custom_.WriteTo(output, _repeated_custom_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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + custom_.WriteTo(ref output, _repeated_custom_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + size += custom_.CalculateSize(_repeated_custom_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetGachaCustom other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + custom_.Add(other.custom_); + _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: { + Type = input.ReadInt32(); + break; + } + case 26: { + custom_.AddEntriesFrom(input, _repeated_custom_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: { + Type = input.ReadInt32(); + break; + } + case 26: { + custom_.AddEntriesFrom(ref input, _repeated_custom_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /team/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[124]; } + } + + [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 ReqGetTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTeamData(ReqGetTeamData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTeamData Clone() { + return new ReqGetTeamData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetTeamData 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(ReqGetTeamData 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 + + } + + /// + /// URL: /team/setteam + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[125]; } + } + + [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 ReqSetTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTeam(ReqSetTeam other) : this() { + type_ = other.type_; + contentsId_ = other.contentsId_; + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTeam Clone() { + return new ReqSetTeam(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "ContentsId" field. + public const int ContentsIdFieldNumber = 3; + private int contentsId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ContentsId { + get { return contentsId_; } + set { + contentsId_ = value; + } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (ContentsId != other.ContentsId) return false; + if(!teams_.Equals(other.teams_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (ContentsId != 0) hash ^= ContentsId.GetHashCode(); + hash ^= teams_.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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (ContentsId != 0) { + output.WriteRawTag(24); + output.WriteInt32(ContentsId); + } + teams_.WriteTo(output, _repeated_teams_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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (ContentsId != 0) { + output.WriteRawTag(24); + output.WriteInt32(ContentsId); + } + teams_.WriteTo(ref output, _repeated_teams_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (ContentsId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ContentsId); + } + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetTeam other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.ContentsId != 0) { + ContentsId = other.ContentsId; + } + teams_.Add(other.teams_); + _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: { + Type = input.ReadInt32(); + break; + } + case 24: { + ContentsId = input.ReadInt32(); + break; + } + case 34: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Type = input.ReadInt32(); + break; + } + case 24: { + ContentsId = input.ReadInt32(); + break; + } + case 34: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /stage/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetStageData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetStageData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[126]; } + } + + [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 ReqGetStageData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetStageData(ReqGetStageData other) : this() { + chapter_ = other.chapter_; + mod_ = other.mod_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetStageData Clone() { + return new ReqGetStageData(this); + } + + /// Field number for the "Chapter" field. + public const int ChapterFieldNumber = 2; + private int chapter_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Chapter { + get { return chapter_; } + set { + chapter_ = value; + } + } + + /// Field number for the "Mod" field. + public const int ModFieldNumber = 3; + private int mod_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Mod { + get { return mod_; } + set { + mod_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetStageData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetStageData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Chapter != other.Chapter) return false; + if (Mod != other.Mod) 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 (Chapter != 0) hash ^= Chapter.GetHashCode(); + if (Mod != 0) hash ^= Mod.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 (Chapter != 0) { + output.WriteRawTag(16); + output.WriteInt32(Chapter); + } + if (Mod != 0) { + output.WriteRawTag(24); + output.WriteInt32(Mod); + } + 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 (Chapter != 0) { + output.WriteRawTag(16); + output.WriteInt32(Chapter); + } + if (Mod != 0) { + output.WriteRawTag(24); + output.WriteInt32(Mod); + } + 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 (Chapter != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Chapter); + } + if (Mod != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Mod); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetStageData other) { + if (other == null) { + return; + } + if (other.Chapter != 0) { + Chapter = other.Chapter; + } + if (other.Mod != 0) { + Mod = other.Mod; + } + _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: { + Chapter = input.ReadInt32(); + break; + } + case 24: { + Mod = 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 16: { + Chapter = input.ReadInt32(); + break; + } + case 24: { + Mod = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /stage/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[127]; } + } + + [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 ReqEnterStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterStage(ReqEnterStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterStage Clone() { + return new ReqEnterStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /stage/clearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[128]; } + } + + [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 ReqClearStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearStage(ReqClearStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearStage Clone() { + return new ReqClearStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 4; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /stageclearinfo/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetStageClearInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetStageClearInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[129]; } + } + + [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 ReqGetStageClearInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetStageClearInfo(ReqGetStageClearInfo other) : this() { + stageType_ = other.stageType_; + tabType_ = other.tabType_; + filterType_ = other.filterType_; + lastTeamCombat_ = other.lastTeamCombat_; + orderType_ = other.orderType_; + stageId_ = other.stageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetStageClearInfo Clone() { + return new ReqGetStageClearInfo(this); + } + + /// Field number for the "StageType" field. + public const int StageTypeFieldNumber = 2; + private int stageType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageType { + get { return stageType_; } + set { + stageType_ = value; + } + } + + /// Field number for the "TabType" field. + public const int TabTypeFieldNumber = 3; + private int tabType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TabType { + get { return tabType_; } + set { + tabType_ = value; + } + } + + /// Field number for the "FilterType" field. + public const int FilterTypeFieldNumber = 4; + private int filterType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FilterType { + get { return filterType_; } + set { + filterType_ = value; + } + } + + /// Field number for the "LastTeamCombat" field. + public const int LastTeamCombatFieldNumber = 5; + private int lastTeamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastTeamCombat { + get { return lastTeamCombat_; } + set { + lastTeamCombat_ = value; + } + } + + /// Field number for the "OrderType" field. + public const int OrderTypeFieldNumber = 6; + private int orderType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OrderType { + get { return orderType_; } + set { + orderType_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 7; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetStageClearInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetStageClearInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageType != other.StageType) return false; + if (TabType != other.TabType) return false; + if (FilterType != other.FilterType) return false; + if (LastTeamCombat != other.LastTeamCombat) return false; + if (OrderType != other.OrderType) return false; + if (StageId != other.StageId) 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 (StageType != 0) hash ^= StageType.GetHashCode(); + if (TabType != 0) hash ^= TabType.GetHashCode(); + if (FilterType != 0) hash ^= FilterType.GetHashCode(); + if (LastTeamCombat != 0) hash ^= LastTeamCombat.GetHashCode(); + if (OrderType != 0) hash ^= OrderType.GetHashCode(); + if (StageId != 0) hash ^= StageId.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 (StageType != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageType); + } + if (TabType != 0) { + output.WriteRawTag(24); + output.WriteInt32(TabType); + } + if (FilterType != 0) { + output.WriteRawTag(32); + output.WriteInt32(FilterType); + } + if (LastTeamCombat != 0) { + output.WriteRawTag(40); + output.WriteInt32(LastTeamCombat); + } + if (OrderType != 0) { + output.WriteRawTag(48); + output.WriteInt32(OrderType); + } + if (StageId != 0) { + output.WriteRawTag(56); + output.WriteInt32(StageId); + } + 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 (StageType != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageType); + } + if (TabType != 0) { + output.WriteRawTag(24); + output.WriteInt32(TabType); + } + if (FilterType != 0) { + output.WriteRawTag(32); + output.WriteInt32(FilterType); + } + if (LastTeamCombat != 0) { + output.WriteRawTag(40); + output.WriteInt32(LastTeamCombat); + } + if (OrderType != 0) { + output.WriteRawTag(48); + output.WriteInt32(OrderType); + } + if (StageId != 0) { + output.WriteRawTag(56); + output.WriteInt32(StageId); + } + 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 (StageType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageType); + } + if (TabType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TabType); + } + if (FilterType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FilterType); + } + if (LastTeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastTeamCombat); + } + if (OrderType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OrderType); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetStageClearInfo other) { + if (other == null) { + return; + } + if (other.StageType != 0) { + StageType = other.StageType; + } + if (other.TabType != 0) { + TabType = other.TabType; + } + if (other.FilterType != 0) { + FilterType = other.FilterType; + } + if (other.LastTeamCombat != 0) { + LastTeamCombat = other.LastTeamCombat; + } + if (other.OrderType != 0) { + OrderType = other.OrderType; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + _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: { + StageType = input.ReadInt32(); + break; + } + case 24: { + TabType = input.ReadInt32(); + break; + } + case 32: { + FilterType = input.ReadInt32(); + break; + } + case 40: { + LastTeamCombat = input.ReadInt32(); + break; + } + case 48: { + OrderType = input.ReadInt32(); + break; + } + case 56: { + StageId = 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 16: { + StageType = input.ReadInt32(); + break; + } + case 24: { + TabType = input.ReadInt32(); + break; + } + case 32: { + FilterType = input.ReadInt32(); + break; + } + case 40: { + LastTeamCombat = input.ReadInt32(); + break; + } + case 48: { + OrderType = input.ReadInt32(); + break; + } + case 56: { + StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /tower/gettowerdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetTowerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetTowerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[130]; } + } + + [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 ReqGetTowerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTowerData(ReqGetTowerData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTowerData Clone() { + return new ReqGetTowerData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetTowerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetTowerData 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(ReqGetTowerData 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 + + } + + /// + /// URL: /tower/entertower + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[131]; } + } + + [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 ReqEnterTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterTower(ReqEnterTower other) : this() { + towerId_ = other.towerId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterTower Clone() { + return new ReqEnterTower(this); + } + + /// Field number for the "TowerId" field. + public const int TowerIdFieldNumber = 2; + private int towerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerId { + get { return towerId_; } + set { + towerId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterTower other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerId != other.TowerId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (TowerId != 0) hash ^= TowerId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (TowerId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TowerId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (TowerId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TowerId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (TowerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterTower other) { + if (other == null) { + return; + } + if (other.TowerId != 0) { + TowerId = other.TowerId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + TowerId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + TowerId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /tower/cleartower + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[132]; } + } + + [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 ReqClearTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearTower(ReqClearTower other) : this() { + towerId_ = other.towerId_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearTower Clone() { + return new ReqClearTower(this); + } + + /// Field number for the "TowerId" field. + public const int TowerIdFieldNumber = 2; + private int towerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerId { + get { return towerId_; } + set { + towerId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 4; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearTower other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerId != other.TowerId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (TowerId != 0) hash ^= TowerId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (TowerId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TowerId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (TowerId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TowerId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (TowerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearTower other) { + if (other == null) { + return; + } + if (other.TowerId != 0) { + TowerId = other.TowerId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + TowerId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + TowerId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /tower/fastcleartower + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[133]; } + } + + [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 ReqFastClearTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearTower(ReqFastClearTower other) : this() { + towerId_ = other.towerId_; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearTower Clone() { + return new ReqFastClearTower(this); + } + + /// Field number for the "TowerId" field. + public const int TowerIdFieldNumber = 2; + private int towerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerId { + get { return towerId_; } + set { + towerId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearTower other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerId != other.TowerId) return false; + if (TeamNumber != other.TeamNumber) 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 (TowerId != 0) hash ^= TowerId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (TowerId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TowerId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (TowerId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TowerId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (TowerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearTower other) { + if (other == null) { + return; + } + if (other.TowerId != 0) { + TowerId = other.TowerId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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: { + TowerId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = 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 16: { + TowerId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /campaign/getfield + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetCampaignFieldData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetCampaignFieldData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[134]; } + } + + [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 ReqGetCampaignFieldData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCampaignFieldData(ReqGetCampaignFieldData other) : this() { + mapId_ = other.mapId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCampaignFieldData Clone() { + return new ReqGetCampaignFieldData(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 2; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = 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 ReqGetCampaignFieldData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetCampaignFieldData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) 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 (MapId.Length != 0) hash ^= MapId.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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetCampaignFieldData other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + _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: { + MapId = 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 18: { + MapId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /campaign/savefield + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveCampaignField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveCampaignField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[135]; } + } + + [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 ReqSaveCampaignField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveCampaignField(ReqSaveCampaignField other) : this() { + mapId_ = other.mapId_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveCampaignField Clone() { + return new ReqSaveCampaignField(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 2; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 3; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ReqSaveCampaignField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveCampaignField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if (Json != other.Json) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (Json.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Json); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (Json.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Json); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveCampaignField other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + MapId = input.ReadString(); + break; + } + case 26: { + Json = 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 18: { + MapId = input.ReadString(); + break; + } + case 26: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/field/save + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveArchiveFieldRawData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveArchiveFieldRawData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[136]; } + } + + [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 ReqSaveArchiveFieldRawData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveArchiveFieldRawData(ReqSaveArchiveFieldRawData other) : this() { + mapId_ = other.mapId_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveArchiveFieldRawData Clone() { + return new ReqSaveArchiveFieldRawData(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 1; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 2; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ReqSaveArchiveFieldRawData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveArchiveFieldRawData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if (Json != other.Json) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + if (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + if (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveArchiveFieldRawData other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + MapId = input.ReadString(); + break; + } + case 18: { + Json = 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 10: { + MapId = input.ReadString(); + break; + } + case 18: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /campaign/savefieldobject + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveCampaignFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveCampaignFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[137]; } + } + + [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 ReqSaveCampaignFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveCampaignFieldObject(ReqSaveCampaignFieldObject other) : this() { + mapId_ = other.mapId_; + fieldObject_ = other.fieldObject_ != null ? other.fieldObject_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveCampaignFieldObject Clone() { + return new ReqSaveCampaignFieldObject(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 2; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "FieldObject" field. + public const int FieldObjectFieldNumber = 3; + private global::EpinelPS.NetCampaignFieldObject fieldObject_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetCampaignFieldObject FieldObject { + get { return fieldObject_; } + set { + fieldObject_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSaveCampaignFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveCampaignFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if (!object.Equals(FieldObject, other.FieldObject)) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + if (fieldObject_ != null) hash ^= FieldObject.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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (fieldObject_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FieldObject); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (fieldObject_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FieldObject); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (fieldObject_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FieldObject); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveCampaignFieldObject other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + if (other.fieldObject_ != null) { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + FieldObject.MergeFrom(other.FieldObject); + } + _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: { + MapId = input.ReadString(); + break; + } + case 26: { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + input.ReadMessage(FieldObject); + 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: { + MapId = input.ReadString(); + break; + } + case 26: { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + input.ReadMessage(FieldObject); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /campaign/obtain/item + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainCampaignItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainCampaignItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[138]; } + } + + [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 ReqObtainCampaignItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainCampaignItem(ReqObtainCampaignItem other) : this() { + mapId_ = other.mapId_; + fieldObject_ = other.fieldObject_ != null ? other.fieldObject_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainCampaignItem Clone() { + return new ReqObtainCampaignItem(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 2; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "FieldObject" field. + public const int FieldObjectFieldNumber = 3; + private global::EpinelPS.NetCampaignFieldObject fieldObject_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetCampaignFieldObject FieldObject { + get { return fieldObject_; } + set { + fieldObject_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainCampaignItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainCampaignItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if (!object.Equals(FieldObject, other.FieldObject)) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + if (fieldObject_ != null) hash ^= FieldObject.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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (fieldObject_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FieldObject); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (fieldObject_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FieldObject); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (fieldObject_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FieldObject); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainCampaignItem other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + if (other.fieldObject_ != null) { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + FieldObject.MergeFrom(other.FieldObject); + } + _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: { + MapId = input.ReadString(); + break; + } + case 26: { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + input.ReadMessage(FieldObject); + 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: { + MapId = input.ReadString(); + break; + } + case 26: { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + input.ReadMessage(FieldObject); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /campaign/escape + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEscapeCampaign : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEscapeCampaign()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[139]; } + } + + [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 ReqEscapeCampaign() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEscapeCampaign(ReqEscapeCampaign other) : this() { + mapId_ = other.mapId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEscapeCampaign Clone() { + return new ReqEscapeCampaign(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 2; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = 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 ReqEscapeCampaign); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEscapeCampaign other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) 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 (MapId.Length != 0) hash ^= MapId.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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEscapeCampaign other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + _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: { + MapId = 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 18: { + MapId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLostSectorData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLostSectorData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[140]; } + } + + [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 ReqGetLostSectorData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLostSectorData(ReqGetLostSectorData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLostSectorData Clone() { + return new ReqGetLostSectorData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLostSectorData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLostSectorData 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(ReqGetLostSectorData 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 + + } + + /// + /// URL: /lostsector/getfield + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLostSectorFieldData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLostSectorFieldData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[141]; } + } + + [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 ReqGetLostSectorFieldData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLostSectorFieldData(ReqGetLostSectorFieldData other) : this() { + sectorId_ = other.sectorId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLostSectorFieldData Clone() { + return new ReqGetLostSectorFieldData(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLostSectorFieldData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLostSectorFieldData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) 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 (SectorId != 0) hash ^= SectorId.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetLostSectorFieldData other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + _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: { + SectorId = 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 16: { + SectorId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/play + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqPlayLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqPlayLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[142]; } + } + + [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 ReqPlayLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqPlayLostSector(ReqPlayLostSector other) : this() { + sectorId_ = other.sectorId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqPlayLostSector Clone() { + return new ReqPlayLostSector(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqPlayLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqPlayLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) 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 (SectorId != 0) hash ^= SectorId.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqPlayLostSector other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + _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: { + SectorId = 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 16: { + SectorId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/open + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqOpenLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqOpenLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[143]; } + } + + [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 ReqOpenLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenLostSector(ReqOpenLostSector other) : this() { + sectorId_ = other.sectorId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenLostSector Clone() { + return new ReqOpenLostSector(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqOpenLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqOpenLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) 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 (SectorId != 0) hash ^= SectorId.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqOpenLostSector other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + _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: { + SectorId = 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 16: { + SectorId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/reset + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqResetLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqResetLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[144]; } + } + + [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 ReqResetLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetLostSector(ReqResetLostSector other) : this() { + sectorId_ = other.sectorId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetLostSector Clone() { + return new ReqResetLostSector(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqResetLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqResetLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) 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 (SectorId != 0) hash ^= SectorId.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqResetLostSector other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + _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: { + SectorId = 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 16: { + SectorId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterLostSectorStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterLostSectorStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[145]; } + } + + [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 ReqEnterLostSectorStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterLostSectorStage(ReqEnterLostSectorStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterLostSectorStage Clone() { + return new ReqEnterLostSectorStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterLostSectorStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterLostSectorStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterLostSectorStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/clearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearLostSectorStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearLostSectorStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[146]; } + } + + [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 ReqClearLostSectorStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearLostSectorStage(ReqClearLostSectorStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearLostSectorStage Clone() { + return new ReqClearLostSectorStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 4; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearLostSectorStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearLostSectorStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearLostSectorStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/fastclearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearLostSectorStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearLostSectorStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[147]; } + } + + [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 ReqFastClearLostSectorStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearLostSectorStage(ReqFastClearLostSectorStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearLostSectorStage Clone() { + return new ReqFastClearLostSectorStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearLostSectorStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearLostSectorStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearLostSectorStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = 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 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/obtainitem + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainLostSectorItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainLostSectorItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[148]; } + } + + [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 ReqObtainLostSectorItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainLostSectorItem(ReqObtainLostSectorItem other) : this() { + sectorId_ = other.sectorId_; + object_ = other.object_ != null ? other.object_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainLostSectorItem Clone() { + return new ReqObtainLostSectorItem(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + /// Field number for the "Object" field. + public const int ObjectFieldNumber = 3; + private global::EpinelPS.NetLostSectorFieldObject object_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLostSectorFieldObject Object { + get { return object_; } + set { + object_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainLostSectorItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainLostSectorItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) return false; + if (!object.Equals(Object, other.Object)) 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 (SectorId != 0) hash ^= SectorId.GetHashCode(); + if (object_ != null) hash ^= Object.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + if (object_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Object); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + if (object_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Object); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (object_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Object); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainLostSectorItem other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + if (other.object_ != null) { + if (object_ == null) { + Object = new global::EpinelPS.NetLostSectorFieldObject(); + } + Object.MergeFrom(other.Object); + } + _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: { + SectorId = input.ReadInt32(); + break; + } + case 26: { + if (object_ == null) { + Object = new global::EpinelPS.NetLostSectorFieldObject(); + } + input.ReadMessage(Object); + 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: { + SectorId = input.ReadInt32(); + break; + } + case 26: { + if (object_ == null) { + Object = new global::EpinelPS.NetLostSectorFieldObject(); + } + input.ReadMessage(Object); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/savefield + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveLostSectorField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveLostSectorField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[149]; } + } + + [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 ReqSaveLostSectorField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveLostSectorField(ReqSaveLostSectorField other) : this() { + sectorId_ = other.sectorId_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveLostSectorField Clone() { + return new ReqSaveLostSectorField(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 3; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ReqSaveLostSectorField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveLostSectorField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) return false; + if (Json != other.Json) 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 (SectorId != 0) hash ^= SectorId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + if (Json.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Json); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + if (Json.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Json); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveLostSectorField other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + SectorId = input.ReadInt32(); + break; + } + case 26: { + Json = 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 16: { + SectorId = input.ReadInt32(); + break; + } + case 26: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/savefieldobject + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveLostSectorFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveLostSectorFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[150]; } + } + + [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 ReqSaveLostSectorFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveLostSectorFieldObject(ReqSaveLostSectorFieldObject other) : this() { + sectorId_ = other.sectorId_; + object_ = other.object_ != null ? other.object_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveLostSectorFieldObject Clone() { + return new ReqSaveLostSectorFieldObject(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + /// Field number for the "Object" field. + public const int ObjectFieldNumber = 3; + private global::EpinelPS.NetLostSectorFieldObject object_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLostSectorFieldObject Object { + get { return object_; } + set { + object_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSaveLostSectorFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveLostSectorFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) return false; + if (!object.Equals(Object, other.Object)) 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 (SectorId != 0) hash ^= SectorId.GetHashCode(); + if (object_ != null) hash ^= Object.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + if (object_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Object); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + if (object_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Object); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (object_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Object); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveLostSectorFieldObject other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + if (other.object_ != null) { + if (object_ == null) { + Object = new global::EpinelPS.NetLostSectorFieldObject(); + } + Object.MergeFrom(other.Object); + } + _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: { + SectorId = input.ReadInt32(); + break; + } + case 26: { + if (object_ == null) { + Object = new global::EpinelPS.NetLostSectorFieldObject(); + } + input.ReadMessage(Object); + 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: { + SectorId = input.ReadInt32(); + break; + } + case 26: { + if (object_ == null) { + Object = new global::EpinelPS.NetLostSectorFieldObject(); + } + input.ReadMessage(Object); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lostsector/perfectreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqLostSectorPerfectReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqLostSectorPerfectReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[151]; } + } + + [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 ReqLostSectorPerfectReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLostSectorPerfectReward(ReqLostSectorPerfectReward other) : this() { + sectorId_ = other.sectorId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLostSectorPerfectReward Clone() { + return new ReqLostSectorPerfectReward(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 2; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqLostSectorPerfectReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqLostSectorPerfectReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) 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 (SectorId != 0) hash ^= SectorId.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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SectorId); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqLostSectorPerfectReward other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + _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: { + SectorId = 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 16: { + SectorId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/recommendlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecommendGuildList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecommendGuildList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[152]; } + } + + [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 ReqRecommendGuildList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecommendGuildList(ReqRecommendGuildList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecommendGuildList Clone() { + return new ReqRecommendGuildList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecommendGuildList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecommendGuildList 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(ReqRecommendGuildList 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 + + } + + /// + /// URL: /guild/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[153]; } + } + + [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 ReqGetGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuild(ReqGetGuild other) : this() { + gsn_ = other.gsn_; + isSimple_ = other.isSimple_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuild Clone() { + return new ReqGetGuild(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "IsSimple" field. + public const int IsSimpleFieldNumber = 3; + private bool isSimple_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSimple { + get { return isSimple_; } + set { + isSimple_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (IsSimple != other.IsSimple) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (IsSimple != false) hash ^= IsSimple.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (IsSimple != false) { + output.WriteRawTag(24); + output.WriteBool(IsSimple); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (IsSimple != false) { + output.WriteRawTag(24); + output.WriteBool(IsSimple); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (IsSimple != 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(ReqGetGuild other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.IsSimple != false) { + IsSimple = other.IsSimple; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + IsSimple = 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + IsSimple = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/getlog + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetGuildLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetGuildLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[154]; } + } + + [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 ReqGetGuildLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuildLog(ReqGetGuildLog other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuildLog Clone() { + return new ReqGetGuildLog(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetGuildLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetGuildLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetGuildLog other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/create + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCreateGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCreateGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[155]; } + } + + [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 ReqCreateGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCreateGuild(ReqCreateGuild other) : this() { + name_ = other.name_; + emblem_ = other.emblem_; + locale_ = other.locale_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCreateGuild Clone() { + return new ReqCreateGuild(this); + } + + /// Field number for the "Name" field. + public const int NameFieldNumber = 2; + private string name_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return name_; } + set { + name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Emblem" field. + public const int EmblemFieldNumber = 3; + private int emblem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Emblem { + get { return emblem_; } + set { + emblem_ = value; + } + } + + /// Field number for the "Locale" field. + public const int LocaleFieldNumber = 4; + private string locale_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Locale { + get { return locale_; } + set { + locale_ = 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 ReqCreateGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCreateGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Name != other.Name) return false; + if (Emblem != other.Emblem) return false; + if (Locale != other.Locale) 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 (Name.Length != 0) hash ^= Name.GetHashCode(); + if (Emblem != 0) hash ^= Emblem.GetHashCode(); + if (Locale.Length != 0) hash ^= Locale.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 (Name.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Name); + } + if (Emblem != 0) { + output.WriteRawTag(24); + output.WriteInt32(Emblem); + } + if (Locale.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Locale); + } + 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 (Name.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Name); + } + if (Emblem != 0) { + output.WriteRawTag(24); + output.WriteInt32(Emblem); + } + if (Locale.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Locale); + } + 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 (Name.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (Emblem != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Emblem); + } + if (Locale.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Locale); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCreateGuild other) { + if (other == null) { + return; + } + if (other.Name.Length != 0) { + Name = other.Name; + } + if (other.Emblem != 0) { + Emblem = other.Emblem; + } + if (other.Locale.Length != 0) { + Locale = other.Locale; + } + _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: { + Name = input.ReadString(); + break; + } + case 24: { + Emblem = input.ReadInt32(); + break; + } + case 34: { + Locale = 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 18: { + Name = input.ReadString(); + break; + } + case 24: { + Emblem = input.ReadInt32(); + break; + } + case 34: { + Locale = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Guild/Delete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[156]; } + } + + [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 ReqDeleteGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteGuild(ReqDeleteGuild other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteGuild Clone() { + return new ReqDeleteGuild(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteGuild other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/joinrequestlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGuildJoinRequestList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGuildJoinRequestList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[157]; } + } + + [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 ReqGuildJoinRequestList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGuildJoinRequestList(ReqGuildJoinRequestList other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGuildJoinRequestList Clone() { + return new ReqGuildJoinRequestList(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGuildJoinRequestList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGuildJoinRequestList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGuildJoinRequestList other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/confirmjoinrequest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqConfirmGuildJoinRequest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqConfirmGuildJoinRequest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[158]; } + } + + [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 ReqConfirmGuildJoinRequest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqConfirmGuildJoinRequest(ReqConfirmGuildJoinRequest other) : this() { + gsn_ = other.gsn_; + targetUsn_ = other.targetUsn_; + accept_ = other.accept_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqConfirmGuildJoinRequest Clone() { + return new ReqConfirmGuildJoinRequest(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 3; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + /// Field number for the "Accept" field. + public const int AcceptFieldNumber = 4; + private bool accept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Accept { + get { return accept_; } + set { + accept_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqConfirmGuildJoinRequest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqConfirmGuildJoinRequest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (TargetUsn != other.TargetUsn) return false; + if (Accept != other.Accept) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (TargetUsn != 0L) hash ^= TargetUsn.GetHashCode(); + if (Accept != false) hash ^= Accept.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + if (Accept != false) { + output.WriteRawTag(32); + output.WriteBool(Accept); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + if (Accept != false) { + output.WriteRawTag(32); + output.WriteBool(Accept); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (Accept != 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(ReqConfirmGuildJoinRequest other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + if (other.Accept != false) { + Accept = other.Accept; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + break; + } + case 32: { + Accept = 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + break; + } + case 32: { + Accept = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/allconfirmjoinrequest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAllConfirmGuildJoinRequest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAllConfirmGuildJoinRequest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[159]; } + } + + [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 ReqAllConfirmGuildJoinRequest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllConfirmGuildJoinRequest(ReqAllConfirmGuildJoinRequest other) : this() { + gsn_ = other.gsn_; + accept_ = other.accept_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllConfirmGuildJoinRequest Clone() { + return new ReqAllConfirmGuildJoinRequest(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Accept" field. + public const int AcceptFieldNumber = 3; + private bool accept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Accept { + get { return accept_; } + set { + accept_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAllConfirmGuildJoinRequest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAllConfirmGuildJoinRequest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Accept != other.Accept) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Accept != false) hash ^= Accept.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Accept != false) { + output.WriteRawTag(24); + output.WriteBool(Accept); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Accept != false) { + output.WriteRawTag(24); + output.WriteBool(Accept); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Accept != 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(ReqAllConfirmGuildJoinRequest other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Accept != false) { + Accept = other.Accept; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + Accept = 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + Accept = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/setname + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetGuildName : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetGuildName()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[160]; } + } + + [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 ReqSetGuildName() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetGuildName(ReqSetGuildName other) : this() { + gsn_ = other.gsn_; + name_ = other.name_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetGuildName Clone() { + return new ReqSetGuildName(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Name" field. + public const int NameFieldNumber = 3; + private string name_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return name_; } + set { + name_ = 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 ReqSetGuildName); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetGuildName other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Name != other.Name) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Name.Length != 0) hash ^= Name.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Name); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Name); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Name.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetGuildName other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Name.Length != 0) { + Name = other.Name; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Name = 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 16: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Name = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/updatenotice + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateGuildNotice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateGuildNotice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[161]; } + } + + [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 ReqUpdateGuildNotice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateGuildNotice(ReqUpdateGuildNotice other) : this() { + gsn_ = other.gsn_; + notice_ = other.notice_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateGuildNotice Clone() { + return new ReqUpdateGuildNotice(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Notice" field. + public const int NoticeFieldNumber = 3; + private string notice_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Notice { + get { return notice_; } + set { + notice_ = 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 ReqUpdateGuildNotice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateGuildNotice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Notice != other.Notice) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Notice.Length != 0) hash ^= Notice.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Notice.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Notice); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Notice.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Notice); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Notice.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Notice); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateGuildNotice other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Notice.Length != 0) { + Notice = other.Notice; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Notice = 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 16: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Notice = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/updatesettings + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateGuildSettings : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateGuildSettings()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[162]; } + } + + [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 ReqUpdateGuildSettings() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateGuildSettings(ReqUpdateGuildSettings other) : this() { + gsn_ = other.gsn_; + desc_ = other.desc_; + emblem_ = other.emblem_; + locale_ = other.locale_; + joinType_ = other.joinType_; + joinLevel_ = other.joinLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateGuildSettings Clone() { + return new ReqUpdateGuildSettings(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Desc" field. + public const int DescFieldNumber = 3; + private string desc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Desc { + get { return desc_; } + set { + desc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Emblem" field. + public const int EmblemFieldNumber = 4; + private int emblem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Emblem { + get { return emblem_; } + set { + emblem_ = value; + } + } + + /// Field number for the "Locale" field. + public const int LocaleFieldNumber = 5; + private int locale_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Locale { + get { return locale_; } + set { + locale_ = value; + } + } + + /// Field number for the "JoinType" field. + public const int JoinTypeFieldNumber = 6; + private int joinType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JoinType { + get { return joinType_; } + set { + joinType_ = value; + } + } + + /// Field number for the "JoinLevel" field. + public const int JoinLevelFieldNumber = 7; + private int joinLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JoinLevel { + get { return joinLevel_; } + set { + joinLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateGuildSettings); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateGuildSettings other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Desc != other.Desc) return false; + if (Emblem != other.Emblem) return false; + if (Locale != other.Locale) return false; + if (JoinType != other.JoinType) return false; + if (JoinLevel != other.JoinLevel) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Desc.Length != 0) hash ^= Desc.GetHashCode(); + if (Emblem != 0) hash ^= Emblem.GetHashCode(); + if (Locale != 0) hash ^= Locale.GetHashCode(); + if (JoinType != 0) hash ^= JoinType.GetHashCode(); + if (JoinLevel != 0) hash ^= JoinLevel.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Desc.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Desc); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Locale != 0) { + output.WriteRawTag(40); + output.WriteInt32(Locale); + } + if (JoinType != 0) { + output.WriteRawTag(48); + output.WriteInt32(JoinType); + } + if (JoinLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(JoinLevel); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Desc.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Desc); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Locale != 0) { + output.WriteRawTag(40); + output.WriteInt32(Locale); + } + if (JoinType != 0) { + output.WriteRawTag(48); + output.WriteInt32(JoinType); + } + if (JoinLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(JoinLevel); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Desc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); + } + if (Emblem != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Emblem); + } + if (Locale != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Locale); + } + if (JoinType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JoinType); + } + if (JoinLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JoinLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateGuildSettings other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Desc.Length != 0) { + Desc = other.Desc; + } + if (other.Emblem != 0) { + Emblem = other.Emblem; + } + if (other.Locale != 0) { + Locale = other.Locale; + } + if (other.JoinType != 0) { + JoinType = other.JoinType; + } + if (other.JoinLevel != 0) { + JoinLevel = other.JoinLevel; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Desc = input.ReadString(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 40: { + Locale = input.ReadInt32(); + break; + } + case 48: { + JoinType = input.ReadInt32(); + break; + } + case 56: { + JoinLevel = 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 16: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Desc = input.ReadString(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 40: { + Locale = input.ReadInt32(); + break; + } + case 48: { + JoinType = input.ReadInt32(); + break; + } + case 56: { + JoinLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/sendmail + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSendGuildMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSendGuildMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[163]; } + } + + [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 ReqSendGuildMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSendGuildMail(ReqSendGuildMail other) : this() { + gsn_ = other.gsn_; + title_ = other.title_; + content_ = other.content_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSendGuildMail Clone() { + return new ReqSendGuildMail(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Title" field. + public const int TitleFieldNumber = 3; + private string title_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Title { + get { return title_; } + set { + title_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Content" field. + public const int ContentFieldNumber = 4; + private string content_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Content { + get { return content_; } + set { + content_ = 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 ReqSendGuildMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSendGuildMail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Title != other.Title) return false; + if (Content != other.Content) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Title.Length != 0) hash ^= Title.GetHashCode(); + if (Content.Length != 0) hash ^= Content.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Title.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Title); + } + if (Content.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Content); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Title.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Title); + } + if (Content.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Content); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Title.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Title); + } + if (Content.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Content); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSendGuildMail other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Title.Length != 0) { + Title = other.Title; + } + if (other.Content.Length != 0) { + Content = other.Content; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Title = input.ReadString(); + break; + } + case 34: { + Content = 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 16: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Title = input.ReadString(); + break; + } + case 34: { + Content = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Guild/ChangeMaster + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChangeGuildMaster : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChangeGuildMaster()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[164]; } + } + + [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 ReqChangeGuildMaster() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChangeGuildMaster(ReqChangeGuildMaster other) : this() { + gsn_ = other.gsn_; + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChangeGuildMaster Clone() { + return new ReqChangeGuildMaster(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 3; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChangeGuildMaster); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChangeGuildMaster other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (TargetUsn != other.TargetUsn) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (TargetUsn != 0L) hash ^= TargetUsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChangeGuildMaster other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/changemanager + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChangeGuildManager : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChangeGuildManager()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[165]; } + } + + [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 ReqChangeGuildManager() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChangeGuildManager(ReqChangeGuildManager other) : this() { + gsn_ = other.gsn_; + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChangeGuildManager Clone() { + return new ReqChangeGuildManager(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 3; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChangeGuildManager); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChangeGuildManager other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (TargetUsn != other.TargetUsn) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (TargetUsn != 0L) hash ^= TargetUsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChangeGuildManager other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/kickmember + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqKickGuildMember : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqKickGuildMember()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[166]; } + } + + [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 ReqKickGuildMember() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqKickGuildMember(ReqKickGuildMember other) : this() { + gsn_ = other.gsn_; + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqKickGuildMember Clone() { + return new ReqKickGuildMember(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 3; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqKickGuildMember); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqKickGuildMember other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (TargetUsn != other.TargetUsn) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (TargetUsn != 0L) hash ^= TargetUsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqKickGuildMember other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/addblacklist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddGuildBlacklist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddGuildBlacklist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[167]; } + } + + [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 ReqAddGuildBlacklist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddGuildBlacklist(ReqAddGuildBlacklist other) : this() { + gsn_ = other.gsn_; + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddGuildBlacklist Clone() { + return new ReqAddGuildBlacklist(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 3; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddGuildBlacklist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddGuildBlacklist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (TargetUsn != other.TargetUsn) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (TargetUsn != 0L) hash ^= TargetUsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (TargetUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TargetUsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddGuildBlacklist other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/join + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqJoinGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqJoinGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[168]; } + } + + [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 ReqJoinGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqJoinGuild(ReqJoinGuild other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqJoinGuild Clone() { + return new ReqJoinGuild(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqJoinGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqJoinGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqJoinGuild other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/leave + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqLeaveGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqLeaveGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[169]; } + } + + [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 ReqLeaveGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLeaveGuild(ReqLeaveGuild other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLeaveGuild Clone() { + return new ReqLeaveGuild(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqLeaveGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqLeaveGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqLeaveGuild other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/chat/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetGuildChatList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetGuildChatList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[170]; } + } + + [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 ReqGetGuildChatList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuildChatList(ReqGetGuildChatList other) : this() { + latestMessageId_ = other.latestMessageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuildChatList Clone() { + return new ReqGetGuildChatList(this); + } + + /// Field number for the "LatestMessageId" field. + public const int LatestMessageIdFieldNumber = 1; + private string latestMessageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string LatestMessageId { + get { return latestMessageId_; } + set { + latestMessageId_ = 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 ReqGetGuildChatList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetGuildChatList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LatestMessageId != other.LatestMessageId) 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 (LatestMessageId.Length != 0) hash ^= LatestMessageId.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 (LatestMessageId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(LatestMessageId); + } + 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 (LatestMessageId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(LatestMessageId); + } + 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 (LatestMessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(LatestMessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetGuildChatList other) { + if (other == null) { + return; + } + if (other.LatestMessageId.Length != 0) { + LatestMessageId = other.LatestMessageId; + } + _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: { + LatestMessageId = 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 10: { + LatestMessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/chat/send + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSendGuildChat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSendGuildChat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[171]; } + } + + [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 ReqSendGuildChat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSendGuildChat(ReqSendGuildChat other) : this() { + message_ = other.message_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSendGuildChat Clone() { + return new ReqSendGuildChat(this); + } + + /// Field number for the "Message" field. + public const int MessageFieldNumber = 1; + private string message_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Message { + get { return message_; } + set { + message_ = 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 ReqSendGuildChat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSendGuildChat other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Message != other.Message) 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 (Message.Length != 0) hash ^= Message.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 (Message.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Message); + } + 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 (Message.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Message); + } + 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 (Message.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSendGuildChat other) { + if (other == null) { + return; + } + if (other.Message.Length != 0) { + Message = other.Message; + } + _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: { + Message = 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 10: { + Message = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetFriendData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetFriendData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[172]; } + } + + [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 ReqGetFriendData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFriendData(ReqGetFriendData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFriendData Clone() { + return new ReqGetFriendData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetFriendData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetFriendData 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(ReqGetFriendData 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 + + } + + /// + /// URL: /Friend/SendRequest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRequestFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRequestFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[173]; } + } + + [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 ReqRequestFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRequestFriend(ReqRequestFriend other) : this() { + fusn_ = other.fusn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRequestFriend Clone() { + return new ReqRequestFriend(this); + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 2; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRequestFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRequestFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Fusn != other.Fusn) 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 (Fusn != 0L) hash ^= Fusn.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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRequestFriend other) { + if (other == null) { + return; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + _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: { + Fusn = input.ReadInt64(); + 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: { + Fusn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/accept + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAcceptFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAcceptFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[174]; } + } + + [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 ReqAcceptFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAcceptFriend(ReqAcceptFriend other) : this() { + fusn_ = other.fusn_; + isAccept_ = other.isAccept_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAcceptFriend Clone() { + return new ReqAcceptFriend(this); + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 2; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + /// Field number for the "IsAccept" field. + public const int IsAcceptFieldNumber = 3; + private bool isAccept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsAccept { + get { return isAccept_; } + set { + isAccept_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAcceptFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAcceptFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Fusn != other.Fusn) return false; + if (IsAccept != other.IsAccept) 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 (Fusn != 0L) hash ^= Fusn.GetHashCode(); + if (IsAccept != false) hash ^= IsAccept.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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + if (IsAccept != false) { + output.WriteRawTag(24); + output.WriteBool(IsAccept); + } + 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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + if (IsAccept != false) { + output.WriteRawTag(24); + output.WriteBool(IsAccept); + } + 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 (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (IsAccept != 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(ReqAcceptFriend other) { + if (other == null) { + return; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + if (other.IsAccept != false) { + IsAccept = other.IsAccept; + } + _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: { + Fusn = input.ReadInt64(); + break; + } + case 24: { + IsAccept = 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: { + Fusn = input.ReadInt64(); + break; + } + case 24: { + IsAccept = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/delete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[175]; } + } + + [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 ReqDeleteFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteFriend(ReqDeleteFriend other) : this() { + fusn_ = other.fusn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteFriend Clone() { + return new ReqDeleteFriend(this); + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 2; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Fusn != other.Fusn) 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 (Fusn != 0L) hash ^= Fusn.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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteFriend other) { + if (other == null) { + return; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + _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: { + Fusn = input.ReadInt64(); + 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: { + Fusn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/allaccept + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAllAcceptFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAllAcceptFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[176]; } + } + + [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 ReqAllAcceptFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllAcceptFriend(ReqAllAcceptFriend other) : this() { + isAccept_ = other.isAccept_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllAcceptFriend Clone() { + return new ReqAllAcceptFriend(this); + } + + /// Field number for the "IsAccept" field. + public const int IsAcceptFieldNumber = 2; + private bool isAccept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsAccept { + get { return isAccept_; } + set { + isAccept_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAllAcceptFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAllAcceptFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsAccept != other.IsAccept) 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 (IsAccept != false) hash ^= IsAccept.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 (IsAccept != false) { + output.WriteRawTag(16); + output.WriteBool(IsAccept); + } + 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 (IsAccept != false) { + output.WriteRawTag(16); + output.WriteBool(IsAccept); + } + 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 (IsAccept != 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(ReqAllAcceptFriend other) { + if (other == null) { + return; + } + if (other.IsAccept != false) { + IsAccept = other.IsAccept; + } + _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: { + IsAccept = 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: { + IsAccept = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/sendfriendship + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSendFriendshipPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSendFriendshipPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[177]; } + } + + [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 ReqSendFriendshipPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSendFriendshipPoint(ReqSendFriendshipPoint other) : this() { + fusn_ = other.fusn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSendFriendshipPoint Clone() { + return new ReqSendFriendshipPoint(this); + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 2; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSendFriendshipPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSendFriendshipPoint other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Fusn != other.Fusn) 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 (Fusn != 0L) hash ^= Fusn.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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSendFriendshipPoint other) { + if (other == null) { + return; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + _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: { + Fusn = input.ReadInt64(); + 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: { + Fusn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/obtainfriendship + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainFriendshipPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainFriendshipPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[178]; } + } + + [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 ReqObtainFriendshipPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainFriendshipPoint(ReqObtainFriendshipPoint other) : this() { + fusn_ = other.fusn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainFriendshipPoint Clone() { + return new ReqObtainFriendshipPoint(this); + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 2; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainFriendshipPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainFriendshipPoint other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Fusn != other.Fusn) 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 (Fusn != 0L) hash ^= Fusn.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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainFriendshipPoint other) { + if (other == null) { + return; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + _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: { + Fusn = input.ReadInt64(); + 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: { + Fusn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/allfriendship + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAllFriendshipPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAllFriendshipPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[179]; } + } + + [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 ReqAllFriendshipPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllFriendshipPoint(ReqAllFriendshipPoint other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAllFriendshipPoint Clone() { + return new ReqAllFriendshipPoint(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAllFriendshipPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAllFriendshipPoint 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(ReqAllFriendshipPoint 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 + + } + + /// + /// URL: /friend/addblacklist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddBlacklist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddBlacklist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[180]; } + } + + [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 ReqAddBlacklist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddBlacklist(ReqAddBlacklist other) : this() { + blackUsn_ = other.blackUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddBlacklist Clone() { + return new ReqAddBlacklist(this); + } + + /// Field number for the "BlackUsn" field. + public const int BlackUsnFieldNumber = 2; + private long blackUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BlackUsn { + get { return blackUsn_; } + set { + blackUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddBlacklist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddBlacklist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BlackUsn != other.BlackUsn) 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 (BlackUsn != 0L) hash ^= BlackUsn.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 (BlackUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BlackUsn); + } + 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 (BlackUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BlackUsn); + } + 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 (BlackUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BlackUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddBlacklist other) { + if (other == null) { + return; + } + if (other.BlackUsn != 0L) { + BlackUsn = other.BlackUsn; + } + _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: { + BlackUsn = input.ReadInt64(); + 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: { + BlackUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Friend/ClearBlacklist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearBlacklist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearBlacklist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[181]; } + } + + [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 ReqClearBlacklist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearBlacklist(ReqClearBlacklist other) : this() { + clearUsn_ = other.clearUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearBlacklist Clone() { + return new ReqClearBlacklist(this); + } + + /// Field number for the "ClearUsn" field. + public const int ClearUsnFieldNumber = 2; + private long clearUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ClearUsn { + get { return clearUsn_; } + set { + clearUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearBlacklist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearBlacklist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ClearUsn != other.ClearUsn) 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 (ClearUsn != 0L) hash ^= ClearUsn.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 (ClearUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ClearUsn); + } + 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 (ClearUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ClearUsn); + } + 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 (ClearUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ClearUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearBlacklist other) { + if (other == null) { + return; + } + if (other.ClearUsn != 0L) { + ClearUsn = other.ClearUsn; + } + _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: { + ClearUsn = input.ReadInt64(); + 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: { + ClearUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/recommend + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecommendFriendList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecommendFriendList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[182]; } + } + + [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 ReqRecommendFriendList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecommendFriendList(ReqRecommendFriendList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecommendFriendList Clone() { + return new ReqRecommendFriendList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecommendFriendList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecommendFriendList 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(ReqRecommendFriendList 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 + + } + + /// + /// URL: /friend/deletelist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteFriendList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteFriendList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[183]; } + } + + [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 ReqDeleteFriendList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteFriendList(ReqDeleteFriendList other) : this() { + deleteList_ = other.deleteList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteFriendList Clone() { + return new ReqDeleteFriendList(this); + } + + /// Field number for the "DeleteList" field. + public const int DeleteListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_deleteList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField deleteList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DeleteList { + get { return deleteList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteFriendList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteFriendList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!deleteList_.Equals(other.deleteList_)) 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 ^= deleteList_.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 + deleteList_.WriteTo(output, _repeated_deleteList_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) { + deleteList_.WriteTo(ref output, _repeated_deleteList_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 += deleteList_.CalculateSize(_repeated_deleteList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteFriendList other) { + if (other == null) { + return; + } + deleteList_.Add(other.deleteList_); + _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: + case 16: { + deleteList_.AddEntriesFrom(input, _repeated_deleteList_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 18: + case 16: { + deleteList_.AddEntriesFrom(ref input, _repeated_deleteList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/search + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSearchFriendList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSearchFriendList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[184]; } + } + + [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 ReqSearchFriendList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSearchFriendList(ReqSearchFriendList other) : this() { + search_ = other.search_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSearchFriendList Clone() { + return new ReqSearchFriendList(this); + } + + /// Field number for the "Search" field. + public const int SearchFieldNumber = 2; + private string search_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Search { + get { return search_; } + set { + search_ = 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 ReqSearchFriendList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSearchFriendList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Search != other.Search) 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 (Search.Length != 0) hash ^= Search.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 (Search.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Search); + } + 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 (Search.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Search); + } + 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 (Search.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Search); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSearchFriendList other) { + if (other == null) { + return; + } + if (other.Search.Length != 0) { + Search = other.Search; + } + _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: { + Search = 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 18: { + Search = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /friend/cancelrequest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCancelRequestFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCancelRequestFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[185]; } + } + + [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 ReqCancelRequestFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCancelRequestFriend(ReqCancelRequestFriend other) : this() { + fusn_ = other.fusn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCancelRequestFriend Clone() { + return new ReqCancelRequestFriend(this); + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 2; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCancelRequestFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCancelRequestFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Fusn != other.Fusn) 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 (Fusn != 0L) hash ^= Fusn.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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Fusn); + } + 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 (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCancelRequestFriend other) { + if (other == null) { + return; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + _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: { + Fusn = input.ReadInt64(); + 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: { + Fusn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/getoutpostdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetOutpostData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetOutpostData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[186]; } + } + + [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 ReqGetOutpostData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetOutpostData(ReqGetOutpostData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetOutpostData Clone() { + return new ReqGetOutpostData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetOutpostData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetOutpostData 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(ReqGetOutpostData 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 + + } + + /// + /// URL: /outpost/building + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[187]; } + } + + [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 ReqBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuilding(ReqBuilding other) : this() { + buildingId_ = other.buildingId_; + positionId_ = other.positionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuilding Clone() { + return new ReqBuilding(this); + } + + /// Field number for the "BuildingId" field. + public const int BuildingIdFieldNumber = 2; + private int buildingId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuildingId { + get { return buildingId_; } + set { + buildingId_ = value; + } + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 3; + private int positionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PositionId { + get { return positionId_; } + set { + positionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BuildingId != other.BuildingId) return false; + if (PositionId != other.PositionId) 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 (BuildingId != 0) hash ^= BuildingId.GetHashCode(); + if (PositionId != 0) hash ^= PositionId.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 (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + if (PositionId != 0) { + output.WriteRawTag(24); + output.WriteInt32(PositionId); + } + 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 (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + if (PositionId != 0) { + output.WriteRawTag(24); + output.WriteInt32(PositionId); + } + 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 (BuildingId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuildingId); + } + if (PositionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PositionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuilding other) { + if (other == null) { + return; + } + if (other.BuildingId != 0) { + BuildingId = other.BuildingId; + } + if (other.PositionId != 0) { + PositionId = other.PositionId; + } + _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: { + BuildingId = input.ReadInt32(); + break; + } + case 24: { + PositionId = 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 16: { + BuildingId = input.ReadInt32(); + break; + } + case 24: { + PositionId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/cancelbuilding + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCancelBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCancelBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[188]; } + } + + [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 ReqCancelBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCancelBuilding(ReqCancelBuilding other) : this() { + positionId_ = other.positionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCancelBuilding Clone() { + return new ReqCancelBuilding(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 2; + private int positionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PositionId { + get { return positionId_; } + set { + positionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCancelBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCancelBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) 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 (PositionId != 0) hash ^= PositionId.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 (PositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PositionId); + } + 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 (PositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PositionId); + } + 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 (PositionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PositionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCancelBuilding other) { + if (other == null) { + return; + } + if (other.PositionId != 0) { + PositionId = other.PositionId; + } + _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: { + PositionId = 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 16: { + PositionId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/immediatelybuilding + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqImmediatelyBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqImmediatelyBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[189]; } + } + + [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 ReqImmediatelyBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqImmediatelyBuilding(ReqImmediatelyBuilding other) : this() { + positionId_ = other.positionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqImmediatelyBuilding Clone() { + return new ReqImmediatelyBuilding(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 2; + private int positionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PositionId { + get { return positionId_; } + set { + positionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqImmediatelyBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqImmediatelyBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) 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 (PositionId != 0) hash ^= PositionId.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 (PositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PositionId); + } + 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 (PositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PositionId); + } + 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 (PositionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PositionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqImmediatelyBuilding other) { + if (other == null) { + return; + } + if (other.PositionId != 0) { + PositionId = other.PositionId; + } + _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: { + PositionId = 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 16: { + PositionId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /Outpost/MoveBuilding + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMoveBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMoveBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[190]; } + } + + [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 ReqMoveBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMoveBuilding(ReqMoveBuilding other) : this() { + srcPositionId_ = other.srcPositionId_; + dstPositionId_ = other.dstPositionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMoveBuilding Clone() { + return new ReqMoveBuilding(this); + } + + /// Field number for the "SrcPositionId" field. + public const int SrcPositionIdFieldNumber = 2; + private int srcPositionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SrcPositionId { + get { return srcPositionId_; } + set { + srcPositionId_ = value; + } + } + + /// Field number for the "DstPositionId" field. + public const int DstPositionIdFieldNumber = 3; + private int dstPositionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DstPositionId { + get { return dstPositionId_; } + set { + dstPositionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMoveBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMoveBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SrcPositionId != other.SrcPositionId) return false; + if (DstPositionId != other.DstPositionId) 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 (SrcPositionId != 0) hash ^= SrcPositionId.GetHashCode(); + if (DstPositionId != 0) hash ^= DstPositionId.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 (SrcPositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SrcPositionId); + } + if (DstPositionId != 0) { + output.WriteRawTag(24); + output.WriteInt32(DstPositionId); + } + 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 (SrcPositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SrcPositionId); + } + if (DstPositionId != 0) { + output.WriteRawTag(24); + output.WriteInt32(DstPositionId); + } + 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 (SrcPositionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SrcPositionId); + } + if (DstPositionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DstPositionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMoveBuilding other) { + if (other == null) { + return; + } + if (other.SrcPositionId != 0) { + SrcPositionId = other.SrcPositionId; + } + if (other.DstPositionId != 0) { + DstPositionId = other.DstPositionId; + } + _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: { + SrcPositionId = input.ReadInt32(); + break; + } + case 24: { + DstPositionId = 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 16: { + SrcPositionId = input.ReadInt32(); + break; + } + case 24: { + DstPositionId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/buildingisdone + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuildingIsDone : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuildingIsDone()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[191]; } + } + + [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 ReqBuildingIsDone() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuildingIsDone(ReqBuildingIsDone other) : this() { + positionId_ = other.positionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuildingIsDone Clone() { + return new ReqBuildingIsDone(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 2; + private int positionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PositionId { + get { return positionId_; } + set { + positionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqBuildingIsDone); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuildingIsDone other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) 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 (PositionId != 0) hash ^= PositionId.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 (PositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PositionId); + } + 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 (PositionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PositionId); + } + 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 (PositionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PositionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuildingIsDone other) { + if (other == null) { + return; + } + if (other.PositionId != 0) { + PositionId = other.PositionId; + } + _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: { + PositionId = 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 16: { + PositionId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/obtainoutpostbattlereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainOutpostBattleReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainOutpostBattleReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[192]; } + } + + [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 ReqObtainOutpostBattleReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainOutpostBattleReward(ReqObtainOutpostBattleReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainOutpostBattleReward Clone() { + return new ReqObtainOutpostBattleReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainOutpostBattleReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainOutpostBattleReward 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(ReqObtainOutpostBattleReward 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 + + } + + /// + /// URL: /outpost/obtainfastbattlereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainFastBattleReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainFastBattleReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[193]; } + } + + [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 ReqObtainFastBattleReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainFastBattleReward(ReqObtainFastBattleReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainFastBattleReward Clone() { + return new ReqObtainFastBattleReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainFastBattleReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainFastBattleReward 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(ReqObtainFastBattleReward 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 + + } + + /// + /// URL: /outpost/showoutpostbattlereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqShowOutpostBattleReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqShowOutpostBattleReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[194]; } + } + + [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 ReqShowOutpostBattleReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShowOutpostBattleReward(ReqShowOutpostBattleReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShowOutpostBattleReward Clone() { + return new ReqShowOutpostBattleReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqShowOutpostBattleReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqShowOutpostBattleReward 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(ReqShowOutpostBattleReward 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 + + } + + /// + /// URL: /outpost/dispatch/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetDispatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetDispatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[195]; } + } + + [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 ReqGetDispatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDispatchList(ReqGetDispatchList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDispatchList Clone() { + return new ReqGetDispatchList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetDispatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetDispatchList 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(ReqGetDispatchList 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 + + } + + /// + /// URL: /Outpost/ResetDispatchList + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqResetDispatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqResetDispatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[196]; } + } + + [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 ReqResetDispatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetDispatchList(ReqResetDispatchList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetDispatchList Clone() { + return new ReqResetDispatchList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqResetDispatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqResetDispatchList 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(ReqResetDispatchList 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 + + } + + /// + /// URL: /outpost/rundispatch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRunDispatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRunDispatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[197]; } + } + + [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 ReqRunDispatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRunDispatch(ReqRunDispatch other) : this() { + tid_ = other.tid_; + csnList_ = other.csnList_.Clone(); + selectSlotId_ = other.selectSlotId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRunDispatch Clone() { + return new ReqRunDispatch(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "CsnList" field. + public const int CsnListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_csnList_codec + = pb::FieldCodec.ForInt64(26); + private readonly pbc::RepeatedField csnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CsnList { + get { return csnList_; } + } + + /// Field number for the "SelectSlotId" field. + public const int SelectSlotIdFieldNumber = 4; + private int selectSlotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectSlotId { + get { return selectSlotId_; } + set { + selectSlotId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRunDispatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRunDispatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if(!csnList_.Equals(other.csnList_)) return false; + if (SelectSlotId != other.SelectSlotId) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + hash ^= csnList_.GetHashCode(); + if (SelectSlotId != 0) hash ^= SelectSlotId.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + csnList_.WriteTo(output, _repeated_csnList_codec); + if (SelectSlotId != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectSlotId); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + csnList_.WriteTo(ref output, _repeated_csnList_codec); + if (SelectSlotId != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectSlotId); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + size += csnList_.CalculateSize(_repeated_csnList_codec); + if (SelectSlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectSlotId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRunDispatch other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + csnList_.Add(other.csnList_); + if (other.SelectSlotId != 0) { + SelectSlotId = other.SelectSlotId; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 26: + case 24: { + csnList_.AddEntriesFrom(input, _repeated_csnList_codec); + break; + } + case 32: { + SelectSlotId = 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 16: { + Tid = input.ReadInt32(); + break; + } + case 26: + case 24: { + csnList_.AddEntriesFrom(ref input, _repeated_csnList_codec); + break; + } + case 32: { + SelectSlotId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/canceldispatch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCancelDispatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCancelDispatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[198]; } + } + + [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 ReqCancelDispatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCancelDispatch(ReqCancelDispatch other) : this() { + tid_ = other.tid_; + selectSlotId_ = other.selectSlotId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCancelDispatch Clone() { + return new ReqCancelDispatch(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "SelectSlotId" field. + public const int SelectSlotIdFieldNumber = 3; + private int selectSlotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectSlotId { + get { return selectSlotId_; } + set { + selectSlotId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCancelDispatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCancelDispatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (SelectSlotId != other.SelectSlotId) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (SelectSlotId != 0) hash ^= SelectSlotId.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (SelectSlotId != 0) { + output.WriteRawTag(24); + output.WriteInt32(SelectSlotId); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (SelectSlotId != 0) { + output.WriteRawTag(24); + output.WriteInt32(SelectSlotId); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (SelectSlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectSlotId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCancelDispatch other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.SelectSlotId != 0) { + SelectSlotId = other.SelectSlotId; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 24: { + SelectSlotId = 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 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + SelectSlotId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/obtaindispatchreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainDispatchReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainDispatchReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[199]; } + } + + [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 ReqObtainDispatchReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDispatchReward(ReqObtainDispatchReward other) : this() { + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDispatchReward Clone() { + return new ReqObtainDispatchReward(this); + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainDispatchReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainDispatchReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tidList_.Equals(other.tidList_)) 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 ^= tidList_.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 + tidList_.WriteTo(output, _repeated_tidList_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) { + tidList_.WriteTo(ref output, _repeated_tidList_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 += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainDispatchReward other) { + if (other == null) { + return; + } + tidList_.Add(other.tidList_); + _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: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/checkbuildcondition + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCheckBuildCondition : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCheckBuildCondition()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[200]; } + } + + [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 ReqCheckBuildCondition() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckBuildCondition(ReqCheckBuildCondition other) : this() { + buildingId_ = other.buildingId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckBuildCondition Clone() { + return new ReqCheckBuildCondition(this); + } + + /// Field number for the "BuildingId" field. + public const int BuildingIdFieldNumber = 2; + private int buildingId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuildingId { + get { return buildingId_; } + set { + buildingId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCheckBuildCondition); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCheckBuildCondition other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BuildingId != other.BuildingId) 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 (BuildingId != 0) hash ^= BuildingId.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 (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + 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 (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + 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 (BuildingId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuildingId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCheckBuildCondition other) { + if (other == null) { + return; + } + if (other.BuildingId != 0) { + BuildingId = other.BuildingId; + } + _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: { + BuildingId = 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 16: { + BuildingId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/rundispatchlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRunDispatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRunDispatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[201]; } + } + + [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 ReqRunDispatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRunDispatchList(ReqRunDispatchList other) : this() { + dispatchData_ = other.dispatchData_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRunDispatchList Clone() { + return new ReqRunDispatchList(this); + } + + /// Field number for the "DispatchData" field. + public const int DispatchDataFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_dispatchData_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDispatchData.Parser); + private readonly pbc::RepeatedField dispatchData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchData { + get { return dispatchData_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRunDispatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRunDispatchList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!dispatchData_.Equals(other.dispatchData_)) 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 ^= dispatchData_.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 + dispatchData_.WriteTo(output, _repeated_dispatchData_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) { + dispatchData_.WriteTo(ref output, _repeated_dispatchData_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 += dispatchData_.CalculateSize(_repeated_dispatchData_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRunDispatchList other) { + if (other == null) { + return; + } + dispatchData_.Add(other.dispatchData_); + _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: { + dispatchData_.AddEntriesFrom(input, _repeated_dispatchData_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 18: { + dispatchData_.AddEntriesFrom(ref input, _repeated_dispatchData_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/recycleroom/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetRecycleRoomData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetRecycleRoomData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[202]; } + } + + [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 ReqGetRecycleRoomData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRecycleRoomData(ReqGetRecycleRoomData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRecycleRoomData Clone() { + return new ReqGetRecycleRoomData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetRecycleRoomData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetRecycleRoomData 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(ReqGetRecycleRoomData 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 + + } + + /// + /// URL: /outpost/RecycleRoom/RunResearch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecycleRunResearch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecycleRunResearch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[203]; } + } + + [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 ReqRecycleRunResearch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecycleRunResearch(ReqRecycleRunResearch other) : this() { + tid_ = other.tid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecycleRunResearch Clone() { + return new ReqRecycleRunResearch(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecycleRunResearch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecycleRunResearch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) 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 (Tid != 0) hash ^= Tid.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecycleRunResearch other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + _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: { + Tid = 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 16: { + Tid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/RecycleRoom/LevelUpResearch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecycleLevelUpResearch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecycleLevelUpResearch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[204]; } + } + + [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 ReqRecycleLevelUpResearch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecycleLevelUpResearch(ReqRecycleLevelUpResearch other) : this() { + tid_ = other.tid_; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecycleLevelUpResearch Clone() { + return new ReqRecycleLevelUpResearch(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecycleLevelUpResearch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecycleLevelUpResearch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if(!items_.Equals(other.items_)) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + hash ^= items_.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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + items_.WriteTo(output, _repeated_items_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 (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + items_.WriteTo(ref output, _repeated_items_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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecycleLevelUpResearch other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + items_.Add(other.items_); + _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: { + Tid = input.ReadInt32(); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_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: { + Tid = input.ReadInt32(); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/tactic/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetTacticAcademyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetTacticAcademyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[205]; } + } + + [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 ReqGetTacticAcademyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTacticAcademyData(ReqGetTacticAcademyData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTacticAcademyData Clone() { + return new ReqGetTacticAcademyData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetTacticAcademyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetTacticAcademyData 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(ReqGetTacticAcademyData 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 + + } + + /// + /// URL: /outpost/tactic/clearlesson + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqTacticAcademyClearLesson : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqTacticAcademyClearLesson()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[206]; } + } + + [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 ReqTacticAcademyClearLesson() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqTacticAcademyClearLesson(ReqTacticAcademyClearLesson other) : this() { + lessonTid_ = other.lessonTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqTacticAcademyClearLesson Clone() { + return new ReqTacticAcademyClearLesson(this); + } + + /// Field number for the "LessonTid" field. + public const int LessonTidFieldNumber = 2; + private int lessonTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LessonTid { + get { return lessonTid_; } + set { + lessonTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqTacticAcademyClearLesson); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqTacticAcademyClearLesson other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LessonTid != other.LessonTid) 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 (LessonTid != 0) hash ^= LessonTid.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 (LessonTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(LessonTid); + } + 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 (LessonTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(LessonTid); + } + 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 (LessonTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LessonTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqTacticAcademyClearLesson other) { + if (other == null) { + return; + } + if (other.LessonTid != 0) { + LessonTid = other.LessonTid; + } + _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: { + LessonTid = 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 16: { + LessonTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/memorial/getmemorylist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMemoryList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMemoryList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[207]; } + } + + [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 ReqGetMemoryList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMemoryList(ReqGetMemoryList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMemoryList Clone() { + return new ReqGetMemoryList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMemoryList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMemoryList 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(ReqGetMemoryList 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 + + } + + /// + /// URL: /outpost/memorial/obtainmemorialseriesreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMemorialSeriesReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMemorialSeriesReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[208]; } + } + + [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 ReqObtainMemorialSeriesReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMemorialSeriesReward(ReqObtainMemorialSeriesReward other) : this() { + seriesList_ = other.seriesList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMemorialSeriesReward Clone() { + return new ReqObtainMemorialSeriesReward(this); + } + + /// Field number for the "SeriesList" field. + public const int SeriesListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_seriesList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField seriesList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SeriesList { + get { return seriesList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMemorialSeriesReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMemorialSeriesReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!seriesList_.Equals(other.seriesList_)) 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 ^= seriesList_.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 + seriesList_.WriteTo(output, _repeated_seriesList_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) { + seriesList_.WriteTo(ref output, _repeated_seriesList_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 += seriesList_.CalculateSize(_repeated_seriesList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMemorialSeriesReward other) { + if (other == null) { + return; + } + seriesList_.Add(other.seriesList_); + _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: + case 16: { + seriesList_.AddEntriesFrom(input, _repeated_seriesList_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 18: + case 16: { + seriesList_.AddEntriesFrom(ref input, _repeated_seriesList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ranking/getlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetRankingList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetRankingList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[209]; } + } + + [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 ReqGetRankingList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRankingList(ReqGetRankingList other) : this() { + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRankingList Clone() { + return new ReqGetRankingList(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetRankingList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetRankingList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) 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 (Type != 0) hash ^= Type.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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetRankingList other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + _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: { + Type = 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 16: { + Type = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ranking/alltoprank + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetAllTopRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetAllTopRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[210]; } + } + + [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 ReqGetAllTopRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAllTopRank(ReqGetAllTopRank other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAllTopRank Clone() { + return new ReqGetAllTopRank(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetAllTopRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetAllTopRank 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(ReqGetAllTopRank 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 + + } + + /// + /// URL: /ranking/rankachievementtop + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetRankAchievementTop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetRankAchievementTop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[211]; } + } + + [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 ReqGetRankAchievementTop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRankAchievementTop(ReqGetRankAchievementTop other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRankAchievementTop Clone() { + return new ReqGetRankAchievementTop(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetRankAchievementTop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetRankAchievementTop 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(ReqGetRankAchievementTop 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 + + } + + /// + /// URL: /ranking/rankachievement + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetRankAchievementLeaderBoard : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetRankAchievementLeaderBoard()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[212]; } + } + + [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 ReqGetRankAchievementLeaderBoard() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRankAchievementLeaderBoard(ReqGetRankAchievementLeaderBoard other) : this() { + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetRankAchievementLeaderBoard Clone() { + return new ReqGetRankAchievementLeaderBoard(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetRankAchievementLeaderBoard); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetRankAchievementLeaderBoard other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) 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 (Type != 0) hash ^= Type.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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetRankAchievementLeaderBoard other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + _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: { + Type = 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 16: { + Type = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ranking/rankachievementserverreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainRankAchievementServerReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainRankAchievementServerReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[213]; } + } + + [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 ReqObtainRankAchievementServerReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainRankAchievementServerReward(ReqObtainRankAchievementServerReward other) : this() { + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainRankAchievementServerReward Clone() { + return new ReqObtainRankAchievementServerReward(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainRankAchievementServerReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainRankAchievementServerReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) 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 (Type != 0) hash ^= Type.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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainRankAchievementServerReward other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + _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: { + Type = 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 16: { + Type = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ranking/updateserverreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateRankingServerReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateRankingServerReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[214]; } + } + + [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 ReqUpdateRankingServerReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateRankingServerReward(ReqUpdateRankingServerReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateRankingServerReward Clone() { + return new ReqUpdateRankingServerReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateRankingServerReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateRankingServerReward 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(ReqUpdateRankingServerReward 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 + + } + + /// + /// URL: /arena/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[215]; } + } + + [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 ReqGetArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArena(ReqGetArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArena Clone() { + return new ReqGetArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArena 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(ReqGetArena 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 + + } + + /// + /// URL: /arena/getenemylist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArenaEnemyList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArenaEnemyList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[216]; } + } + + [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 ReqGetArenaEnemyList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaEnemyList(ReqGetArenaEnemyList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaEnemyList Clone() { + return new ReqGetArenaEnemyList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArenaEnemyList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArenaEnemyList 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(ReqGetArenaEnemyList 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 + + } + + /// + /// URL: /arena/start + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqArenaStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqArenaStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[217]; } + } + + [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 ReqArenaStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaStart(ReqArenaStart other) : this() { + enemyUsn_ = other.enemyUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaStart Clone() { + return new ReqArenaStart(this); + } + + /// Field number for the "EnemyUsn" field. + public const int EnemyUsnFieldNumber = 2; + private long enemyUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EnemyUsn { + get { return enemyUsn_; } + set { + enemyUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqArenaStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqArenaStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EnemyUsn != other.EnemyUsn) 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 (EnemyUsn != 0L) hash ^= EnemyUsn.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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EnemyUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqArenaStart other) { + if (other == null) { + return; + } + if (other.EnemyUsn != 0L) { + EnemyUsn = other.EnemyUsn; + } + _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: { + EnemyUsn = input.ReadInt64(); + 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: { + EnemyUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/botresult + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqArenaBotResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqArenaBotResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[218]; } + } + + [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 ReqArenaBotResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaBotResult(ReqArenaBotResult other) : this() { + groupId_ = other.groupId_; + isWin_ = other.isWin_; + teamNumber_ = other.teamNumber_; + nickname_ = other.nickname_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaBotResult Clone() { + return new ReqArenaBotResult(this); + } + + /// Field number for the "GroupId" field. + public const int GroupIdFieldNumber = 2; + private long groupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long GroupId { + get { return groupId_; } + set { + groupId_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 3; + 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 "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 5; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatArenaBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatArenaBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqArenaBotResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqArenaBotResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GroupId != other.GroupId) return false; + if (IsWin != other.IsWin) return false; + if (TeamNumber != other.TeamNumber) return false; + if (Nickname != other.Nickname) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (GroupId != 0L) hash ^= GroupId.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (GroupId != 0L) { + output.WriteRawTag(16); + output.WriteInt64(GroupId); + } + if (IsWin != false) { + output.WriteRawTag(24); + output.WriteBool(IsWin); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (Nickname.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Nickname); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (GroupId != 0L) { + output.WriteRawTag(16); + output.WriteInt64(GroupId); + } + if (IsWin != false) { + output.WriteRawTag(24); + output.WriteBool(IsWin); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (Nickname.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Nickname); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (GroupId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(GroupId); + } + if (IsWin != false) { + size += 1 + 1; + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqArenaBotResult other) { + if (other == null) { + return; + } + if (other.GroupId != 0L) { + GroupId = other.GroupId; + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatArenaBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + GroupId = input.ReadInt64(); + break; + } + case 24: { + IsWin = input.ReadBool(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 42: { + Nickname = input.ReadString(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatArenaBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + GroupId = input.ReadInt64(); + break; + } + case 24: { + IsWin = input.ReadBool(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 42: { + Nickname = input.ReadString(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatArenaBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/result + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqArenaResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqArenaResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[219]; } + } + + [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 ReqArenaResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaResult(ReqArenaResult other) : this() { + enemyUsn_ = other.enemyUsn_; + teamNumber_ = other.teamNumber_; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + isWin_ = other.isWin_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaResult Clone() { + return new ReqArenaResult(this); + } + + /// Field number for the "EnemyUsn" field. + public const int EnemyUsnFieldNumber = 2; + private long enemyUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EnemyUsn { + get { return enemyUsn_; } + set { + enemyUsn_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 4; + private global::EpinelPS.NetArenaEnemyData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaEnemyData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 5; + 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 "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatArenaBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatArenaBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqArenaResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqArenaResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EnemyUsn != other.EnemyUsn) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if (IsWin != other.IsWin) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EnemyUsn != 0L) hash ^= EnemyUsn.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (enemy_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Enemy); + } + if (IsWin != false) { + output.WriteRawTag(40); + output.WriteBool(IsWin); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (enemy_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Enemy); + } + if (IsWin != false) { + output.WriteRawTag(40); + output.WriteBool(IsWin); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EnemyUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EnemyUsn); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (IsWin != false) { + size += 1 + 1; + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqArenaResult other) { + if (other == null) { + return; + } + if (other.EnemyUsn != 0L) { + EnemyUsn = other.EnemyUsn; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + Enemy.MergeFrom(other.Enemy); + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatArenaBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EnemyUsn = input.ReadInt64(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 40: { + IsWin = input.ReadBool(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatArenaBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EnemyUsn = input.ReadInt64(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 40: { + IsWin = input.ReadBool(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatArenaBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/getenemydata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArenaEnemyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArenaEnemyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[220]; } + } + + [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 ReqGetArenaEnemyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaEnemyData(ReqGetArenaEnemyData other) : this() { + enemyUsn_ = other.enemyUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaEnemyData Clone() { + return new ReqGetArenaEnemyData(this); + } + + /// Field number for the "EnemyUsn" field. + public const int EnemyUsnFieldNumber = 2; + private long enemyUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EnemyUsn { + get { return enemyUsn_; } + set { + enemyUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArenaEnemyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArenaEnemyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EnemyUsn != other.EnemyUsn) 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 (EnemyUsn != 0L) hash ^= EnemyUsn.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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EnemyUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArenaEnemyData other) { + if (other == null) { + return; + } + if (other.EnemyUsn != 0L) { + EnemyUsn = other.EnemyUsn; + } + _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: { + EnemyUsn = input.ReadInt64(); + 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: { + EnemyUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/getrecordlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArenaRecordList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArenaRecordList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[221]; } + } + + [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 ReqGetArenaRecordList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaRecordList(ReqGetArenaRecordList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaRecordList Clone() { + return new ReqGetArenaRecordList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArenaRecordList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArenaRecordList 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(ReqGetArenaRecordList 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 + + } + + /// + /// URL: /arena/special/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[222]; } + } + + [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 ReqGetSpecialArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArena(ReqGetSpecialArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArena Clone() { + return new ReqGetSpecialArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArena 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(ReqGetSpecialArena 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 + + } + + /// + /// URL: /arena/special/getenemydata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaEnemyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaEnemyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[223]; } + } + + [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 ReqGetSpecialArenaEnemyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaEnemyData(ReqGetSpecialArenaEnemyData other) : this() { + enemyUsn_ = other.enemyUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaEnemyData Clone() { + return new ReqGetSpecialArenaEnemyData(this); + } + + /// Field number for the "EnemyUsn" field. + public const int EnemyUsnFieldNumber = 2; + private long enemyUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EnemyUsn { + get { return enemyUsn_; } + set { + enemyUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaEnemyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaEnemyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EnemyUsn != other.EnemyUsn) 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 (EnemyUsn != 0L) hash ^= EnemyUsn.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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EnemyUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSpecialArenaEnemyData other) { + if (other == null) { + return; + } + if (other.EnemyUsn != 0L) { + EnemyUsn = other.EnemyUsn; + } + _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: { + EnemyUsn = input.ReadInt64(); + 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: { + EnemyUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/start + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSpecialArenaStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSpecialArenaStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[224]; } + } + + [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 ReqSpecialArenaStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaStart(ReqSpecialArenaStart other) : this() { + enemyUsn_ = other.enemyUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaStart Clone() { + return new ReqSpecialArenaStart(this); + } + + /// Field number for the "EnemyUsn" field. + public const int EnemyUsnFieldNumber = 2; + private long enemyUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EnemyUsn { + get { return enemyUsn_; } + set { + enemyUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSpecialArenaStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSpecialArenaStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EnemyUsn != other.EnemyUsn) 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 (EnemyUsn != 0L) hash ^= EnemyUsn.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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + 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 (EnemyUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EnemyUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSpecialArenaStart other) { + if (other == null) { + return; + } + if (other.EnemyUsn != 0L) { + EnemyUsn = other.EnemyUsn; + } + _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: { + EnemyUsn = input.ReadInt64(); + 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: { + EnemyUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/result + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSpecialArenaResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSpecialArenaResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[225]; } + } + + [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 ReqSpecialArenaResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaResult(ReqSpecialArenaResult other) : this() { + enemyUsn_ = other.enemyUsn_; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + result_ = other.result_.Clone(); + antiCheatBattleData_ = other.antiCheatBattleData_.Clone(); + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaResult Clone() { + return new ReqSpecialArenaResult(this); + } + + /// Field number for the "EnemyUsn" field. + public const int EnemyUsnFieldNumber = 2; + private long enemyUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EnemyUsn { + get { return enemyUsn_; } + set { + enemyUsn_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 3; + private global::EpinelPS.NetArenaEnemyData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaEnemyData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_result_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSpecialArenaRoundResult.Parser); + private readonly pbc::RepeatedField result_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Result { + get { return result_; } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_antiCheatBattleData_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetAntiCheatArenaBattleData.Parser); + private readonly pbc::RepeatedField antiCheatBattleData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AntiCheatBattleData { + get { return antiCheatBattleData_; } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSpecialArenaResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSpecialArenaResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EnemyUsn != other.EnemyUsn) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if(!result_.Equals(other.result_)) return false; + if(!antiCheatBattleData_.Equals(other.antiCheatBattleData_)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EnemyUsn != 0L) hash ^= EnemyUsn.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + hash ^= result_.GetHashCode(); + hash ^= antiCheatBattleData_.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + if (enemy_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Enemy); + } + result_.WriteTo(output, _repeated_result_codec); + antiCheatBattleData_.WriteTo(output, _repeated_antiCheatBattleData_codec); + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EnemyUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EnemyUsn); + } + if (enemy_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Enemy); + } + result_.WriteTo(ref output, _repeated_result_codec); + antiCheatBattleData_.WriteTo(ref output, _repeated_antiCheatBattleData_codec); + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EnemyUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EnemyUsn); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + size += result_.CalculateSize(_repeated_result_codec); + size += antiCheatBattleData_.CalculateSize(_repeated_antiCheatBattleData_codec); + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSpecialArenaResult other) { + if (other == null) { + return; + } + if (other.EnemyUsn != 0L) { + EnemyUsn = other.EnemyUsn; + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + Enemy.MergeFrom(other.Enemy); + } + result_.Add(other.result_); + antiCheatBattleData_.Add(other.antiCheatBattleData_); + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EnemyUsn = input.ReadInt64(); + break; + } + case 26: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 34: { + result_.AddEntriesFrom(input, _repeated_result_codec); + break; + } + case 42: { + antiCheatBattleData_.AddEntriesFrom(input, _repeated_antiCheatBattleData_codec); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EnemyUsn = input.ReadInt64(); + break; + } + case 26: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 34: { + result_.AddEntriesFrom(ref input, _repeated_result_codec); + break; + } + case 42: { + antiCheatBattleData_.AddEntriesFrom(ref input, _repeated_antiCheatBattleData_codec); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/showreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqShowSpecialArenaReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqShowSpecialArenaReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[226]; } + } + + [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 ReqShowSpecialArenaReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShowSpecialArenaReward(ReqShowSpecialArenaReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqShowSpecialArenaReward Clone() { + return new ReqShowSpecialArenaReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqShowSpecialArenaReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqShowSpecialArenaReward 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(ReqShowSpecialArenaReward 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 + + } + + /// + /// URL: /arena/special/obtainreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainSpecialArenaReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainSpecialArenaReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[227]; } + } + + [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 ReqObtainSpecialArenaReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainSpecialArenaReward(ReqObtainSpecialArenaReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainSpecialArenaReward Clone() { + return new ReqObtainSpecialArenaReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainSpecialArenaReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainSpecialArenaReward 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(ReqObtainSpecialArenaReward 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 + + } + + /// + /// URL: /arena/special/getpointranklist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaPointRankList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaPointRankList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[228]; } + } + + [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 ReqGetSpecialArenaPointRankList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaPointRankList(ReqGetSpecialArenaPointRankList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaPointRankList Clone() { + return new ReqGetSpecialArenaPointRankList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaPointRankList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaPointRankList 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(ReqGetSpecialArenaPointRankList 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 + + } + + /// + /// URL: /arena/special/getprofile + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaProfile : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaProfile()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[229]; } + } + + [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 ReqGetSpecialArenaProfile() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaProfile(ReqGetSpecialArenaProfile other) : this() { + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaProfile Clone() { + return new ReqGetSpecialArenaProfile(this); + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 2; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaProfile); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaProfile other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TargetUsn != other.TargetUsn) 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 (TargetUsn != 0L) hash ^= TargetUsn.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 (TargetUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSpecialArenaProfile other) { + if (other == null) { + return; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + TargetUsn = input.ReadInt64(); + 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: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/getenemylist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaEnemyList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaEnemyList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[230]; } + } + + [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 ReqGetSpecialArenaEnemyList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaEnemyList(ReqGetSpecialArenaEnemyList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaEnemyList Clone() { + return new ReqGetSpecialArenaEnemyList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaEnemyList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaEnemyList 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(ReqGetSpecialArenaEnemyList 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 + + } + + /// + /// URL: /infracore/reward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainInfraCoreReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainInfraCoreReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[231]; } + } + + [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 ReqObtainInfraCoreReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainInfraCoreReward(ReqObtainInfraCoreReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainInfraCoreReward Clone() { + return new ReqObtainInfraCoreReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainInfraCoreReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainInfraCoreReward 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(ReqObtainInfraCoreReward 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 + + } + + /// + /// URL: /infracore/check + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCheckReceiveInfraCoreReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCheckReceiveInfraCoreReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[232]; } + } + + [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 ReqCheckReceiveInfraCoreReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckReceiveInfraCoreReward(ReqCheckReceiveInfraCoreReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckReceiveInfraCoreReward Clone() { + return new ReqCheckReceiveInfraCoreReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCheckReceiveInfraCoreReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCheckReceiveInfraCoreReward 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(ReqCheckReceiveInfraCoreReward 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 + + } + + /// + /// URL: /event/list + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetEventList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetEventList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[233]; } + } + + [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 ReqGetEventList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventList(ReqGetEventList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventList Clone() { + return new ReqGetEventList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetEventList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetEventList 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(ReqGetEventList 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 + + } + + /// + /// URL: /event/login/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqLoginEventData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqLoginEventData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[234]; } + } + + [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 ReqLoginEventData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLoginEventData(ReqLoginEventData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLoginEventData Clone() { + return new ReqLoginEventData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqLoginEventData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqLoginEventData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqLoginEventData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStoryDungeonEventData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStoryDungeonEventData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[235]; } + } + + [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 ReqStoryDungeonEventData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStoryDungeonEventData(ReqStoryDungeonEventData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStoryDungeonEventData Clone() { + return new ReqStoryDungeonEventData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStoryDungeonEventData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStoryDungeonEventData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStoryDungeonEventData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/mission/getclear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetEventMissionClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetEventMissionClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[236]; } + } + + [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 ReqGetEventMissionClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventMissionClear(ReqGetEventMissionClear other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventMissionClear Clone() { + return new ReqGetEventMissionClear(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetEventMissionClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetEventMissionClear other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetEventMissionClear other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/mission/reward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainEventMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainEventMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[237]; } + } + + [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 ReqObtainEventMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainEventMissionReward(ReqObtainEventMissionReward other) : this() { + eventId_ = other.eventId_; + eventMissionIdList_ = other.eventMissionIdList_.Clone(); + requestTimeStamp_ = other.requestTimeStamp_ != null ? other.requestTimeStamp_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainEventMissionReward Clone() { + return new ReqObtainEventMissionReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventMissionIdList" field. + public const int EventMissionIdListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_eventMissionIdList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField eventMissionIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventMissionIdList { + get { return eventMissionIdList_; } + } + + /// Field number for the "RequestTimeStamp" field. + public const int RequestTimeStampFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp requestTimeStamp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp RequestTimeStamp { + get { return requestTimeStamp_; } + set { + requestTimeStamp_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainEventMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainEventMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!eventMissionIdList_.Equals(other.eventMissionIdList_)) return false; + if (!object.Equals(RequestTimeStamp, other.RequestTimeStamp)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= eventMissionIdList_.GetHashCode(); + if (requestTimeStamp_ != null) hash ^= RequestTimeStamp.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + eventMissionIdList_.WriteTo(output, _repeated_eventMissionIdList_codec); + if (requestTimeStamp_ != null) { + output.WriteRawTag(34); + output.WriteMessage(RequestTimeStamp); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + eventMissionIdList_.WriteTo(ref output, _repeated_eventMissionIdList_codec); + if (requestTimeStamp_ != null) { + output.WriteRawTag(34); + output.WriteMessage(RequestTimeStamp); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += eventMissionIdList_.CalculateSize(_repeated_eventMissionIdList_codec); + if (requestTimeStamp_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RequestTimeStamp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainEventMissionReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + eventMissionIdList_.Add(other.eventMissionIdList_); + if (other.requestTimeStamp_ != null) { + if (requestTimeStamp_ == null) { + RequestTimeStamp = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + RequestTimeStamp.MergeFrom(other.RequestTimeStamp); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 26: + case 24: { + eventMissionIdList_.AddEntriesFrom(input, _repeated_eventMissionIdList_codec); + break; + } + case 34: { + if (requestTimeStamp_ == null) { + RequestTimeStamp = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(RequestTimeStamp); + 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: { + EventId = input.ReadInt32(); + break; + } + case 26: + case 24: { + eventMissionIdList_.AddEntriesFrom(ref input, _repeated_eventMissionIdList_codec); + break; + } + case 34: { + if (requestTimeStamp_ == null) { + RequestTimeStamp = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(RequestTimeStamp); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/scenario/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetEventScenarioData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetEventScenarioData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[238]; } + } + + [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 ReqGetEventScenarioData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventScenarioData(ReqGetEventScenarioData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventScenarioData Clone() { + return new ReqGetEventScenarioData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetEventScenarioData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetEventScenarioData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetEventScenarioData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/scenario/complete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetEventScenarioComplete : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetEventScenarioComplete()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[239]; } + } + + [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 ReqSetEventScenarioComplete() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetEventScenarioComplete(ReqSetEventScenarioComplete other) : this() { + eventId_ = other.eventId_; + scenarioId_ = other.scenarioId_; + dialogType_ = other.dialogType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetEventScenarioComplete Clone() { + return new ReqSetEventScenarioComplete(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ScenarioId" field. + public const int ScenarioIdFieldNumber = 3; + private string scenarioId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioId { + get { return scenarioId_; } + set { + scenarioId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DialogType" field. + public const int DialogTypeFieldNumber = 4; + private int dialogType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DialogType { + get { return dialogType_; } + set { + dialogType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetEventScenarioComplete); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetEventScenarioComplete other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ScenarioId != other.ScenarioId) return false; + if (DialogType != other.DialogType) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ScenarioId.Length != 0) hash ^= ScenarioId.GetHashCode(); + if (DialogType != 0) hash ^= DialogType.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + if (ScenarioId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ScenarioId); + } + if (DialogType != 0) { + output.WriteRawTag(32); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + if (ScenarioId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ScenarioId); + } + if (DialogType != 0) { + output.WriteRawTag(32); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ScenarioId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioId); + } + if (DialogType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DialogType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetEventScenarioComplete other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ScenarioId.Length != 0) { + ScenarioId = other.ScenarioId; + } + if (other.DialogType != 0) { + DialogType = other.DialogType; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 26: { + ScenarioId = input.ReadString(); + break; + } + case 32: { + DialogType = 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 16: { + EventId = input.ReadInt32(); + break; + } + case 26: { + ScenarioId = input.ReadString(); + break; + } + case 32: { + DialogType = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/dailymission/obtainreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainDailyEventReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainDailyEventReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[240]; } + } + + [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 ReqObtainDailyEventReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDailyEventReward(ReqObtainDailyEventReward other) : this() { + eventId_ = other.eventId_; + dailyEventId_ = other.dailyEventId_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDailyEventReward Clone() { + return new ReqObtainDailyEventReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "DailyEventId" field. + public const int DailyEventIdFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_dailyEventId_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField dailyEventId_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DailyEventId { + get { return dailyEventId_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainDailyEventReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainDailyEventReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!dailyEventId_.Equals(other.dailyEventId_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= dailyEventId_.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + dailyEventId_.WriteTo(output, _repeated_dailyEventId_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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + dailyEventId_.WriteTo(ref output, _repeated_dailyEventId_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += dailyEventId_.CalculateSize(_repeated_dailyEventId_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainDailyEventReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + dailyEventId_.Add(other.dailyEventId_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 26: + case 24: { + dailyEventId_.AddEntriesFrom(input, _repeated_dailyEventId_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: { + EventId = input.ReadInt32(); + break; + } + case 26: + case 24: { + dailyEventId_.AddEntriesFrom(ref input, _repeated_dailyEventId_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/getjoinedevent + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetJoinedEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetJoinedEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[241]; } + } + + [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 ReqGetJoinedEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJoinedEvent(ReqGetJoinedEvent other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJoinedEvent Clone() { + return new ReqGetJoinedEvent(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetJoinedEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetJoinedEvent 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(ReqGetJoinedEvent 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 + + } + + /// + /// URL: /enterlobbyping + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterLobbyPing : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterLobbyPing()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[242]; } + } + + [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 ReqEnterLobbyPing() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterLobbyPing(ReqEnterLobbyPing other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterLobbyPing Clone() { + return new ReqEnterLobbyPing(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterLobbyPing); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterLobbyPing 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(ReqEnterLobbyPing 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 + + } + + /// + /// URL: /user/savetutorial + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[243]; } + } + + [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 ReqSaveTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveTutorial(ReqSaveTutorial other) : this() { + tutorialId_ = other.tutorialId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveTutorial Clone() { + return new ReqSaveTutorial(this); + } + + /// Field number for the "TutorialId" field. + public const int TutorialIdFieldNumber = 2; + private int tutorialId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TutorialId { + get { return tutorialId_; } + set { + tutorialId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSaveTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveTutorial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TutorialId != other.TutorialId) 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 (TutorialId != 0) hash ^= TutorialId.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 (TutorialId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TutorialId); + } + 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 (TutorialId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TutorialId); + } + 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 (TutorialId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TutorialId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveTutorial other) { + if (other == null) { + return; + } + if (other.TutorialId != 0) { + TutorialId = other.TutorialId; + } + _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: { + TutorialId = 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 16: { + TutorialId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /poll/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterPoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterPoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[244]; } + } + + [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 ReqEnterPoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterPoll(ReqEnterPoll other) : this() { + pollId_ = other.pollId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterPoll Clone() { + return new ReqEnterPoll(this); + } + + /// Field number for the "PollId" field. + public const int PollIdFieldNumber = 2; + private int pollId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PollId { + get { return pollId_; } + set { + pollId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterPoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterPoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PollId != other.PollId) 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 (PollId != 0) hash ^= PollId.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 (PollId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PollId); + } + 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 (PollId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PollId); + } + 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 (PollId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PollId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterPoll other) { + if (other == null) { + return; + } + if (other.PollId != 0) { + PollId = other.PollId; + } + _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: { + PollId = 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 16: { + PollId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /poll/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishPoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishPoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[245]; } + } + + [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 ReqFinishPoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPoll(ReqFinishPoll other) : this() { + pollId_ = other.pollId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPoll Clone() { + return new ReqFinishPoll(this); + } + + /// Field number for the "PollId" field. + public const int PollIdFieldNumber = 2; + private int pollId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PollId { + get { return pollId_; } + set { + pollId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishPoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishPoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PollId != other.PollId) 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 (PollId != 0) hash ^= PollId.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 (PollId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PollId); + } + 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 (PollId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PollId); + } + 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 (PollId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PollId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishPoll other) { + if (other == null) { + return; + } + if (other.PollId != 0) { + PollId = other.PollId; + } + _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: { + PollId = 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 16: { + PollId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/login/receive + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainLoginEventReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainLoginEventReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[246]; } + } + + [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 ReqObtainLoginEventReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainLoginEventReward(ReqObtainLoginEventReward other) : this() { + eventId_ = other.eventId_; + day_ = other.day_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainLoginEventReward Clone() { + return new ReqObtainLoginEventReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Day" field. + public const int DayFieldNumber = 3; + private int day_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Day { + get { return day_; } + set { + day_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainLoginEventReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainLoginEventReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Day != other.Day) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Day != 0) hash ^= Day.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + if (Day != 0) { + output.WriteRawTag(24); + output.WriteInt32(Day); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + if (Day != 0) { + output.WriteRawTag(24); + output.WriteInt32(Day); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Day != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Day); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainLoginEventReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Day != 0) { + Day = other.Day; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 24: { + Day = 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 16: { + EventId = input.ReadInt32(); + break; + } + case 24: { + Day = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/multiraid/getmultiraidrewardedcount + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMultiRaidRewardedCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMultiRaidRewardedCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[247]; } + } + + [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 ReqGetMultiRaidRewardedCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMultiRaidRewardedCount(ReqGetMultiRaidRewardedCount other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMultiRaidRewardedCount Clone() { + return new ReqGetMultiRaidRewardedCount(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMultiRaidRewardedCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMultiRaidRewardedCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMultiRaidRewardedCount other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/multiraid/startmatch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStartMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStartMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[248]; } + } + + [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 ReqStartMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartMatch(ReqStartMatch other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartMatch Clone() { + return new ReqStartMatch(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStartMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStartMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStartMatch other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/multiraid/obtainreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMultiRaidReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMultiRaidReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[249]; } + } + + [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 ReqObtainMultiRaidReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMultiRaidReward(ReqObtainMultiRaidReward other) : this() { + eventId_ = other.eventId_; + damage_ = other.damage_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMultiRaidReward Clone() { + return new ReqObtainMultiRaidReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 3; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMultiRaidReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMultiRaidReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Damage != other.Damage) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Damage != 0L) hash ^= Damage.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMultiRaidReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + 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: { + EventId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/multiraid/getrankingtopuser + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMultiRaidRankingTopUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMultiRaidRankingTopUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[250]; } + } + + [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 ReqGetMultiRaidRankingTopUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMultiRaidRankingTopUser(ReqGetMultiRaidRankingTopUser other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMultiRaidRankingTopUser Clone() { + return new ReqGetMultiRaidRankingTopUser(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMultiRaidRankingTopUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMultiRaidRankingTopUser other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMultiRaidRankingTopUser other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/multiraid/getuserranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMultiRaidUserRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMultiRaidUserRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[251]; } + } + + [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 ReqGetMultiRaidUserRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMultiRaidUserRanking(ReqGetMultiRaidUserRanking other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMultiRaidUserRanking Clone() { + return new ReqGetMultiRaidUserRanking(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMultiRaidUserRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMultiRaidUserRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMultiRaidUserRanking other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/shopproductlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEventShopProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEventShopProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[252]; } + } + + [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 ReqEventShopProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEventShopProductList(ReqEventShopProductList other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEventShopProductList Clone() { + return new ReqEventShopProductList(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEventShopProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEventShopProductList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEventShopProductList other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/shopbuyproduct + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEventShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEventShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[253]; } + } + + [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 ReqEventShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEventShopBuyProduct(ReqEventShopBuyProduct other) : this() { + shopCategory_ = other.shopCategory_; + order_ = other.order_; + shopProductTid_ = other.shopProductTid_; + quantity_ = other.quantity_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEventShopBuyProduct Clone() { + return new ReqEventShopBuyProduct(this); + } + + /// Field number for the "ShopCategory" field. + public const int ShopCategoryFieldNumber = 2; + private int shopCategory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopCategory { + get { return shopCategory_; } + set { + shopCategory_ = value; + } + } + + /// Field number for the "Order" field. + public const int OrderFieldNumber = 3; + private int order_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Order { + get { return order_; } + set { + order_ = value; + } + } + + /// Field number for the "ShopProductTid" field. + public const int ShopProductTidFieldNumber = 4; + private int shopProductTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopProductTid { + get { return shopProductTid_; } + set { + shopProductTid_ = value; + } + } + + /// Field number for the "Quantity" field. + public const int QuantityFieldNumber = 5; + private int quantity_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Quantity { + get { return quantity_; } + set { + quantity_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 6; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEventShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEventShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShopCategory != other.ShopCategory) return false; + if (Order != other.Order) return false; + if (ShopProductTid != other.ShopProductTid) return false; + if (Quantity != other.Quantity) return false; + if (EventId != other.EventId) 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 (ShopCategory != 0) hash ^= ShopCategory.GetHashCode(); + if (Order != 0) hash ^= Order.GetHashCode(); + if (ShopProductTid != 0) hash ^= ShopProductTid.GetHashCode(); + if (Quantity != 0) hash ^= Quantity.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + if (Order != 0) { + output.WriteRawTag(24); + output.WriteInt32(Order); + } + if (ShopProductTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(ShopProductTid); + } + if (Quantity != 0) { + output.WriteRawTag(40); + output.WriteInt32(Quantity); + } + if (EventId != 0) { + output.WriteRawTag(48); + output.WriteInt32(EventId); + } + 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 (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + if (Order != 0) { + output.WriteRawTag(24); + output.WriteInt32(Order); + } + if (ShopProductTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(ShopProductTid); + } + if (Quantity != 0) { + output.WriteRawTag(40); + output.WriteInt32(Quantity); + } + if (EventId != 0) { + output.WriteRawTag(48); + output.WriteInt32(EventId); + } + 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 (ShopCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopCategory); + } + if (Order != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Order); + } + if (ShopProductTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopProductTid); + } + if (Quantity != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Quantity); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEventShopBuyProduct other) { + if (other == null) { + return; + } + if (other.ShopCategory != 0) { + ShopCategory = other.ShopCategory; + } + if (other.Order != 0) { + Order = other.Order; + } + if (other.ShopProductTid != 0) { + ShopProductTid = other.ShopProductTid; + } + if (other.Quantity != 0) { + Quantity = other.Quantity; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + ShopCategory = input.ReadInt32(); + break; + } + case 24: { + Order = input.ReadInt32(); + break; + } + case 32: { + ShopProductTid = input.ReadInt32(); + break; + } + case 40: { + Quantity = input.ReadInt32(); + break; + } + case 48: { + EventId = 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 16: { + ShopCategory = input.ReadInt32(); + break; + } + case 24: { + Order = input.ReadInt32(); + break; + } + case 32: { + ShopProductTid = input.ReadInt32(); + break; + } + case 40: { + Quantity = input.ReadInt32(); + break; + } + case 48: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /tutorial/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetTutorialList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetTutorialList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[254]; } + } + + [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 ReqGetTutorialList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTutorialList(ReqGetTutorialList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTutorialList Clone() { + return new ReqGetTutorialList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetTutorialList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetTutorialList 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(ReqGetTutorialList 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 + + } + + /// + /// URL: /tutorial/set + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[255]; } + } + + [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 ReqSetTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTutorial(ReqSetTutorial other) : this() { + lastClearedTid_ = other.lastClearedTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTutorial Clone() { + return new ReqSetTutorial(this); + } + + /// Field number for the "LastClearedTid" field. + public const int LastClearedTidFieldNumber = 2; + private int lastClearedTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedTid { + get { return lastClearedTid_; } + set { + lastClearedTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetTutorial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LastClearedTid != other.LastClearedTid) 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 (LastClearedTid != 0) hash ^= LastClearedTid.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 (LastClearedTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastClearedTid); + } + 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 (LastClearedTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastClearedTid); + } + 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 (LastClearedTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetTutorial other) { + if (other == null) { + return; + } + if (other.LastClearedTid != 0) { + LastClearedTid = other.LastClearedTid; + } + _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: { + LastClearedTid = 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 16: { + LastClearedTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[256]; } + } + + [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 ReqEnterEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventStage(ReqEnterEventStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + eventId_ = other.eventId_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventStage Clone() { + return new ReqEnterEventStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 4; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterEventStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (EventId != other.EventId) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (EventId != 0) hash ^= EventId.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (EventId != 0) { + output.WriteRawTag(32); + output.WriteInt32(EventId); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (EventId != 0) { + output.WriteRawTag(32); + output.WriteInt32(EventId); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterEventStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + EventId = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + EventId = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/clearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[257]; } + } + + [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 ReqClearEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearEventStage(ReqClearEventStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + eventId_ = other.eventId_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearEventStage Clone() { + return new ReqClearEventStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 4; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 5; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearEventStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (EventId != other.EventId) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (EventId != 0) hash ^= EventId.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (EventId != 0) { + output.WriteRawTag(32); + output.WriteInt32(EventId); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (EventId != 0) { + output.WriteRawTag(32); + output.WriteInt32(EventId); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearEventStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + EventId = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + EventId = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/obtainreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainPassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainPassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[258]; } + } + + [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 ReqObtainPassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainPassReward(ReqObtainPassReward other) : this() { + passId_ = other.passId_; + passRank_ = other.passRank_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainPassReward Clone() { + return new ReqObtainPassReward(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 2; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_passRank_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField passRank_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassRank { + get { return passRank_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainPassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainPassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if(!passRank_.Equals(other.passRank_)) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + hash ^= passRank_.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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + passRank_.WriteTo(output, _repeated_passRank_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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + passRank_.WriteTo(ref output, _repeated_passRank_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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + size += passRank_.CalculateSize(_repeated_passRank_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainPassReward other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + passRank_.Add(other.passRank_); + _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: { + PassId = input.ReadInt32(); + break; + } + case 26: + case 24: { + passRank_.AddEntriesFrom(input, _repeated_passRank_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: { + PassId = input.ReadInt32(); + break; + } + case 26: + case 24: { + passRank_.AddEntriesFrom(ref input, _repeated_passRank_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/buyrank + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuyPassRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuyPassRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[259]; } + } + + [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 ReqBuyPassRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyPassRank(ReqBuyPassRank other) : this() { + passId_ = other.passId_; + targetPassRank_ = other.targetPassRank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyPassRank Clone() { + return new ReqBuyPassRank(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 2; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "TargetPassRank" field. + public const int TargetPassRankFieldNumber = 3; + private int targetPassRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TargetPassRank { + get { return targetPassRank_; } + set { + targetPassRank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqBuyPassRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuyPassRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if (TargetPassRank != other.TargetPassRank) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + if (TargetPassRank != 0) hash ^= TargetPassRank.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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + if (TargetPassRank != 0) { + output.WriteRawTag(24); + output.WriteInt32(TargetPassRank); + } + 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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + if (TargetPassRank != 0) { + output.WriteRawTag(24); + output.WriteInt32(TargetPassRank); + } + 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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + if (TargetPassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TargetPassRank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuyPassRank other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + if (other.TargetPassRank != 0) { + TargetPassRank = other.TargetPassRank; + } + _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: { + PassId = input.ReadInt32(); + break; + } + case 24: { + TargetPassRank = 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 16: { + PassId = input.ReadInt32(); + break; + } + case 24: { + TargetPassRank = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/completemission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompletePassMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompletePassMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[260]; } + } + + [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 ReqCompletePassMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompletePassMission(ReqCompletePassMission other) : this() { + passId_ = other.passId_; + passMissionList_ = other.passMissionList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompletePassMission Clone() { + return new ReqCompletePassMission(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 2; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassMissionList" field. + public const int PassMissionListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_passMissionList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField passMissionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassMissionList { + get { return passMissionList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompletePassMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompletePassMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if(!passMissionList_.Equals(other.passMissionList_)) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + hash ^= passMissionList_.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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + passMissionList_.WriteTo(output, _repeated_passMissionList_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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + passMissionList_.WriteTo(ref output, _repeated_passMissionList_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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + size += passMissionList_.CalculateSize(_repeated_passMissionList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompletePassMission other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + passMissionList_.Add(other.passMissionList_); + _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: { + PassId = input.ReadInt32(); + break; + } + case 26: + case 24: { + passMissionList_.AddEntriesFrom(input, _repeated_passMissionList_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: { + PassId = input.ReadInt32(); + break; + } + case 26: + case 24: { + passMissionList_.AddEntriesFrom(ref input, _repeated_passMissionList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/getactive + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetActivePassData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetActivePassData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[261]; } + } + + [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 ReqGetActivePassData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetActivePassData(ReqGetActivePassData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetActivePassData Clone() { + return new ReqGetActivePassData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetActivePassData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetActivePassData 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(ReqGetActivePassData 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 + + } + + /// + /// URL: /pass/obtainonereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainOnePassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainOnePassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[262]; } + } + + [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 ReqObtainOnePassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainOnePassReward(ReqObtainOnePassReward other) : this() { + passId_ = other.passId_; + passRank_ = other.passRank_; + premiumReward_ = other.premiumReward_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainOnePassReward Clone() { + return new ReqObtainOnePassReward(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 2; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 3; + private int passRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassRank { + get { return passRank_; } + set { + passRank_ = value; + } + } + + /// Field number for the "PremiumReward" field. + public const int PremiumRewardFieldNumber = 4; + private bool premiumReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool PremiumReward { + get { return premiumReward_; } + set { + premiumReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainOnePassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainOnePassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if (PassRank != other.PassRank) return false; + if (PremiumReward != other.PremiumReward) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + if (PassRank != 0) hash ^= PassRank.GetHashCode(); + if (PremiumReward != false) hash ^= PremiumReward.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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + if (PassRank != 0) { + output.WriteRawTag(24); + output.WriteInt32(PassRank); + } + if (PremiumReward != false) { + output.WriteRawTag(32); + output.WriteBool(PremiumReward); + } + 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 (PassId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassId); + } + if (PassRank != 0) { + output.WriteRawTag(24); + output.WriteInt32(PassRank); + } + if (PremiumReward != false) { + output.WriteRawTag(32); + output.WriteBool(PremiumReward); + } + 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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + if (PassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassRank); + } + if (PremiumReward != 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(ReqObtainOnePassReward other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + if (other.PassRank != 0) { + PassRank = other.PassRank; + } + if (other.PremiumReward != false) { + PremiumReward = other.PremiumReward; + } + _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: { + PassId = input.ReadInt32(); + break; + } + case 24: { + PassRank = input.ReadInt32(); + break; + } + case 32: { + PremiumReward = 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: { + PassId = input.ReadInt32(); + break; + } + case 24: { + PassRank = input.ReadInt32(); + break; + } + case 32: { + PremiumReward = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSimRoom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSimRoom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[263]; } + } + + [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 ReqGetSimRoom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoom(ReqGetSimRoom other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoom Clone() { + return new ReqGetSimRoom(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSimRoom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSimRoom 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(ReqGetSimRoom 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 + + } + + /// + /// URL: /simroom/selectdifficulty + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSelectSimRoomDifficulty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSelectSimRoomDifficulty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[264]; } + } + + [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 ReqSelectSimRoomDifficulty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomDifficulty(ReqSelectSimRoomDifficulty other) : this() { + difficulty_ = other.difficulty_; + startingChapter_ = other.startingChapter_; + overclockOptionList_ = other.overclockOptionList_.Clone(); + overclockSeason_ = other.overclockSeason_; + overclockSubSeason_ = other.overclockSubSeason_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomDifficulty Clone() { + return new ReqSelectSimRoomDifficulty(this); + } + + /// Field number for the "Difficulty" field. + public const int DifficultyFieldNumber = 2; + private int difficulty_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Difficulty { + get { return difficulty_; } + set { + difficulty_ = value; + } + } + + /// Field number for the "StartingChapter" field. + public const int StartingChapterFieldNumber = 3; + private int startingChapter_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StartingChapter { + get { return startingChapter_; } + set { + startingChapter_ = value; + } + } + + /// Field number for the "OverclockOptionList" field. + public const int OverclockOptionListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_overclockOptionList_codec + = pb::FieldCodec.ForInt32(34); + private readonly pbc::RepeatedField overclockOptionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OverclockOptionList { + get { return overclockOptionList_; } + } + + /// Field number for the "OverclockSeason" field. + public const int OverclockSeasonFieldNumber = 5; + private int overclockSeason_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OverclockSeason { + get { return overclockSeason_; } + set { + overclockSeason_ = value; + } + } + + /// Field number for the "OverclockSubSeason" field. + public const int OverclockSubSeasonFieldNumber = 6; + private int overclockSubSeason_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OverclockSubSeason { + get { return overclockSubSeason_; } + set { + overclockSubSeason_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSelectSimRoomDifficulty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSelectSimRoomDifficulty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Difficulty != other.Difficulty) return false; + if (StartingChapter != other.StartingChapter) return false; + if(!overclockOptionList_.Equals(other.overclockOptionList_)) return false; + if (OverclockSeason != other.OverclockSeason) return false; + if (OverclockSubSeason != other.OverclockSubSeason) 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 (Difficulty != 0) hash ^= Difficulty.GetHashCode(); + if (StartingChapter != 0) hash ^= StartingChapter.GetHashCode(); + hash ^= overclockOptionList_.GetHashCode(); + if (OverclockSeason != 0) hash ^= OverclockSeason.GetHashCode(); + if (OverclockSubSeason != 0) hash ^= OverclockSubSeason.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 (Difficulty != 0) { + output.WriteRawTag(16); + output.WriteInt32(Difficulty); + } + if (StartingChapter != 0) { + output.WriteRawTag(24); + output.WriteInt32(StartingChapter); + } + overclockOptionList_.WriteTo(output, _repeated_overclockOptionList_codec); + if (OverclockSeason != 0) { + output.WriteRawTag(40); + output.WriteInt32(OverclockSeason); + } + if (OverclockSubSeason != 0) { + output.WriteRawTag(48); + output.WriteInt32(OverclockSubSeason); + } + 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 (Difficulty != 0) { + output.WriteRawTag(16); + output.WriteInt32(Difficulty); + } + if (StartingChapter != 0) { + output.WriteRawTag(24); + output.WriteInt32(StartingChapter); + } + overclockOptionList_.WriteTo(ref output, _repeated_overclockOptionList_codec); + if (OverclockSeason != 0) { + output.WriteRawTag(40); + output.WriteInt32(OverclockSeason); + } + if (OverclockSubSeason != 0) { + output.WriteRawTag(48); + output.WriteInt32(OverclockSubSeason); + } + 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 (Difficulty != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Difficulty); + } + if (StartingChapter != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StartingChapter); + } + size += overclockOptionList_.CalculateSize(_repeated_overclockOptionList_codec); + if (OverclockSeason != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OverclockSeason); + } + if (OverclockSubSeason != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OverclockSubSeason); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSelectSimRoomDifficulty other) { + if (other == null) { + return; + } + if (other.Difficulty != 0) { + Difficulty = other.Difficulty; + } + if (other.StartingChapter != 0) { + StartingChapter = other.StartingChapter; + } + overclockOptionList_.Add(other.overclockOptionList_); + if (other.OverclockSeason != 0) { + OverclockSeason = other.OverclockSeason; + } + if (other.OverclockSubSeason != 0) { + OverclockSubSeason = other.OverclockSubSeason; + } + _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: { + Difficulty = input.ReadInt32(); + break; + } + case 24: { + StartingChapter = input.ReadInt32(); + break; + } + case 34: + case 32: { + overclockOptionList_.AddEntriesFrom(input, _repeated_overclockOptionList_codec); + break; + } + case 40: { + OverclockSeason = input.ReadInt32(); + break; + } + case 48: { + OverclockSubSeason = 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 16: { + Difficulty = input.ReadInt32(); + break; + } + case 24: { + StartingChapter = input.ReadInt32(); + break; + } + case 34: + case 32: { + overclockOptionList_.AddEntriesFrom(ref input, _repeated_overclockOptionList_codec); + break; + } + case 40: { + OverclockSeason = input.ReadInt32(); + break; + } + case 48: { + OverclockSubSeason = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/selectevent + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSelectSimRoomEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSelectSimRoomEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[265]; } + } + + [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 ReqSelectSimRoomEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomEvent(ReqSelectSimRoomEvent other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomEvent Clone() { + return new ReqSelectSimRoomEvent(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSelectSimRoomEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSelectSimRoomEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSelectSimRoomEvent other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/enterbattle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSimRoomBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSimRoomBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[266]; } + } + + [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 ReqEnterSimRoomBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSimRoomBattle(ReqEnterSimRoomBattle other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSimRoomBattle Clone() { + return new ReqEnterSimRoomBattle(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSimRoomBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSimRoomBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSimRoomBattle other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/clearbattle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearSimRoomBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearSimRoomBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[267]; } + } + + [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 ReqClearSimRoomBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSimRoomBattle(ReqClearSimRoomBattle other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + remainingHps_ = other.remainingHps_.Clone(); + remainingTargetHp_ = other.remainingTargetHp_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSimRoomBattle Clone() { + return new ReqClearSimRoomBattle(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 5; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "RemainingHps" field. + public const int RemainingHpsFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_remainingHps_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetSimRoomCharacterHp.Parser); + private readonly pbc::RepeatedField remainingHps_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RemainingHps { + get { return remainingHps_; } + } + + /// Field number for the "RemainingTargetHp" field. + public const int RemainingTargetHpFieldNumber = 9; + private int remainingTargetHp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainingTargetHp { + get { return remainingTargetHp_; } + set { + remainingTargetHp_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 10; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 11; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearSimRoomBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearSimRoomBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if(!remainingHps_.Equals(other.remainingHps_)) return false; + if (RemainingTargetHp != other.RemainingTargetHp) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + hash ^= remainingHps_.GetHashCode(); + if (RemainingTargetHp != 0) hash ^= RemainingTargetHp.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + remainingHps_.WriteTo(output, _repeated_remainingHps_codec); + if (RemainingTargetHp != 0) { + output.WriteRawTag(72); + output.WriteInt32(RemainingTargetHp); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(82); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(90); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + remainingHps_.WriteTo(ref output, _repeated_remainingHps_codec); + if (RemainingTargetHp != 0) { + output.WriteRawTag(72); + output.WriteInt32(RemainingTargetHp); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(82); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(90); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + size += remainingHps_.CalculateSize(_repeated_remainingHps_codec); + if (RemainingTargetHp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainingTargetHp); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearSimRoomBattle other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + remainingHps_.Add(other.remainingHps_); + if (other.RemainingTargetHp != 0) { + RemainingTargetHp = other.RemainingTargetHp; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 66: { + remainingHps_.AddEntriesFrom(input, _repeated_remainingHps_codec); + break; + } + case 72: { + RemainingTargetHp = input.ReadInt32(); + break; + } + case 82: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 90: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 66: { + remainingHps_.AddEntriesFrom(ref input, _repeated_remainingHps_codec); + break; + } + case 72: { + RemainingTargetHp = input.ReadInt32(); + break; + } + case 82: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 90: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/fastclearbattle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearSimRoomBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearSimRoomBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[268]; } + } + + [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 ReqFastClearSimRoomBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearSimRoomBattle(ReqFastClearSimRoomBattle other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearSimRoomBattle Clone() { + return new ReqFastClearSimRoomBattle(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearSimRoomBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearSimRoomBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (TeamNumber != other.TeamNumber) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearSimRoomBattle other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/selectbuff + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSelectSimRoomBuff : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSelectSimRoomBuff()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[269]; } + } + + [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 ReqSelectSimRoomBuff() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomBuff(ReqSelectSimRoomBuff other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + buffToAdd_ = other.buffToAdd_; + buffToDelete_ = other.buffToDelete_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomBuff Clone() { + return new ReqSelectSimRoomBuff(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "BuffToAdd" field. + public const int BuffToAddFieldNumber = 4; + private int buffToAdd_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuffToAdd { + get { return buffToAdd_; } + set { + buffToAdd_ = value; + } + } + + /// Field number for the "BuffToDelete" field. + public const int BuffToDeleteFieldNumber = 5; + private int buffToDelete_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuffToDelete { + get { return buffToDelete_; } + set { + buffToDelete_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSelectSimRoomBuff); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSelectSimRoomBuff other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (BuffToAdd != other.BuffToAdd) return false; + if (BuffToDelete != other.BuffToDelete) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (BuffToAdd != 0) hash ^= BuffToAdd.GetHashCode(); + if (BuffToDelete != 0) hash ^= BuffToDelete.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (BuffToAdd != 0) { + output.WriteRawTag(32); + output.WriteInt32(BuffToAdd); + } + if (BuffToDelete != 0) { + output.WriteRawTag(40); + output.WriteInt32(BuffToDelete); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (BuffToAdd != 0) { + output.WriteRawTag(32); + output.WriteInt32(BuffToAdd); + } + if (BuffToDelete != 0) { + output.WriteRawTag(40); + output.WriteInt32(BuffToDelete); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (BuffToAdd != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuffToAdd); + } + if (BuffToDelete != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuffToDelete); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSelectSimRoomBuff other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.BuffToAdd != 0) { + BuffToAdd = other.BuffToAdd; + } + if (other.BuffToDelete != 0) { + BuffToDelete = other.BuffToDelete; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + BuffToAdd = input.ReadInt32(); + break; + } + case 40: { + BuffToDelete = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + BuffToAdd = input.ReadInt32(); + break; + } + case 40: { + BuffToDelete = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/selectselectionevent + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSelectSimRoomSelectionEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSelectSimRoomSelectionEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[270]; } + } + + [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 ReqSelectSimRoomSelectionEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomSelectionEvent(ReqSelectSimRoomSelectionEvent other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + selectionNumber_ = other.selectionNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSelectSimRoomSelectionEvent Clone() { + return new ReqSelectSimRoomSelectionEvent(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "SelectionNumber" field. + public const int SelectionNumberFieldNumber = 4; + private int selectionNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionNumber { + get { return selectionNumber_; } + set { + selectionNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSelectSimRoomSelectionEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSelectSimRoomSelectionEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (SelectionNumber != other.SelectionNumber) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (SelectionNumber != 0) hash ^= SelectionNumber.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (SelectionNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSelectSimRoomSelectionEvent other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.SelectionNumber != 0) { + SelectionNumber = other.SelectionNumber; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/getacquirebufffunction + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSimRoomAcquireBuffFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSimRoomAcquireBuffFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[271]; } + } + + [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 ReqGetSimRoomAcquireBuffFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomAcquireBuffFunction(ReqGetSimRoomAcquireBuffFunction other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + selectionNumber_ = other.selectionNumber_; + selectionGroupElementId_ = other.selectionGroupElementId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomAcquireBuffFunction Clone() { + return new ReqGetSimRoomAcquireBuffFunction(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "SelectionNumber" field. + public const int SelectionNumberFieldNumber = 4; + private int selectionNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionNumber { + get { return selectionNumber_; } + set { + selectionNumber_ = value; + } + } + + /// Field number for the "SelectionGroupElementId" field. + public const int SelectionGroupElementIdFieldNumber = 5; + private int selectionGroupElementId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionGroupElementId { + get { return selectionGroupElementId_; } + set { + selectionGroupElementId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSimRoomAcquireBuffFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSimRoomAcquireBuffFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (SelectionNumber != other.SelectionNumber) return false; + if (SelectionGroupElementId != other.SelectionGroupElementId) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (SelectionNumber != 0) hash ^= SelectionNumber.GetHashCode(); + if (SelectionGroupElementId != 0) hash ^= SelectionGroupElementId.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (SelectionNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionGroupElementId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSimRoomAcquireBuffFunction other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.SelectionNumber != 0) { + SelectionNumber = other.SelectionNumber; + } + if (other.SelectionGroupElementId != 0) { + SelectionGroupElementId = other.SelectionGroupElementId; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/proceednikkefunction + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProceedSimRoomNikkeFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProceedSimRoomNikkeFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[272]; } + } + + [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 ReqProceedSimRoomNikkeFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedSimRoomNikkeFunction(ReqProceedSimRoomNikkeFunction other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + selectionNumber_ = other.selectionNumber_; + selectionGroupElementId_ = other.selectionGroupElementId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedSimRoomNikkeFunction Clone() { + return new ReqProceedSimRoomNikkeFunction(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "SelectionNumber" field. + public const int SelectionNumberFieldNumber = 4; + private int selectionNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionNumber { + get { return selectionNumber_; } + set { + selectionNumber_ = value; + } + } + + /// Field number for the "SelectionGroupElementId" field. + public const int SelectionGroupElementIdFieldNumber = 5; + private int selectionGroupElementId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionGroupElementId { + get { return selectionGroupElementId_; } + set { + selectionGroupElementId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqProceedSimRoomNikkeFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProceedSimRoomNikkeFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (SelectionNumber != other.SelectionNumber) return false; + if (SelectionGroupElementId != other.SelectionGroupElementId) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (SelectionNumber != 0) hash ^= SelectionNumber.GetHashCode(); + if (SelectionGroupElementId != 0) hash ^= SelectionGroupElementId.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (SelectionNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionGroupElementId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqProceedSimRoomNikkeFunction other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.SelectionNumber != 0) { + SelectionNumber = other.SelectionNumber; + } + if (other.SelectionGroupElementId != 0) { + SelectionGroupElementId = other.SelectionGroupElementId; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/proceedbufffunction + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProceedSimRoomBuffFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProceedSimRoomBuffFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[273]; } + } + + [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 ReqProceedSimRoomBuffFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedSimRoomBuffFunction(ReqProceedSimRoomBuffFunction other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + selectionNumber_ = other.selectionNumber_; + selectionGroupElementId_ = other.selectionGroupElementId_; + buffToDelete_ = other.buffToDelete_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedSimRoomBuffFunction Clone() { + return new ReqProceedSimRoomBuffFunction(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "SelectionNumber" field. + public const int SelectionNumberFieldNumber = 4; + private int selectionNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionNumber { + get { return selectionNumber_; } + set { + selectionNumber_ = value; + } + } + + /// Field number for the "SelectionGroupElementId" field. + public const int SelectionGroupElementIdFieldNumber = 5; + private int selectionGroupElementId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionGroupElementId { + get { return selectionGroupElementId_; } + set { + selectionGroupElementId_ = value; + } + } + + /// Field number for the "BuffToDelete" field. + public const int BuffToDeleteFieldNumber = 6; + private int buffToDelete_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuffToDelete { + get { return buffToDelete_; } + set { + buffToDelete_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqProceedSimRoomBuffFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProceedSimRoomBuffFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (SelectionNumber != other.SelectionNumber) return false; + if (SelectionGroupElementId != other.SelectionGroupElementId) return false; + if (BuffToDelete != other.BuffToDelete) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (SelectionNumber != 0) hash ^= SelectionNumber.GetHashCode(); + if (SelectionGroupElementId != 0) hash ^= SelectionGroupElementId.GetHashCode(); + if (BuffToDelete != 0) hash ^= BuffToDelete.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + if (BuffToDelete != 0) { + output.WriteRawTag(48); + output.WriteInt32(BuffToDelete); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + if (BuffToDelete != 0) { + output.WriteRawTag(48); + output.WriteInt32(BuffToDelete); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (SelectionNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionGroupElementId); + } + if (BuffToDelete != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuffToDelete); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqProceedSimRoomBuffFunction other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.SelectionNumber != 0) { + SelectionNumber = other.SelectionNumber; + } + if (other.SelectionGroupElementId != 0) { + SelectionGroupElementId = other.SelectionGroupElementId; + } + if (other.BuffToDelete != 0) { + BuffToDelete = other.BuffToDelete; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = input.ReadInt32(); + break; + } + case 48: { + BuffToDelete = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = input.ReadInt32(); + break; + } + case 48: { + BuffToDelete = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/proceedskipfunction + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProceedSimRoomSkipFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProceedSimRoomSkipFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[274]; } + } + + [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 ReqProceedSimRoomSkipFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedSimRoomSkipFunction(ReqProceedSimRoomSkipFunction other) : this() { + location_ = other.location_ != null ? other.location_.Clone() : null; + event_ = other.event_; + selectionNumber_ = other.selectionNumber_; + selectionGroupElementId_ = other.selectionGroupElementId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedSimRoomSkipFunction Clone() { + return new ReqProceedSimRoomSkipFunction(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 2; + private global::EpinelPS.NetSimRoomEventLocationInfo location_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "Event" field. + public const int EventFieldNumber = 3; + private int event_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Event { + get { return event_; } + set { + event_ = value; + } + } + + /// Field number for the "SelectionNumber" field. + public const int SelectionNumberFieldNumber = 4; + private int selectionNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionNumber { + get { return selectionNumber_; } + set { + selectionNumber_ = value; + } + } + + /// Field number for the "SelectionGroupElementId" field. + public const int SelectionGroupElementIdFieldNumber = 5; + private int selectionGroupElementId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionGroupElementId { + get { return selectionGroupElementId_; } + set { + selectionGroupElementId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqProceedSimRoomSkipFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProceedSimRoomSkipFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Event != other.Event) return false; + if (SelectionNumber != other.SelectionNumber) return false; + if (SelectionGroupElementId != other.SelectionGroupElementId) 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 (location_ != null) hash ^= Location.GetHashCode(); + if (Event != 0) hash ^= Event.GetHashCode(); + if (SelectionNumber != 0) hash ^= SelectionNumber.GetHashCode(); + if (SelectionGroupElementId != 0) hash ^= SelectionGroupElementId.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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + 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 (location_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Location); + } + if (Event != 0) { + output.WriteRawTag(24); + output.WriteInt32(Event); + } + if (SelectionNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SelectionGroupElementId); + } + 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 (location_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (Event != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Event); + } + if (SelectionNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionNumber); + } + if (SelectionGroupElementId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionGroupElementId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqProceedSimRoomSkipFunction other) { + if (other == null) { + return; + } + if (other.location_ != null) { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + } + if (other.Event != 0) { + Event = other.Event; + } + if (other.SelectionNumber != 0) { + SelectionNumber = other.SelectionNumber; + } + if (other.SelectionGroupElementId != 0) { + SelectionGroupElementId = other.SelectionGroupElementId; + } + _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 (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = 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 18: { + if (location_ == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + input.ReadMessage(Location); + break; + } + case 24: { + Event = input.ReadInt32(); + break; + } + case 32: { + SelectionNumber = input.ReadInt32(); + break; + } + case 40: { + SelectionGroupElementId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/quit + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqQuitSimRoom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqQuitSimRoom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[275]; } + } + + [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 ReqQuitSimRoom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqQuitSimRoom(ReqQuitSimRoom other) : this() { + buffsToAdd_ = other.buffsToAdd_.Clone(); + buffsToDelete_ = other.buffsToDelete_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqQuitSimRoom Clone() { + return new ReqQuitSimRoom(this); + } + + /// Field number for the "BuffsToAdd" field. + public const int BuffsToAddFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_buffsToAdd_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField buffsToAdd_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BuffsToAdd { + get { return buffsToAdd_; } + } + + /// Field number for the "BuffsToDelete" field. + public const int BuffsToDeleteFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_buffsToDelete_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField buffsToDelete_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BuffsToDelete { + get { return buffsToDelete_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqQuitSimRoom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqQuitSimRoom other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!buffsToAdd_.Equals(other.buffsToAdd_)) return false; + if(!buffsToDelete_.Equals(other.buffsToDelete_)) 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 ^= buffsToAdd_.GetHashCode(); + hash ^= buffsToDelete_.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 + buffsToAdd_.WriteTo(output, _repeated_buffsToAdd_codec); + buffsToDelete_.WriteTo(output, _repeated_buffsToDelete_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) { + buffsToAdd_.WriteTo(ref output, _repeated_buffsToAdd_codec); + buffsToDelete_.WriteTo(ref output, _repeated_buffsToDelete_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 += buffsToAdd_.CalculateSize(_repeated_buffsToAdd_codec); + size += buffsToDelete_.CalculateSize(_repeated_buffsToDelete_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqQuitSimRoom other) { + if (other == null) { + return; + } + buffsToAdd_.Add(other.buffsToAdd_); + buffsToDelete_.Add(other.buffsToDelete_); + _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: + case 16: { + buffsToAdd_.AddEntriesFrom(input, _repeated_buffsToAdd_codec); + break; + } + case 26: + case 24: { + buffsToDelete_.AddEntriesFrom(input, _repeated_buffsToDelete_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 18: + case 16: { + buffsToAdd_.AddEntriesFrom(ref input, _repeated_buffsToAdd_codec); + break; + } + case 26: + case 24: { + buffsToDelete_.AddEntriesFrom(ref input, _repeated_buffsToDelete_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/createparty + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCreateParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCreateParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[276]; } + } + + [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 ReqCreateParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCreateParty(ReqCreateParty other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCreateParty Clone() { + return new ReqCreateParty(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCreateParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCreateParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCreateParty other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/inviteparty + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqInviteParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqInviteParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[277]; } + } + + [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 ReqInviteParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqInviteParty(ReqInviteParty other) : this() { + toUsn_ = other.toUsn_; + partyId_ = other.partyId_; + eventId_ = other.eventId_; + isForced_ = other.isForced_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqInviteParty Clone() { + return new ReqInviteParty(this); + } + + /// Field number for the "ToUsn" field. + public const int ToUsnFieldNumber = 1; + private long toUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ToUsn { + get { return toUsn_; } + set { + toUsn_ = value; + } + } + + /// Field number for the "PartyId" field. + public const int PartyIdFieldNumber = 2; + private string partyId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PartyId { + get { return partyId_; } + set { + partyId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 3; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "IsForced" field. + public const int IsForcedFieldNumber = 4; + private bool isForced_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsForced { + get { return isForced_; } + set { + isForced_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqInviteParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqInviteParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ToUsn != other.ToUsn) return false; + if (PartyId != other.PartyId) return false; + if (EventId != other.EventId) return false; + if (IsForced != other.IsForced) 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 (ToUsn != 0L) hash ^= ToUsn.GetHashCode(); + if (PartyId.Length != 0) hash ^= PartyId.GetHashCode(); + if (EventId != 0) hash ^= EventId.GetHashCode(); + if (IsForced != false) hash ^= IsForced.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 (ToUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(ToUsn); + } + if (PartyId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(PartyId); + } + if (EventId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventId); + } + if (IsForced != false) { + output.WriteRawTag(32); + output.WriteBool(IsForced); + } + 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 (ToUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(ToUsn); + } + if (PartyId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(PartyId); + } + if (EventId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventId); + } + if (IsForced != false) { + output.WriteRawTag(32); + output.WriteBool(IsForced); + } + 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 (ToUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ToUsn); + } + if (PartyId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PartyId); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (IsForced != 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(ReqInviteParty other) { + if (other == null) { + return; + } + if (other.ToUsn != 0L) { + ToUsn = other.ToUsn; + } + if (other.PartyId.Length != 0) { + PartyId = other.PartyId; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.IsForced != false) { + IsForced = other.IsForced; + } + _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: { + ToUsn = input.ReadInt64(); + break; + } + case 18: { + PartyId = input.ReadString(); + break; + } + case 24: { + EventId = input.ReadInt32(); + break; + } + case 32: { + IsForced = 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 8: { + ToUsn = input.ReadInt64(); + break; + } + case 18: { + PartyId = input.ReadString(); + break; + } + case 24: { + EventId = input.ReadInt32(); + break; + } + case 32: { + IsForced = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/joinpartybycode + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqJoinPartyByCode : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqJoinPartyByCode()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[278]; } + } + + [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 ReqJoinPartyByCode() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqJoinPartyByCode(ReqJoinPartyByCode other) : this() { + code_ = other.code_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqJoinPartyByCode Clone() { + return new ReqJoinPartyByCode(this); + } + + /// Field number for the "Code" field. + public const int CodeFieldNumber = 2; + private string code_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Code { + get { return code_; } + set { + code_ = 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 ReqJoinPartyByCode); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqJoinPartyByCode other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Code != other.Code) 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 (Code.Length != 0) hash ^= Code.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 (Code.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Code); + } + 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 (Code.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Code); + } + 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 (Code.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Code); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqJoinPartyByCode other) { + if (other == null) { + return; + } + if (other.Code.Length != 0) { + Code = other.Code; + } + _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: { + Code = 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 18: { + Code = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/joinparty + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqJoinParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqJoinParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[279]; } + } + + [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 ReqJoinParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqJoinParty(ReqJoinParty other) : this() { + partyId_ = other.partyId_; + path_ = other.path_; + fusn_ = other.fusn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqJoinParty Clone() { + return new ReqJoinParty(this); + } + + /// Field number for the "PartyId" field. + public const int PartyIdFieldNumber = 2; + private string partyId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PartyId { + get { return partyId_; } + set { + partyId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Path" field. + public const int PathFieldNumber = 3; + private global::EpinelPS.JoinPath path_ = global::EpinelPS.JoinPath.JoinPathByGuild; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.JoinPath Path { + get { return path_; } + set { + path_ = value; + } + } + + /// Field number for the "Fusn" field. + public const int FusnFieldNumber = 4; + private long fusn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Fusn { + get { return fusn_; } + set { + fusn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqJoinParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqJoinParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PartyId != other.PartyId) return false; + if (Path != other.Path) return false; + if (Fusn != other.Fusn) 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 (PartyId.Length != 0) hash ^= PartyId.GetHashCode(); + if (Path != global::EpinelPS.JoinPath.JoinPathByGuild) hash ^= Path.GetHashCode(); + if (Fusn != 0L) hash ^= Fusn.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 (PartyId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(PartyId); + } + if (Path != global::EpinelPS.JoinPath.JoinPathByGuild) { + output.WriteRawTag(24); + output.WriteEnum((int) Path); + } + if (Fusn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Fusn); + } + 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 (PartyId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(PartyId); + } + if (Path != global::EpinelPS.JoinPath.JoinPathByGuild) { + output.WriteRawTag(24); + output.WriteEnum((int) Path); + } + if (Fusn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Fusn); + } + 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 (PartyId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PartyId); + } + if (Path != global::EpinelPS.JoinPath.JoinPathByGuild) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Path); + } + if (Fusn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Fusn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqJoinParty other) { + if (other == null) { + return; + } + if (other.PartyId.Length != 0) { + PartyId = other.PartyId; + } + if (other.Path != global::EpinelPS.JoinPath.JoinPathByGuild) { + Path = other.Path; + } + if (other.Fusn != 0L) { + Fusn = other.Fusn; + } + _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: { + PartyId = input.ReadString(); + break; + } + case 24: { + Path = (global::EpinelPS.JoinPath) input.ReadEnum(); + break; + } + case 32: { + Fusn = input.ReadInt64(); + 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: { + PartyId = input.ReadString(); + break; + } + case 24: { + Path = (global::EpinelPS.JoinPath) input.ReadEnum(); + break; + } + case 32: { + Fusn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/listfriendparty + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListFriendParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListFriendParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[280]; } + } + + [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 ReqListFriendParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListFriendParty(ReqListFriendParty other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListFriendParty Clone() { + return new ReqListFriendParty(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListFriendParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListFriendParty 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(ReqListFriendParty 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 + + } + + /// + /// URL: /partymatch/listinvitablefriend + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListInvitableFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListInvitableFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[281]; } + } + + [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 ReqListInvitableFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListInvitableFriend(ReqListInvitableFriend other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListInvitableFriend Clone() { + return new ReqListInvitableFriend(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListInvitableFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListInvitableFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqListInvitableFriend other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/listinvitation + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListInvitation : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListInvitation()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[282]; } + } + + [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 ReqListInvitation() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListInvitation(ReqListInvitation other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListInvitation Clone() { + return new ReqListInvitation(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListInvitation); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListInvitation 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(ReqListInvitation 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 + + } + + /// + /// URL: /partymatch/startpartymatch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStartPartyMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStartPartyMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[283]; } + } + + [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 ReqStartPartyMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartPartyMatch(ReqStartPartyMatch other) : this() { + partyId_ = other.partyId_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartPartyMatch Clone() { + return new ReqStartPartyMatch(this); + } + + /// Field number for the "PartyId" field. + public const int PartyIdFieldNumber = 1; + private string partyId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PartyId { + get { return partyId_; } + set { + partyId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStartPartyMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStartPartyMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PartyId != other.PartyId) return false; + if (EventId != other.EventId) 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 (PartyId.Length != 0) hash ^= PartyId.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (PartyId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PartyId); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (PartyId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PartyId); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (PartyId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PartyId); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStartPartyMatch other) { + if (other == null) { + return; + } + if (other.PartyId.Length != 0) { + PartyId = other.PartyId; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + PartyId = input.ReadString(); + break; + } + case 16: { + EventId = 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 10: { + PartyId = input.ReadString(); + break; + } + case 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/searchuser + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSearchUserForInvite : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSearchUserForInvite()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[284]; } + } + + [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 ReqSearchUserForInvite() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSearchUserForInvite(ReqSearchUserForInvite other) : this() { + searchKeyWord_ = other.searchKeyWord_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSearchUserForInvite Clone() { + return new ReqSearchUserForInvite(this); + } + + /// Field number for the "SearchKeyWord" field. + public const int SearchKeyWordFieldNumber = 2; + private string searchKeyWord_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string SearchKeyWord { + get { return searchKeyWord_; } + set { + searchKeyWord_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 3; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSearchUserForInvite); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSearchUserForInvite other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SearchKeyWord != other.SearchKeyWord) return false; + if (EventId != other.EventId) 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 (SearchKeyWord.Length != 0) hash ^= SearchKeyWord.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (SearchKeyWord.Length != 0) { + output.WriteRawTag(18); + output.WriteString(SearchKeyWord); + } + if (EventId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventId); + } + 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 (SearchKeyWord.Length != 0) { + output.WriteRawTag(18); + output.WriteString(SearchKeyWord); + } + if (EventId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventId); + } + 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 (SearchKeyWord.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(SearchKeyWord); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSearchUserForInvite other) { + if (other == null) { + return; + } + if (other.SearchKeyWord.Length != 0) { + SearchKeyWord = other.SearchKeyWord; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + SearchKeyWord = input.ReadString(); + break; + } + case 24: { + EventId = 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 18: { + SearchKeyWord = input.ReadString(); + break; + } + case 24: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/getwholeuserdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetWholeUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetWholeUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[285]; } + } + + [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 ReqGetWholeUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWholeUserData(ReqGetWholeUserData other) : this() { + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetWholeUserData Clone() { + return new ReqGetWholeUserData(this); + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 1; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetWholeUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetWholeUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TargetUsn != other.TargetUsn) 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 (TargetUsn != 0L) hash ^= TargetUsn.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 (TargetUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetWholeUserData other) { + if (other == null) { + return; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + TargetUsn = input.ReadInt64(); + 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: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetInterceptData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetInterceptData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[286]; } + } + + [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 ReqGetInterceptData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInterceptData(ReqGetInterceptData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetInterceptData Clone() { + return new ReqGetInterceptData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetInterceptData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetInterceptData 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(ReqGetInterceptData 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 + + } + + /// + /// URL: /intercept/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[287]; } + } + + [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 ReqEnterIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterIntercept(ReqEnterIntercept other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterIntercept Clone() { + return new ReqEnterIntercept(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 2; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 3; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (Intercept != 0) { + output.WriteRawTag(16); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(24); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + output.WriteRawTag(16); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(24); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterIntercept other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 24: { + InterceptId = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + Intercept = input.ReadInt32(); + break; + } + case 24: { + InterceptId = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[288]; } + } + + [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 ReqClearIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearIntercept(ReqClearIntercept other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + damage_ = other.damage_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearIntercept Clone() { + return new ReqClearIntercept(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 2; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 3; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 4; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 5; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 6; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 8; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) return false; + if (Damage != other.Damage) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (Intercept != 0) { + output.WriteRawTag(16); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(24); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(40); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(66); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + output.WriteRawTag(16); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(24); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(40); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(66); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearIntercept other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 24: { + InterceptId = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + TeamNumber = input.ReadInt32(); + break; + } + case 48: { + BattleResult = input.ReadInt32(); + break; + } + case 58: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 66: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + Intercept = input.ReadInt32(); + break; + } + case 24: { + InterceptId = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + TeamNumber = input.ReadInt32(); + break; + } + case 48: { + BattleResult = input.ReadInt32(); + break; + } + case 58: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 66: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/getcontentsdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetContentsOpenData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetContentsOpenData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[289]; } + } + + [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 ReqGetContentsOpenData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetContentsOpenData(ReqGetContentsOpenData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetContentsOpenData Clone() { + return new ReqGetContentsOpenData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetContentsOpenData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetContentsOpenData 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(ReqGetContentsOpenData 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 + + } + + /// + /// URL: /event/minigame/textadventure/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[290]; } + } + + [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 ReqGetTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTextAdvData(ReqGetTextAdvData other) : this() { + textAdvId_ = other.textAdvId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetTextAdvData Clone() { + return new ReqGetTextAdvData(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) 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 (TextAdvId != 0) hash ^= TextAdvId.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetTextAdvData other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + _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: { + TextAdvId = 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: { + TextAdvId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/textadventure/recordpage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordTextAdvPage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordTextAdvPage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[291]; } + } + + [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 ReqRecordTextAdvPage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordTextAdvPage(ReqRecordTextAdvPage other) : this() { + textAdvPageId_ = other.textAdvPageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordTextAdvPage Clone() { + return new ReqRecordTextAdvPage(this); + } + + /// Field number for the "TextAdvPageId" field. + public const int TextAdvPageIdFieldNumber = 1; + private int textAdvPageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvPageId { + get { return textAdvPageId_; } + set { + textAdvPageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordTextAdvPage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordTextAdvPage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvPageId != other.TextAdvPageId) 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 (TextAdvPageId != 0) hash ^= TextAdvPageId.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 (TextAdvPageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvPageId); + } + 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 (TextAdvPageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvPageId); + } + 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 (TextAdvPageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvPageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordTextAdvPage other) { + if (other == null) { + return; + } + if (other.TextAdvPageId != 0) { + TextAdvPageId = other.TextAdvPageId; + } + _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: { + TextAdvPageId = 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: { + TextAdvPageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/textadventure/undopage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUndoTextAdvPage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUndoTextAdvPage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[292]; } + } + + [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 ReqUndoTextAdvPage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUndoTextAdvPage(ReqUndoTextAdvPage other) : this() { + textAdvId_ = other.textAdvId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUndoTextAdvPage Clone() { + return new ReqUndoTextAdvPage(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUndoTextAdvPage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUndoTextAdvPage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) 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 (TextAdvId != 0) hash ^= TextAdvId.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUndoTextAdvPage other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + _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: { + TextAdvId = 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: { + TextAdvId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/textadventure/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearTextAdv : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearTextAdv()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[293]; } + } + + [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 ReqClearTextAdv() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearTextAdv(ReqClearTextAdv other) : this() { + endingPageId_ = other.endingPageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearTextAdv Clone() { + return new ReqClearTextAdv(this); + } + + /// Field number for the "EndingPageId" field. + public const int EndingPageIdFieldNumber = 1; + private int endingPageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EndingPageId { + get { return endingPageId_; } + set { + endingPageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearTextAdv); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearTextAdv other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EndingPageId != other.EndingPageId) 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 (EndingPageId != 0) hash ^= EndingPageId.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 (EndingPageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EndingPageId); + } + 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 (EndingPageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EndingPageId); + } + 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 (EndingPageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EndingPageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearTextAdv other) { + if (other == null) { + return; + } + if (other.EndingPageId != 0) { + EndingPageId = other.EndingPageId; + } + _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: { + EndingPageId = 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: { + EndingPageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/textadventure/addcheckedlog + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddTextAdvCheckedLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddTextAdvCheckedLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[294]; } + } + + [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 ReqAddTextAdvCheckedLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddTextAdvCheckedLog(ReqAddTextAdvCheckedLog other) : this() { + textAdvId_ = other.textAdvId_; + checkedLogList_ = other.checkedLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddTextAdvCheckedLog Clone() { + return new ReqAddTextAdvCheckedLog(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + /// Field number for the "CheckedLogList" field. + public const int CheckedLogListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_checkedLogList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTextAdvCheckedLog.Parser); + private readonly pbc::RepeatedField checkedLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedLogList { + get { return checkedLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddTextAdvCheckedLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddTextAdvCheckedLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) return false; + if(!checkedLogList_.Equals(other.checkedLogList_)) 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 (TextAdvId != 0) hash ^= TextAdvId.GetHashCode(); + hash ^= checkedLogList_.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + checkedLogList_.WriteTo(output, _repeated_checkedLogList_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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + checkedLogList_.WriteTo(ref output, _repeated_checkedLogList_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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + size += checkedLogList_.CalculateSize(_repeated_checkedLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddTextAdvCheckedLog other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + checkedLogList_.Add(other.checkedLogList_); + _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: { + TextAdvId = input.ReadInt32(); + break; + } + case 18: { + checkedLogList_.AddEntriesFrom(input, _repeated_checkedLogList_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: { + TextAdvId = input.ReadInt32(); + break; + } + case 18: { + checkedLogList_.AddEntriesFrom(ref input, _repeated_checkedLogList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameNKSData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameNKSData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[295]; } + } + + [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 ReqGetMiniGameNKSData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSData(ReqGetMiniGameNKSData other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSData Clone() { + return new ReqGetMiniGameNKSData(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameNKSData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameNKSData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameNKSData other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/updatemissionprogress + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateNKSMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateNKSMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[296]; } + } + + [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 ReqUpdateNKSMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateNKSMissionProgress(ReqUpdateNKSMissionProgress other) : this() { + nKSId_ = other.nKSId_; + progressUpdateList_ = other.progressUpdateList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateNKSMissionProgress Clone() { + return new ReqUpdateNKSMissionProgress(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "ProgressUpdateList" field. + public const int ProgressUpdateListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_progressUpdateList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetNKSMissionProgressUpdate.Parser); + private readonly pbc::RepeatedField progressUpdateList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProgressUpdateList { + get { return progressUpdateList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateNKSMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateNKSMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if(!progressUpdateList_.Equals(other.progressUpdateList_)) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + hash ^= progressUpdateList_.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + progressUpdateList_.WriteTo(output, _repeated_progressUpdateList_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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + progressUpdateList_.WriteTo(ref output, _repeated_progressUpdateList_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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + size += progressUpdateList_.CalculateSize(_repeated_progressUpdateList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateNKSMissionProgress other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + progressUpdateList_.Add(other.progressUpdateList_); + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(input, _repeated_progressUpdateList_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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(ref input, _repeated_progressUpdateList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/uploadprogress + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUploadMiniGameNKSProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUploadMiniGameNKSProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[297]; } + } + + [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 ReqUploadMiniGameNKSProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUploadMiniGameNKSProgress(ReqUploadMiniGameNKSProgress other) : this() { + nKSId_ = other.nKSId_; + progressJson_ = other.progressJson_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUploadMiniGameNKSProgress Clone() { + return new ReqUploadMiniGameNKSProgress(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "ProgressJson" field. + public const int ProgressJsonFieldNumber = 2; + private string progressJson_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProgressJson { + get { return progressJson_; } + set { + progressJson_ = 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 ReqUploadMiniGameNKSProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUploadMiniGameNKSProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (ProgressJson != other.ProgressJson) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (ProgressJson.Length != 0) hash ^= ProgressJson.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (ProgressJson.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ProgressJson); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (ProgressJson.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ProgressJson); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (ProgressJson.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProgressJson); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUploadMiniGameNKSProgress other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.ProgressJson.Length != 0) { + ProgressJson = other.ProgressJson; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + ProgressJson = 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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + ProgressJson = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/accumulaterankingscore + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAccumulateMiniGameNKSRankingScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAccumulateMiniGameNKSRankingScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[298]; } + } + + [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 ReqAccumulateMiniGameNKSRankingScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAccumulateMiniGameNKSRankingScore(ReqAccumulateMiniGameNKSRankingScore other) : this() { + nKSId_ = other.nKSId_; + score_ = other.score_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAccumulateMiniGameNKSRankingScore Clone() { + return new ReqAccumulateMiniGameNKSRankingScore(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAccumulateMiniGameNKSRankingScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAccumulateMiniGameNKSRankingScore other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (Score != other.Score) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (Score != 0L) hash ^= Score.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAccumulateMiniGameNKSRankingScore other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.Score != 0L) { + Score = other.Score; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + 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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/recordlog/stageplay + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameNKSStagePlayLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameNKSStagePlayLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[299]; } + } + + [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 ReqRecordMiniGameNKSStagePlayLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSStagePlayLog(ReqRecordMiniGameNKSStagePlayLog other) : this() { + nKSId_ = other.nKSId_; + stageId_ = other.stageId_; + characterId_ = other.characterId_; + itemCollectList_ = other.itemCollectList_.Clone(); + monsterKillList_ = other.monsterKillList_.Clone(); + characterLevel_ = other.characterLevel_; + survivalTime_ = other.survivalTime_; + playResult_ = other.playResult_; + isResumedFromLastSave_ = other.isResumedFromLastSave_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSStagePlayLog Clone() { + return new ReqRecordMiniGameNKSStagePlayLog(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 3; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "ItemCollectList" field. + public const int ItemCollectListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_itemCollectList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetMiniGameNKSItemCollectData.Parser); + private readonly pbc::RepeatedField itemCollectList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemCollectList { + get { return itemCollectList_; } + } + + /// Field number for the "MonsterKillList" field. + public const int MonsterKillListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_monsterKillList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetMiniGameNKSMonsterKillData.Parser); + private readonly pbc::RepeatedField monsterKillList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MonsterKillList { + get { return monsterKillList_; } + } + + /// Field number for the "CharacterLevel" field. + public const int CharacterLevelFieldNumber = 6; + private int characterLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterLevel { + get { return characterLevel_; } + set { + characterLevel_ = value; + } + } + + /// Field number for the "SurvivalTime" field. + public const int SurvivalTimeFieldNumber = 7; + private int survivalTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SurvivalTime { + get { return survivalTime_; } + set { + survivalTime_ = value; + } + } + + /// Field number for the "PlayResult" field. + public const int PlayResultFieldNumber = 8; + private global::EpinelPS.NKSStageResultType playResult_ = global::EpinelPS.NKSStageResultType.NksstageResultTypeClear; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSStageResultType PlayResult { + get { return playResult_; } + set { + playResult_ = value; + } + } + + /// Field number for the "IsResumedFromLastSave" field. + public const int IsResumedFromLastSaveFieldNumber = 9; + private bool isResumedFromLastSave_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsResumedFromLastSave { + get { return isResumedFromLastSave_; } + set { + isResumedFromLastSave_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameNKSStagePlayLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameNKSStagePlayLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (StageId != other.StageId) return false; + if (CharacterId != other.CharacterId) return false; + if(!itemCollectList_.Equals(other.itemCollectList_)) return false; + if(!monsterKillList_.Equals(other.monsterKillList_)) return false; + if (CharacterLevel != other.CharacterLevel) return false; + if (SurvivalTime != other.SurvivalTime) return false; + if (PlayResult != other.PlayResult) return false; + if (IsResumedFromLastSave != other.IsResumedFromLastSave) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + hash ^= itemCollectList_.GetHashCode(); + hash ^= monsterKillList_.GetHashCode(); + if (CharacterLevel != 0) hash ^= CharacterLevel.GetHashCode(); + if (SurvivalTime != 0) hash ^= SurvivalTime.GetHashCode(); + if (PlayResult != global::EpinelPS.NKSStageResultType.NksstageResultTypeClear) hash ^= PlayResult.GetHashCode(); + if (IsResumedFromLastSave != false) hash ^= IsResumedFromLastSave.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (CharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CharacterId); + } + itemCollectList_.WriteTo(output, _repeated_itemCollectList_codec); + monsterKillList_.WriteTo(output, _repeated_monsterKillList_codec); + if (CharacterLevel != 0) { + output.WriteRawTag(48); + output.WriteInt32(CharacterLevel); + } + if (SurvivalTime != 0) { + output.WriteRawTag(56); + output.WriteInt32(SurvivalTime); + } + if (PlayResult != global::EpinelPS.NKSStageResultType.NksstageResultTypeClear) { + output.WriteRawTag(64); + output.WriteEnum((int) PlayResult); + } + if (IsResumedFromLastSave != false) { + output.WriteRawTag(72); + output.WriteBool(IsResumedFromLastSave); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (CharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CharacterId); + } + itemCollectList_.WriteTo(ref output, _repeated_itemCollectList_codec); + monsterKillList_.WriteTo(ref output, _repeated_monsterKillList_codec); + if (CharacterLevel != 0) { + output.WriteRawTag(48); + output.WriteInt32(CharacterLevel); + } + if (SurvivalTime != 0) { + output.WriteRawTag(56); + output.WriteInt32(SurvivalTime); + } + if (PlayResult != global::EpinelPS.NKSStageResultType.NksstageResultTypeClear) { + output.WriteRawTag(64); + output.WriteEnum((int) PlayResult); + } + if (IsResumedFromLastSave != false) { + output.WriteRawTag(72); + output.WriteBool(IsResumedFromLastSave); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + size += itemCollectList_.CalculateSize(_repeated_itemCollectList_codec); + size += monsterKillList_.CalculateSize(_repeated_monsterKillList_codec); + if (CharacterLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterLevel); + } + if (SurvivalTime != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SurvivalTime); + } + if (PlayResult != global::EpinelPS.NKSStageResultType.NksstageResultTypeClear) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PlayResult); + } + if (IsResumedFromLastSave != 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(ReqRecordMiniGameNKSStagePlayLog other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + itemCollectList_.Add(other.itemCollectList_); + monsterKillList_.Add(other.monsterKillList_); + if (other.CharacterLevel != 0) { + CharacterLevel = other.CharacterLevel; + } + if (other.SurvivalTime != 0) { + SurvivalTime = other.SurvivalTime; + } + if (other.PlayResult != global::EpinelPS.NKSStageResultType.NksstageResultTypeClear) { + PlayResult = other.PlayResult; + } + if (other.IsResumedFromLastSave != false) { + IsResumedFromLastSave = other.IsResumedFromLastSave; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + CharacterId = input.ReadInt32(); + break; + } + case 34: { + itemCollectList_.AddEntriesFrom(input, _repeated_itemCollectList_codec); + break; + } + case 42: { + monsterKillList_.AddEntriesFrom(input, _repeated_monsterKillList_codec); + break; + } + case 48: { + CharacterLevel = input.ReadInt32(); + break; + } + case 56: { + SurvivalTime = input.ReadInt32(); + break; + } + case 64: { + PlayResult = (global::EpinelPS.NKSStageResultType) input.ReadEnum(); + break; + } + case 72: { + IsResumedFromLastSave = 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 8: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + CharacterId = input.ReadInt32(); + break; + } + case 34: { + itemCollectList_.AddEntriesFrom(ref input, _repeated_itemCollectList_codec); + break; + } + case 42: { + monsterKillList_.AddEntriesFrom(ref input, _repeated_monsterKillList_codec); + break; + } + case 48: { + CharacterLevel = input.ReadInt32(); + break; + } + case 56: { + SurvivalTime = input.ReadInt32(); + break; + } + case 64: { + PlayResult = (global::EpinelPS.NKSStageResultType) input.ReadEnum(); + break; + } + case 72: { + IsResumedFromLastSave = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/recordlog/unlockcharacter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameNKSCharacterUnlockLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameNKSCharacterUnlockLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[300]; } + } + + [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 ReqRecordMiniGameNKSCharacterUnlockLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSCharacterUnlockLog(ReqRecordMiniGameNKSCharacterUnlockLog other) : this() { + nKSId_ = other.nKSId_; + characterId_ = other.characterId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSCharacterUnlockLog Clone() { + return new ReqRecordMiniGameNKSCharacterUnlockLog(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameNKSCharacterUnlockLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameNKSCharacterUnlockLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (CharacterId != other.CharacterId) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordMiniGameNKSCharacterUnlockLog other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = 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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/recordlog/skilltreeupgrade + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameNKSSkillTreeUpgradeLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameNKSSkillTreeUpgradeLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[301]; } + } + + [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 ReqRecordMiniGameNKSSkillTreeUpgradeLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSSkillTreeUpgradeLog(ReqRecordMiniGameNKSSkillTreeUpgradeLog other) : this() { + nKSId_ = other.nKSId_; + characterId_ = other.characterId_; + actType_ = other.actType_; + skillTreeId_ = other.skillTreeId_; + slotItemId_ = other.slotItemId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSSkillTreeUpgradeLog Clone() { + return new ReqRecordMiniGameNKSSkillTreeUpgradeLog(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "ActType" field. + public const int ActTypeFieldNumber = 3; + private global::EpinelPS.NKSSkillTreeActType actType_ = global::EpinelPS.NKSSkillTreeActType.NksskillTreeActTypeUpgrade; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSSkillTreeActType ActType { + get { return actType_; } + set { + actType_ = value; + } + } + + /// Field number for the "SkillTreeId" field. + public const int SkillTreeIdFieldNumber = 4; + private int skillTreeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SkillTreeId { + get { return skillTreeId_; } + set { + skillTreeId_ = value; + } + } + + /// Field number for the "SlotItemId" field. + public const int SlotItemIdFieldNumber = 5; + private int slotItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SlotItemId { + get { return slotItemId_; } + set { + slotItemId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameNKSSkillTreeUpgradeLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameNKSSkillTreeUpgradeLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (CharacterId != other.CharacterId) return false; + if (ActType != other.ActType) return false; + if (SkillTreeId != other.SkillTreeId) return false; + if (SlotItemId != other.SlotItemId) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + if (ActType != global::EpinelPS.NKSSkillTreeActType.NksskillTreeActTypeUpgrade) hash ^= ActType.GetHashCode(); + if (SkillTreeId != 0) hash ^= SkillTreeId.GetHashCode(); + if (SlotItemId != 0) hash ^= SlotItemId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (ActType != global::EpinelPS.NKSSkillTreeActType.NksskillTreeActTypeUpgrade) { + output.WriteRawTag(24); + output.WriteEnum((int) ActType); + } + if (SkillTreeId != 0) { + output.WriteRawTag(32); + output.WriteInt32(SkillTreeId); + } + if (SlotItemId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SlotItemId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (ActType != global::EpinelPS.NKSSkillTreeActType.NksskillTreeActTypeUpgrade) { + output.WriteRawTag(24); + output.WriteEnum((int) ActType); + } + if (SkillTreeId != 0) { + output.WriteRawTag(32); + output.WriteInt32(SkillTreeId); + } + if (SlotItemId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SlotItemId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (ActType != global::EpinelPS.NKSSkillTreeActType.NksskillTreeActTypeUpgrade) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ActType); + } + if (SkillTreeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SkillTreeId); + } + if (SlotItemId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SlotItemId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordMiniGameNKSSkillTreeUpgradeLog other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + if (other.ActType != global::EpinelPS.NKSSkillTreeActType.NksskillTreeActTypeUpgrade) { + ActType = other.ActType; + } + if (other.SkillTreeId != 0) { + SkillTreeId = other.SkillTreeId; + } + if (other.SlotItemId != 0) { + SlotItemId = other.SlotItemId; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + ActType = (global::EpinelPS.NKSSkillTreeActType) input.ReadEnum(); + break; + } + case 32: { + SkillTreeId = input.ReadInt32(); + break; + } + case 40: { + SlotItemId = 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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + ActType = (global::EpinelPS.NKSSkillTreeActType) input.ReadEnum(); + break; + } + case 32: { + SkillTreeId = input.ReadInt32(); + break; + } + case 40: { + SlotItemId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/practice/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[302]; } + } + + [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 ReqClearInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearInterceptPractice(ReqClearInterceptPractice other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + damage_ = other.damage_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearInterceptPractice Clone() { + return new ReqClearInterceptPractice(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 1; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 3; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 5; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearInterceptPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) return false; + if (Damage != other.Damage) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearInterceptPractice other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shootingrange/v2/set + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetShootingRangeScoreV2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetShootingRangeScoreV2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[303]; } + } + + [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 ReqSetShootingRangeScoreV2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetShootingRangeScoreV2(ReqSetShootingRangeScoreV2 other) : this() { + shootingRangeId_ = other.shootingRangeId_; + score_ = other.score_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetShootingRangeScoreV2 Clone() { + return new ReqSetShootingRangeScoreV2(this); + } + + /// Field number for the "ShootingRangeId" field. + public const int ShootingRangeIdFieldNumber = 1; + private int shootingRangeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShootingRangeId { + get { return shootingRangeId_; } + set { + shootingRangeId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 4; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetShootingRangeScoreV2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetShootingRangeScoreV2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShootingRangeId != other.ShootingRangeId) return false; + if (Score != other.Score) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (ShootingRangeId != 0) hash ^= ShootingRangeId.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (ShootingRangeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShootingRangeId); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (ShootingRangeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShootingRangeId); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (ShootingRangeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShootingRangeId); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetShootingRangeScoreV2 other) { + if (other == null) { + return; + } + if (other.ShootingRangeId != 0) { + ShootingRangeId = other.ShootingRangeId; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + ShootingRangeId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + ShootingRangeId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/setdamage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetSoloRaidDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetSoloRaidDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[304]; } + } + + [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 ReqSetSoloRaidDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSoloRaidDamage(ReqSetSoloRaidDamage other) : this() { + raidLevel_ = other.raidLevel_; + damage_ = other.damage_; + team_ = other.team_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + battleResult_ = other.battleResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSoloRaidDamage Clone() { + return new ReqSetSoloRaidDamage(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 2; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 6; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetSoloRaidDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetSoloRaidDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (Damage != other.Damage) return false; + if (Team != other.Team) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) return false; + if (BattleResult != other.BattleResult) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (Team != 0) hash ^= Team.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleResult); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleResult); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetSoloRaidDamage other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.Team != 0) { + Team = other.Team; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 48: { + BattleResult = 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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 48: { + BattleResult = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/practice/setdamage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetSoloRaidPracticeDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetSoloRaidPracticeDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[305]; } + } + + [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 ReqSetSoloRaidPracticeDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSoloRaidPracticeDamage(ReqSetSoloRaidPracticeDamage other) : this() { + raidLevel_ = other.raidLevel_; + damage_ = other.damage_; + team_ = other.team_; + difficultyType_ = other.difficultyType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSoloRaidPracticeDamage Clone() { + return new ReqSetSoloRaidPracticeDamage(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 2; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "DifficultyType" field. + public const int DifficultyTypeFieldNumber = 4; + private global::EpinelPS.SoloRaidDifficultyType difficultyType_ = global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidDifficultyType DifficultyType { + get { return difficultyType_; } + set { + difficultyType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetSoloRaidPracticeDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetSoloRaidPracticeDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (Damage != other.Damage) return false; + if (Team != other.Team) return false; + if (DifficultyType != other.DifficultyType) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (Team != 0) hash ^= Team.GetHashCode(); + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) hash ^= DifficultyType.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + output.WriteRawTag(32); + output.WriteEnum((int) DifficultyType); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + output.WriteRawTag(32); + output.WriteEnum((int) DifficultyType); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DifficultyType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetSoloRaidPracticeDamage other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.Team != 0) { + Team = other.Team; + } + if (other.DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + DifficultyType = other.DifficultyType; + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 32: { + DifficultyType = (global::EpinelPS.SoloRaidDifficultyType) 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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 32: { + DifficultyType = (global::EpinelPS.SoloRaidDifficultyType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/trial/setdamage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetSoloRaidTrialDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetSoloRaidTrialDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[306]; } + } + + [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 ReqSetSoloRaidTrialDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSoloRaidTrialDamage(ReqSetSoloRaidTrialDamage other) : this() { + raidLevel_ = other.raidLevel_; + damage_ = other.damage_; + team_ = other.team_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + battleResult_ = other.battleResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSoloRaidTrialDamage Clone() { + return new ReqSetSoloRaidTrialDamage(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 2; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 6; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetSoloRaidTrialDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetSoloRaidTrialDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (Damage != other.Damage) return false; + if (Team != other.Team) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) return false; + if (BattleResult != other.BattleResult) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (Team != 0) hash ^= Team.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleResult); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleResult); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetSoloRaidTrialDamage other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.Team != 0) { + Team = other.Team; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 48: { + BattleResult = 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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 48: { + BattleResult = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/storydungeon/clearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[307]; } + } + + [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 ReqClearArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearArchiveStage(ReqClearArchiveStage other) : this() { + eventId_ = other.eventId_; + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearArchiveStage Clone() { + return new ReqClearArchiveStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 4; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearArchiveStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearArchiveStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/setdamage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetUnionRaidDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetUnionRaidDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[308]; } + } + + [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 ReqSetUnionRaidDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetUnionRaidDamage(ReqSetUnionRaidDamage other) : this() { + raidLevel_ = other.raidLevel_; + raidStep_ = other.raidStep_; + damage_ = other.damage_; + team_ = other.team_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + battleResult_ = other.battleResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetUnionRaidDamage Clone() { + return new ReqSetUnionRaidDamage(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "RaidStep" field. + public const int RaidStepFieldNumber = 3; + private int raidStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidStep { + get { return raidStep_; } + set { + raidStep_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 4; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 5; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 8; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetUnionRaidDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetUnionRaidDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (RaidStep != other.RaidStep) return false; + if (Damage != other.Damage) return false; + if (Team != other.Team) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) return false; + if (BattleResult != other.BattleResult) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (RaidStep != 0) hash ^= RaidStep.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (Team != 0) hash ^= Team.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.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 (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(40); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + output.WriteRawTag(64); + output.WriteInt32(BattleResult); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(40); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + output.WriteRawTag(64); + output.WriteInt32(BattleResult); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (RaidStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidStep); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetUnionRaidDamage other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.RaidStep != 0) { + RaidStep = other.RaidStep; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.Team != 0) { + Team = other.Team; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + Team = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 64: { + BattleResult = 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 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + Team = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 64: { + BattleResult = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/pratice/setdamage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetUnionRaidPracticeDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetUnionRaidPracticeDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[309]; } + } + + [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 ReqSetUnionRaidPracticeDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetUnionRaidPracticeDamage(ReqSetUnionRaidPracticeDamage other) : this() { + raidLevel_ = other.raidLevel_; + raidStep_ = other.raidStep_; + damage_ = other.damage_; + team_ = other.team_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetUnionRaidPracticeDamage Clone() { + return new ReqSetUnionRaidPracticeDamage(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "RaidStep" field. + public const int RaidStepFieldNumber = 3; + private int raidStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidStep { + get { return raidStep_; } + set { + raidStep_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 4; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 5; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetUnionRaidPracticeDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetUnionRaidPracticeDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (RaidStep != other.RaidStep) return false; + if (Damage != other.Damage) return false; + if (Team != other.Team) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (RaidStep != 0) hash ^= RaidStep.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (Team != 0) hash ^= Team.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(40); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (Team != 0) { + output.WriteRawTag(40); + output.WriteInt32(Team); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (RaidStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidStep); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetUnionRaidPracticeDamage other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.RaidStep != 0) { + RaidStep = other.RaidStep; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.Team != 0) { + Team = other.Team; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + Team = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + Team = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /eventquest/stage/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearEventQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearEventQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[310]; } + } + + [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 ReqClearEventQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearEventQuestStage(ReqClearEventQuestStage other) : this() { + eventQuestManagerTid_ = other.eventQuestManagerTid_; + stageId_ = other.stageId_; + eventQuestId_ = other.eventQuestId_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearEventQuestStage Clone() { + return new ReqClearEventQuestStage(this); + } + + /// Field number for the "EventQuestManagerTid" field. + public const int EventQuestManagerTidFieldNumber = 1; + private int eventQuestManagerTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventQuestManagerTid { + get { return eventQuestManagerTid_; } + set { + eventQuestManagerTid_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "EventQuestId" field. + public const int EventQuestIdFieldNumber = 3; + private int eventQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventQuestId { + get { return eventQuestId_; } + set { + eventQuestId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 5; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 7; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearEventQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearEventQuestStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventQuestManagerTid != other.EventQuestManagerTid) return false; + if (StageId != other.StageId) return false; + if (EventQuestId != other.EventQuestId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EventQuestManagerTid != 0) hash ^= EventQuestManagerTid.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (EventQuestId != 0) hash ^= EventQuestId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EventQuestManagerTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestManagerTid); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (EventQuestId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventQuestId); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventQuestManagerTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestManagerTid); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (EventQuestId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventQuestId); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventQuestManagerTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventQuestManagerTid); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (EventQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventQuestId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearEventQuestStage other) { + if (other == null) { + return; + } + if (other.EventQuestManagerTid != 0) { + EventQuestManagerTid = other.EventQuestManagerTid; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.EventQuestId != 0) { + EventQuestId = other.EventQuestId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EventQuestManagerTid = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + EventQuestId = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EventQuestManagerTid = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + EventQuestId = input.ReadInt32(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + case 50: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 58: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/getdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveMiniGameData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveMiniGameData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[311]; } + } + + [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 ReqGetArchiveMiniGameData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMiniGameData(ReqGetArchiveMiniGameData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMiniGameData Clone() { + return new ReqGetArchiveMiniGameData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveMiniGameData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveMiniGameData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveMiniGameData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/setdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetArchiveMiniGameData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetArchiveMiniGameData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[312]; } + } + + [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 ReqSetArchiveMiniGameData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetArchiveMiniGameData(ReqSetArchiveMiniGameData other) : this() { + eventId_ = other.eventId_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetArchiveMiniGameData Clone() { + return new ReqSetArchiveMiniGameData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 2; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ReqSetArchiveMiniGameData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetArchiveMiniGameData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Json != other.Json) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetArchiveMiniGameData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + Json = 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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameNKSV2Data : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameNKSV2Data()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[313]; } + } + + [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 ReqGetMiniGameNKSV2Data() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSV2Data(ReqGetMiniGameNKSV2Data other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSV2Data Clone() { + return new ReqGetMiniGameNKSV2Data(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameNKSV2Data); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameNKSV2Data other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameNKSV2Data other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/uploadprogress + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUploadMiniGameNKSV2Progress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUploadMiniGameNKSV2Progress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[314]; } + } + + [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 ReqUploadMiniGameNKSV2Progress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUploadMiniGameNKSV2Progress(ReqUploadMiniGameNKSV2Progress other) : this() { + nKSId_ = other.nKSId_; + progressJson_ = other.progressJson_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUploadMiniGameNKSV2Progress Clone() { + return new ReqUploadMiniGameNKSV2Progress(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "ProgressJson" field. + public const int ProgressJsonFieldNumber = 2; + private string progressJson_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProgressJson { + get { return progressJson_; } + set { + progressJson_ = 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 ReqUploadMiniGameNKSV2Progress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUploadMiniGameNKSV2Progress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (ProgressJson != other.ProgressJson) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (ProgressJson.Length != 0) hash ^= ProgressJson.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (ProgressJson.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ProgressJson); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (ProgressJson.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ProgressJson); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (ProgressJson.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProgressJson); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUploadMiniGameNKSV2Progress other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.ProgressJson.Length != 0) { + ProgressJson = other.ProgressJson; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + ProgressJson = 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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + ProgressJson = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/updatemissionprogress + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateNKSV2MissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateNKSV2MissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[315]; } + } + + [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 ReqUpdateNKSV2MissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateNKSV2MissionProgress(ReqUpdateNKSV2MissionProgress other) : this() { + nKSId_ = other.nKSId_; + progressUpdateList_ = other.progressUpdateList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateNKSV2MissionProgress Clone() { + return new ReqUpdateNKSV2MissionProgress(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "ProgressUpdateList" field. + public const int ProgressUpdateListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_progressUpdateList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetNKSV2MissionProgressUpdate.Parser); + private readonly pbc::RepeatedField progressUpdateList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProgressUpdateList { + get { return progressUpdateList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateNKSV2MissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateNKSV2MissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if(!progressUpdateList_.Equals(other.progressUpdateList_)) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + hash ^= progressUpdateList_.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + progressUpdateList_.WriteTo(output, _repeated_progressUpdateList_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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + progressUpdateList_.WriteTo(ref output, _repeated_progressUpdateList_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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + size += progressUpdateList_.CalculateSize(_repeated_progressUpdateList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateNKSV2MissionProgress other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + progressUpdateList_.Add(other.progressUpdateList_); + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(input, _repeated_progressUpdateList_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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(ref input, _repeated_progressUpdateList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/accumulaterankingscore + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAccumulateMiniGameNKSV2RankingScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAccumulateMiniGameNKSV2RankingScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[316]; } + } + + [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 ReqAccumulateMiniGameNKSV2RankingScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAccumulateMiniGameNKSV2RankingScore(ReqAccumulateMiniGameNKSV2RankingScore other) : this() { + nKSId_ = other.nKSId_; + score_ = other.score_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAccumulateMiniGameNKSV2RankingScore Clone() { + return new ReqAccumulateMiniGameNKSV2RankingScore(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAccumulateMiniGameNKSV2RankingScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAccumulateMiniGameNKSV2RankingScore other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (Score != other.Score) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (Score != 0L) hash ^= Score.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAccumulateMiniGameNKSV2RankingScore other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.Score != 0L) { + Score = other.Score; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + 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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/switchtimeperiod + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSwitchTimePeriod : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSwitchTimePeriod()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[317]; } + } + + [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 ReqSwitchTimePeriod() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSwitchTimePeriod(ReqSwitchTimePeriod other) : this() { + eventId_ = other.eventId_; + curPeriod_ = other.curPeriod_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSwitchTimePeriod Clone() { + return new ReqSwitchTimePeriod(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "CurPeriod" field. + public const int CurPeriodFieldNumber = 2; + private int curPeriod_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurPeriod { + get { return curPeriod_; } + set { + curPeriod_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSwitchTimePeriod); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSwitchTimePeriod other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (CurPeriod != other.CurPeriod) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (CurPeriod != 0) hash ^= CurPeriod.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CurPeriod != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurPeriod); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CurPeriod != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurPeriod); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (CurPeriod != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurPeriod); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSwitchTimePeriod other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.CurPeriod != 0) { + CurPeriod = other.CurPeriod; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CurPeriod = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CurPeriod = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/getdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetDaveData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetDaveData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[318]; } + } + + [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 ReqGetDaveData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDaveData(ReqGetDaveData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDaveData Clone() { + return new ReqGetDaveData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetDaveData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetDaveData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetDaveData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/completedive + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteDaveDive : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteDaveDive()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[319]; } + } + + [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 ReqCompleteDaveDive() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteDaveDive(ReqCompleteDaveDive other) : this() { + eventId_ = other.eventId_; + items_ = other.items_.Clone(); + underwaterPreys_ = other.underwaterPreys_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteDaveDive Clone() { + return new ReqCompleteDaveDive(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "UnderwaterPreys" field. + public const int UnderwaterPreysFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_underwaterPreys_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField underwaterPreys_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UnderwaterPreys { + get { return underwaterPreys_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteDaveDive); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteDaveDive other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!items_.Equals(other.items_)) return false; + if(!underwaterPreys_.Equals(other.underwaterPreys_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= underwaterPreys_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + items_.WriteTo(output, _repeated_items_codec); + underwaterPreys_.WriteTo(output, _repeated_underwaterPreys_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + items_.WriteTo(ref output, _repeated_items_codec); + underwaterPreys_.WriteTo(ref output, _repeated_underwaterPreys_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += items_.CalculateSize(_repeated_items_codec); + size += underwaterPreys_.CalculateSize(_repeated_underwaterPreys_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteDaveDive other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + items_.Add(other.items_); + underwaterPreys_.Add(other.underwaterPreys_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 26: { + underwaterPreys_.AddEntriesFrom(input, _repeated_underwaterPreys_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 26: { + underwaterPreys_.AddEntriesFrom(ref input, _repeated_underwaterPreys_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/changemasterrole + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChangeDaveMasterRole : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChangeDaveMasterRole()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[320]; } + } + + [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 ReqChangeDaveMasterRole() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChangeDaveMasterRole(ReqChangeDaveMasterRole other) : this() { + eventId_ = other.eventId_; + masterRole_ = other.masterRole_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChangeDaveMasterRole Clone() { + return new ReqChangeDaveMasterRole(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "MasterRole" field. + public const int MasterRoleFieldNumber = 2; + private int masterRole_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MasterRole { + get { return masterRole_; } + set { + masterRole_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChangeDaveMasterRole); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChangeDaveMasterRole other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (MasterRole != other.MasterRole) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (MasterRole != 0) hash ^= MasterRole.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (MasterRole != 0) { + output.WriteRawTag(16); + output.WriteInt32(MasterRole); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (MasterRole != 0) { + output.WriteRawTag(16); + output.WriteInt32(MasterRole); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (MasterRole != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MasterRole); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChangeDaveMasterRole other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.MasterRole != 0) { + MasterRole = other.MasterRole; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + MasterRole = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + MasterRole = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/unlockrole + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUnlockDaveRole : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUnlockDaveRole()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[321]; } + } + + [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 ReqUnlockDaveRole() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnlockDaveRole(ReqUnlockDaveRole other) : this() { + eventId_ = other.eventId_; + role_ = other.role_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnlockDaveRole Clone() { + return new ReqUnlockDaveRole(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Role" field. + public const int RoleFieldNumber = 2; + private int role_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Role { + get { return role_; } + set { + role_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUnlockDaveRole); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUnlockDaveRole other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Role != other.Role) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Role != 0) hash ^= Role.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Role != 0) { + output.WriteRawTag(16); + output.WriteInt32(Role); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Role != 0) { + output.WriteRawTag(16); + output.WriteInt32(Role); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Role != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Role); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUnlockDaveRole other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Role != 0) { + Role = other.Role; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Role = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Role = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/upgradeequipment + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpgradeDaveEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpgradeDaveEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[322]; } + } + + [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 ReqUpgradeDaveEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpgradeDaveEquipment(ReqUpgradeDaveEquipment other) : this() { + eventId_ = other.eventId_; + tid_ = other.tid_; + targetLevel_ = other.targetLevel_; + isWeapon_ = other.isWeapon_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpgradeDaveEquipment Clone() { + return new ReqUpgradeDaveEquipment(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "TargetLevel" field. + public const int TargetLevelFieldNumber = 3; + private int targetLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TargetLevel { + get { return targetLevel_; } + set { + targetLevel_ = value; + } + } + + /// Field number for the "IsWeapon" field. + public const int IsWeaponFieldNumber = 4; + private bool isWeapon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsWeapon { + get { return isWeapon_; } + set { + isWeapon_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpgradeDaveEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpgradeDaveEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Tid != other.Tid) return false; + if (TargetLevel != other.TargetLevel) return false; + if (IsWeapon != other.IsWeapon) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (TargetLevel != 0) hash ^= TargetLevel.GetHashCode(); + if (IsWeapon != false) hash ^= IsWeapon.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (TargetLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(TargetLevel); + } + if (IsWeapon != false) { + output.WriteRawTag(32); + output.WriteBool(IsWeapon); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (TargetLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(TargetLevel); + } + if (IsWeapon != false) { + output.WriteRawTag(32); + output.WriteBool(IsWeapon); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (TargetLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TargetLevel); + } + if (IsWeapon != 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(ReqUpgradeDaveEquipment other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.TargetLevel != 0) { + TargetLevel = other.TargetLevel; + } + if (other.IsWeapon != false) { + IsWeapon = other.IsWeapon; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + TargetLevel = input.ReadInt32(); + break; + } + case 32: { + IsWeapon = 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 8: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + TargetLevel = input.ReadInt32(); + break; + } + case 32: { + IsWeapon = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/deductitem + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeductDaveItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeductDaveItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[323]; } + } + + [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 ReqDeductDaveItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeductDaveItem(ReqDeductDaveItem other) : this() { + eventId_ = other.eventId_; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeductDaveItem Clone() { + return new ReqDeductDaveItem(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeductDaveItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeductDaveItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!items_.Equals(other.items_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= items_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + items_.WriteTo(output, _repeated_items_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + items_.WriteTo(ref output, _repeated_items_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeductDaveItem other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + items_.Add(other.items_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/completesushi + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteDaveSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteDaveSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[324]; } + } + + [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 ReqCompleteDaveSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteDaveSushi(ReqCompleteDaveSushi other) : this() { + eventId_ = other.eventId_; + turnover_ = other.turnover_; + cookScroe_ = other.cookScroe_; + sushiSellList_ = other.sushiSellList_.Clone(); + sushiStartList_ = other.sushiStartList_.Clone(); + kitchenList_ = other.kitchenList_.Clone(); + hallList_ = other.hallList_.Clone(); + finishOrder_ = other.finishOrder_; + failedOrder_ = other.failedOrder_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteDaveSushi Clone() { + return new ReqCompleteDaveSushi(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Turnover" field. + public const int TurnoverFieldNumber = 2; + private int turnover_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Turnover { + get { return turnover_; } + set { + turnover_ = value; + } + } + + /// Field number for the "CookScroe" field. + public const int CookScroeFieldNumber = 3; + private int cookScroe_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CookScroe { + get { return cookScroe_; } + set { + cookScroe_ = value; + } + } + + /// Field number for the "SushiSellList" field. + public const int SushiSellListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_sushiSellList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSushiMenu.Parser); + private readonly pbc::RepeatedField sushiSellList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiSellList { + get { return sushiSellList_; } + } + + /// Field number for the "SushiStartList" field. + public const int SushiStartListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_sushiStartList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetSushiMenu.Parser); + private readonly pbc::RepeatedField sushiStartList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiStartList { + get { return sushiStartList_; } + } + + /// Field number for the "KitchenList" field. + public const int KitchenListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_kitchenList_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField kitchenList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField KitchenList { + get { return kitchenList_; } + } + + /// Field number for the "HallList" field. + public const int HallListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_hallList_codec + = pb::FieldCodec.ForInt32(58); + private readonly pbc::RepeatedField hallList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HallList { + get { return hallList_; } + } + + /// Field number for the "FinishOrder" field. + public const int FinishOrderFieldNumber = 8; + private int finishOrder_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FinishOrder { + get { return finishOrder_; } + set { + finishOrder_ = value; + } + } + + /// Field number for the "FailedOrder" field. + public const int FailedOrderFieldNumber = 9; + private int failedOrder_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FailedOrder { + get { return failedOrder_; } + set { + failedOrder_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteDaveSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteDaveSushi other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Turnover != other.Turnover) return false; + if (CookScroe != other.CookScroe) return false; + if(!sushiSellList_.Equals(other.sushiSellList_)) return false; + if(!sushiStartList_.Equals(other.sushiStartList_)) return false; + if(!kitchenList_.Equals(other.kitchenList_)) return false; + if(!hallList_.Equals(other.hallList_)) return false; + if (FinishOrder != other.FinishOrder) return false; + if (FailedOrder != other.FailedOrder) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Turnover != 0) hash ^= Turnover.GetHashCode(); + if (CookScroe != 0) hash ^= CookScroe.GetHashCode(); + hash ^= sushiSellList_.GetHashCode(); + hash ^= sushiStartList_.GetHashCode(); + hash ^= kitchenList_.GetHashCode(); + hash ^= hallList_.GetHashCode(); + if (FinishOrder != 0) hash ^= FinishOrder.GetHashCode(); + if (FailedOrder != 0) hash ^= FailedOrder.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Turnover != 0) { + output.WriteRawTag(16); + output.WriteInt32(Turnover); + } + if (CookScroe != 0) { + output.WriteRawTag(24); + output.WriteInt32(CookScroe); + } + sushiSellList_.WriteTo(output, _repeated_sushiSellList_codec); + sushiStartList_.WriteTo(output, _repeated_sushiStartList_codec); + kitchenList_.WriteTo(output, _repeated_kitchenList_codec); + hallList_.WriteTo(output, _repeated_hallList_codec); + if (FinishOrder != 0) { + output.WriteRawTag(64); + output.WriteInt32(FinishOrder); + } + if (FailedOrder != 0) { + output.WriteRawTag(72); + output.WriteInt32(FailedOrder); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Turnover != 0) { + output.WriteRawTag(16); + output.WriteInt32(Turnover); + } + if (CookScroe != 0) { + output.WriteRawTag(24); + output.WriteInt32(CookScroe); + } + sushiSellList_.WriteTo(ref output, _repeated_sushiSellList_codec); + sushiStartList_.WriteTo(ref output, _repeated_sushiStartList_codec); + kitchenList_.WriteTo(ref output, _repeated_kitchenList_codec); + hallList_.WriteTo(ref output, _repeated_hallList_codec); + if (FinishOrder != 0) { + output.WriteRawTag(64); + output.WriteInt32(FinishOrder); + } + if (FailedOrder != 0) { + output.WriteRawTag(72); + output.WriteInt32(FailedOrder); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Turnover != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Turnover); + } + if (CookScroe != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CookScroe); + } + size += sushiSellList_.CalculateSize(_repeated_sushiSellList_codec); + size += sushiStartList_.CalculateSize(_repeated_sushiStartList_codec); + size += kitchenList_.CalculateSize(_repeated_kitchenList_codec); + size += hallList_.CalculateSize(_repeated_hallList_codec); + if (FinishOrder != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinishOrder); + } + if (FailedOrder != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FailedOrder); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteDaveSushi other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Turnover != 0) { + Turnover = other.Turnover; + } + if (other.CookScroe != 0) { + CookScroe = other.CookScroe; + } + sushiSellList_.Add(other.sushiSellList_); + sushiStartList_.Add(other.sushiStartList_); + kitchenList_.Add(other.kitchenList_); + hallList_.Add(other.hallList_); + if (other.FinishOrder != 0) { + FinishOrder = other.FinishOrder; + } + if (other.FailedOrder != 0) { + FailedOrder = other.FailedOrder; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Turnover = input.ReadInt32(); + break; + } + case 24: { + CookScroe = input.ReadInt32(); + break; + } + case 34: { + sushiSellList_.AddEntriesFrom(input, _repeated_sushiSellList_codec); + break; + } + case 42: { + sushiStartList_.AddEntriesFrom(input, _repeated_sushiStartList_codec); + break; + } + case 50: + case 48: { + kitchenList_.AddEntriesFrom(input, _repeated_kitchenList_codec); + break; + } + case 58: + case 56: { + hallList_.AddEntriesFrom(input, _repeated_hallList_codec); + break; + } + case 64: { + FinishOrder = input.ReadInt32(); + break; + } + case 72: { + FailedOrder = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Turnover = input.ReadInt32(); + break; + } + case 24: { + CookScroe = input.ReadInt32(); + break; + } + case 34: { + sushiSellList_.AddEntriesFrom(ref input, _repeated_sushiSellList_codec); + break; + } + case 42: { + sushiStartList_.AddEntriesFrom(ref input, _repeated_sushiStartList_codec); + break; + } + case 50: + case 48: { + kitchenList_.AddEntriesFrom(ref input, _repeated_kitchenList_codec); + break; + } + case 58: + case 56: { + hallList_.AddEntriesFrom(ref input, _repeated_hallList_codec); + break; + } + case 64: { + FinishOrder = input.ReadInt32(); + break; + } + case 72: { + FailedOrder = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/upgradesushi + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpgradeDaveSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpgradeDaveSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[325]; } + } + + [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 ReqUpgradeDaveSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpgradeDaveSushi(ReqUpgradeDaveSushi other) : this() { + eventId_ = other.eventId_; + tid_ = other.tid_; + targetLevel_ = other.targetLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpgradeDaveSushi Clone() { + return new ReqUpgradeDaveSushi(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "TargetLevel" field. + public const int TargetLevelFieldNumber = 3; + private int targetLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TargetLevel { + get { return targetLevel_; } + set { + targetLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpgradeDaveSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpgradeDaveSushi other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Tid != other.Tid) return false; + if (TargetLevel != other.TargetLevel) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (TargetLevel != 0) hash ^= TargetLevel.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (TargetLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(TargetLevel); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (TargetLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(TargetLevel); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (TargetLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TargetLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpgradeDaveSushi other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.TargetLevel != 0) { + TargetLevel = other.TargetLevel; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + TargetLevel = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + TargetLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/clearbagnew + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearDaveBagNewIcon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearDaveBagNewIcon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[326]; } + } + + [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 ReqClearDaveBagNewIcon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearDaveBagNewIcon(ReqClearDaveBagNewIcon other) : this() { + eventId_ = other.eventId_; + itemIds_ = other.itemIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearDaveBagNewIcon Clone() { + return new ReqClearDaveBagNewIcon(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ItemIds" field. + public const int ItemIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_itemIds_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField itemIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemIds { + get { return itemIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearDaveBagNewIcon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearDaveBagNewIcon other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!itemIds_.Equals(other.itemIds_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= itemIds_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + itemIds_.WriteTo(output, _repeated_itemIds_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + itemIds_.WriteTo(ref output, _repeated_itemIds_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += itemIds_.CalculateSize(_repeated_itemIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearDaveBagNewIcon other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + itemIds_.Add(other.itemIds_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + itemIds_.AddEntriesFrom(input, _repeated_itemIds_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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + itemIds_.AddEntriesFrom(ref input, _repeated_itemIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/clearsushinew + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearDaveSushiNewIcon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearDaveSushiNewIcon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[327]; } + } + + [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 ReqClearDaveSushiNewIcon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearDaveSushiNewIcon(ReqClearDaveSushiNewIcon other) : this() { + eventId_ = other.eventId_; + sushiIds_ = other.sushiIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearDaveSushiNewIcon Clone() { + return new ReqClearDaveSushiNewIcon(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "SushiIds" field. + public const int SushiIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_sushiIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField sushiIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiIds { + get { return sushiIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearDaveSushiNewIcon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearDaveSushiNewIcon other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!sushiIds_.Equals(other.sushiIds_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= sushiIds_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + sushiIds_.WriteTo(output, _repeated_sushiIds_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + sushiIds_.WriteTo(ref output, _repeated_sushiIds_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += sushiIds_.CalculateSize(_repeated_sushiIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearDaveSushiNewIcon other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + sushiIds_.Add(other.sushiIds_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + sushiIds_.AddEntriesFrom(input, _repeated_sushiIds_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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + sushiIds_.AddEntriesFrom(ref input, _repeated_sushiIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/setmenus + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetDaveSushiMenus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetDaveSushiMenus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[328]; } + } + + [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 ReqSetDaveSushiMenus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetDaveSushiMenus(ReqSetDaveSushiMenus other) : this() { + eventId_ = other.eventId_; + addSushiMenus_ = other.addSushiMenus_.Clone(); + delSushiMenus_ = other.delSushiMenus_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetDaveSushiMenus Clone() { + return new ReqSetDaveSushiMenus(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "AddSushiMenus" field. + public const int AddSushiMenusFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_addSushiMenus_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSushiMenu.Parser); + private readonly pbc::RepeatedField addSushiMenus_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AddSushiMenus { + get { return addSushiMenus_; } + } + + /// Field number for the "DelSushiMenus" field. + public const int DelSushiMenusFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_delSushiMenus_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSushiMenu.Parser); + private readonly pbc::RepeatedField delSushiMenus_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DelSushiMenus { + get { return delSushiMenus_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetDaveSushiMenus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetDaveSushiMenus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!addSushiMenus_.Equals(other.addSushiMenus_)) return false; + if(!delSushiMenus_.Equals(other.delSushiMenus_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= addSushiMenus_.GetHashCode(); + hash ^= delSushiMenus_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + addSushiMenus_.WriteTo(output, _repeated_addSushiMenus_codec); + delSushiMenus_.WriteTo(output, _repeated_delSushiMenus_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + addSushiMenus_.WriteTo(ref output, _repeated_addSushiMenus_codec); + delSushiMenus_.WriteTo(ref output, _repeated_delSushiMenus_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += addSushiMenus_.CalculateSize(_repeated_addSushiMenus_codec); + size += delSushiMenus_.CalculateSize(_repeated_delSushiMenus_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetDaveSushiMenus other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + addSushiMenus_.Add(other.addSushiMenus_); + delSushiMenus_.Add(other.delSushiMenus_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + addSushiMenus_.AddEntriesFrom(input, _repeated_addSushiMenus_codec); + break; + } + case 26: { + delSushiMenus_.AddEntriesFrom(input, _repeated_delSushiMenus_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + addSushiMenus_.AddEntriesFrom(ref input, _repeated_addSushiMenus_codec); + break; + } + case 26: { + delSushiMenus_.AddEntriesFrom(ref input, _repeated_delSushiMenus_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/sushiemploy + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDaveSushiEmployee : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDaveSushiEmployee()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[329]; } + } + + [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 ReqDaveSushiEmployee() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDaveSushiEmployee(ReqDaveSushiEmployee other) : this() { + eventId_ = other.eventId_; + employeeId_ = other.employeeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDaveSushiEmployee Clone() { + return new ReqDaveSushiEmployee(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EmployeeId" field. + public const int EmployeeIdFieldNumber = 2; + private int employeeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EmployeeId { + get { return employeeId_; } + set { + employeeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDaveSushiEmployee); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDaveSushiEmployee other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EmployeeId != other.EmployeeId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EmployeeId != 0) hash ^= EmployeeId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EmployeeId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EmployeeId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EmployeeId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EmployeeId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EmployeeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EmployeeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDaveSushiEmployee other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EmployeeId != 0) { + EmployeeId = other.EmployeeId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EmployeeId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EmployeeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/unlocksushi + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDaveUnlockSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDaveUnlockSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[330]; } + } + + [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 ReqDaveUnlockSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDaveUnlockSushi(ReqDaveUnlockSushi other) : this() { + eventId_ = other.eventId_; + sushiIds_ = other.sushiIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDaveUnlockSushi Clone() { + return new ReqDaveUnlockSushi(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "SushiIds" field. + public const int SushiIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_sushiIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField sushiIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiIds { + get { return sushiIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDaveUnlockSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDaveUnlockSushi other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!sushiIds_.Equals(other.sushiIds_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= sushiIds_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + sushiIds_.WriteTo(output, _repeated_sushiIds_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + sushiIds_.WriteTo(ref output, _repeated_sushiIds_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += sushiIds_.CalculateSize(_repeated_sushiIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDaveUnlockSushi other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + sushiIds_.Add(other.sushiIds_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + sushiIds_.AddEntriesFrom(input, _repeated_sushiIds_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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + sushiIds_.AddEntriesFrom(ref input, _repeated_sushiIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameDaveRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameDaveRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[331]; } + } + + [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 ReqGetMiniGameDaveRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDaveRanking(ReqGetMiniGameDaveRanking other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDaveRanking Clone() { + return new ReqGetMiniGameDaveRanking(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameDaveRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameDaveRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameDaveRanking other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/obtainmissionreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMiniGameDaveMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMiniGameDaveMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[332]; } + } + + [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 ReqObtainMiniGameDaveMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameDaveMissionReward(ReqObtainMiniGameDaveMissionReward other) : this() { + eventId_ = other.eventId_; + missionIdList_ = other.missionIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameDaveMissionReward Clone() { + return new ReqObtainMiniGameDaveMissionReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "MissionIdList" field. + public const int MissionIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField missionIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionIdList { + get { return missionIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMiniGameDaveMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMiniGameDaveMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!missionIdList_.Equals(other.missionIdList_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= missionIdList_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + missionIdList_.WriteTo(output, _repeated_missionIdList_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + missionIdList_.WriteTo(ref output, _repeated_missionIdList_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += missionIdList_.CalculateSize(_repeated_missionIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMiniGameDaveMissionReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + missionIdList_.Add(other.missionIdList_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionIdList_.AddEntriesFrom(input, _repeated_missionIdList_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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionIdList_.AddEntriesFrom(ref input, _repeated_missionIdList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/driftbottle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameDaveDriftBottle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameDaveDriftBottle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[333]; } + } + + [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 ReqMiniGameDaveDriftBottle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameDaveDriftBottle(ReqMiniGameDaveDriftBottle other) : this() { + eventId_ = other.eventId_; + bottleId_ = other.bottleId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameDaveDriftBottle Clone() { + return new ReqMiniGameDaveDriftBottle(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "BottleId" field. + public const int BottleIdFieldNumber = 2; + private int bottleId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BottleId { + get { return bottleId_; } + set { + bottleId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameDaveDriftBottle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameDaveDriftBottle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (BottleId != other.BottleId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (BottleId != 0) hash ^= BottleId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (BottleId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BottleId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (BottleId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BottleId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (BottleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BottleId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameDaveDriftBottle other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.BottleId != 0) { + BottleId = other.BottleId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + BottleId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + BottleId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/getalldavetrigger + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetAllMiniGameDaveTriggers : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetAllMiniGameDaveTriggers()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[334]; } + } + + [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 ReqGetAllMiniGameDaveTriggers() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAllMiniGameDaveTriggers(ReqGetAllMiniGameDaveTriggers other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAllMiniGameDaveTriggers Clone() { + return new ReqGetAllMiniGameDaveTriggers(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetAllMiniGameDaveTriggers); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetAllMiniGameDaveTriggers other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetAllMiniGameDaveTriggers other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/reportdiverroundflow + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqReportDiverRoundFlow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqReportDiverRoundFlow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[335]; } + } + + [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 ReqReportDiverRoundFlow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqReportDiverRoundFlow(ReqReportDiverRoundFlow other) : this() { + eventId_ = other.eventId_; + characterId_ = other.characterId_; + result_ = other.result_; + battleId_ = other.battleId_; + depth_ = other.depth_; + oxygen_ = other.oxygen_; + weight_ = other.weight_; + receivedItem_ = other.receivedItem_; + time_ = other.time_; + addOxygen_ = other.addOxygen_; + attackedOxygen_ = other.attackedOxygen_; + divingOxygen_ = other.divingOxygen_; + qTETimes_ = other.qTETimes_; + qTEFailedTimes_ = other.qTEFailedTimes_; + weaponLv_ = other.weaponLv_; + divingGearLv_ = other.divingGearLv_; + harpoonLv_ = other.harpoonLv_; + boxLv_ = other.boxLv_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqReportDiverRoundFlow Clone() { + return new ReqReportDiverRoundFlow(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 3; + private int result_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BattleId" field. + public const int BattleIdFieldNumber = 4; + private string battleId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string BattleId { + get { return battleId_; } + set { + battleId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Depth" field. + public const int DepthFieldNumber = 5; + private int depth_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Depth { + get { return depth_; } + set { + depth_ = value; + } + } + + /// Field number for the "Oxygen" field. + public const int OxygenFieldNumber = 6; + private int oxygen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Oxygen { + get { return oxygen_; } + set { + oxygen_ = value; + } + } + + /// Field number for the "Weight" field. + public const int WeightFieldNumber = 7; + private int weight_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Weight { + get { return weight_; } + set { + weight_ = value; + } + } + + /// Field number for the "ReceivedItem" field. + public const int ReceivedItemFieldNumber = 8; + private string receivedItem_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ReceivedItem { + get { return receivedItem_; } + set { + receivedItem_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Time" field. + public const int TimeFieldNumber = 9; + private int time_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Time { + get { return time_; } + set { + time_ = value; + } + } + + /// Field number for the "AddOxygen" field. + public const int AddOxygenFieldNumber = 10; + private int addOxygen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AddOxygen { + get { return addOxygen_; } + set { + addOxygen_ = value; + } + } + + /// Field number for the "AttackedOxygen" field. + public const int AttackedOxygenFieldNumber = 11; + private int attackedOxygen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AttackedOxygen { + get { return attackedOxygen_; } + set { + attackedOxygen_ = value; + } + } + + /// Field number for the "DivingOxygen" field. + public const int DivingOxygenFieldNumber = 12; + private int divingOxygen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DivingOxygen { + get { return divingOxygen_; } + set { + divingOxygen_ = value; + } + } + + /// Field number for the "QTETimes" field. + public const int QTETimesFieldNumber = 13; + private int qTETimes_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int QTETimes { + get { return qTETimes_; } + set { + qTETimes_ = value; + } + } + + /// Field number for the "QTEFailedTimes" field. + public const int QTEFailedTimesFieldNumber = 14; + private int qTEFailedTimes_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int QTEFailedTimes { + get { return qTEFailedTimes_; } + set { + qTEFailedTimes_ = value; + } + } + + /// Field number for the "WeaponLv" field. + public const int WeaponLvFieldNumber = 15; + private int weaponLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WeaponLv { + get { return weaponLv_; } + set { + weaponLv_ = value; + } + } + + /// Field number for the "DivingGearLv" field. + public const int DivingGearLvFieldNumber = 16; + private int divingGearLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DivingGearLv { + get { return divingGearLv_; } + set { + divingGearLv_ = value; + } + } + + /// Field number for the "HarpoonLv" field. + public const int HarpoonLvFieldNumber = 17; + private int harpoonLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HarpoonLv { + get { return harpoonLv_; } + set { + harpoonLv_ = value; + } + } + + /// Field number for the "BoxLv" field. + public const int BoxLvFieldNumber = 18; + private int boxLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BoxLv { + get { return boxLv_; } + set { + boxLv_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqReportDiverRoundFlow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqReportDiverRoundFlow other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (CharacterId != other.CharacterId) return false; + if (Result != other.Result) return false; + if (BattleId != other.BattleId) return false; + if (Depth != other.Depth) return false; + if (Oxygen != other.Oxygen) return false; + if (Weight != other.Weight) return false; + if (ReceivedItem != other.ReceivedItem) return false; + if (Time != other.Time) return false; + if (AddOxygen != other.AddOxygen) return false; + if (AttackedOxygen != other.AttackedOxygen) return false; + if (DivingOxygen != other.DivingOxygen) return false; + if (QTETimes != other.QTETimes) return false; + if (QTEFailedTimes != other.QTEFailedTimes) return false; + if (WeaponLv != other.WeaponLv) return false; + if (DivingGearLv != other.DivingGearLv) return false; + if (HarpoonLv != other.HarpoonLv) return false; + if (BoxLv != other.BoxLv) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + if (Result != 0) hash ^= Result.GetHashCode(); + if (BattleId.Length != 0) hash ^= BattleId.GetHashCode(); + if (Depth != 0) hash ^= Depth.GetHashCode(); + if (Oxygen != 0) hash ^= Oxygen.GetHashCode(); + if (Weight != 0) hash ^= Weight.GetHashCode(); + if (ReceivedItem.Length != 0) hash ^= ReceivedItem.GetHashCode(); + if (Time != 0) hash ^= Time.GetHashCode(); + if (AddOxygen != 0) hash ^= AddOxygen.GetHashCode(); + if (AttackedOxygen != 0) hash ^= AttackedOxygen.GetHashCode(); + if (DivingOxygen != 0) hash ^= DivingOxygen.GetHashCode(); + if (QTETimes != 0) hash ^= QTETimes.GetHashCode(); + if (QTEFailedTimes != 0) hash ^= QTEFailedTimes.GetHashCode(); + if (WeaponLv != 0) hash ^= WeaponLv.GetHashCode(); + if (DivingGearLv != 0) hash ^= DivingGearLv.GetHashCode(); + if (HarpoonLv != 0) hash ^= HarpoonLv.GetHashCode(); + if (BoxLv != 0) hash ^= BoxLv.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (Result != 0) { + output.WriteRawTag(24); + output.WriteInt32(Result); + } + if (BattleId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(BattleId); + } + if (Depth != 0) { + output.WriteRawTag(40); + output.WriteInt32(Depth); + } + if (Oxygen != 0) { + output.WriteRawTag(48); + output.WriteInt32(Oxygen); + } + if (Weight != 0) { + output.WriteRawTag(56); + output.WriteInt32(Weight); + } + if (ReceivedItem.Length != 0) { + output.WriteRawTag(66); + output.WriteString(ReceivedItem); + } + if (Time != 0) { + output.WriteRawTag(72); + output.WriteInt32(Time); + } + if (AddOxygen != 0) { + output.WriteRawTag(80); + output.WriteInt32(AddOxygen); + } + if (AttackedOxygen != 0) { + output.WriteRawTag(88); + output.WriteInt32(AttackedOxygen); + } + if (DivingOxygen != 0) { + output.WriteRawTag(96); + output.WriteInt32(DivingOxygen); + } + if (QTETimes != 0) { + output.WriteRawTag(104); + output.WriteInt32(QTETimes); + } + if (QTEFailedTimes != 0) { + output.WriteRawTag(112); + output.WriteInt32(QTEFailedTimes); + } + if (WeaponLv != 0) { + output.WriteRawTag(120); + output.WriteInt32(WeaponLv); + } + if (DivingGearLv != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(DivingGearLv); + } + if (HarpoonLv != 0) { + output.WriteRawTag(136, 1); + output.WriteInt32(HarpoonLv); + } + if (BoxLv != 0) { + output.WriteRawTag(144, 1); + output.WriteInt32(BoxLv); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (Result != 0) { + output.WriteRawTag(24); + output.WriteInt32(Result); + } + if (BattleId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(BattleId); + } + if (Depth != 0) { + output.WriteRawTag(40); + output.WriteInt32(Depth); + } + if (Oxygen != 0) { + output.WriteRawTag(48); + output.WriteInt32(Oxygen); + } + if (Weight != 0) { + output.WriteRawTag(56); + output.WriteInt32(Weight); + } + if (ReceivedItem.Length != 0) { + output.WriteRawTag(66); + output.WriteString(ReceivedItem); + } + if (Time != 0) { + output.WriteRawTag(72); + output.WriteInt32(Time); + } + if (AddOxygen != 0) { + output.WriteRawTag(80); + output.WriteInt32(AddOxygen); + } + if (AttackedOxygen != 0) { + output.WriteRawTag(88); + output.WriteInt32(AttackedOxygen); + } + if (DivingOxygen != 0) { + output.WriteRawTag(96); + output.WriteInt32(DivingOxygen); + } + if (QTETimes != 0) { + output.WriteRawTag(104); + output.WriteInt32(QTETimes); + } + if (QTEFailedTimes != 0) { + output.WriteRawTag(112); + output.WriteInt32(QTEFailedTimes); + } + if (WeaponLv != 0) { + output.WriteRawTag(120); + output.WriteInt32(WeaponLv); + } + if (DivingGearLv != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(DivingGearLv); + } + if (HarpoonLv != 0) { + output.WriteRawTag(136, 1); + output.WriteInt32(HarpoonLv); + } + if (BoxLv != 0) { + output.WriteRawTag(144, 1); + output.WriteInt32(BoxLv); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (Result != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Result); + } + if (BattleId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(BattleId); + } + if (Depth != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Depth); + } + if (Oxygen != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Oxygen); + } + if (Weight != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Weight); + } + if (ReceivedItem.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ReceivedItem); + } + if (Time != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Time); + } + if (AddOxygen != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AddOxygen); + } + if (AttackedOxygen != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AttackedOxygen); + } + if (DivingOxygen != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DivingOxygen); + } + if (QTETimes != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(QTETimes); + } + if (QTEFailedTimes != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(QTEFailedTimes); + } + if (WeaponLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WeaponLv); + } + if (DivingGearLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(DivingGearLv); + } + if (HarpoonLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(HarpoonLv); + } + if (BoxLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(BoxLv); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqReportDiverRoundFlow other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + if (other.Result != 0) { + Result = other.Result; + } + if (other.BattleId.Length != 0) { + BattleId = other.BattleId; + } + if (other.Depth != 0) { + Depth = other.Depth; + } + if (other.Oxygen != 0) { + Oxygen = other.Oxygen; + } + if (other.Weight != 0) { + Weight = other.Weight; + } + if (other.ReceivedItem.Length != 0) { + ReceivedItem = other.ReceivedItem; + } + if (other.Time != 0) { + Time = other.Time; + } + if (other.AddOxygen != 0) { + AddOxygen = other.AddOxygen; + } + if (other.AttackedOxygen != 0) { + AttackedOxygen = other.AttackedOxygen; + } + if (other.DivingOxygen != 0) { + DivingOxygen = other.DivingOxygen; + } + if (other.QTETimes != 0) { + QTETimes = other.QTETimes; + } + if (other.QTEFailedTimes != 0) { + QTEFailedTimes = other.QTEFailedTimes; + } + if (other.WeaponLv != 0) { + WeaponLv = other.WeaponLv; + } + if (other.DivingGearLv != 0) { + DivingGearLv = other.DivingGearLv; + } + if (other.HarpoonLv != 0) { + HarpoonLv = other.HarpoonLv; + } + if (other.BoxLv != 0) { + BoxLv = other.BoxLv; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + Result = input.ReadInt32(); + break; + } + case 34: { + BattleId = input.ReadString(); + break; + } + case 40: { + Depth = input.ReadInt32(); + break; + } + case 48: { + Oxygen = input.ReadInt32(); + break; + } + case 56: { + Weight = input.ReadInt32(); + break; + } + case 66: { + ReceivedItem = input.ReadString(); + break; + } + case 72: { + Time = input.ReadInt32(); + break; + } + case 80: { + AddOxygen = input.ReadInt32(); + break; + } + case 88: { + AttackedOxygen = input.ReadInt32(); + break; + } + case 96: { + DivingOxygen = input.ReadInt32(); + break; + } + case 104: { + QTETimes = input.ReadInt32(); + break; + } + case 112: { + QTEFailedTimes = input.ReadInt32(); + break; + } + case 120: { + WeaponLv = input.ReadInt32(); + break; + } + case 128: { + DivingGearLv = input.ReadInt32(); + break; + } + case 136: { + HarpoonLv = input.ReadInt32(); + break; + } + case 144: { + BoxLv = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + Result = input.ReadInt32(); + break; + } + case 34: { + BattleId = input.ReadString(); + break; + } + case 40: { + Depth = input.ReadInt32(); + break; + } + case 48: { + Oxygen = input.ReadInt32(); + break; + } + case 56: { + Weight = input.ReadInt32(); + break; + } + case 66: { + ReceivedItem = input.ReadString(); + break; + } + case 72: { + Time = input.ReadInt32(); + break; + } + case 80: { + AddOxygen = input.ReadInt32(); + break; + } + case 88: { + AttackedOxygen = input.ReadInt32(); + break; + } + case 96: { + DivingOxygen = input.ReadInt32(); + break; + } + case 104: { + QTETimes = input.ReadInt32(); + break; + } + case 112: { + QTEFailedTimes = input.ReadInt32(); + break; + } + case 120: { + WeaponLv = input.ReadInt32(); + break; + } + case 128: { + DivingGearLv = input.ReadInt32(); + break; + } + case 136: { + HarpoonLv = input.ReadInt32(); + break; + } + case 144: { + BoxLv = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dave/reportdiveritemflow + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDaveDiverItemFlow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDaveDiverItemFlow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[336]; } + } + + [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 ReqDaveDiverItemFlow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDaveDiverItemFlow(ReqDaveDiverItemFlow other) : this() { + eventId_ = other.eventId_; + battleId_ = other.battleId_; + characterId_ = other.characterId_; + itemType_ = other.itemType_; + itemId_ = other.itemId_; + count_ = other.count_; + weight_ = other.weight_; + rank_ = other.rank_; + afterweight_ = other.afterweight_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDaveDiverItemFlow Clone() { + return new ReqDaveDiverItemFlow(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "BattleId" field. + public const int BattleIdFieldNumber = 2; + private string battleId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string BattleId { + get { return battleId_; } + set { + battleId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 3; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "ItemType" field. + public const int ItemTypeFieldNumber = 4; + private int itemType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ItemType { + get { return itemType_; } + set { + itemType_ = value; + } + } + + /// Field number for the "ItemId" field. + public const int ItemIdFieldNumber = 5; + private int itemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ItemId { + get { return itemId_; } + set { + itemId_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 6; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "Weight" field. + public const int WeightFieldNumber = 7; + private int weight_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Weight { + get { return weight_; } + set { + weight_ = value; + } + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 8; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Afterweight" field. + public const int AfterweightFieldNumber = 9; + private int afterweight_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Afterweight { + get { return afterweight_; } + set { + afterweight_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDaveDiverItemFlow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDaveDiverItemFlow other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (BattleId != other.BattleId) return false; + if (CharacterId != other.CharacterId) return false; + if (ItemType != other.ItemType) return false; + if (ItemId != other.ItemId) return false; + if (Count != other.Count) return false; + if (Weight != other.Weight) return false; + if (Rank != other.Rank) return false; + if (Afterweight != other.Afterweight) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (BattleId.Length != 0) hash ^= BattleId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + if (ItemType != 0) hash ^= ItemType.GetHashCode(); + if (ItemId != 0) hash ^= ItemId.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (Weight != 0) hash ^= Weight.GetHashCode(); + if (Rank != 0) hash ^= Rank.GetHashCode(); + if (Afterweight != 0) hash ^= Afterweight.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (BattleId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(BattleId); + } + if (CharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CharacterId); + } + if (ItemType != 0) { + output.WriteRawTag(32); + output.WriteInt32(ItemType); + } + if (ItemId != 0) { + output.WriteRawTag(40); + output.WriteInt32(ItemId); + } + if (Count != 0) { + output.WriteRawTag(48); + output.WriteInt32(Count); + } + if (Weight != 0) { + output.WriteRawTag(56); + output.WriteInt32(Weight); + } + if (Rank != 0) { + output.WriteRawTag(64); + output.WriteInt32(Rank); + } + if (Afterweight != 0) { + output.WriteRawTag(72); + output.WriteInt32(Afterweight); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (BattleId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(BattleId); + } + if (CharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CharacterId); + } + if (ItemType != 0) { + output.WriteRawTag(32); + output.WriteInt32(ItemType); + } + if (ItemId != 0) { + output.WriteRawTag(40); + output.WriteInt32(ItemId); + } + if (Count != 0) { + output.WriteRawTag(48); + output.WriteInt32(Count); + } + if (Weight != 0) { + output.WriteRawTag(56); + output.WriteInt32(Weight); + } + if (Rank != 0) { + output.WriteRawTag(64); + output.WriteInt32(Rank); + } + if (Afterweight != 0) { + output.WriteRawTag(72); + output.WriteInt32(Afterweight); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (BattleId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(BattleId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (ItemType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ItemType); + } + if (ItemId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ItemId); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (Weight != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Weight); + } + if (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (Afterweight != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Afterweight); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDaveDiverItemFlow other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.BattleId.Length != 0) { + BattleId = other.BattleId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + if (other.ItemType != 0) { + ItemType = other.ItemType; + } + if (other.ItemId != 0) { + ItemId = other.ItemId; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.Weight != 0) { + Weight = other.Weight; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.Afterweight != 0) { + Afterweight = other.Afterweight; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + BattleId = input.ReadString(); + break; + } + case 24: { + CharacterId = input.ReadInt32(); + break; + } + case 32: { + ItemType = input.ReadInt32(); + break; + } + case 40: { + ItemId = input.ReadInt32(); + break; + } + case 48: { + Count = input.ReadInt32(); + break; + } + case 56: { + Weight = input.ReadInt32(); + break; + } + case 64: { + Rank = input.ReadInt32(); + break; + } + case 72: { + Afterweight = 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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + BattleId = input.ReadString(); + break; + } + case 24: { + CharacterId = input.ReadInt32(); + break; + } + case 32: { + ItemType = input.ReadInt32(); + break; + } + case 40: { + ItemId = input.ReadInt32(); + break; + } + case 48: { + Count = input.ReadInt32(); + break; + } + case 56: { + Weight = input.ReadInt32(); + break; + } + case 64: { + Rank = input.ReadInt32(); + break; + } + case 72: { + Afterweight = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetReddot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetReddot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[337]; } + } + + [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 NetReddot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetReddot(NetReddot other) : this() { + seq_ = other.seq_; + contentType_ = other.contentType_; + reddotData_ = other.reddotData_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetReddot Clone() { + return new NetReddot(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "ContentType" field. + public const int ContentTypeFieldNumber = 2; + private int contentType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ContentType { + get { return contentType_; } + set { + contentType_ = value; + } + } + + /// Field number for the "ReddotData" field. + public const int ReddotDataFieldNumber = 3; + private string reddotData_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ReddotData { + get { return reddotData_; } + set { + reddotData_ = 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 NetReddot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetReddot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (ContentType != other.ContentType) return false; + if (ReddotData != other.ReddotData) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (ContentType != 0) hash ^= ContentType.GetHashCode(); + if (ReddotData.Length != 0) hash ^= ReddotData.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (ContentType != 0) { + output.WriteRawTag(16); + output.WriteInt32(ContentType); + } + if (ReddotData.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ReddotData); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (ContentType != 0) { + output.WriteRawTag(16); + output.WriteInt32(ContentType); + } + if (ReddotData.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ReddotData); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (ContentType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ContentType); + } + if (ReddotData.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ReddotData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetReddot other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.ContentType != 0) { + ContentType = other.ContentType; + } + if (other.ReddotData.Length != 0) { + ReddotData = other.ReddotData; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + ContentType = input.ReadInt32(); + break; + } + case 26: { + ReddotData = 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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + ContentType = input.ReadInt32(); + break; + } + case 26: { + ReddotData = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetReddotLiveWallpaperExData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetReddotLiveWallpaperExData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[338]; } + } + + [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 NetReddotLiveWallpaperExData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetReddotLiveWallpaperExData(NetReddotLiveWallpaperExData other) : this() { + id_ = other.id_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetReddotLiveWallpaperExData Clone() { + return new NetReddotLiveWallpaperExData(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetReddotLiveWallpaperExData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetReddotLiveWallpaperExData 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(8); + output.WriteInt32(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(8); + output.WriteInt32(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.ComputeInt32Size(Id); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetReddotLiveWallpaperExData 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 8: { + Id = 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: { + Id = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMessenger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMessenger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[339]; } + } + + [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 NetMessenger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMessenger(NetMessenger other) : this() { + seq_ = other.seq_; + messengerId_ = other.messengerId_; + isRewarded_ = other.isRewarded_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMessenger Clone() { + return new NetMessenger(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "MessengerId" field. + public const int MessengerIdFieldNumber = 2; + private string messengerId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessengerId { + get { return messengerId_; } + set { + messengerId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "IsRewarded" field. + public const int IsRewardedFieldNumber = 3; + private bool isRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsRewarded { + get { return isRewarded_; } + set { + isRewarded_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMessenger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMessenger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (MessengerId != other.MessengerId) return false; + if (IsRewarded != other.IsRewarded) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (MessengerId.Length != 0) hash ^= MessengerId.GetHashCode(); + if (IsRewarded != false) hash ^= IsRewarded.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (MessengerId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessengerId); + } + if (IsRewarded != false) { + output.WriteRawTag(24); + output.WriteBool(IsRewarded); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (MessengerId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessengerId); + } + if (IsRewarded != false) { + output.WriteRawTag(24); + output.WriteBool(IsRewarded); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (MessengerId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessengerId); + } + if (IsRewarded != 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(NetMessenger other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.MessengerId.Length != 0) { + MessengerId = other.MessengerId; + } + if (other.IsRewarded != false) { + IsRewarded = other.IsRewarded; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + MessengerId = input.ReadString(); + break; + } + case 24: { + IsRewarded = 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 8: { + Seq = input.ReadInt64(); + break; + } + case 18: { + MessengerId = input.ReadString(); + break; + } + case 24: { + IsRewarded = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSubQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSubQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[340]; } + } + + [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 NetSubQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSubQuestData(NetSubQuestData other) : this() { + subQuestId_ = other.subQuestId_; + createdAt_ = other.createdAt_; + isReceived_ = other.isReceived_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSubQuestData Clone() { + return new NetSubQuestData(this); + } + + /// Field number for the "SubQuestId" field. + public const int SubQuestIdFieldNumber = 1; + private int subQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubQuestId { + get { return subQuestId_; } + set { + subQuestId_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 2; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 3; + private bool isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSubQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSubQuestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SubQuestId != other.SubQuestId) return false; + if (CreatedAt != other.CreatedAt) return false; + if (IsReceived != other.IsReceived) 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 (SubQuestId != 0) hash ^= SubQuestId.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (IsReceived != false) hash ^= IsReceived.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 (SubQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SubQuestId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(CreatedAt); + } + if (IsReceived != false) { + output.WriteRawTag(24); + output.WriteBool(IsReceived); + } + 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 (SubQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SubQuestId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(CreatedAt); + } + if (IsReceived != false) { + output.WriteRawTag(24); + output.WriteBool(IsReceived); + } + 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 (SubQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubQuestId); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (IsReceived != 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(NetSubQuestData other) { + if (other == null) { + return; + } + if (other.SubQuestId != 0) { + SubQuestId = other.SubQuestId; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.IsReceived != false) { + IsReceived = other.IsReceived; + } + _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: { + SubQuestId = input.ReadInt32(); + break; + } + case 16: { + CreatedAt = input.ReadInt64(); + break; + } + case 24: { + IsReceived = 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 8: { + SubQuestId = input.ReadInt32(); + break; + } + case 16: { + CreatedAt = input.ReadInt64(); + break; + } + case 24: { + IsReceived = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[341]; } + } + + [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 NetUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserData(NetUserData other) : this() { + exp_ = other.exp_; + level_ = other.level_; + icon_ = other.icon_; + iconPrism_ = other.iconPrism_; + frame_ = other.frame_; + desc_ = other.desc_; + sendFriendshipCount_ = other.sendFriendshipCount_; + receiveFriendshipCount_ = other.receiveFriendshipCount_; + arenaCount_ = other.arenaCount_; + lastDialogId_ = other.lastDialogId_; + counselCount_ = other.counselCount_; + commanderRoomJukebox_ = other.commanderRoomJukebox_; + lobbyJukebox_ = other.lobbyJukebox_; + specialArenaCount_ = other.specialArenaCount_; + costumeLv_ = other.costumeLv_; + infraCoreExp_ = other.infraCoreExp_; + infraCoreLv_ = other.infraCoreLv_; + tutorials_ = other.tutorials_.Clone(); + guildLeaveAt_ = other.guildLeaveAt_; + outpostFastBattleCount_ = other.outpostFastBattleCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserData Clone() { + return new NetUserData(this); + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 2; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 7; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IconPrism" field. + public const int IconPrismFieldNumber = 8; + private bool iconPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IconPrism { + get { return iconPrism_; } + set { + iconPrism_ = value; + } + } + + /// Field number for the "Frame" field. + public const int FrameFieldNumber = 9; + private int frame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Frame { + get { return frame_; } + set { + frame_ = value; + } + } + + /// Field number for the "Desc" field. + public const int DescFieldNumber = 10; + private string desc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Desc { + get { return desc_; } + set { + desc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "SendFriendshipCount" field. + public const int SendFriendshipCountFieldNumber = 11; + private int sendFriendshipCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SendFriendshipCount { + get { return sendFriendshipCount_; } + set { + sendFriendshipCount_ = value; + } + } + + /// Field number for the "ReceiveFriendshipCount" field. + public const int ReceiveFriendshipCountFieldNumber = 12; + private int receiveFriendshipCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ReceiveFriendshipCount { + get { return receiveFriendshipCount_; } + set { + receiveFriendshipCount_ = value; + } + } + + /// Field number for the "ArenaCount" field. + public const int ArenaCountFieldNumber = 14; + private int arenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArenaCount { + get { return arenaCount_; } + set { + arenaCount_ = value; + } + } + + /// Field number for the "LastDialogId" field. + public const int LastDialogIdFieldNumber = 15; + private string lastDialogId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string LastDialogId { + get { return lastDialogId_; } + set { + lastDialogId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CounselCount" field. + public const int CounselCountFieldNumber = 16; + private int counselCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CounselCount { + get { return counselCount_; } + set { + counselCount_ = value; + } + } + + /// Field number for the "CommanderRoomJukebox" field. + public const int CommanderRoomJukeboxFieldNumber = 17; + private int commanderRoomJukebox_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CommanderRoomJukebox { + get { return commanderRoomJukebox_; } + set { + commanderRoomJukebox_ = value; + } + } + + /// Field number for the "LobbyJukebox" field. + public const int LobbyJukeboxFieldNumber = 18; + private int lobbyJukebox_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LobbyJukebox { + get { return lobbyJukebox_; } + set { + lobbyJukebox_ = value; + } + } + + /// Field number for the "SpecialArenaCount" field. + public const int SpecialArenaCountFieldNumber = 19; + private int specialArenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialArenaCount { + get { return specialArenaCount_; } + set { + specialArenaCount_ = value; + } + } + + /// Field number for the "CostumeLv" field. + public const int CostumeLvFieldNumber = 20; + private int costumeLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeLv { + get { return costumeLv_; } + set { + costumeLv_ = value; + } + } + + /// Field number for the "InfraCoreExp" field. + public const int InfraCoreExpFieldNumber = 21; + private int infraCoreExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InfraCoreExp { + get { return infraCoreExp_; } + set { + infraCoreExp_ = value; + } + } + + /// Field number for the "InfraCoreLv" field. + public const int InfraCoreLvFieldNumber = 22; + private int infraCoreLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InfraCoreLv { + get { return infraCoreLv_; } + set { + infraCoreLv_ = value; + } + } + + /// Field number for the "Tutorials" field. + public const int TutorialsFieldNumber = 24; + private static readonly pb::FieldCodec _repeated_tutorials_codec + = pb::FieldCodec.ForMessage(194, global::EpinelPS.NetTutorialData.Parser); + private readonly pbc::RepeatedField tutorials_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Tutorials { + get { return tutorials_; } + } + + /// Field number for the "GuildLeaveAt" field. + public const int GuildLeaveAtFieldNumber = 25; + private long guildLeaveAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long GuildLeaveAt { + get { return guildLeaveAt_; } + set { + guildLeaveAt_ = value; + } + } + + /// Field number for the "OutpostFastBattleCount" field. + public const int OutpostFastBattleCountFieldNumber = 26; + private int outpostFastBattleCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OutpostFastBattleCount { + get { return outpostFastBattleCount_; } + set { + outpostFastBattleCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Exp != other.Exp) return false; + if (Level != other.Level) return false; + if (Icon != other.Icon) return false; + if (IconPrism != other.IconPrism) return false; + if (Frame != other.Frame) return false; + if (Desc != other.Desc) return false; + if (SendFriendshipCount != other.SendFriendshipCount) return false; + if (ReceiveFriendshipCount != other.ReceiveFriendshipCount) return false; + if (ArenaCount != other.ArenaCount) return false; + if (LastDialogId != other.LastDialogId) return false; + if (CounselCount != other.CounselCount) return false; + if (CommanderRoomJukebox != other.CommanderRoomJukebox) return false; + if (LobbyJukebox != other.LobbyJukebox) return false; + if (SpecialArenaCount != other.SpecialArenaCount) return false; + if (CostumeLv != other.CostumeLv) return false; + if (InfraCoreExp != other.InfraCoreExp) return false; + if (InfraCoreLv != other.InfraCoreLv) return false; + if(!tutorials_.Equals(other.tutorials_)) return false; + if (GuildLeaveAt != other.GuildLeaveAt) return false; + if (OutpostFastBattleCount != other.OutpostFastBattleCount) 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 (Exp != 0) hash ^= Exp.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Icon != 0) hash ^= Icon.GetHashCode(); + if (IconPrism != false) hash ^= IconPrism.GetHashCode(); + if (Frame != 0) hash ^= Frame.GetHashCode(); + if (Desc.Length != 0) hash ^= Desc.GetHashCode(); + if (SendFriendshipCount != 0) hash ^= SendFriendshipCount.GetHashCode(); + if (ReceiveFriendshipCount != 0) hash ^= ReceiveFriendshipCount.GetHashCode(); + if (ArenaCount != 0) hash ^= ArenaCount.GetHashCode(); + if (LastDialogId.Length != 0) hash ^= LastDialogId.GetHashCode(); + if (CounselCount != 0) hash ^= CounselCount.GetHashCode(); + if (CommanderRoomJukebox != 0) hash ^= CommanderRoomJukebox.GetHashCode(); + if (LobbyJukebox != 0) hash ^= LobbyJukebox.GetHashCode(); + if (SpecialArenaCount != 0) hash ^= SpecialArenaCount.GetHashCode(); + if (CostumeLv != 0) hash ^= CostumeLv.GetHashCode(); + if (InfraCoreExp != 0) hash ^= InfraCoreExp.GetHashCode(); + if (InfraCoreLv != 0) hash ^= InfraCoreLv.GetHashCode(); + hash ^= tutorials_.GetHashCode(); + if (GuildLeaveAt != 0L) hash ^= GuildLeaveAt.GetHashCode(); + if (OutpostFastBattleCount != 0) hash ^= OutpostFastBattleCount.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 (Exp != 0) { + output.WriteRawTag(16); + output.WriteInt32(Exp); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Icon != 0) { + output.WriteRawTag(56); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(64); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(72); + output.WriteInt32(Frame); + } + if (Desc.Length != 0) { + output.WriteRawTag(82); + output.WriteString(Desc); + } + if (SendFriendshipCount != 0) { + output.WriteRawTag(88); + output.WriteInt32(SendFriendshipCount); + } + if (ReceiveFriendshipCount != 0) { + output.WriteRawTag(96); + output.WriteInt32(ReceiveFriendshipCount); + } + if (ArenaCount != 0) { + output.WriteRawTag(112); + output.WriteInt32(ArenaCount); + } + if (LastDialogId.Length != 0) { + output.WriteRawTag(122); + output.WriteString(LastDialogId); + } + if (CounselCount != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(CounselCount); + } + if (CommanderRoomJukebox != 0) { + output.WriteRawTag(136, 1); + output.WriteInt32(CommanderRoomJukebox); + } + if (LobbyJukebox != 0) { + output.WriteRawTag(144, 1); + output.WriteInt32(LobbyJukebox); + } + if (SpecialArenaCount != 0) { + output.WriteRawTag(152, 1); + output.WriteInt32(SpecialArenaCount); + } + if (CostumeLv != 0) { + output.WriteRawTag(160, 1); + output.WriteInt32(CostumeLv); + } + if (InfraCoreExp != 0) { + output.WriteRawTag(168, 1); + output.WriteInt32(InfraCoreExp); + } + if (InfraCoreLv != 0) { + output.WriteRawTag(176, 1); + output.WriteInt32(InfraCoreLv); + } + tutorials_.WriteTo(output, _repeated_tutorials_codec); + if (GuildLeaveAt != 0L) { + output.WriteRawTag(200, 1); + output.WriteInt64(GuildLeaveAt); + } + if (OutpostFastBattleCount != 0) { + output.WriteRawTag(208, 1); + output.WriteInt32(OutpostFastBattleCount); + } + 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 (Exp != 0) { + output.WriteRawTag(16); + output.WriteInt32(Exp); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Icon != 0) { + output.WriteRawTag(56); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(64); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(72); + output.WriteInt32(Frame); + } + if (Desc.Length != 0) { + output.WriteRawTag(82); + output.WriteString(Desc); + } + if (SendFriendshipCount != 0) { + output.WriteRawTag(88); + output.WriteInt32(SendFriendshipCount); + } + if (ReceiveFriendshipCount != 0) { + output.WriteRawTag(96); + output.WriteInt32(ReceiveFriendshipCount); + } + if (ArenaCount != 0) { + output.WriteRawTag(112); + output.WriteInt32(ArenaCount); + } + if (LastDialogId.Length != 0) { + output.WriteRawTag(122); + output.WriteString(LastDialogId); + } + if (CounselCount != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(CounselCount); + } + if (CommanderRoomJukebox != 0) { + output.WriteRawTag(136, 1); + output.WriteInt32(CommanderRoomJukebox); + } + if (LobbyJukebox != 0) { + output.WriteRawTag(144, 1); + output.WriteInt32(LobbyJukebox); + } + if (SpecialArenaCount != 0) { + output.WriteRawTag(152, 1); + output.WriteInt32(SpecialArenaCount); + } + if (CostumeLv != 0) { + output.WriteRawTag(160, 1); + output.WriteInt32(CostumeLv); + } + if (InfraCoreExp != 0) { + output.WriteRawTag(168, 1); + output.WriteInt32(InfraCoreExp); + } + if (InfraCoreLv != 0) { + output.WriteRawTag(176, 1); + output.WriteInt32(InfraCoreLv); + } + tutorials_.WriteTo(ref output, _repeated_tutorials_codec); + if (GuildLeaveAt != 0L) { + output.WriteRawTag(200, 1); + output.WriteInt64(GuildLeaveAt); + } + if (OutpostFastBattleCount != 0) { + output.WriteRawTag(208, 1); + output.WriteInt32(OutpostFastBattleCount); + } + 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 (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IconPrism != false) { + size += 1 + 1; + } + if (Frame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Frame); + } + if (Desc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); + } + if (SendFriendshipCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SendFriendshipCount); + } + if (ReceiveFriendshipCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ReceiveFriendshipCount); + } + if (ArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArenaCount); + } + if (LastDialogId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(LastDialogId); + } + if (CounselCount != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(CounselCount); + } + if (CommanderRoomJukebox != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(CommanderRoomJukebox); + } + if (LobbyJukebox != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(LobbyJukebox); + } + if (SpecialArenaCount != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(SpecialArenaCount); + } + if (CostumeLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(CostumeLv); + } + if (InfraCoreExp != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(InfraCoreExp); + } + if (InfraCoreLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(InfraCoreLv); + } + size += tutorials_.CalculateSize(_repeated_tutorials_codec); + if (GuildLeaveAt != 0L) { + size += 2 + pb::CodedOutputStream.ComputeInt64Size(GuildLeaveAt); + } + if (OutpostFastBattleCount != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(OutpostFastBattleCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserData other) { + if (other == null) { + return; + } + if (other.Exp != 0) { + Exp = other.Exp; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IconPrism != false) { + IconPrism = other.IconPrism; + } + if (other.Frame != 0) { + Frame = other.Frame; + } + if (other.Desc.Length != 0) { + Desc = other.Desc; + } + if (other.SendFriendshipCount != 0) { + SendFriendshipCount = other.SendFriendshipCount; + } + if (other.ReceiveFriendshipCount != 0) { + ReceiveFriendshipCount = other.ReceiveFriendshipCount; + } + if (other.ArenaCount != 0) { + ArenaCount = other.ArenaCount; + } + if (other.LastDialogId.Length != 0) { + LastDialogId = other.LastDialogId; + } + if (other.CounselCount != 0) { + CounselCount = other.CounselCount; + } + if (other.CommanderRoomJukebox != 0) { + CommanderRoomJukebox = other.CommanderRoomJukebox; + } + if (other.LobbyJukebox != 0) { + LobbyJukebox = other.LobbyJukebox; + } + if (other.SpecialArenaCount != 0) { + SpecialArenaCount = other.SpecialArenaCount; + } + if (other.CostumeLv != 0) { + CostumeLv = other.CostumeLv; + } + if (other.InfraCoreExp != 0) { + InfraCoreExp = other.InfraCoreExp; + } + if (other.InfraCoreLv != 0) { + InfraCoreLv = other.InfraCoreLv; + } + tutorials_.Add(other.tutorials_); + if (other.GuildLeaveAt != 0L) { + GuildLeaveAt = other.GuildLeaveAt; + } + if (other.OutpostFastBattleCount != 0) { + OutpostFastBattleCount = other.OutpostFastBattleCount; + } + _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: { + Exp = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 56: { + Icon = input.ReadInt32(); + break; + } + case 64: { + IconPrism = input.ReadBool(); + break; + } + case 72: { + Frame = input.ReadInt32(); + break; + } + case 82: { + Desc = input.ReadString(); + break; + } + case 88: { + SendFriendshipCount = input.ReadInt32(); + break; + } + case 96: { + ReceiveFriendshipCount = input.ReadInt32(); + break; + } + case 112: { + ArenaCount = input.ReadInt32(); + break; + } + case 122: { + LastDialogId = input.ReadString(); + break; + } + case 128: { + CounselCount = input.ReadInt32(); + break; + } + case 136: { + CommanderRoomJukebox = input.ReadInt32(); + break; + } + case 144: { + LobbyJukebox = input.ReadInt32(); + break; + } + case 152: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 160: { + CostumeLv = input.ReadInt32(); + break; + } + case 168: { + InfraCoreExp = input.ReadInt32(); + break; + } + case 176: { + InfraCoreLv = input.ReadInt32(); + break; + } + case 194: { + tutorials_.AddEntriesFrom(input, _repeated_tutorials_codec); + break; + } + case 200: { + GuildLeaveAt = input.ReadInt64(); + break; + } + case 208: { + OutpostFastBattleCount = 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 16: { + Exp = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 56: { + Icon = input.ReadInt32(); + break; + } + case 64: { + IconPrism = input.ReadBool(); + break; + } + case 72: { + Frame = input.ReadInt32(); + break; + } + case 82: { + Desc = input.ReadString(); + break; + } + case 88: { + SendFriendshipCount = input.ReadInt32(); + break; + } + case 96: { + ReceiveFriendshipCount = input.ReadInt32(); + break; + } + case 112: { + ArenaCount = input.ReadInt32(); + break; + } + case 122: { + LastDialogId = input.ReadString(); + break; + } + case 128: { + CounselCount = input.ReadInt32(); + break; + } + case 136: { + CommanderRoomJukebox = input.ReadInt32(); + break; + } + case 144: { + LobbyJukebox = input.ReadInt32(); + break; + } + case 152: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 160: { + CostumeLv = input.ReadInt32(); + break; + } + case 168: { + InfraCoreExp = input.ReadInt32(); + break; + } + case 176: { + InfraCoreLv = input.ReadInt32(); + break; + } + case 194: { + tutorials_.AddEntriesFrom(ref input, _repeated_tutorials_codec); + break; + } + case 200: { + GuildLeaveAt = input.ReadInt64(); + break; + } + case 208: { + OutpostFastBattleCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetWholeUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetWholeUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[342]; } + } + + [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 NetWholeUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWholeUserData(NetWholeUserData other) : this() { + usn_ = other.usn_; + server_ = other.server_; + nickname_ = other.nickname_; + level_ = other.level_; + icon_ = other.icon_; + iconPrism_ = other.iconPrism_; + frame_ = other.frame_; + teamCombat_ = other.teamCombat_; + lastActionAt_ = other.lastActionAt_; + guildName_ = other.guildName_; + isBot_ = other.isBot_; + groupId_ = other.groupId_; + userTitleId_ = other.userTitleId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWholeUserData Clone() { + return new NetWholeUserData(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 2; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 3; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 4; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 5; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IconPrism" field. + public const int IconPrismFieldNumber = 6; + private bool iconPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IconPrism { + get { return iconPrism_; } + set { + iconPrism_ = value; + } + } + + /// Field number for the "Frame" field. + public const int FrameFieldNumber = 7; + private int frame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Frame { + get { return frame_; } + set { + frame_ = value; + } + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 8; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "LastActionAt" field. + public const int LastActionAtFieldNumber = 9; + private long lastActionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastActionAt { + get { return lastActionAt_; } + set { + lastActionAt_ = value; + } + } + + /// Field number for the "GuildName" field. + public const int GuildNameFieldNumber = 10; + private string guildName_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string GuildName { + get { return guildName_; } + set { + guildName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "IsBot" field. + public const int IsBotFieldNumber = 11; + private bool isBot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBot { + get { return isBot_; } + set { + isBot_ = value; + } + } + + /// Field number for the "GroupId" field. + public const int GroupIdFieldNumber = 12; + private int groupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GroupId { + get { return groupId_; } + set { + groupId_ = value; + } + } + + /// Field number for the "UserTitleId" field. + public const int UserTitleIdFieldNumber = 13; + private int userTitleId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserTitleId { + get { return userTitleId_; } + set { + userTitleId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetWholeUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetWholeUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (Server != other.Server) return false; + if (Nickname != other.Nickname) return false; + if (Level != other.Level) return false; + if (Icon != other.Icon) return false; + if (IconPrism != other.IconPrism) return false; + if (Frame != other.Frame) return false; + if (TeamCombat != other.TeamCombat) return false; + if (LastActionAt != other.LastActionAt) return false; + if (GuildName != other.GuildName) return false; + if (IsBot != other.IsBot) return false; + if (GroupId != other.GroupId) return false; + if (UserTitleId != other.UserTitleId) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (Server != 0) hash ^= Server.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Icon != 0) hash ^= Icon.GetHashCode(); + if (IconPrism != false) hash ^= IconPrism.GetHashCode(); + if (Frame != 0) hash ^= Frame.GetHashCode(); + if (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + if (LastActionAt != 0L) hash ^= LastActionAt.GetHashCode(); + if (GuildName.Length != 0) hash ^= GuildName.GetHashCode(); + if (IsBot != false) hash ^= IsBot.GetHashCode(); + if (GroupId != 0) hash ^= GroupId.GetHashCode(); + if (UserTitleId != 0) hash ^= UserTitleId.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Server != 0) { + output.WriteRawTag(16); + output.WriteInt32(Server); + } + if (Nickname.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Nickname); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Icon != 0) { + output.WriteRawTag(40); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(48); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(56); + output.WriteInt32(Frame); + } + if (TeamCombat != 0) { + output.WriteRawTag(64); + output.WriteInt32(TeamCombat); + } + if (LastActionAt != 0L) { + output.WriteRawTag(72); + output.WriteInt64(LastActionAt); + } + if (GuildName.Length != 0) { + output.WriteRawTag(82); + output.WriteString(GuildName); + } + if (IsBot != false) { + output.WriteRawTag(88); + output.WriteBool(IsBot); + } + if (GroupId != 0) { + output.WriteRawTag(96); + output.WriteInt32(GroupId); + } + if (UserTitleId != 0) { + output.WriteRawTag(104); + output.WriteInt32(UserTitleId); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Server != 0) { + output.WriteRawTag(16); + output.WriteInt32(Server); + } + if (Nickname.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Nickname); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Icon != 0) { + output.WriteRawTag(40); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(48); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(56); + output.WriteInt32(Frame); + } + if (TeamCombat != 0) { + output.WriteRawTag(64); + output.WriteInt32(TeamCombat); + } + if (LastActionAt != 0L) { + output.WriteRawTag(72); + output.WriteInt64(LastActionAt); + } + if (GuildName.Length != 0) { + output.WriteRawTag(82); + output.WriteString(GuildName); + } + if (IsBot != false) { + output.WriteRawTag(88); + output.WriteBool(IsBot); + } + if (GroupId != 0) { + output.WriteRawTag(96); + output.WriteInt32(GroupId); + } + if (UserTitleId != 0) { + output.WriteRawTag(104); + output.WriteInt32(UserTitleId); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IconPrism != false) { + size += 1 + 1; + } + if (Frame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Frame); + } + if (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + if (LastActionAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastActionAt); + } + if (GuildName.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(GuildName); + } + if (IsBot != false) { + size += 1 + 1; + } + if (GroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupId); + } + if (UserTitleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserTitleId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetWholeUserData other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IconPrism != false) { + IconPrism = other.IconPrism; + } + if (other.Frame != 0) { + Frame = other.Frame; + } + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + if (other.LastActionAt != 0L) { + LastActionAt = other.LastActionAt; + } + if (other.GuildName.Length != 0) { + GuildName = other.GuildName; + } + if (other.IsBot != false) { + IsBot = other.IsBot; + } + if (other.GroupId != 0) { + GroupId = other.GroupId; + } + if (other.UserTitleId != 0) { + UserTitleId = other.UserTitleId; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 16: { + Server = input.ReadInt32(); + break; + } + case 26: { + Nickname = input.ReadString(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Icon = input.ReadInt32(); + break; + } + case 48: { + IconPrism = input.ReadBool(); + break; + } + case 56: { + Frame = input.ReadInt32(); + break; + } + case 64: { + TeamCombat = input.ReadInt32(); + break; + } + case 72: { + LastActionAt = input.ReadInt64(); + break; + } + case 82: { + GuildName = input.ReadString(); + break; + } + case 88: { + IsBot = input.ReadBool(); + break; + } + case 96: { + GroupId = input.ReadInt32(); + break; + } + case 104: { + UserTitleId = 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: { + Usn = input.ReadInt64(); + break; + } + case 16: { + Server = input.ReadInt32(); + break; + } + case 26: { + Nickname = input.ReadString(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Icon = input.ReadInt32(); + break; + } + case 48: { + IconPrism = input.ReadBool(); + break; + } + case 56: { + Frame = input.ReadInt32(); + break; + } + case 64: { + TeamCombat = input.ReadInt32(); + break; + } + case 72: { + LastActionAt = input.ReadInt64(); + break; + } + case 82: { + GuildName = input.ReadString(); + break; + } + case 88: { + IsBot = input.ReadBool(); + break; + } + case 96: { + GroupId = input.ReadInt32(); + break; + } + case 104: { + UserTitleId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserCharacterData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserCharacterData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[343]; } + } + + [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 NetUserCharacterData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserCharacterData(NetUserCharacterData other) : this() { + default_ = other.default_ != null ? other.default_.Clone() : null; + isSynchro_ = other.isSynchro_; + artifact_ = other.artifact_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserCharacterData Clone() { + return new NetUserCharacterData(this); + } + + /// Field number for the "Default" field. + public const int DefaultFieldNumber = 1; + private global::EpinelPS.NetUserCharacterDefaultData default_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Default { + get { return default_; } + set { + default_ = value; + } + } + + /// Field number for the "IsSynchro" field. + public const int IsSynchroFieldNumber = 2; + private bool isSynchro_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSynchro { + get { return isSynchro_; } + set { + isSynchro_ = value; + } + } + + /// Field number for the "Artifact" field. + public const int ArtifactFieldNumber = 3; + private long artifact_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Artifact { + get { return artifact_; } + set { + artifact_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserCharacterData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserCharacterData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Default, other.Default)) return false; + if (IsSynchro != other.IsSynchro) return false; + if (Artifact != other.Artifact) 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 (default_ != null) hash ^= Default.GetHashCode(); + if (IsSynchro != false) hash ^= IsSynchro.GetHashCode(); + if (Artifact != 0L) hash ^= Artifact.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 (default_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Default); + } + if (IsSynchro != false) { + output.WriteRawTag(16); + output.WriteBool(IsSynchro); + } + if (Artifact != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Artifact); + } + 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 (default_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Default); + } + if (IsSynchro != false) { + output.WriteRawTag(16); + output.WriteBool(IsSynchro); + } + if (Artifact != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Artifact); + } + 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 (default_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Default); + } + if (IsSynchro != false) { + size += 1 + 1; + } + if (Artifact != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Artifact); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserCharacterData other) { + if (other == null) { + return; + } + if (other.default_ != null) { + if (default_ == null) { + Default = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Default.MergeFrom(other.Default); + } + if (other.IsSynchro != false) { + IsSynchro = other.IsSynchro; + } + if (other.Artifact != 0L) { + Artifact = other.Artifact; + } + _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: { + if (default_ == null) { + Default = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Default); + break; + } + case 16: { + IsSynchro = input.ReadBool(); + break; + } + case 24: { + Artifact = input.ReadInt64(); + 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: { + if (default_ == null) { + Default = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Default); + break; + } + case 16: { + IsSynchro = input.ReadBool(); + break; + } + case 24: { + Artifact = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserCharacterDefaultData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserCharacterDefaultData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[344]; } + } + + [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 NetUserCharacterDefaultData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserCharacterDefaultData(NetUserCharacterDefaultData other) : this() { + csn_ = other.csn_; + tid_ = other.tid_; + level_ = other.level_; + grade_ = other.grade_; + dispatchTid_ = other.dispatchTid_; + costumeId_ = other.costumeId_; + ultiSkillLv_ = other.ultiSkillLv_; + skill1Lv_ = other.skill1Lv_; + skill2Lv_ = other.skill2Lv_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserCharacterDefaultData Clone() { + return new NetUserCharacterDefaultData(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 4; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Grade" field. + public const int GradeFieldNumber = 5; + private int grade_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Grade { + get { return grade_; } + set { + grade_ = value; + } + } + + /// Field number for the "DispatchTid" field. + public const int DispatchTidFieldNumber = 6; + private int dispatchTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DispatchTid { + get { return dispatchTid_; } + set { + dispatchTid_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 7; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + /// Field number for the "UltiSkillLv" field. + public const int UltiSkillLvFieldNumber = 8; + private int ultiSkillLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UltiSkillLv { + get { return ultiSkillLv_; } + set { + ultiSkillLv_ = value; + } + } + + /// Field number for the "Skill1Lv" field. + public const int Skill1LvFieldNumber = 9; + private int skill1Lv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Skill1Lv { + get { return skill1Lv_; } + set { + skill1Lv_ = value; + } + } + + /// Field number for the "Skill2Lv" field. + public const int Skill2LvFieldNumber = 10; + private int skill2Lv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Skill2Lv { + get { return skill2Lv_; } + set { + skill2Lv_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserCharacterDefaultData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserCharacterDefaultData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Grade != other.Grade) return false; + if (DispatchTid != other.DispatchTid) return false; + if (CostumeId != other.CostumeId) return false; + if (UltiSkillLv != other.UltiSkillLv) return false; + if (Skill1Lv != other.Skill1Lv) return false; + if (Skill2Lv != other.Skill2Lv) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Grade != 0) hash ^= Grade.GetHashCode(); + if (DispatchTid != 0) hash ^= DispatchTid.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.GetHashCode(); + if (UltiSkillLv != 0) hash ^= UltiSkillLv.GetHashCode(); + if (Skill1Lv != 0) hash ^= Skill1Lv.GetHashCode(); + if (Skill2Lv != 0) hash ^= Skill2Lv.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Grade != 0) { + output.WriteRawTag(40); + output.WriteInt32(Grade); + } + if (DispatchTid != 0) { + output.WriteRawTag(48); + output.WriteInt32(DispatchTid); + } + if (CostumeId != 0) { + output.WriteRawTag(56); + output.WriteInt32(CostumeId); + } + if (UltiSkillLv != 0) { + output.WriteRawTag(64); + output.WriteInt32(UltiSkillLv); + } + if (Skill1Lv != 0) { + output.WriteRawTag(72); + output.WriteInt32(Skill1Lv); + } + if (Skill2Lv != 0) { + output.WriteRawTag(80); + output.WriteInt32(Skill2Lv); + } + 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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Grade != 0) { + output.WriteRawTag(40); + output.WriteInt32(Grade); + } + if (DispatchTid != 0) { + output.WriteRawTag(48); + output.WriteInt32(DispatchTid); + } + if (CostumeId != 0) { + output.WriteRawTag(56); + output.WriteInt32(CostumeId); + } + if (UltiSkillLv != 0) { + output.WriteRawTag(64); + output.WriteInt32(UltiSkillLv); + } + if (Skill1Lv != 0) { + output.WriteRawTag(72); + output.WriteInt32(Skill1Lv); + } + if (Skill2Lv != 0) { + output.WriteRawTag(80); + output.WriteInt32(Skill2Lv); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Grade != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Grade); + } + if (DispatchTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DispatchTid); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (UltiSkillLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UltiSkillLv); + } + if (Skill1Lv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Skill1Lv); + } + if (Skill2Lv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Skill2Lv); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserCharacterDefaultData other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Grade != 0) { + Grade = other.Grade; + } + if (other.DispatchTid != 0) { + DispatchTid = other.DispatchTid; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + if (other.UltiSkillLv != 0) { + UltiSkillLv = other.UltiSkillLv; + } + if (other.Skill1Lv != 0) { + Skill1Lv = other.Skill1Lv; + } + if (other.Skill2Lv != 0) { + Skill2Lv = other.Skill2Lv; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Grade = input.ReadInt32(); + break; + } + case 48: { + DispatchTid = input.ReadInt32(); + break; + } + case 56: { + CostumeId = input.ReadInt32(); + break; + } + case 64: { + UltiSkillLv = input.ReadInt32(); + break; + } + case 72: { + Skill1Lv = input.ReadInt32(); + break; + } + case 80: { + Skill2Lv = 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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Grade = input.ReadInt32(); + break; + } + case 48: { + DispatchTid = input.ReadInt32(); + break; + } + case 56: { + CostumeId = input.ReadInt32(); + break; + } + case 64: { + UltiSkillLv = input.ReadInt32(); + break; + } + case 72: { + Skill1Lv = input.ReadInt32(); + break; + } + case 80: { + Skill2Lv = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserCurrencyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserCurrencyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[345]; } + } + + [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 NetUserCurrencyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserCurrencyData(NetUserCurrencyData other) : this() { + type_ = other.type_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserCurrencyData Clone() { + return new NetUserCurrencyData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private long value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long 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 NetUserCurrencyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserCurrencyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (Value != 0L) 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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Value != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserCurrencyData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Value != 0L) { + 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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + 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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserItemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserItemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[346]; } + } + + [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 NetUserItemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserItemData(NetUserItemData other) : this() { + isn_ = other.isn_; + tid_ = other.tid_; + count_ = other.count_; + csn_ = other.csn_; + corporation_ = other.corporation_; + level_ = other.level_; + exp_ = other.exp_; + position_ = other.position_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserItemData Clone() { + return new NetUserItemData(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 4; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Corporation" field. + public const int CorporationFieldNumber = 5; + private int corporation_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Corporation { + get { return corporation_; } + set { + corporation_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 6; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 7; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "Position" field. + public const int PositionFieldNumber = 8; + private int position_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Position { + get { return position_; } + set { + position_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserItemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserItemData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Tid != other.Tid) return false; + if (Count != other.Count) return false; + if (Csn != other.Csn) return false; + if (Corporation != other.Corporation) return false; + if (Level != other.Level) return false; + if (Exp != other.Exp) return false; + if (Position != other.Position) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Corporation != 0) hash ^= Corporation.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Exp != 0) hash ^= Exp.GetHashCode(); + if (Position != 0) hash ^= Position.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (Csn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Csn); + } + if (Corporation != 0) { + output.WriteRawTag(40); + output.WriteInt32(Corporation); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(56); + output.WriteInt32(Exp); + } + if (Position != 0) { + output.WriteRawTag(64); + output.WriteInt32(Position); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (Csn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Csn); + } + if (Corporation != 0) { + output.WriteRawTag(40); + output.WriteInt32(Corporation); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(56); + output.WriteInt32(Exp); + } + if (Position != 0) { + output.WriteRawTag(64); + output.WriteInt32(Position); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Corporation != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Corporation); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (Position != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Position); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserItemData other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Corporation != 0) { + Corporation = other.Corporation; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Exp != 0) { + Exp = other.Exp; + } + if (other.Position != 0) { + Position = other.Position; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + Csn = input.ReadInt64(); + break; + } + case 40: { + Corporation = input.ReadInt32(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Exp = input.ReadInt32(); + break; + } + case 64: { + Position = 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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + Csn = input.ReadInt64(); + break; + } + case 40: { + Corporation = input.ReadInt32(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Exp = input.ReadInt32(); + break; + } + case 64: { + Position = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserRedeemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserRedeemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[347]; } + } + + [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 NetUserRedeemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserRedeemData(NetUserRedeemData other) : this() { + redeemId_ = other.redeemId_; + tid_ = other.tid_; + count_ = other.count_; + deleteTime_ = other.deleteTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserRedeemData Clone() { + return new NetUserRedeemData(this); + } + + /// Field number for the "RedeemId" field. + public const int RedeemIdFieldNumber = 1; + private long redeemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RedeemId { + get { return redeemId_; } + set { + redeemId_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "DeleteTime" field. + public const int DeleteTimeFieldNumber = 4; + private long deleteTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DeleteTime { + get { return deleteTime_; } + set { + deleteTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserRedeemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserRedeemData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RedeemId != other.RedeemId) return false; + if (Tid != other.Tid) return false; + if (Count != other.Count) return false; + if (DeleteTime != other.DeleteTime) 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 (RedeemId != 0L) hash ^= RedeemId.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (DeleteTime != 0L) hash ^= DeleteTime.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 (RedeemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(RedeemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (DeleteTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DeleteTime); + } + 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 (RedeemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(RedeemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (DeleteTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DeleteTime); + } + 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 (RedeemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RedeemId); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (DeleteTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DeleteTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserRedeemData other) { + if (other == null) { + return; + } + if (other.RedeemId != 0L) { + RedeemId = other.RedeemId; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.DeleteTime != 0L) { + DeleteTime = other.DeleteTime; + } + _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: { + RedeemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + DeleteTime = input.ReadInt64(); + 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: { + RedeemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + DeleteTime = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class LocaleableText : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LocaleableText()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[348]; } + } + + [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 LocaleableText() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public LocaleableText(LocaleableText other) : this() { + isPlain_ = other.isPlain_; + str_ = other.str_; + args_ = other.args_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public LocaleableText Clone() { + return new LocaleableText(this); + } + + /// Field number for the "IsPlain" field. + public const int IsPlainFieldNumber = 1; + private bool isPlain_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPlain { + get { return isPlain_; } + set { + isPlain_ = value; + } + } + + /// Field number for the "Str" field. + public const int StrFieldNumber = 2; + private string str_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Str { + get { return str_; } + set { + str_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Args" field. + public const int ArgsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_args_codec + = pb::FieldCodec.ForString(26); + private readonly pbc::RepeatedField args_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Args { + get { return args_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as LocaleableText); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(LocaleableText other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsPlain != other.IsPlain) return false; + if (Str != other.Str) return false; + if(!args_.Equals(other.args_)) 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 (IsPlain != false) hash ^= IsPlain.GetHashCode(); + if (Str.Length != 0) hash ^= Str.GetHashCode(); + hash ^= args_.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 (IsPlain != false) { + output.WriteRawTag(8); + output.WriteBool(IsPlain); + } + if (Str.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Str); + } + args_.WriteTo(output, _repeated_args_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 (IsPlain != false) { + output.WriteRawTag(8); + output.WriteBool(IsPlain); + } + if (Str.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Str); + } + args_.WriteTo(ref output, _repeated_args_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 (IsPlain != false) { + size += 1 + 1; + } + if (Str.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Str); + } + size += args_.CalculateSize(_repeated_args_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(LocaleableText other) { + if (other == null) { + return; + } + if (other.IsPlain != false) { + IsPlain = other.IsPlain; + } + if (other.Str.Length != 0) { + Str = other.Str; + } + args_.Add(other.args_); + _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: { + IsPlain = input.ReadBool(); + break; + } + case 18: { + Str = input.ReadString(); + break; + } + case 26: { + args_.AddEntriesFrom(input, _repeated_args_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: { + IsPlain = input.ReadBool(); + break; + } + case 18: { + Str = input.ReadString(); + break; + } + case 26: { + args_.AddEntriesFrom(ref input, _repeated_args_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserMailData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserMailData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[349]; } + } + + [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 NetUserMailData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserMailData(NetUserMailData other) : this() { + msn_ = other.msn_; + sender_ = other.sender_; + type_ = other.type_; + state_ = other.state_; + title_ = other.title_ != null ? other.title_.Clone() : null; + text_ = other.text_ != null ? other.text_.Clone() : null; + createdAt_ = other.createdAt_; + nickname_ = other.nickname_; + appNoticeId_ = other.appNoticeId_; + hasReward_ = other.hasReward_; + items_ = other.items_.Clone(); + period_ = other.period_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserMailData Clone() { + return new NetUserMailData(this); + } + + /// Field number for the "Msn" field. + public const int MsnFieldNumber = 1; + private long msn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Msn { + get { return msn_; } + set { + msn_ = value; + } + } + + /// Field number for the "Sender" field. + public const int SenderFieldNumber = 2; + private int sender_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Sender { + get { return sender_; } + set { + sender_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 3; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "State" field. + public const int StateFieldNumber = 4; + private int state_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int State { + get { return state_; } + set { + state_ = value; + } + } + + /// Field number for the "Title" field. + public const int TitleFieldNumber = 5; + private global::EpinelPS.LocaleableText title_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LocaleableText Title { + get { return title_; } + set { + title_ = value; + } + } + + /// Field number for the "Text" field. + public const int TextFieldNumber = 6; + private global::EpinelPS.LocaleableText text_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LocaleableText Text { + get { return text_; } + set { + text_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 7; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 9; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "AppNoticeId" field. + public const int AppNoticeIdFieldNumber = 10; + private string appNoticeId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string AppNoticeId { + get { return appNoticeId_; } + set { + appNoticeId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "HasReward" field. + public const int HasRewardFieldNumber = 11; + private bool hasReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasReward { + get { return hasReward_; } + set { + hasReward_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 12; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(98, global::EpinelPS.NetMailRewardItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Period" field. + public const int PeriodFieldNumber = 13; + private int period_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Period { + get { return period_; } + set { + period_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserMailData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserMailData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Msn != other.Msn) return false; + if (Sender != other.Sender) return false; + if (Type != other.Type) return false; + if (State != other.State) return false; + if (!object.Equals(Title, other.Title)) return false; + if (!object.Equals(Text, other.Text)) return false; + if (CreatedAt != other.CreatedAt) return false; + if (Nickname != other.Nickname) return false; + if (AppNoticeId != other.AppNoticeId) return false; + if (HasReward != other.HasReward) return false; + if(!items_.Equals(other.items_)) return false; + if (Period != other.Period) 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 (Msn != 0L) hash ^= Msn.GetHashCode(); + if (Sender != 0) hash ^= Sender.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (State != 0) hash ^= State.GetHashCode(); + if (title_ != null) hash ^= Title.GetHashCode(); + if (text_ != null) hash ^= Text.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (AppNoticeId.Length != 0) hash ^= AppNoticeId.GetHashCode(); + if (HasReward != false) hash ^= HasReward.GetHashCode(); + hash ^= items_.GetHashCode(); + if (Period != 0) hash ^= Period.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 (Msn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Msn); + } + if (Sender != 0) { + output.WriteRawTag(16); + output.WriteInt32(Sender); + } + if (Type != 0) { + output.WriteRawTag(24); + output.WriteInt32(Type); + } + if (State != 0) { + output.WriteRawTag(32); + output.WriteInt32(State); + } + if (title_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Title); + } + if (text_ != null) { + output.WriteRawTag(50); + output.WriteMessage(Text); + } + if (CreatedAt != 0L) { + output.WriteRawTag(56); + output.WriteInt64(CreatedAt); + } + if (Nickname.Length != 0) { + output.WriteRawTag(74); + output.WriteString(Nickname); + } + if (AppNoticeId.Length != 0) { + output.WriteRawTag(82); + output.WriteString(AppNoticeId); + } + if (HasReward != false) { + output.WriteRawTag(88); + output.WriteBool(HasReward); + } + items_.WriteTo(output, _repeated_items_codec); + if (Period != 0) { + output.WriteRawTag(104); + output.WriteInt32(Period); + } + 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 (Msn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Msn); + } + if (Sender != 0) { + output.WriteRawTag(16); + output.WriteInt32(Sender); + } + if (Type != 0) { + output.WriteRawTag(24); + output.WriteInt32(Type); + } + if (State != 0) { + output.WriteRawTag(32); + output.WriteInt32(State); + } + if (title_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Title); + } + if (text_ != null) { + output.WriteRawTag(50); + output.WriteMessage(Text); + } + if (CreatedAt != 0L) { + output.WriteRawTag(56); + output.WriteInt64(CreatedAt); + } + if (Nickname.Length != 0) { + output.WriteRawTag(74); + output.WriteString(Nickname); + } + if (AppNoticeId.Length != 0) { + output.WriteRawTag(82); + output.WriteString(AppNoticeId); + } + if (HasReward != false) { + output.WriteRawTag(88); + output.WriteBool(HasReward); + } + items_.WriteTo(ref output, _repeated_items_codec); + if (Period != 0) { + output.WriteRawTag(104); + output.WriteInt32(Period); + } + 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 (Msn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Msn); + } + if (Sender != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Sender); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (State != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(State); + } + if (title_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Title); + } + if (text_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Text); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (AppNoticeId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(AppNoticeId); + } + if (HasReward != false) { + size += 1 + 1; + } + size += items_.CalculateSize(_repeated_items_codec); + if (Period != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Period); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserMailData other) { + if (other == null) { + return; + } + if (other.Msn != 0L) { + Msn = other.Msn; + } + if (other.Sender != 0) { + Sender = other.Sender; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.State != 0) { + State = other.State; + } + if (other.title_ != null) { + if (title_ == null) { + Title = new global::EpinelPS.LocaleableText(); + } + Title.MergeFrom(other.Title); + } + if (other.text_ != null) { + if (text_ == null) { + Text = new global::EpinelPS.LocaleableText(); + } + Text.MergeFrom(other.Text); + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.AppNoticeId.Length != 0) { + AppNoticeId = other.AppNoticeId; + } + if (other.HasReward != false) { + HasReward = other.HasReward; + } + items_.Add(other.items_); + if (other.Period != 0) { + Period = other.Period; + } + _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: { + Msn = input.ReadInt64(); + break; + } + case 16: { + Sender = input.ReadInt32(); + break; + } + case 24: { + Type = input.ReadInt32(); + break; + } + case 32: { + State = input.ReadInt32(); + break; + } + case 42: { + if (title_ == null) { + Title = new global::EpinelPS.LocaleableText(); + } + input.ReadMessage(Title); + break; + } + case 50: { + if (text_ == null) { + Text = new global::EpinelPS.LocaleableText(); + } + input.ReadMessage(Text); + break; + } + case 56: { + CreatedAt = input.ReadInt64(); + break; + } + case 74: { + Nickname = input.ReadString(); + break; + } + case 82: { + AppNoticeId = input.ReadString(); + break; + } + case 88: { + HasReward = input.ReadBool(); + break; + } + case 98: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 104: { + Period = 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: { + Msn = input.ReadInt64(); + break; + } + case 16: { + Sender = input.ReadInt32(); + break; + } + case 24: { + Type = input.ReadInt32(); + break; + } + case 32: { + State = input.ReadInt32(); + break; + } + case 42: { + if (title_ == null) { + Title = new global::EpinelPS.LocaleableText(); + } + input.ReadMessage(Title); + break; + } + case 50: { + if (text_ == null) { + Text = new global::EpinelPS.LocaleableText(); + } + input.ReadMessage(Text); + break; + } + case 56: { + CreatedAt = input.ReadInt64(); + break; + } + case 74: { + Nickname = input.ReadString(); + break; + } + case 82: { + AppNoticeId = input.ReadString(); + break; + } + case 88: { + HasReward = input.ReadBool(); + break; + } + case 98: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 104: { + Period = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMailRewardItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMailRewardItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[350]; } + } + + [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 NetMailRewardItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMailRewardItem(NetMailRewardItem other) : this() { + rewardType_ = other.rewardType_; + rewardId_ = other.rewardId_; + rewardValue_ = other.rewardValue_; + expiredAt_ = other.expiredAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMailRewardItem Clone() { + return new NetMailRewardItem(this); + } + + /// Field number for the "RewardType" field. + public const int RewardTypeFieldNumber = 1; + private int rewardType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardType { + get { return rewardType_; } + set { + rewardType_ = value; + } + } + + /// Field number for the "RewardId" field. + public const int RewardIdFieldNumber = 2; + private int rewardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardId { + get { return rewardId_; } + set { + rewardId_ = value; + } + } + + /// Field number for the "RewardValue" field. + public const int RewardValueFieldNumber = 3; + private int rewardValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardValue { + get { return rewardValue_; } + set { + rewardValue_ = value; + } + } + + /// Field number for the "ExpiredAt" field. + public const int ExpiredAtFieldNumber = 4; + private long expiredAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ExpiredAt { + get { return expiredAt_; } + set { + expiredAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMailRewardItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMailRewardItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RewardType != other.RewardType) return false; + if (RewardId != other.RewardId) return false; + if (RewardValue != other.RewardValue) return false; + if (ExpiredAt != other.ExpiredAt) 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 (RewardType != 0) hash ^= RewardType.GetHashCode(); + if (RewardId != 0) hash ^= RewardId.GetHashCode(); + if (RewardValue != 0) hash ^= RewardValue.GetHashCode(); + if (ExpiredAt != 0L) hash ^= ExpiredAt.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 (RewardType != 0) { + output.WriteRawTag(8); + output.WriteInt32(RewardType); + } + if (RewardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardId); + } + if (RewardValue != 0) { + output.WriteRawTag(24); + output.WriteInt32(RewardValue); + } + if (ExpiredAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(ExpiredAt); + } + 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 (RewardType != 0) { + output.WriteRawTag(8); + output.WriteInt32(RewardType); + } + if (RewardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardId); + } + if (RewardValue != 0) { + output.WriteRawTag(24); + output.WriteInt32(RewardValue); + } + if (ExpiredAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(ExpiredAt); + } + 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 (RewardType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardType); + } + if (RewardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardId); + } + if (RewardValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardValue); + } + if (ExpiredAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ExpiredAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMailRewardItem other) { + if (other == null) { + return; + } + if (other.RewardType != 0) { + RewardType = other.RewardType; + } + if (other.RewardId != 0) { + RewardId = other.RewardId; + } + if (other.RewardValue != 0) { + RewardValue = other.RewardValue; + } + if (other.ExpiredAt != 0L) { + ExpiredAt = other.ExpiredAt; + } + _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: { + RewardType = input.ReadInt32(); + break; + } + case 16: { + RewardId = input.ReadInt32(); + break; + } + case 24: { + RewardValue = input.ReadInt32(); + break; + } + case 32: { + ExpiredAt = input.ReadInt64(); + 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: { + RewardType = input.ReadInt32(); + break; + } + case 16: { + RewardId = input.ReadInt32(); + break; + } + case 24: { + RewardValue = input.ReadInt32(); + break; + } + case 32: { + ExpiredAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserAttractiveData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserAttractiveData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[351]; } + } + + [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 NetUserAttractiveData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserAttractiveData(NetUserAttractiveData other) : this() { + nameCode_ = other.nameCode_; + level_ = other.level_; + exp_ = other.exp_; + isCounsel_ = other.isCounsel_; + completeCounsels_ = other.completeCounsels_.Clone(); + completeRewardLevels_ = other.completeRewardLevels_.Clone(); + isFavorites_ = other.isFavorites_; + counseledCount_ = other.counseledCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserAttractiveData Clone() { + return new NetUserAttractiveData(this); + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 1; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 2; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 3; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "IsCounsel" field. + public const int IsCounselFieldNumber = 4; + private bool isCounsel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsCounsel { + get { return isCounsel_; } + set { + isCounsel_ = value; + } + } + + /// Field number for the "CompleteCounsels" field. + public const int CompleteCounselsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_completeCounsels_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField completeCounsels_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CompleteCounsels { + get { return completeCounsels_; } + } + + /// Field number for the "CompleteRewardLevels" field. + public const int CompleteRewardLevelsFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_completeRewardLevels_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField completeRewardLevels_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CompleteRewardLevels { + get { return completeRewardLevels_; } + } + + /// Field number for the "IsFavorites" field. + public const int IsFavoritesFieldNumber = 7; + private bool isFavorites_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFavorites { + get { return isFavorites_; } + set { + isFavorites_ = value; + } + } + + /// Field number for the "CounseledCount" field. + public const int CounseledCountFieldNumber = 8; + private int counseledCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CounseledCount { + get { return counseledCount_; } + set { + counseledCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserAttractiveData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserAttractiveData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NameCode != other.NameCode) return false; + if (Level != other.Level) return false; + if (Exp != other.Exp) return false; + if (IsCounsel != other.IsCounsel) return false; + if(!completeCounsels_.Equals(other.completeCounsels_)) return false; + if(!completeRewardLevels_.Equals(other.completeRewardLevels_)) return false; + if (IsFavorites != other.IsFavorites) return false; + if (CounseledCount != other.CounseledCount) 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 (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Exp != 0) hash ^= Exp.GetHashCode(); + if (IsCounsel != false) hash ^= IsCounsel.GetHashCode(); + hash ^= completeCounsels_.GetHashCode(); + hash ^= completeRewardLevels_.GetHashCode(); + if (IsFavorites != false) hash ^= IsFavorites.GetHashCode(); + if (CounseledCount != 0) hash ^= CounseledCount.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 (NameCode != 0) { + output.WriteRawTag(8); + output.WriteInt32(NameCode); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(Exp); + } + if (IsCounsel != false) { + output.WriteRawTag(32); + output.WriteBool(IsCounsel); + } + completeCounsels_.WriteTo(output, _repeated_completeCounsels_codec); + completeRewardLevels_.WriteTo(output, _repeated_completeRewardLevels_codec); + if (IsFavorites != false) { + output.WriteRawTag(56); + output.WriteBool(IsFavorites); + } + if (CounseledCount != 0) { + output.WriteRawTag(64); + output.WriteInt32(CounseledCount); + } + 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 (NameCode != 0) { + output.WriteRawTag(8); + output.WriteInt32(NameCode); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(Exp); + } + if (IsCounsel != false) { + output.WriteRawTag(32); + output.WriteBool(IsCounsel); + } + completeCounsels_.WriteTo(ref output, _repeated_completeCounsels_codec); + completeRewardLevels_.WriteTo(ref output, _repeated_completeRewardLevels_codec); + if (IsFavorites != false) { + output.WriteRawTag(56); + output.WriteBool(IsFavorites); + } + if (CounseledCount != 0) { + output.WriteRawTag(64); + output.WriteInt32(CounseledCount); + } + 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 (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (IsCounsel != false) { + size += 1 + 1; + } + size += completeCounsels_.CalculateSize(_repeated_completeCounsels_codec); + size += completeRewardLevels_.CalculateSize(_repeated_completeRewardLevels_codec); + if (IsFavorites != false) { + size += 1 + 1; + } + if (CounseledCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CounseledCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserAttractiveData other) { + if (other == null) { + return; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Exp != 0) { + Exp = other.Exp; + } + if (other.IsCounsel != false) { + IsCounsel = other.IsCounsel; + } + completeCounsels_.Add(other.completeCounsels_); + completeRewardLevels_.Add(other.completeRewardLevels_); + if (other.IsFavorites != false) { + IsFavorites = other.IsFavorites; + } + if (other.CounseledCount != 0) { + CounseledCount = other.CounseledCount; + } + _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: { + NameCode = input.ReadInt32(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Exp = input.ReadInt32(); + break; + } + case 32: { + IsCounsel = input.ReadBool(); + break; + } + case 42: + case 40: { + completeCounsels_.AddEntriesFrom(input, _repeated_completeCounsels_codec); + break; + } + case 50: + case 48: { + completeRewardLevels_.AddEntriesFrom(input, _repeated_completeRewardLevels_codec); + break; + } + case 56: { + IsFavorites = input.ReadBool(); + break; + } + case 64: { + CounseledCount = 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: { + NameCode = input.ReadInt32(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Exp = input.ReadInt32(); + break; + } + case 32: { + IsCounsel = input.ReadBool(); + break; + } + case 42: + case 40: { + completeCounsels_.AddEntriesFrom(ref input, _repeated_completeCounsels_codec); + break; + } + case 50: + case 48: { + completeRewardLevels_.AddEntriesFrom(ref input, _repeated_completeRewardLevels_codec); + break; + } + case 56: { + IsFavorites = input.ReadBool(); + break; + } + case 64: { + CounseledCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserOutpostData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserOutpostData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[352]; } + } + + [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 NetUserOutpostData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserOutpostData(NetUserOutpostData other) : this() { + slotId_ = other.slotId_; + buildingId_ = other.buildingId_; + isDone_ = other.isDone_; + startAt_ = other.startAt_; + completeAt_ = other.completeAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserOutpostData Clone() { + return new NetUserOutpostData(this); + } + + /// Field number for the "SlotId" field. + public const int SlotIdFieldNumber = 1; + private int slotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SlotId { + get { return slotId_; } + set { + slotId_ = value; + } + } + + /// Field number for the "BuildingId" field. + public const int BuildingIdFieldNumber = 2; + private int buildingId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuildingId { + get { return buildingId_; } + set { + buildingId_ = value; + } + } + + /// Field number for the "IsDone" field. + public const int IsDoneFieldNumber = 3; + private bool isDone_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDone { + get { return isDone_; } + set { + isDone_ = value; + } + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 4; + private long startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "CompleteAt" field. + public const int CompleteAtFieldNumber = 5; + private long completeAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CompleteAt { + get { return completeAt_; } + set { + completeAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserOutpostData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserOutpostData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SlotId != other.SlotId) return false; + if (BuildingId != other.BuildingId) return false; + if (IsDone != other.IsDone) return false; + if (StartAt != other.StartAt) return false; + if (CompleteAt != other.CompleteAt) 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 (SlotId != 0) hash ^= SlotId.GetHashCode(); + if (BuildingId != 0) hash ^= BuildingId.GetHashCode(); + if (IsDone != false) hash ^= IsDone.GetHashCode(); + if (StartAt != 0L) hash ^= StartAt.GetHashCode(); + if (CompleteAt != 0L) hash ^= CompleteAt.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 (SlotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SlotId); + } + if (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + if (IsDone != false) { + output.WriteRawTag(24); + output.WriteBool(IsDone); + } + if (StartAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(StartAt); + } + if (CompleteAt != 0L) { + output.WriteRawTag(40); + output.WriteInt64(CompleteAt); + } + 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 (SlotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SlotId); + } + if (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + if (IsDone != false) { + output.WriteRawTag(24); + output.WriteBool(IsDone); + } + if (StartAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(StartAt); + } + if (CompleteAt != 0L) { + output.WriteRawTag(40); + output.WriteInt64(CompleteAt); + } + 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 (SlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SlotId); + } + if (BuildingId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuildingId); + } + if (IsDone != false) { + size += 1 + 1; + } + if (StartAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartAt); + } + if (CompleteAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CompleteAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserOutpostData other) { + if (other == null) { + return; + } + if (other.SlotId != 0) { + SlotId = other.SlotId; + } + if (other.BuildingId != 0) { + BuildingId = other.BuildingId; + } + if (other.IsDone != false) { + IsDone = other.IsDone; + } + if (other.StartAt != 0L) { + StartAt = other.StartAt; + } + if (other.CompleteAt != 0L) { + CompleteAt = other.CompleteAt; + } + _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: { + SlotId = input.ReadInt32(); + break; + } + case 16: { + BuildingId = input.ReadInt32(); + break; + } + case 24: { + IsDone = input.ReadBool(); + break; + } + case 32: { + StartAt = input.ReadInt64(); + break; + } + case 40: { + CompleteAt = input.ReadInt64(); + 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: { + SlotId = input.ReadInt32(); + break; + } + case 16: { + BuildingId = input.ReadInt32(); + break; + } + case 24: { + IsDone = input.ReadBool(); + break; + } + case 32: { + StartAt = input.ReadInt64(); + break; + } + case 40: { + CompleteAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[353]; } + } + + [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 NetUserTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserTeamData(NetUserTeamData other) : this() { + type_ = other.type_; + lastContentsTeamNumber_ = other.lastContentsTeamNumber_; + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserTeamData Clone() { + return new NetUserTeamData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "LastContentsTeamNumber" field. + public const int LastContentsTeamNumberFieldNumber = 2; + private int lastContentsTeamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastContentsTeamNumber { + get { return lastContentsTeamNumber_; } + set { + lastContentsTeamNumber_ = value; + } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserTeamData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (LastContentsTeamNumber != other.LastContentsTeamNumber) return false; + if(!teams_.Equals(other.teams_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (LastContentsTeamNumber != 0) hash ^= LastContentsTeamNumber.GetHashCode(); + hash ^= teams_.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (LastContentsTeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastContentsTeamNumber); + } + teams_.WriteTo(output, _repeated_teams_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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (LastContentsTeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastContentsTeamNumber); + } + teams_.WriteTo(ref output, _repeated_teams_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (LastContentsTeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastContentsTeamNumber); + } + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserTeamData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.LastContentsTeamNumber != 0) { + LastContentsTeamNumber = other.LastContentsTeamNumber; + } + teams_.Add(other.teams_); + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + LastContentsTeamNumber = input.ReadInt32(); + break; + } + case 26: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Type = input.ReadInt32(); + break; + } + case 16: { + LastContentsTeamNumber = input.ReadInt32(); + break; + } + case 26: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserSynchroData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserSynchroData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[354]; } + } + + [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 NetUserSynchroData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserSynchroData(NetUserSynchroData other) : this() { + synchroLv_ = other.synchroLv_; + synchroMaxLv_ = other.synchroMaxLv_; + isChanged_ = other.isChanged_; + standardCharacters_ = other.standardCharacters_.Clone(); + slots_ = other.slots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserSynchroData Clone() { + return new NetUserSynchroData(this); + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 1; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "SynchroMaxLv" field. + public const int SynchroMaxLvFieldNumber = 2; + private int synchroMaxLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroMaxLv { + get { return synchroMaxLv_; } + set { + synchroMaxLv_ = value; + } + } + + /// Field number for the "IsChanged" field. + public const int IsChangedFieldNumber = 3; + private bool isChanged_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsChanged { + get { return isChanged_; } + set { + isChanged_ = value; + } + } + + /// Field number for the "StandardCharacters" field. + public const int StandardCharactersFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_standardCharacters_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField standardCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField StandardCharacters { + get { return standardCharacters_; } + } + + /// Field number for the "Slots" field. + public const int SlotsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_slots_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetSynchroSlot.Parser); + private readonly pbc::RepeatedField slots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Slots { + get { return slots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserSynchroData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserSynchroData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SynchroLv != other.SynchroLv) return false; + if (SynchroMaxLv != other.SynchroMaxLv) return false; + if (IsChanged != other.IsChanged) return false; + if(!standardCharacters_.Equals(other.standardCharacters_)) return false; + if(!slots_.Equals(other.slots_)) 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 (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + if (SynchroMaxLv != 0) hash ^= SynchroMaxLv.GetHashCode(); + if (IsChanged != false) hash ^= IsChanged.GetHashCode(); + hash ^= standardCharacters_.GetHashCode(); + hash ^= slots_.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 (SynchroLv != 0) { + output.WriteRawTag(8); + output.WriteInt32(SynchroLv); + } + if (SynchroMaxLv != 0) { + output.WriteRawTag(16); + output.WriteInt32(SynchroMaxLv); + } + if (IsChanged != false) { + output.WriteRawTag(24); + output.WriteBool(IsChanged); + } + standardCharacters_.WriteTo(output, _repeated_standardCharacters_codec); + slots_.WriteTo(output, _repeated_slots_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 (SynchroLv != 0) { + output.WriteRawTag(8); + output.WriteInt32(SynchroLv); + } + if (SynchroMaxLv != 0) { + output.WriteRawTag(16); + output.WriteInt32(SynchroMaxLv); + } + if (IsChanged != false) { + output.WriteRawTag(24); + output.WriteBool(IsChanged); + } + standardCharacters_.WriteTo(ref output, _repeated_standardCharacters_codec); + slots_.WriteTo(ref output, _repeated_slots_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 (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + if (SynchroMaxLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroMaxLv); + } + if (IsChanged != false) { + size += 1 + 1; + } + size += standardCharacters_.CalculateSize(_repeated_standardCharacters_codec); + size += slots_.CalculateSize(_repeated_slots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserSynchroData other) { + if (other == null) { + return; + } + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + if (other.SynchroMaxLv != 0) { + SynchroMaxLv = other.SynchroMaxLv; + } + if (other.IsChanged != false) { + IsChanged = other.IsChanged; + } + standardCharacters_.Add(other.standardCharacters_); + slots_.Add(other.slots_); + _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: { + SynchroLv = input.ReadInt32(); + break; + } + case 16: { + SynchroMaxLv = input.ReadInt32(); + break; + } + case 24: { + IsChanged = input.ReadBool(); + break; + } + case 34: { + standardCharacters_.AddEntriesFrom(input, _repeated_standardCharacters_codec); + break; + } + case 42: { + slots_.AddEntriesFrom(input, _repeated_slots_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: { + SynchroLv = input.ReadInt32(); + break; + } + case 16: { + SynchroMaxLv = input.ReadInt32(); + break; + } + case 24: { + IsChanged = input.ReadBool(); + break; + } + case 34: { + standardCharacters_.AddEntriesFrom(ref input, _repeated_standardCharacters_codec); + break; + } + case 42: { + slots_.AddEntriesFrom(ref input, _repeated_slots_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserJukeboxData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserJukeboxData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[355]; } + } + + [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 NetUserJukeboxData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserJukeboxData(NetUserJukeboxData other) : this() { + selectTid_ = other.selectTid_; + list_ = other.list_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserJukeboxData Clone() { + return new NetUserJukeboxData(this); + } + + /// Field number for the "SelectTid" field. + public const int SelectTidFieldNumber = 1; + private int selectTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectTid { + get { return selectTid_; } + set { + selectTid_ = value; + } + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserJukeboxData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserJukeboxData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SelectTid != other.SelectTid) return false; + if(!list_.Equals(other.list_)) 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 (SelectTid != 0) hash ^= SelectTid.GetHashCode(); + hash ^= list_.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 (SelectTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(SelectTid); + } + list_.WriteTo(output, _repeated_list_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 (SelectTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(SelectTid); + } + list_.WriteTo(ref output, _repeated_list_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 (SelectTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectTid); + } + size += list_.CalculateSize(_repeated_list_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserJukeboxData other) { + if (other == null) { + return; + } + if (other.SelectTid != 0) { + SelectTid = other.SelectTid; + } + list_.Add(other.list_); + _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: { + SelectTid = input.ReadInt32(); + break; + } + case 18: + case 16: { + list_.AddEntriesFrom(input, _repeated_list_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: { + SelectTid = input.ReadInt32(); + break; + } + case 18: + case 16: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserJukeboxDataV2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserJukeboxDataV2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[356]; } + } + + [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 NetUserJukeboxDataV2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserJukeboxDataV2(NetUserJukeboxDataV2 other) : this() { + commandBgm_ = other.commandBgm_ != null ? other.commandBgm_.Clone() : null; + jukeboxTableIds_ = other.jukeboxTableIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserJukeboxDataV2 Clone() { + return new NetUserJukeboxDataV2(this); + } + + /// Field number for the "CommandBgm" field. + public const int CommandBgmFieldNumber = 1; + private global::EpinelPS.NetJukeboxBgm commandBgm_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxBgm CommandBgm { + get { return commandBgm_; } + set { + commandBgm_ = value; + } + } + + /// Field number for the "JukeboxTableIds" field. + public const int JukeboxTableIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_jukeboxTableIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField jukeboxTableIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField JukeboxTableIds { + get { return jukeboxTableIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserJukeboxDataV2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserJukeboxDataV2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CommandBgm, other.CommandBgm)) return false; + if(!jukeboxTableIds_.Equals(other.jukeboxTableIds_)) 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 (commandBgm_ != null) hash ^= CommandBgm.GetHashCode(); + hash ^= jukeboxTableIds_.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 (commandBgm_ != null) { + output.WriteRawTag(10); + output.WriteMessage(CommandBgm); + } + jukeboxTableIds_.WriteTo(output, _repeated_jukeboxTableIds_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 (commandBgm_ != null) { + output.WriteRawTag(10); + output.WriteMessage(CommandBgm); + } + jukeboxTableIds_.WriteTo(ref output, _repeated_jukeboxTableIds_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 (commandBgm_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CommandBgm); + } + size += jukeboxTableIds_.CalculateSize(_repeated_jukeboxTableIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserJukeboxDataV2 other) { + if (other == null) { + return; + } + if (other.commandBgm_ != null) { + if (commandBgm_ == null) { + CommandBgm = new global::EpinelPS.NetJukeboxBgm(); + } + CommandBgm.MergeFrom(other.CommandBgm); + } + jukeboxTableIds_.Add(other.jukeboxTableIds_); + _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: { + if (commandBgm_ == null) { + CommandBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(CommandBgm); + break; + } + case 18: + case 16: { + jukeboxTableIds_.AddEntriesFrom(input, _repeated_jukeboxTableIds_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: { + if (commandBgm_ == null) { + CommandBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(CommandBgm); + break; + } + case 18: + case 16: { + jukeboxTableIds_.AddEntriesFrom(ref input, _repeated_jukeboxTableIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserHarmonyCubeData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserHarmonyCubeData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[357]; } + } + + [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 NetUserHarmonyCubeData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserHarmonyCubeData(NetUserHarmonyCubeData other) : this() { + isn_ = other.isn_; + tid_ = other.tid_; + level_ = other.level_; + csnList_ = other.csnList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserHarmonyCubeData Clone() { + return new NetUserHarmonyCubeData(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "CsnList" field. + public const int CsnListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_csnList_codec + = pb::FieldCodec.ForInt64(34); + private readonly pbc::RepeatedField csnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CsnList { + get { return csnList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserHarmonyCubeData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserHarmonyCubeData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if(!csnList_.Equals(other.csnList_)) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + hash ^= csnList_.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + csnList_.WriteTo(output, _repeated_csnList_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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + csnList_.WriteTo(ref output, _repeated_csnList_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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + size += csnList_.CalculateSize(_repeated_csnList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserHarmonyCubeData other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + csnList_.Add(other.csnList_); + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 34: + case 32: { + csnList_.AddEntriesFrom(input, _repeated_csnList_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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 34: + case 32: { + csnList_.AddEntriesFrom(ref input, _repeated_csnList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserRecycleRoomData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserRecycleRoomData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[358]; } + } + + [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 NetUserRecycleRoomData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserRecycleRoomData(NetUserRecycleRoomData other) : this() { + tid_ = other.tid_; + level_ = other.level_; + exp_ = other.exp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserRecycleRoomData Clone() { + return new NetUserRecycleRoomData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 2; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 3; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetUserRecycleRoomData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserRecycleRoomData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) 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 (Tid != 0) hash ^= Tid.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserRecycleRoomData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Exp = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Exp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserLostSectorData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserLostSectorData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[359]; } + } + + [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 NetUserLostSectorData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserLostSectorData(NetUserLostSectorData other) : this() { + sectorId_ = other.sectorId_; + rewardCount_ = other.rewardCount_; + isFinalReward_ = other.isFinalReward_; + isPlaying_ = other.isPlaying_; + isOpen_ = other.isOpen_; + currentClearStageCount_ = other.currentClearStageCount_; + maxClearStageCount_ = other.maxClearStageCount_; + isPerfectReward_ = other.isPerfectReward_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserLostSectorData Clone() { + return new NetUserLostSectorData(this); + } + + /// Field number for the "SectorId" field. + public const int SectorIdFieldNumber = 1; + private int sectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SectorId { + get { return sectorId_; } + set { + sectorId_ = value; + } + } + + /// Field number for the "RewardCount" field. + public const int RewardCountFieldNumber = 2; + private int rewardCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardCount { + get { return rewardCount_; } + set { + rewardCount_ = value; + } + } + + /// Field number for the "IsFinalReward" field. + public const int IsFinalRewardFieldNumber = 3; + private bool isFinalReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFinalReward { + get { return isFinalReward_; } + set { + isFinalReward_ = value; + } + } + + /// Field number for the "IsPlaying" field. + public const int IsPlayingFieldNumber = 4; + private bool isPlaying_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPlaying { + get { return isPlaying_; } + set { + isPlaying_ = value; + } + } + + /// Field number for the "IsOpen" field. + public const int IsOpenFieldNumber = 5; + private bool isOpen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsOpen { + get { return isOpen_; } + set { + isOpen_ = value; + } + } + + /// Field number for the "CurrentClearStageCount" field. + public const int CurrentClearStageCountFieldNumber = 6; + private int currentClearStageCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentClearStageCount { + get { return currentClearStageCount_; } + set { + currentClearStageCount_ = value; + } + } + + /// Field number for the "MaxClearStageCount" field. + public const int MaxClearStageCountFieldNumber = 7; + private int maxClearStageCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxClearStageCount { + get { return maxClearStageCount_; } + set { + maxClearStageCount_ = value; + } + } + + /// Field number for the "IsPerfectReward" field. + public const int IsPerfectRewardFieldNumber = 8; + private bool isPerfectReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPerfectReward { + get { return isPerfectReward_; } + set { + isPerfectReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserLostSectorData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserLostSectorData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SectorId != other.SectorId) return false; + if (RewardCount != other.RewardCount) return false; + if (IsFinalReward != other.IsFinalReward) return false; + if (IsPlaying != other.IsPlaying) return false; + if (IsOpen != other.IsOpen) return false; + if (CurrentClearStageCount != other.CurrentClearStageCount) return false; + if (MaxClearStageCount != other.MaxClearStageCount) return false; + if (IsPerfectReward != other.IsPerfectReward) 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 (SectorId != 0) hash ^= SectorId.GetHashCode(); + if (RewardCount != 0) hash ^= RewardCount.GetHashCode(); + if (IsFinalReward != false) hash ^= IsFinalReward.GetHashCode(); + if (IsPlaying != false) hash ^= IsPlaying.GetHashCode(); + if (IsOpen != false) hash ^= IsOpen.GetHashCode(); + if (CurrentClearStageCount != 0) hash ^= CurrentClearStageCount.GetHashCode(); + if (MaxClearStageCount != 0) hash ^= MaxClearStageCount.GetHashCode(); + if (IsPerfectReward != false) hash ^= IsPerfectReward.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 (SectorId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SectorId); + } + if (RewardCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardCount); + } + if (IsFinalReward != false) { + output.WriteRawTag(24); + output.WriteBool(IsFinalReward); + } + if (IsPlaying != false) { + output.WriteRawTag(32); + output.WriteBool(IsPlaying); + } + if (IsOpen != false) { + output.WriteRawTag(40); + output.WriteBool(IsOpen); + } + if (CurrentClearStageCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(CurrentClearStageCount); + } + if (MaxClearStageCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxClearStageCount); + } + if (IsPerfectReward != false) { + output.WriteRawTag(64); + output.WriteBool(IsPerfectReward); + } + 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 (SectorId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SectorId); + } + if (RewardCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardCount); + } + if (IsFinalReward != false) { + output.WriteRawTag(24); + output.WriteBool(IsFinalReward); + } + if (IsPlaying != false) { + output.WriteRawTag(32); + output.WriteBool(IsPlaying); + } + if (IsOpen != false) { + output.WriteRawTag(40); + output.WriteBool(IsOpen); + } + if (CurrentClearStageCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(CurrentClearStageCount); + } + if (MaxClearStageCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxClearStageCount); + } + if (IsPerfectReward != false) { + output.WriteRawTag(64); + output.WriteBool(IsPerfectReward); + } + 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 (SectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SectorId); + } + if (RewardCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardCount); + } + if (IsFinalReward != false) { + size += 1 + 1; + } + if (IsPlaying != false) { + size += 1 + 1; + } + if (IsOpen != false) { + size += 1 + 1; + } + if (CurrentClearStageCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentClearStageCount); + } + if (MaxClearStageCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxClearStageCount); + } + if (IsPerfectReward != 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(NetUserLostSectorData other) { + if (other == null) { + return; + } + if (other.SectorId != 0) { + SectorId = other.SectorId; + } + if (other.RewardCount != 0) { + RewardCount = other.RewardCount; + } + if (other.IsFinalReward != false) { + IsFinalReward = other.IsFinalReward; + } + if (other.IsPlaying != false) { + IsPlaying = other.IsPlaying; + } + if (other.IsOpen != false) { + IsOpen = other.IsOpen; + } + if (other.CurrentClearStageCount != 0) { + CurrentClearStageCount = other.CurrentClearStageCount; + } + if (other.MaxClearStageCount != 0) { + MaxClearStageCount = other.MaxClearStageCount; + } + if (other.IsPerfectReward != false) { + IsPerfectReward = other.IsPerfectReward; + } + _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: { + SectorId = input.ReadInt32(); + break; + } + case 16: { + RewardCount = input.ReadInt32(); + break; + } + case 24: { + IsFinalReward = input.ReadBool(); + break; + } + case 32: { + IsPlaying = input.ReadBool(); + break; + } + case 40: { + IsOpen = input.ReadBool(); + break; + } + case 48: { + CurrentClearStageCount = input.ReadInt32(); + break; + } + case 56: { + MaxClearStageCount = input.ReadInt32(); + break; + } + case 64: { + IsPerfectReward = 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 8: { + SectorId = input.ReadInt32(); + break; + } + case 16: { + RewardCount = input.ReadInt32(); + break; + } + case 24: { + IsFinalReward = input.ReadBool(); + break; + } + case 32: { + IsPlaying = input.ReadBool(); + break; + } + case 40: { + IsOpen = input.ReadBool(); + break; + } + case 48: { + CurrentClearStageCount = input.ReadInt32(); + break; + } + case 56: { + MaxClearStageCount = input.ReadInt32(); + break; + } + case 64: { + IsPerfectReward = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserFavoriteItemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserFavoriteItemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[360]; } + } + + [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 NetUserFavoriteItemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserFavoriteItemData(NetUserFavoriteItemData other) : this() { + favoriteItemId_ = other.favoriteItemId_; + tid_ = other.tid_; + csn_ = other.csn_; + level_ = other.level_; + exp_ = other.exp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserFavoriteItemData Clone() { + return new NetUserFavoriteItemData(this); + } + + /// Field number for the "FavoriteItemId" field. + public const int FavoriteItemIdFieldNumber = 1; + private long favoriteItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long FavoriteItemId { + get { return favoriteItemId_; } + set { + favoriteItemId_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 4; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 5; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetUserFavoriteItemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserFavoriteItemData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FavoriteItemId != other.FavoriteItemId) return false; + if (Tid != other.Tid) return false; + if (Csn != other.Csn) 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 (FavoriteItemId != 0L) hash ^= FavoriteItemId.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(40); + output.WriteInt32(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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(40); + output.WriteInt32(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 (FavoriteItemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(FavoriteItemId); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserFavoriteItemData other) { + if (other == null) { + return; + } + if (other.FavoriteItemId != 0L) { + FavoriteItemId = other.FavoriteItemId; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + 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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Exp = 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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Exp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetWholeUserTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetWholeUserTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[361]; } + } + + [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 NetWholeUserTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWholeUserTeamData(NetWholeUserTeamData other) : this() { + type_ = other.type_; + teamNumber_ = other.teamNumber_; + teamCombat_ = other.teamCombat_; + slots_ = other.slots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWholeUserTeamData Clone() { + return new NetWholeUserTeamData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 2; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 3; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "Slots" field. + public const int SlotsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_slots_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetWholeTeamSlot.Parser); + private readonly pbc::RepeatedField slots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Slots { + get { return slots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetWholeUserTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetWholeUserTeamData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (TeamNumber != other.TeamNumber) return false; + if (TeamCombat != other.TeamCombat) return false; + if(!slots_.Equals(other.slots_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + hash ^= slots_.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (TeamCombat != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamCombat); + } + slots_.WriteTo(output, _repeated_slots_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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (TeamCombat != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamCombat); + } + slots_.WriteTo(ref output, _repeated_slots_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + size += slots_.CalculateSize(_repeated_slots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetWholeUserTeamData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + slots_.Add(other.slots_); + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 24: { + TeamCombat = input.ReadInt32(); + break; + } + case 34: { + slots_.AddEntriesFrom(input, _repeated_slots_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: { + Type = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 24: { + TeamCombat = input.ReadInt32(); + break; + } + case 34: { + slots_.AddEntriesFrom(ref input, _repeated_slots_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCurrencyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCurrencyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[362]; } + } + + [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 NetCurrencyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCurrencyData(NetCurrencyData other) : this() { + type_ = other.type_; + value_ = other.value_; + finalValue_ = other.finalValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCurrencyData Clone() { + return new NetCurrencyData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private long value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Value { + get { return value_; } + set { + value_ = value; + } + } + + /// Field number for the "FinalValue" field. + public const int FinalValueFieldNumber = 3; + private long finalValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long FinalValue { + get { return finalValue_; } + set { + finalValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCurrencyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCurrencyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (Value != other.Value) return false; + if (FinalValue != other.FinalValue) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (Value != 0L) hash ^= Value.GetHashCode(); + if (FinalValue != 0L) hash ^= FinalValue.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Value); + } + if (FinalValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(FinalValue); + } + 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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Value); + } + if (FinalValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(FinalValue); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Value != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Value); + } + if (FinalValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(FinalValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCurrencyData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Value != 0L) { + Value = other.Value; + } + if (other.FinalValue != 0L) { + FinalValue = other.FinalValue; + } + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + break; + } + case 24: { + FinalValue = input.ReadInt64(); + 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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + break; + } + case 24: { + FinalValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTeamSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTeamSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[363]; } + } + + [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 NetTeamSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTeamSlot(NetTeamSlot other) : this() { + slot_ = other.slot_; + value_ = other.value_; + valueType_ = other.valueType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTeamSlot Clone() { + return new NetTeamSlot(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private long value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Value { + get { return value_; } + set { + value_ = value; + } + } + + /// Field number for the "ValueType" field. + public const int ValueTypeFieldNumber = 3; + private int valueType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ValueType { + get { return valueType_; } + set { + valueType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTeamSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTeamSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Value != other.Value) return false; + if (ValueType != other.ValueType) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Value != 0L) hash ^= Value.GetHashCode(); + if (ValueType != 0) hash ^= ValueType.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Value); + } + if (ValueType != 0) { + output.WriteRawTag(24); + output.WriteInt32(ValueType); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Value); + } + if (ValueType != 0) { + output.WriteRawTag(24); + output.WriteInt32(ValueType); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Value != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Value); + } + if (ValueType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ValueType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTeamSlot other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Value != 0L) { + Value = other.Value; + } + if (other.ValueType != 0) { + ValueType = other.ValueType; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + break; + } + case 24: { + ValueType = 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + break; + } + case 24: { + ValueType = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetIncreaseExpData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetIncreaseExpData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[364]; } + } + + [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 NetIncreaseExpData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetIncreaseExpData(NetIncreaseExpData other) : this() { + csn_ = other.csn_; + nameCode_ = other.nameCode_; + beforeLv_ = other.beforeLv_; + beforeExp_ = other.beforeExp_; + currentLv_ = other.currentLv_; + currentExp_ = other.currentExp_; + gainExp_ = other.gainExp_; + increaseExp_ = other.increaseExp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetIncreaseExpData Clone() { + return new NetIncreaseExpData(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "BeforeLv" field. + public const int BeforeLvFieldNumber = 3; + private int beforeLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BeforeLv { + get { return beforeLv_; } + set { + beforeLv_ = value; + } + } + + /// Field number for the "BeforeExp" field. + public const int BeforeExpFieldNumber = 4; + private int beforeExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BeforeExp { + get { return beforeExp_; } + set { + beforeExp_ = value; + } + } + + /// Field number for the "CurrentLv" field. + public const int CurrentLvFieldNumber = 5; + private int currentLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentLv { + get { return currentLv_; } + set { + currentLv_ = value; + } + } + + /// Field number for the "CurrentExp" field. + public const int CurrentExpFieldNumber = 6; + private int currentExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentExp { + get { return currentExp_; } + set { + currentExp_ = value; + } + } + + /// Field number for the "GainExp" field. + public const int GainExpFieldNumber = 7; + private int gainExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GainExp { + get { return gainExp_; } + set { + gainExp_ = value; + } + } + + /// Field number for the "IncreaseExp" field. + public const int IncreaseExpFieldNumber = 8; + private int increaseExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int IncreaseExp { + get { return increaseExp_; } + set { + increaseExp_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetIncreaseExpData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetIncreaseExpData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (NameCode != other.NameCode) return false; + if (BeforeLv != other.BeforeLv) return false; + if (BeforeExp != other.BeforeExp) return false; + if (CurrentLv != other.CurrentLv) return false; + if (CurrentExp != other.CurrentExp) return false; + if (GainExp != other.GainExp) return false; + if (IncreaseExp != other.IncreaseExp) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (BeforeLv != 0) hash ^= BeforeLv.GetHashCode(); + if (BeforeExp != 0) hash ^= BeforeExp.GetHashCode(); + if (CurrentLv != 0) hash ^= CurrentLv.GetHashCode(); + if (CurrentExp != 0) hash ^= CurrentExp.GetHashCode(); + if (GainExp != 0) hash ^= GainExp.GetHashCode(); + if (IncreaseExp != 0) hash ^= IncreaseExp.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (BeforeLv != 0) { + output.WriteRawTag(24); + output.WriteInt32(BeforeLv); + } + if (BeforeExp != 0) { + output.WriteRawTag(32); + output.WriteInt32(BeforeExp); + } + if (CurrentLv != 0) { + output.WriteRawTag(40); + output.WriteInt32(CurrentLv); + } + if (CurrentExp != 0) { + output.WriteRawTag(48); + output.WriteInt32(CurrentExp); + } + if (GainExp != 0) { + output.WriteRawTag(56); + output.WriteInt32(GainExp); + } + if (IncreaseExp != 0) { + output.WriteRawTag(64); + output.WriteInt32(IncreaseExp); + } + 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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (BeforeLv != 0) { + output.WriteRawTag(24); + output.WriteInt32(BeforeLv); + } + if (BeforeExp != 0) { + output.WriteRawTag(32); + output.WriteInt32(BeforeExp); + } + if (CurrentLv != 0) { + output.WriteRawTag(40); + output.WriteInt32(CurrentLv); + } + if (CurrentExp != 0) { + output.WriteRawTag(48); + output.WriteInt32(CurrentExp); + } + if (GainExp != 0) { + output.WriteRawTag(56); + output.WriteInt32(GainExp); + } + if (IncreaseExp != 0) { + output.WriteRawTag(64); + output.WriteInt32(IncreaseExp); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (BeforeLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BeforeLv); + } + if (BeforeExp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BeforeExp); + } + if (CurrentLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentLv); + } + if (CurrentExp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentExp); + } + if (GainExp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GainExp); + } + if (IncreaseExp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(IncreaseExp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetIncreaseExpData other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.BeforeLv != 0) { + BeforeLv = other.BeforeLv; + } + if (other.BeforeExp != 0) { + BeforeExp = other.BeforeExp; + } + if (other.CurrentLv != 0) { + CurrentLv = other.CurrentLv; + } + if (other.CurrentExp != 0) { + CurrentExp = other.CurrentExp; + } + if (other.GainExp != 0) { + GainExp = other.GainExp; + } + if (other.IncreaseExp != 0) { + IncreaseExp = other.IncreaseExp; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + BeforeLv = input.ReadInt32(); + break; + } + case 32: { + BeforeExp = input.ReadInt32(); + break; + } + case 40: { + CurrentLv = input.ReadInt32(); + break; + } + case 48: { + CurrentExp = input.ReadInt32(); + break; + } + case 56: { + GainExp = input.ReadInt32(); + break; + } + case 64: { + IncreaseExp = 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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + BeforeLv = input.ReadInt32(); + break; + } + case 32: { + BeforeExp = input.ReadInt32(); + break; + } + case 40: { + CurrentLv = input.ReadInt32(); + break; + } + case 48: { + CurrentExp = input.ReadInt32(); + break; + } + case 56: { + GainExp = input.ReadInt32(); + break; + } + case 64: { + IncreaseExp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetItemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetItemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[365]; } + } + + [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 NetItemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetItemData(NetItemData other) : this() { + isn_ = other.isn_; + tid_ = other.tid_; + count_ = other.count_; + corporation_ = other.corporation_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetItemData Clone() { + return new NetItemData(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "Corporation" field. + public const int CorporationFieldNumber = 4; + private int corporation_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Corporation { + get { return corporation_; } + set { + corporation_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetItemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetItemData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Tid != other.Tid) return false; + if (Count != other.Count) return false; + if (Corporation != other.Corporation) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (Corporation != 0) hash ^= Corporation.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (Corporation != 0) { + output.WriteRawTag(32); + output.WriteInt32(Corporation); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (Corporation != 0) { + output.WriteRawTag(32); + output.WriteInt32(Corporation); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (Corporation != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Corporation); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetItemData other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.Corporation != 0) { + Corporation = other.Corporation; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + Corporation = 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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + Corporation = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetRedeemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetRedeemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[366]; } + } + + [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 NetRedeemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRedeemData(NetRedeemData other) : this() { + redeemId_ = other.redeemId_; + tid_ = other.tid_; + count_ = other.count_; + deleteTime_ = other.deleteTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRedeemData Clone() { + return new NetRedeemData(this); + } + + /// Field number for the "RedeemId" field. + public const int RedeemIdFieldNumber = 1; + private long redeemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RedeemId { + get { return redeemId_; } + set { + redeemId_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "DeleteTime" field. + public const int DeleteTimeFieldNumber = 4; + private long deleteTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DeleteTime { + get { return deleteTime_; } + set { + deleteTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetRedeemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetRedeemData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RedeemId != other.RedeemId) return false; + if (Tid != other.Tid) return false; + if (Count != other.Count) return false; + if (DeleteTime != other.DeleteTime) 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 (RedeemId != 0L) hash ^= RedeemId.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (DeleteTime != 0L) hash ^= DeleteTime.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 (RedeemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(RedeemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (DeleteTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DeleteTime); + } + 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 (RedeemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(RedeemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (DeleteTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DeleteTime); + } + 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 (RedeemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RedeemId); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (DeleteTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DeleteTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetRedeemData other) { + if (other == null) { + return; + } + if (other.RedeemId != 0L) { + RedeemId = other.RedeemId; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.DeleteTime != 0L) { + DeleteTime = other.DeleteTime; + } + _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: { + RedeemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + DeleteTime = input.ReadInt64(); + 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: { + RedeemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + DeleteTime = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFavoriteItemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFavoriteItemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[367]; } + } + + [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 NetFavoriteItemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFavoriteItemData(NetFavoriteItemData other) : this() { + favoriteItemId_ = other.favoriteItemId_; + tid_ = other.tid_; + csn_ = other.csn_; + level_ = other.level_; + exp_ = other.exp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFavoriteItemData Clone() { + return new NetFavoriteItemData(this); + } + + /// Field number for the "FavoriteItemId" field. + public const int FavoriteItemIdFieldNumber = 1; + private long favoriteItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long FavoriteItemId { + get { return favoriteItemId_; } + set { + favoriteItemId_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 4; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 5; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetFavoriteItemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFavoriteItemData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FavoriteItemId != other.FavoriteItemId) return false; + if (Tid != other.Tid) return false; + if (Csn != other.Csn) 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 (FavoriteItemId != 0L) hash ^= FavoriteItemId.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(40); + output.WriteInt32(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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(40); + output.WriteInt32(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 (FavoriteItemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(FavoriteItemId); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFavoriteItemData other) { + if (other == null) { + return; + } + if (other.FavoriteItemId != 0L) { + FavoriteItemId = other.FavoriteItemId; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + 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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Exp = 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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Exp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCharacterData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCharacterData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[368]; } + } + + [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 NetCharacterData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterData(NetCharacterData other) : this() { + csn_ = other.csn_; + tid_ = other.tid_; + pieceCount_ = other.pieceCount_; + currencyValue_ = other.currencyValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterData Clone() { + return new NetCharacterData(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "PieceCount" field. + public const int PieceCountFieldNumber = 3; + private int pieceCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PieceCount { + get { return pieceCount_; } + set { + pieceCount_ = value; + } + } + + /// Field number for the "CurrencyValue" field. + public const int CurrencyValueFieldNumber = 4; + private long currencyValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CurrencyValue { + get { return currencyValue_; } + set { + currencyValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCharacterData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCharacterData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Tid != other.Tid) return false; + if (PieceCount != other.PieceCount) return false; + if (CurrencyValue != other.CurrencyValue) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (PieceCount != 0) hash ^= PieceCount.GetHashCode(); + if (CurrencyValue != 0L) hash ^= CurrencyValue.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (PieceCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(PieceCount); + } + if (CurrencyValue != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CurrencyValue); + } + 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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (PieceCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(PieceCount); + } + if (CurrencyValue != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CurrencyValue); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (PieceCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PieceCount); + } + if (CurrencyValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CurrencyValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCharacterData other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.PieceCount != 0) { + PieceCount = other.PieceCount; + } + if (other.CurrencyValue != 0L) { + CurrencyValue = other.CurrencyValue; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + PieceCount = input.ReadInt32(); + break; + } + case 32: { + CurrencyValue = input.ReadInt64(); + 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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + PieceCount = input.ReadInt32(); + break; + } + case 32: { + CurrencyValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetProfileFrameData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetProfileFrameData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[369]; } + } + + [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 NetProfileFrameData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileFrameData(NetProfileFrameData other) : this() { + frameTid_ = other.frameTid_; + triggerTid_ = other.triggerTid_; + acquiredAt_ = other.acquiredAt_ != null ? other.acquiredAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileFrameData Clone() { + return new NetProfileFrameData(this); + } + + /// Field number for the "FrameTid" field. + public const int FrameTidFieldNumber = 1; + private int frameTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FrameTid { + get { return frameTid_; } + set { + frameTid_ = value; + } + } + + /// Field number for the "TriggerTid" field. + public const int TriggerTidFieldNumber = 2; + private int triggerTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TriggerTid { + get { return triggerTid_; } + set { + triggerTid_ = value; + } + } + + /// Field number for the "AcquiredAt" field. + public const int AcquiredAtFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp acquiredAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp AcquiredAt { + get { return acquiredAt_; } + set { + acquiredAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetProfileFrameData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetProfileFrameData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FrameTid != other.FrameTid) return false; + if (TriggerTid != other.TriggerTid) return false; + if (!object.Equals(AcquiredAt, other.AcquiredAt)) 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 (FrameTid != 0) hash ^= FrameTid.GetHashCode(); + if (TriggerTid != 0) hash ^= TriggerTid.GetHashCode(); + if (acquiredAt_ != null) hash ^= AcquiredAt.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 (FrameTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(FrameTid); + } + if (TriggerTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(TriggerTid); + } + if (acquiredAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(AcquiredAt); + } + 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 (FrameTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(FrameTid); + } + if (TriggerTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(TriggerTid); + } + if (acquiredAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(AcquiredAt); + } + 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 (FrameTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FrameTid); + } + if (TriggerTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TriggerTid); + } + if (acquiredAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AcquiredAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetProfileFrameData other) { + if (other == null) { + return; + } + if (other.FrameTid != 0) { + FrameTid = other.FrameTid; + } + if (other.TriggerTid != 0) { + TriggerTid = other.TriggerTid; + } + if (other.acquiredAt_ != null) { + if (acquiredAt_ == null) { + AcquiredAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + AcquiredAt.MergeFrom(other.AcquiredAt); + } + _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: { + FrameTid = input.ReadInt32(); + break; + } + case 16: { + TriggerTid = input.ReadInt32(); + break; + } + case 26: { + if (acquiredAt_ == null) { + AcquiredAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(AcquiredAt); + 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: { + FrameTid = input.ReadInt32(); + break; + } + case 16: { + TriggerTid = input.ReadInt32(); + break; + } + case 26: { + if (acquiredAt_ == null) { + AcquiredAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(AcquiredAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPassPointData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPassPointData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[370]; } + } + + [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 NetPassPointData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassPointData(NetPassPointData other) : this() { + value_ = other.value_; + finalValue_ = other.finalValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassPointData Clone() { + return new NetPassPointData(this); + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 1; + private int value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Value { + get { return value_; } + set { + value_ = value; + } + } + + /// Field number for the "FinalValue" field. + public const int FinalValueFieldNumber = 2; + private int finalValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FinalValue { + get { return finalValue_; } + set { + finalValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPassPointData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPassPointData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Value != other.Value) return false; + if (FinalValue != other.FinalValue) 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 (Value != 0) hash ^= Value.GetHashCode(); + if (FinalValue != 0) hash ^= FinalValue.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 (Value != 0) { + output.WriteRawTag(8); + output.WriteInt32(Value); + } + if (FinalValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(FinalValue); + } + 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 (Value != 0) { + output.WriteRawTag(8); + output.WriteInt32(Value); + } + if (FinalValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(FinalValue); + } + 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 (Value != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Value); + } + if (FinalValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPassPointData other) { + if (other == null) { + return; + } + if (other.Value != 0) { + Value = other.Value; + } + if (other.FinalValue != 0) { + FinalValue = other.FinalValue; + } + _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: { + Value = input.ReadInt32(); + break; + } + case 16: { + FinalValue = 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: { + Value = input.ReadInt32(); + break; + } + case 16: { + FinalValue = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAutoChargeData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAutoChargeData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[371]; } + } + + [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 NetAutoChargeData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAutoChargeData(NetAutoChargeData other) : this() { + autoChargeId_ = other.autoChargeId_; + finalValue_ = other.finalValue_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAutoChargeData Clone() { + return new NetAutoChargeData(this); + } + + /// Field number for the "AutoChargeId" field. + public const int AutoChargeIdFieldNumber = 1; + private int autoChargeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AutoChargeId { + get { return autoChargeId_; } + set { + autoChargeId_ = value; + } + } + + /// Field number for the "FinalValue" field. + public const int FinalValueFieldNumber = 2; + private int finalValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FinalValue { + get { return finalValue_; } + set { + finalValue_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 3; + private int value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetAutoChargeData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAutoChargeData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (AutoChargeId != other.AutoChargeId) return false; + if (FinalValue != other.FinalValue) 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 (AutoChargeId != 0) hash ^= AutoChargeId.GetHashCode(); + if (FinalValue != 0) hash ^= FinalValue.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 (AutoChargeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(AutoChargeId); + } + if (FinalValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(FinalValue); + } + if (Value != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (AutoChargeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(AutoChargeId); + } + if (FinalValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(FinalValue); + } + if (Value != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (AutoChargeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AutoChargeId); + } + if (FinalValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalValue); + } + if (Value != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetAutoChargeData other) { + if (other == null) { + return; + } + if (other.AutoChargeId != 0) { + AutoChargeId = other.AutoChargeId; + } + if (other.FinalValue != 0) { + FinalValue = other.FinalValue; + } + 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 8: { + AutoChargeId = input.ReadInt32(); + break; + } + case 16: { + FinalValue = input.ReadInt32(); + break; + } + case 24: { + Value = 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: { + AutoChargeId = input.ReadInt32(); + break; + } + case 16: { + FinalValue = input.ReadInt32(); + break; + } + case 24: { + Value = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetRewardData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetRewardData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[372]; } + } + + [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 NetRewardData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRewardData(NetRewardData other) : this() { + userExp_ = other.userExp_ != null ? other.userExp_.Clone() : null; + item_ = other.item_.Clone(); + currency_ = other.currency_.Clone(); + character_ = other.character_.Clone(); + profileFrame_ = other.profileFrame_.Clone(); + characterAttractive_ = other.characterAttractive_.Clone(); + jukeboxBgm_ = other.jukeboxBgm_.Clone(); + memorial_ = other.memorial_.Clone(); + livewallpaper_ = other.livewallpaper_.Clone(); + characterCostume_ = other.characterCostume_.Clone(); + point_ = other.point_.Clone(); + infraCoreExp_ = other.infraCoreExp_ != null ? other.infraCoreExp_.Clone() : null; + userCharacters_ = other.userCharacters_.Clone(); + userItems_ = other.userItems_.Clone(); + passPoint_ = other.passPoint_ != null ? other.passPoint_.Clone() : null; + autoChargeList_ = other.autoChargeList_.Clone(); + userRedeems_ = other.userRedeems_.Clone(); + redeem_ = other.redeem_.Clone(); + userFavoriteItems_ = other.userFavoriteItems_.Clone(); + favoriteItems_ = other.favoriteItems_.Clone(); + profileCardObjects_ = other.profileCardObjects_.Clone(); + userTitleList_ = other.userTitleList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRewardData Clone() { + return new NetRewardData(this); + } + + /// Field number for the "UserExp" field. + public const int UserExpFieldNumber = 1; + private global::EpinelPS.NetIncreaseExpData userExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetIncreaseExpData UserExp { + get { return userExp_; } + set { + userExp_ = value; + } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_item_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetItemData.Parser); + private readonly pbc::RepeatedField item_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Item { + get { return item_; } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currency_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetCurrencyData.Parser); + private readonly pbc::RepeatedField currency_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currency { + get { return currency_; } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_character_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetCharacterData.Parser); + private readonly pbc::RepeatedField character_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Character { + get { return character_; } + } + + /// Field number for the "ProfileFrame" field. + public const int ProfileFrameFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_profileFrame_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetProfileFrameData.Parser); + private readonly pbc::RepeatedField profileFrame_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProfileFrame { + get { return profileFrame_; } + } + + /// Field number for the "CharacterAttractive" field. + public const int CharacterAttractiveFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_characterAttractive_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetIncreaseExpData.Parser); + private readonly pbc::RepeatedField characterAttractive_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharacterAttractive { + get { return characterAttractive_; } + } + + /// Field number for the "JukeboxBgm" field. + public const int JukeboxBgmFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_jukeboxBgm_codec + = pb::FieldCodec.ForInt32(66); + private readonly pbc::RepeatedField jukeboxBgm_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField JukeboxBgm { + get { return jukeboxBgm_; } + } + + /// Field number for the "Memorial" field. + public const int MemorialFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_memorial_codec + = pb::FieldCodec.ForInt32(74); + private readonly pbc::RepeatedField memorial_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Memorial { + get { return memorial_; } + } + + /// Field number for the "Livewallpaper" field. + public const int LivewallpaperFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_livewallpaper_codec + = pb::FieldCodec.ForInt32(82); + private readonly pbc::RepeatedField livewallpaper_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Livewallpaper { + get { return livewallpaper_; } + } + + /// Field number for the "CharacterCostume" field. + public const int CharacterCostumeFieldNumber = 11; + private static readonly pb::FieldCodec _repeated_characterCostume_codec + = pb::FieldCodec.ForInt32(90); + private readonly pbc::RepeatedField characterCostume_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharacterCostume { + get { return characterCostume_; } + } + + /// Field number for the "Point" field. + public const int PointFieldNumber = 12; + private static readonly pb::FieldCodec _repeated_point_codec + = pb::FieldCodec.ForMessage(98, global::EpinelPS.NetPointData.Parser); + private readonly pbc::RepeatedField point_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Point { + get { return point_; } + } + + /// Field number for the "InfraCoreExp" field. + public const int InfraCoreExpFieldNumber = 13; + private global::EpinelPS.NetIncreaseExpData infraCoreExp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetIncreaseExpData InfraCoreExp { + get { return infraCoreExp_; } + set { + infraCoreExp_ = value; + } + } + + /// Field number for the "UserCharacters" field. + public const int UserCharactersFieldNumber = 14; + private static readonly pb::FieldCodec _repeated_userCharacters_codec + = pb::FieldCodec.ForMessage(114, global::EpinelPS.NetUserCharacterDefaultData.Parser); + private readonly pbc::RepeatedField userCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserCharacters { + get { return userCharacters_; } + } + + /// Field number for the "UserItems" field. + public const int UserItemsFieldNumber = 15; + private static readonly pb::FieldCodec _repeated_userItems_codec + = pb::FieldCodec.ForMessage(122, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField userItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserItems { + get { return userItems_; } + } + + /// Field number for the "PassPoint" field. + public const int PassPointFieldNumber = 16; + private global::EpinelPS.NetPassPointData passPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPassPointData PassPoint { + get { return passPoint_; } + set { + passPoint_ = value; + } + } + + /// Field number for the "AutoChargeList" field. + public const int AutoChargeListFieldNumber = 17; + private static readonly pb::FieldCodec _repeated_autoChargeList_codec + = pb::FieldCodec.ForMessage(138, global::EpinelPS.NetAutoChargeData.Parser); + private readonly pbc::RepeatedField autoChargeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AutoChargeList { + get { return autoChargeList_; } + } + + /// Field number for the "UserRedeems" field. + public const int UserRedeemsFieldNumber = 18; + private static readonly pb::FieldCodec _repeated_userRedeems_codec + = pb::FieldCodec.ForMessage(146, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField userRedeems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserRedeems { + get { return userRedeems_; } + } + + /// Field number for the "Redeem" field. + public const int RedeemFieldNumber = 19; + private static readonly pb::FieldCodec _repeated_redeem_codec + = pb::FieldCodec.ForMessage(154, global::EpinelPS.NetRedeemData.Parser); + private readonly pbc::RepeatedField redeem_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Redeem { + get { return redeem_; } + } + + /// Field number for the "UserFavoriteItems" field. + public const int UserFavoriteItemsFieldNumber = 20; + private static readonly pb::FieldCodec _repeated_userFavoriteItems_codec + = pb::FieldCodec.ForMessage(162, global::EpinelPS.NetUserFavoriteItemData.Parser); + private readonly pbc::RepeatedField userFavoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserFavoriteItems { + get { return userFavoriteItems_; } + } + + /// Field number for the "FavoriteItems" field. + public const int FavoriteItemsFieldNumber = 21; + private static readonly pb::FieldCodec _repeated_favoriteItems_codec + = pb::FieldCodec.ForMessage(170, global::EpinelPS.NetFavoriteItemData.Parser); + private readonly pbc::RepeatedField favoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItems { + get { return favoriteItems_; } + } + + /// Field number for the "ProfileCardObjects" field. + public const int ProfileCardObjectsFieldNumber = 22; + private static readonly pb::FieldCodec _repeated_profileCardObjects_codec + = pb::FieldCodec.ForInt32(178); + private readonly pbc::RepeatedField profileCardObjects_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProfileCardObjects { + get { return profileCardObjects_; } + } + + /// Field number for the "UserTitleList" field. + public const int UserTitleListFieldNumber = 23; + private static readonly pb::FieldCodec _repeated_userTitleList_codec + = pb::FieldCodec.ForInt32(186); + private readonly pbc::RepeatedField userTitleList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTitleList { + get { return userTitleList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetRewardData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetRewardData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserExp, other.UserExp)) return false; + if(!item_.Equals(other.item_)) return false; + if(!currency_.Equals(other.currency_)) return false; + if(!character_.Equals(other.character_)) return false; + if(!profileFrame_.Equals(other.profileFrame_)) return false; + if(!characterAttractive_.Equals(other.characterAttractive_)) return false; + if(!jukeboxBgm_.Equals(other.jukeboxBgm_)) return false; + if(!memorial_.Equals(other.memorial_)) return false; + if(!livewallpaper_.Equals(other.livewallpaper_)) return false; + if(!characterCostume_.Equals(other.characterCostume_)) return false; + if(!point_.Equals(other.point_)) return false; + if (!object.Equals(InfraCoreExp, other.InfraCoreExp)) return false; + if(!userCharacters_.Equals(other.userCharacters_)) return false; + if(!userItems_.Equals(other.userItems_)) return false; + if (!object.Equals(PassPoint, other.PassPoint)) return false; + if(!autoChargeList_.Equals(other.autoChargeList_)) return false; + if(!userRedeems_.Equals(other.userRedeems_)) return false; + if(!redeem_.Equals(other.redeem_)) return false; + if(!userFavoriteItems_.Equals(other.userFavoriteItems_)) return false; + if(!favoriteItems_.Equals(other.favoriteItems_)) return false; + if(!profileCardObjects_.Equals(other.profileCardObjects_)) return false; + if(!userTitleList_.Equals(other.userTitleList_)) 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 (userExp_ != null) hash ^= UserExp.GetHashCode(); + hash ^= item_.GetHashCode(); + hash ^= currency_.GetHashCode(); + hash ^= character_.GetHashCode(); + hash ^= profileFrame_.GetHashCode(); + hash ^= characterAttractive_.GetHashCode(); + hash ^= jukeboxBgm_.GetHashCode(); + hash ^= memorial_.GetHashCode(); + hash ^= livewallpaper_.GetHashCode(); + hash ^= characterCostume_.GetHashCode(); + hash ^= point_.GetHashCode(); + if (infraCoreExp_ != null) hash ^= InfraCoreExp.GetHashCode(); + hash ^= userCharacters_.GetHashCode(); + hash ^= userItems_.GetHashCode(); + if (passPoint_ != null) hash ^= PassPoint.GetHashCode(); + hash ^= autoChargeList_.GetHashCode(); + hash ^= userRedeems_.GetHashCode(); + hash ^= redeem_.GetHashCode(); + hash ^= userFavoriteItems_.GetHashCode(); + hash ^= favoriteItems_.GetHashCode(); + hash ^= profileCardObjects_.GetHashCode(); + hash ^= userTitleList_.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 (userExp_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserExp); + } + item_.WriteTo(output, _repeated_item_codec); + currency_.WriteTo(output, _repeated_currency_codec); + character_.WriteTo(output, _repeated_character_codec); + profileFrame_.WriteTo(output, _repeated_profileFrame_codec); + characterAttractive_.WriteTo(output, _repeated_characterAttractive_codec); + jukeboxBgm_.WriteTo(output, _repeated_jukeboxBgm_codec); + memorial_.WriteTo(output, _repeated_memorial_codec); + livewallpaper_.WriteTo(output, _repeated_livewallpaper_codec); + characterCostume_.WriteTo(output, _repeated_characterCostume_codec); + point_.WriteTo(output, _repeated_point_codec); + if (infraCoreExp_ != null) { + output.WriteRawTag(106); + output.WriteMessage(InfraCoreExp); + } + userCharacters_.WriteTo(output, _repeated_userCharacters_codec); + userItems_.WriteTo(output, _repeated_userItems_codec); + if (passPoint_ != null) { + output.WriteRawTag(130, 1); + output.WriteMessage(PassPoint); + } + autoChargeList_.WriteTo(output, _repeated_autoChargeList_codec); + userRedeems_.WriteTo(output, _repeated_userRedeems_codec); + redeem_.WriteTo(output, _repeated_redeem_codec); + userFavoriteItems_.WriteTo(output, _repeated_userFavoriteItems_codec); + favoriteItems_.WriteTo(output, _repeated_favoriteItems_codec); + profileCardObjects_.WriteTo(output, _repeated_profileCardObjects_codec); + userTitleList_.WriteTo(output, _repeated_userTitleList_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 (userExp_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserExp); + } + item_.WriteTo(ref output, _repeated_item_codec); + currency_.WriteTo(ref output, _repeated_currency_codec); + character_.WriteTo(ref output, _repeated_character_codec); + profileFrame_.WriteTo(ref output, _repeated_profileFrame_codec); + characterAttractive_.WriteTo(ref output, _repeated_characterAttractive_codec); + jukeboxBgm_.WriteTo(ref output, _repeated_jukeboxBgm_codec); + memorial_.WriteTo(ref output, _repeated_memorial_codec); + livewallpaper_.WriteTo(ref output, _repeated_livewallpaper_codec); + characterCostume_.WriteTo(ref output, _repeated_characterCostume_codec); + point_.WriteTo(ref output, _repeated_point_codec); + if (infraCoreExp_ != null) { + output.WriteRawTag(106); + output.WriteMessage(InfraCoreExp); + } + userCharacters_.WriteTo(ref output, _repeated_userCharacters_codec); + userItems_.WriteTo(ref output, _repeated_userItems_codec); + if (passPoint_ != null) { + output.WriteRawTag(130, 1); + output.WriteMessage(PassPoint); + } + autoChargeList_.WriteTo(ref output, _repeated_autoChargeList_codec); + userRedeems_.WriteTo(ref output, _repeated_userRedeems_codec); + redeem_.WriteTo(ref output, _repeated_redeem_codec); + userFavoriteItems_.WriteTo(ref output, _repeated_userFavoriteItems_codec); + favoriteItems_.WriteTo(ref output, _repeated_favoriteItems_codec); + profileCardObjects_.WriteTo(ref output, _repeated_profileCardObjects_codec); + userTitleList_.WriteTo(ref output, _repeated_userTitleList_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 (userExp_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserExp); + } + size += item_.CalculateSize(_repeated_item_codec); + size += currency_.CalculateSize(_repeated_currency_codec); + size += character_.CalculateSize(_repeated_character_codec); + size += profileFrame_.CalculateSize(_repeated_profileFrame_codec); + size += characterAttractive_.CalculateSize(_repeated_characterAttractive_codec); + size += jukeboxBgm_.CalculateSize(_repeated_jukeboxBgm_codec); + size += memorial_.CalculateSize(_repeated_memorial_codec); + size += livewallpaper_.CalculateSize(_repeated_livewallpaper_codec); + size += characterCostume_.CalculateSize(_repeated_characterCostume_codec); + size += point_.CalculateSize(_repeated_point_codec); + if (infraCoreExp_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(InfraCoreExp); + } + size += userCharacters_.CalculateSize(_repeated_userCharacters_codec); + size += userItems_.CalculateSize(_repeated_userItems_codec); + if (passPoint_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(PassPoint); + } + size += autoChargeList_.CalculateSize(_repeated_autoChargeList_codec); + size += userRedeems_.CalculateSize(_repeated_userRedeems_codec); + size += redeem_.CalculateSize(_repeated_redeem_codec); + size += userFavoriteItems_.CalculateSize(_repeated_userFavoriteItems_codec); + size += favoriteItems_.CalculateSize(_repeated_favoriteItems_codec); + size += profileCardObjects_.CalculateSize(_repeated_profileCardObjects_codec); + size += userTitleList_.CalculateSize(_repeated_userTitleList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetRewardData other) { + if (other == null) { + return; + } + if (other.userExp_ != null) { + if (userExp_ == null) { + UserExp = new global::EpinelPS.NetIncreaseExpData(); + } + UserExp.MergeFrom(other.UserExp); + } + item_.Add(other.item_); + currency_.Add(other.currency_); + character_.Add(other.character_); + profileFrame_.Add(other.profileFrame_); + characterAttractive_.Add(other.characterAttractive_); + jukeboxBgm_.Add(other.jukeboxBgm_); + memorial_.Add(other.memorial_); + livewallpaper_.Add(other.livewallpaper_); + characterCostume_.Add(other.characterCostume_); + point_.Add(other.point_); + if (other.infraCoreExp_ != null) { + if (infraCoreExp_ == null) { + InfraCoreExp = new global::EpinelPS.NetIncreaseExpData(); + } + InfraCoreExp.MergeFrom(other.InfraCoreExp); + } + userCharacters_.Add(other.userCharacters_); + userItems_.Add(other.userItems_); + if (other.passPoint_ != null) { + if (passPoint_ == null) { + PassPoint = new global::EpinelPS.NetPassPointData(); + } + PassPoint.MergeFrom(other.PassPoint); + } + autoChargeList_.Add(other.autoChargeList_); + userRedeems_.Add(other.userRedeems_); + redeem_.Add(other.redeem_); + userFavoriteItems_.Add(other.userFavoriteItems_); + favoriteItems_.Add(other.favoriteItems_); + profileCardObjects_.Add(other.profileCardObjects_); + userTitleList_.Add(other.userTitleList_); + _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: { + if (userExp_ == null) { + UserExp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(UserExp); + break; + } + case 18: { + item_.AddEntriesFrom(input, _repeated_item_codec); + break; + } + case 26: { + currency_.AddEntriesFrom(input, _repeated_currency_codec); + break; + } + case 34: { + character_.AddEntriesFrom(input, _repeated_character_codec); + break; + } + case 50: { + profileFrame_.AddEntriesFrom(input, _repeated_profileFrame_codec); + break; + } + case 58: { + characterAttractive_.AddEntriesFrom(input, _repeated_characterAttractive_codec); + break; + } + case 66: + case 64: { + jukeboxBgm_.AddEntriesFrom(input, _repeated_jukeboxBgm_codec); + break; + } + case 74: + case 72: { + memorial_.AddEntriesFrom(input, _repeated_memorial_codec); + break; + } + case 82: + case 80: { + livewallpaper_.AddEntriesFrom(input, _repeated_livewallpaper_codec); + break; + } + case 90: + case 88: { + characterCostume_.AddEntriesFrom(input, _repeated_characterCostume_codec); + break; + } + case 98: { + point_.AddEntriesFrom(input, _repeated_point_codec); + break; + } + case 106: { + if (infraCoreExp_ == null) { + InfraCoreExp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(InfraCoreExp); + break; + } + case 114: { + userCharacters_.AddEntriesFrom(input, _repeated_userCharacters_codec); + break; + } + case 122: { + userItems_.AddEntriesFrom(input, _repeated_userItems_codec); + break; + } + case 130: { + if (passPoint_ == null) { + PassPoint = new global::EpinelPS.NetPassPointData(); + } + input.ReadMessage(PassPoint); + break; + } + case 138: { + autoChargeList_.AddEntriesFrom(input, _repeated_autoChargeList_codec); + break; + } + case 146: { + userRedeems_.AddEntriesFrom(input, _repeated_userRedeems_codec); + break; + } + case 154: { + redeem_.AddEntriesFrom(input, _repeated_redeem_codec); + break; + } + case 162: { + userFavoriteItems_.AddEntriesFrom(input, _repeated_userFavoriteItems_codec); + break; + } + case 170: { + favoriteItems_.AddEntriesFrom(input, _repeated_favoriteItems_codec); + break; + } + case 178: + case 176: { + profileCardObjects_.AddEntriesFrom(input, _repeated_profileCardObjects_codec); + break; + } + case 186: + case 184: { + userTitleList_.AddEntriesFrom(input, _repeated_userTitleList_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: { + if (userExp_ == null) { + UserExp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(UserExp); + break; + } + case 18: { + item_.AddEntriesFrom(ref input, _repeated_item_codec); + break; + } + case 26: { + currency_.AddEntriesFrom(ref input, _repeated_currency_codec); + break; + } + case 34: { + character_.AddEntriesFrom(ref input, _repeated_character_codec); + break; + } + case 50: { + profileFrame_.AddEntriesFrom(ref input, _repeated_profileFrame_codec); + break; + } + case 58: { + characterAttractive_.AddEntriesFrom(ref input, _repeated_characterAttractive_codec); + break; + } + case 66: + case 64: { + jukeboxBgm_.AddEntriesFrom(ref input, _repeated_jukeboxBgm_codec); + break; + } + case 74: + case 72: { + memorial_.AddEntriesFrom(ref input, _repeated_memorial_codec); + break; + } + case 82: + case 80: { + livewallpaper_.AddEntriesFrom(ref input, _repeated_livewallpaper_codec); + break; + } + case 90: + case 88: { + characterCostume_.AddEntriesFrom(ref input, _repeated_characterCostume_codec); + break; + } + case 98: { + point_.AddEntriesFrom(ref input, _repeated_point_codec); + break; + } + case 106: { + if (infraCoreExp_ == null) { + InfraCoreExp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(InfraCoreExp); + break; + } + case 114: { + userCharacters_.AddEntriesFrom(ref input, _repeated_userCharacters_codec); + break; + } + case 122: { + userItems_.AddEntriesFrom(ref input, _repeated_userItems_codec); + break; + } + case 130: { + if (passPoint_ == null) { + PassPoint = new global::EpinelPS.NetPassPointData(); + } + input.ReadMessage(PassPoint); + break; + } + case 138: { + autoChargeList_.AddEntriesFrom(ref input, _repeated_autoChargeList_codec); + break; + } + case 146: { + userRedeems_.AddEntriesFrom(ref input, _repeated_userRedeems_codec); + break; + } + case 154: { + redeem_.AddEntriesFrom(ref input, _repeated_redeem_codec); + break; + } + case 162: { + userFavoriteItems_.AddEntriesFrom(ref input, _repeated_userFavoriteItems_codec); + break; + } + case 170: { + favoriteItems_.AddEntriesFrom(ref input, _repeated_favoriteItems_codec); + break; + } + case 178: + case 176: { + profileCardObjects_.AddEntriesFrom(ref input, _repeated_profileCardObjects_codec); + break; + } + case 186: + case 184: { + userTitleList_.AddEntriesFrom(ref input, _repeated_userTitleList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimpleGuildData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimpleGuildData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[373]; } + } + + [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 NetSimpleGuildData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimpleGuildData(NetSimpleGuildData other) : this() { + gsn_ = other.gsn_; + name_ = other.name_; + emblem_ = other.emblem_; + grade_ = other.grade_; + activityPoint_ = other.activityPoint_; + memberCount_ = other.memberCount_; + activityPointDaily_ = other.activityPointDaily_; + activityPointRecent_ = other.activityPointRecent_; + isBot_ = other.isBot_; + unionRaidTier_ = other.unionRaidTier_; + unionRaidTierNumber_ = other.unionRaidTierNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimpleGuildData Clone() { + return new NetSimpleGuildData(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Name" field. + public const int NameFieldNumber = 2; + private string name_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return name_; } + set { + name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Emblem" field. + public const int EmblemFieldNumber = 3; + private int emblem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Emblem { + get { return emblem_; } + set { + emblem_ = value; + } + } + + /// Field number for the "Grade" field. + public const int GradeFieldNumber = 4; + private int grade_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Grade { + get { return grade_; } + set { + grade_ = value; + } + } + + /// Field number for the "ActivityPoint" field. + public const int ActivityPointFieldNumber = 5; + private int activityPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPoint { + get { return activityPoint_; } + set { + activityPoint_ = value; + } + } + + /// Field number for the "MemberCount" field. + public const int MemberCountFieldNumber = 6; + private int memberCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MemberCount { + get { return memberCount_; } + set { + memberCount_ = value; + } + } + + /// Field number for the "ActivityPointDaily" field. + public const int ActivityPointDailyFieldNumber = 7; + private int activityPointDaily_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPointDaily { + get { return activityPointDaily_; } + set { + activityPointDaily_ = value; + } + } + + /// Field number for the "ActivityPointRecent" field. + public const int ActivityPointRecentFieldNumber = 8; + private int activityPointRecent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPointRecent { + get { return activityPointRecent_; } + set { + activityPointRecent_ = value; + } + } + + /// Field number for the "IsBot" field. + public const int IsBotFieldNumber = 9; + private bool isBot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBot { + get { return isBot_; } + set { + isBot_ = value; + } + } + + /// Field number for the "UnionRaidTier" field. + public const int UnionRaidTierFieldNumber = 10; + private int unionRaidTier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UnionRaidTier { + get { return unionRaidTier_; } + set { + unionRaidTier_ = value; + } + } + + /// Field number for the "UnionRaidTierNumber" field. + public const int UnionRaidTierNumberFieldNumber = 11; + private int unionRaidTierNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UnionRaidTierNumber { + get { return unionRaidTierNumber_; } + set { + unionRaidTierNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimpleGuildData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimpleGuildData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Name != other.Name) return false; + if (Emblem != other.Emblem) return false; + if (Grade != other.Grade) return false; + if (ActivityPoint != other.ActivityPoint) return false; + if (MemberCount != other.MemberCount) return false; + if (ActivityPointDaily != other.ActivityPointDaily) return false; + if (ActivityPointRecent != other.ActivityPointRecent) return false; + if (IsBot != other.IsBot) return false; + if (UnionRaidTier != other.UnionRaidTier) return false; + if (UnionRaidTierNumber != other.UnionRaidTierNumber) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Name.Length != 0) hash ^= Name.GetHashCode(); + if (Emblem != 0) hash ^= Emblem.GetHashCode(); + if (Grade != 0) hash ^= Grade.GetHashCode(); + if (ActivityPoint != 0) hash ^= ActivityPoint.GetHashCode(); + if (MemberCount != 0) hash ^= MemberCount.GetHashCode(); + if (ActivityPointDaily != 0) hash ^= ActivityPointDaily.GetHashCode(); + if (ActivityPointRecent != 0) hash ^= ActivityPointRecent.GetHashCode(); + if (IsBot != false) hash ^= IsBot.GetHashCode(); + if (UnionRaidTier != 0) hash ^= UnionRaidTier.GetHashCode(); + if (UnionRaidTierNumber != 0) hash ^= UnionRaidTierNumber.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Name); + } + if (Emblem != 0) { + output.WriteRawTag(24); + output.WriteInt32(Emblem); + } + if (Grade != 0) { + output.WriteRawTag(32); + output.WriteInt32(Grade); + } + if (ActivityPoint != 0) { + output.WriteRawTag(40); + output.WriteInt32(ActivityPoint); + } + if (MemberCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(MemberCount); + } + if (ActivityPointDaily != 0) { + output.WriteRawTag(56); + output.WriteInt32(ActivityPointDaily); + } + if (ActivityPointRecent != 0) { + output.WriteRawTag(64); + output.WriteInt32(ActivityPointRecent); + } + if (IsBot != false) { + output.WriteRawTag(72); + output.WriteBool(IsBot); + } + if (UnionRaidTier != 0) { + output.WriteRawTag(80); + output.WriteInt32(UnionRaidTier); + } + if (UnionRaidTierNumber != 0) { + output.WriteRawTag(88); + output.WriteInt32(UnionRaidTierNumber); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Name); + } + if (Emblem != 0) { + output.WriteRawTag(24); + output.WriteInt32(Emblem); + } + if (Grade != 0) { + output.WriteRawTag(32); + output.WriteInt32(Grade); + } + if (ActivityPoint != 0) { + output.WriteRawTag(40); + output.WriteInt32(ActivityPoint); + } + if (MemberCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(MemberCount); + } + if (ActivityPointDaily != 0) { + output.WriteRawTag(56); + output.WriteInt32(ActivityPointDaily); + } + if (ActivityPointRecent != 0) { + output.WriteRawTag(64); + output.WriteInt32(ActivityPointRecent); + } + if (IsBot != false) { + output.WriteRawTag(72); + output.WriteBool(IsBot); + } + if (UnionRaidTier != 0) { + output.WriteRawTag(80); + output.WriteInt32(UnionRaidTier); + } + if (UnionRaidTierNumber != 0) { + output.WriteRawTag(88); + output.WriteInt32(UnionRaidTierNumber); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Name.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (Emblem != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Emblem); + } + if (Grade != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Grade); + } + if (ActivityPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPoint); + } + if (MemberCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MemberCount); + } + if (ActivityPointDaily != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPointDaily); + } + if (ActivityPointRecent != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPointRecent); + } + if (IsBot != false) { + size += 1 + 1; + } + if (UnionRaidTier != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UnionRaidTier); + } + if (UnionRaidTierNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UnionRaidTierNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimpleGuildData other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Name.Length != 0) { + Name = other.Name; + } + if (other.Emblem != 0) { + Emblem = other.Emblem; + } + if (other.Grade != 0) { + Grade = other.Grade; + } + if (other.ActivityPoint != 0) { + ActivityPoint = other.ActivityPoint; + } + if (other.MemberCount != 0) { + MemberCount = other.MemberCount; + } + if (other.ActivityPointDaily != 0) { + ActivityPointDaily = other.ActivityPointDaily; + } + if (other.ActivityPointRecent != 0) { + ActivityPointRecent = other.ActivityPointRecent; + } + if (other.IsBot != false) { + IsBot = other.IsBot; + } + if (other.UnionRaidTier != 0) { + UnionRaidTier = other.UnionRaidTier; + } + if (other.UnionRaidTierNumber != 0) { + UnionRaidTierNumber = other.UnionRaidTierNumber; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 18: { + Name = input.ReadString(); + break; + } + case 24: { + Emblem = input.ReadInt32(); + break; + } + case 32: { + Grade = input.ReadInt32(); + break; + } + case 40: { + ActivityPoint = input.ReadInt32(); + break; + } + case 48: { + MemberCount = input.ReadInt32(); + break; + } + case 56: { + ActivityPointDaily = input.ReadInt32(); + break; + } + case 64: { + ActivityPointRecent = input.ReadInt32(); + break; + } + case 72: { + IsBot = input.ReadBool(); + break; + } + case 80: { + UnionRaidTier = input.ReadInt32(); + break; + } + case 88: { + UnionRaidTierNumber = 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: { + Gsn = input.ReadInt64(); + break; + } + case 18: { + Name = input.ReadString(); + break; + } + case 24: { + Emblem = input.ReadInt32(); + break; + } + case 32: { + Grade = input.ReadInt32(); + break; + } + case 40: { + ActivityPoint = input.ReadInt32(); + break; + } + case 48: { + MemberCount = input.ReadInt32(); + break; + } + case 56: { + ActivityPointDaily = input.ReadInt32(); + break; + } + case 64: { + ActivityPointRecent = input.ReadInt32(); + break; + } + case 72: { + IsBot = input.ReadBool(); + break; + } + case 80: { + UnionRaidTier = input.ReadInt32(); + break; + } + case 88: { + UnionRaidTierNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCharacterCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCharacterCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[374]; } + } + + [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 NetCharacterCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterCount(NetCharacterCount other) : this() { + corporationType_ = other.corporationType_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterCount Clone() { + return new NetCharacterCount(this); + } + + /// Field number for the "CorporationType" field. + public const int CorporationTypeFieldNumber = 1; + private int corporationType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CorporationType { + get { return corporationType_; } + set { + corporationType_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetCharacterCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCharacterCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CorporationType != other.CorporationType) 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 (CorporationType != 0) hash ^= CorporationType.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 (CorporationType != 0) { + output.WriteRawTag(8); + output.WriteInt32(CorporationType); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (CorporationType != 0) { + output.WriteRawTag(8); + output.WriteInt32(CorporationType); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (CorporationType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CorporationType); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCharacterCount other) { + if (other == null) { + return; + } + if (other.CorporationType != 0) { + CorporationType = other.CorporationType; + } + 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: { + CorporationType = input.ReadInt32(); + break; + } + case 16: { + Count = 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: { + CorporationType = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetWholeTeamSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetWholeTeamSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[375]; } + } + + [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 NetWholeTeamSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWholeTeamSlot(NetWholeTeamSlot other) : this() { + slot_ = other.slot_; + tid_ = other.tid_; + level_ = other.level_; + csn_ = other.csn_; + costumeId_ = other.costumeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWholeTeamSlot Clone() { + return new NetWholeTeamSlot(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 4; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 5; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetWholeTeamSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetWholeTeamSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Csn != other.Csn) return false; + if (CostumeId != other.CostumeId) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Csn != 0L) hash ^= Csn.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Csn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Csn); + } + if (CostumeId != 0) { + output.WriteRawTag(40); + output.WriteInt32(CostumeId); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Csn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Csn); + } + if (CostumeId != 0) { + output.WriteRawTag(40); + output.WriteInt32(CostumeId); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetWholeTeamSlot other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Csn = input.ReadInt64(); + break; + } + case 40: { + CostumeId = 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Csn = input.ReadInt64(); + break; + } + case 40: { + CostumeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTriggerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTriggerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[376]; } + } + + [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 NetTriggerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTriggerData(NetTriggerData other) : this() { + trigger_ = other.trigger_; + conditionId_ = other.conditionId_; + userValue_ = other.userValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTriggerData Clone() { + return new NetTriggerData(this); + } + + /// Field number for the "Trigger" field. + public const int TriggerFieldNumber = 1; + private int trigger_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Trigger { + get { return trigger_; } + set { + trigger_ = value; + } + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 2; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 3; + private long userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTriggerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTriggerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Trigger != other.Trigger) return false; + if (ConditionId != other.ConditionId) return false; + if (UserValue != other.UserValue) 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 (Trigger != 0) hash ^= Trigger.GetHashCode(); + if (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (UserValue != 0L) hash ^= UserValue.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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + 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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + 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 (Trigger != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Trigger); + } + if (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (UserValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTriggerData other) { + if (other == null) { + return; + } + if (other.Trigger != 0) { + Trigger = other.Trigger; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.UserValue != 0L) { + UserValue = other.UserValue; + } + _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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + 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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCountTriggerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCountTriggerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[377]; } + } + + [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 NetCountTriggerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCountTriggerData(NetCountTriggerData other) : this() { + createdAt_ = other.createdAt_; + trigger_ = other.trigger_; + conditionId_ = other.conditionId_; + userValue_ = other.userValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCountTriggerData Clone() { + return new NetCountTriggerData(this); + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 1; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "Trigger" field. + public const int TriggerFieldNumber = 2; + private int trigger_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Trigger { + get { return trigger_; } + set { + trigger_ = value; + } + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 3; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 4; + private long userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCountTriggerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCountTriggerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CreatedAt != other.CreatedAt) return false; + if (Trigger != other.Trigger) return false; + if (ConditionId != other.ConditionId) return false; + if (UserValue != other.UserValue) 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 (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (Trigger != 0) hash ^= Trigger.GetHashCode(); + if (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (UserValue != 0L) hash ^= UserValue.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 (CreatedAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(CreatedAt); + } + if (Trigger != 0) { + output.WriteRawTag(16); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(24); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(32); + output.WriteInt64(UserValue); + } + 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 (CreatedAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(CreatedAt); + } + if (Trigger != 0) { + output.WriteRawTag(16); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(24); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(32); + output.WriteInt64(UserValue); + } + 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 (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (Trigger != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Trigger); + } + if (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (UserValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCountTriggerData other) { + if (other == null) { + return; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.Trigger != 0) { + Trigger = other.Trigger; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.UserValue != 0L) { + UserValue = other.UserValue; + } + _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: { + CreatedAt = input.ReadInt64(); + break; + } + case 16: { + Trigger = input.ReadInt32(); + break; + } + case 24: { + ConditionId = input.ReadInt32(); + break; + } + case 32: { + UserValue = input.ReadInt64(); + 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: { + CreatedAt = input.ReadInt64(); + break; + } + case 16: { + Trigger = input.ReadInt32(); + break; + } + case 24: { + ConditionId = input.ReadInt32(); + break; + } + case 32: { + UserValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetValueTriggerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetValueTriggerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[378]; } + } + + [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 NetValueTriggerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetValueTriggerData(NetValueTriggerData other) : this() { + trigger_ = other.trigger_; + conditionId_ = other.conditionId_; + userValue_ = other.userValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetValueTriggerData Clone() { + return new NetValueTriggerData(this); + } + + /// Field number for the "Trigger" field. + public const int TriggerFieldNumber = 1; + private int trigger_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Trigger { + get { return trigger_; } + set { + trigger_ = value; + } + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 2; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 3; + private long userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetValueTriggerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetValueTriggerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Trigger != other.Trigger) return false; + if (ConditionId != other.ConditionId) return false; + if (UserValue != other.UserValue) 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 (Trigger != 0) hash ^= Trigger.GetHashCode(); + if (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (UserValue != 0L) hash ^= UserValue.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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + 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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + 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 (Trigger != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Trigger); + } + if (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (UserValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetValueTriggerData other) { + if (other == null) { + return; + } + if (other.Trigger != 0) { + Trigger = other.Trigger; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.UserValue != 0L) { + UserValue = other.UserValue; + } + _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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + 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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTriggerClearData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTriggerClearData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[379]; } + } + + [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 NetTriggerClearData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTriggerClearData(NetTriggerClearData other) : this() { + tid_ = other.tid_; + clearValue_ = other.clearValue_; + isReceived_ = other.isReceived_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTriggerClearData Clone() { + return new NetTriggerClearData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "ClearValue" field. + public const int ClearValueFieldNumber = 2; + private long clearValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ClearValue { + get { return clearValue_; } + set { + clearValue_ = value; + } + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 3; + private int isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTriggerClearData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTriggerClearData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (ClearValue != other.ClearValue) return false; + if (IsReceived != other.IsReceived) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (ClearValue != 0L) hash ^= ClearValue.GetHashCode(); + if (IsReceived != 0) hash ^= IsReceived.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (ClearValue != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ClearValue); + } + if (IsReceived != 0) { + output.WriteRawTag(24); + output.WriteInt32(IsReceived); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (ClearValue != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ClearValue); + } + if (IsReceived != 0) { + output.WriteRawTag(24); + output.WriteInt32(IsReceived); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (ClearValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ClearValue); + } + if (IsReceived != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(IsReceived); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTriggerClearData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.ClearValue != 0L) { + ClearValue = other.ClearValue; + } + if (other.IsReceived != 0) { + IsReceived = other.IsReceived; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + ClearValue = input.ReadInt64(); + break; + } + case 24: { + IsReceived = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + ClearValue = input.ReadInt64(); + break; + } + case 24: { + IsReceived = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEventMissionClearData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEventMissionClearData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[380]; } + } + + [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 NetEventMissionClearData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventMissionClearData(NetEventMissionClearData other) : this() { + eventId_ = other.eventId_; + eventMissionId_ = other.eventMissionId_; + createdAt_ = other.createdAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventMissionClearData Clone() { + return new NetEventMissionClearData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventMissionId" field. + public const int EventMissionIdFieldNumber = 2; + private int eventMissionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventMissionId { + get { return eventMissionId_; } + set { + eventMissionId_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 3; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEventMissionClearData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEventMissionClearData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EventMissionId != other.EventMissionId) return false; + if (CreatedAt != other.CreatedAt) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EventMissionId != 0) hash ^= EventMissionId.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventMissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventMissionId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(CreatedAt); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventMissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventMissionId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(CreatedAt); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EventMissionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventMissionId); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetEventMissionClearData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EventMissionId != 0) { + EventMissionId = other.EventMissionId; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventMissionId = input.ReadInt32(); + break; + } + case 24: { + CreatedAt = input.ReadInt64(); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventMissionId = input.ReadInt32(); + break; + } + case 24: { + CreatedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[381]; } + } + + [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 NetTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTeamData(NetTeamData other) : this() { + teamNumber_ = other.teamNumber_; + slots_ = other.slots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTeamData Clone() { + return new NetTeamData(this); + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 1; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "Slots" field. + public const int SlotsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_slots_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTeamSlot.Parser); + private readonly pbc::RepeatedField slots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Slots { + get { return slots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTeamData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TeamNumber != other.TeamNumber) return false; + if(!slots_.Equals(other.slots_)) 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 (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + hash ^= slots_.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 (TeamNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamNumber); + } + slots_.WriteTo(output, _repeated_slots_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 (TeamNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamNumber); + } + slots_.WriteTo(ref output, _repeated_slots_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 (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + size += slots_.CalculateSize(_repeated_slots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTeamData other) { + if (other == null) { + return; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + slots_.Add(other.slots_); + _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: { + TeamNumber = input.ReadInt32(); + break; + } + case 18: { + slots_.AddEntriesFrom(input, _repeated_slots_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: { + TeamNumber = input.ReadInt32(); + break; + } + case 18: { + slots_.AddEntriesFrom(ref input, _repeated_slots_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSynchroSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSynchroSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[382]; } + } + + [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 NetSynchroSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSynchroSlot(NetSynchroSlot other) : this() { + slot_ = other.slot_; + csn_ = other.csn_; + availableRegisterAt_ = other.availableRegisterAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSynchroSlot Clone() { + return new NetSynchroSlot(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "AvailableRegisterAt" field. + public const int AvailableRegisterAtFieldNumber = 3; + private long availableRegisterAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long AvailableRegisterAt { + get { return availableRegisterAt_; } + set { + availableRegisterAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSynchroSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSynchroSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Csn != other.Csn) return false; + if (AvailableRegisterAt != other.AvailableRegisterAt) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Csn != 0L) hash ^= Csn.GetHashCode(); + if (AvailableRegisterAt != 0L) hash ^= AvailableRegisterAt.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (AvailableRegisterAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(AvailableRegisterAt); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + if (AvailableRegisterAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(AvailableRegisterAt); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (AvailableRegisterAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(AvailableRegisterAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSynchroSlot other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.AvailableRegisterAt != 0L) { + AvailableRegisterAt = other.AvailableRegisterAt; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Csn = input.ReadInt64(); + break; + } + case 24: { + AvailableRegisterAt = input.ReadInt64(); + 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Csn = input.ReadInt64(); + break; + } + case 24: { + AvailableRegisterAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSubQuestTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSubQuestTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[383]; } + } + + [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 NetSubQuestTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSubQuestTrigger(NetSubQuestTrigger other) : this() { + tid_ = other.tid_; + userValue_ = other.userValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSubQuestTrigger Clone() { + return new NetSubQuestTrigger(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 2; + private int userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSubQuestTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSubQuestTrigger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (UserValue != other.UserValue) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (UserValue != 0) hash ^= UserValue.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (UserValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(UserValue); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (UserValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(UserValue); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (UserValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSubQuestTrigger other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.UserValue != 0) { + UserValue = other.UserValue; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + UserValue = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + UserValue = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetWallpaperData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetWallpaperData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[384]; } + } + + [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 NetWallpaperData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWallpaperData(NetWallpaperData other) : this() { + order_ = other.order_; + type_ = other.type_; + id_ = other.id_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWallpaperData Clone() { + return new NetWallpaperData(this); + } + + /// Field number for the "Order" field. + public const int OrderFieldNumber = 1; + private int order_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Order { + get { return order_; } + set { + order_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 3; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetWallpaperData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetWallpaperData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Order != other.Order) return false; + if (Type != other.Type) return false; + 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 (Order != 0) hash ^= Order.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + 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 (Order != 0) { + output.WriteRawTag(8); + output.WriteInt32(Order); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (Id != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Order != 0) { + output.WriteRawTag(8); + output.WriteInt32(Order); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (Id != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Order != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Order); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetWallpaperData other) { + if (other == null) { + return; + } + if (other.Order != 0) { + Order = other.Order; + } + if (other.Type != 0) { + Type = other.Type; + } + 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 8: { + Order = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 24: { + Id = 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: { + Order = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 24: { + Id = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTimeReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTimeReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[385]; } + } + + [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 NetTimeReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTimeReward(NetTimeReward other) : this() { + useId_ = other.useId_; + valuePerMinAfterBuff_ = other.valuePerMinAfterBuff_; + valuePerMinBeforeBuff_ = other.valuePerMinBeforeBuff_; + buffs_ = other.buffs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTimeReward Clone() { + return new NetTimeReward(this); + } + + /// Field number for the "UseId" field. + public const int UseIdFieldNumber = 1; + private int useId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UseId { + get { return useId_; } + set { + useId_ = value; + } + } + + /// Field number for the "ValuePerMinAfterBuff" field. + public const int ValuePerMinAfterBuffFieldNumber = 2; + private long valuePerMinAfterBuff_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ValuePerMinAfterBuff { + get { return valuePerMinAfterBuff_; } + set { + valuePerMinAfterBuff_ = value; + } + } + + /// Field number for the "ValuePerMinBeforeBuff" field. + public const int ValuePerMinBeforeBuffFieldNumber = 3; + private long valuePerMinBeforeBuff_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ValuePerMinBeforeBuff { + get { return valuePerMinBeforeBuff_; } + set { + valuePerMinBeforeBuff_ = value; + } + } + + /// Field number for the "Buffs" field. + public const int BuffsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_buffs_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetTimeRewardBuff.Parser); + private readonly pbc::RepeatedField buffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Buffs { + get { return buffs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTimeReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTimeReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UseId != other.UseId) return false; + if (ValuePerMinAfterBuff != other.ValuePerMinAfterBuff) return false; + if (ValuePerMinBeforeBuff != other.ValuePerMinBeforeBuff) return false; + if(!buffs_.Equals(other.buffs_)) 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 (UseId != 0) hash ^= UseId.GetHashCode(); + if (ValuePerMinAfterBuff != 0L) hash ^= ValuePerMinAfterBuff.GetHashCode(); + if (ValuePerMinBeforeBuff != 0L) hash ^= ValuePerMinBeforeBuff.GetHashCode(); + hash ^= buffs_.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 (UseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(UseId); + } + if (ValuePerMinAfterBuff != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ValuePerMinAfterBuff); + } + if (ValuePerMinBeforeBuff != 0L) { + output.WriteRawTag(24); + output.WriteInt64(ValuePerMinBeforeBuff); + } + buffs_.WriteTo(output, _repeated_buffs_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 (UseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(UseId); + } + if (ValuePerMinAfterBuff != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ValuePerMinAfterBuff); + } + if (ValuePerMinBeforeBuff != 0L) { + output.WriteRawTag(24); + output.WriteInt64(ValuePerMinBeforeBuff); + } + buffs_.WriteTo(ref output, _repeated_buffs_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 (UseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UseId); + } + if (ValuePerMinAfterBuff != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ValuePerMinAfterBuff); + } + if (ValuePerMinBeforeBuff != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ValuePerMinBeforeBuff); + } + size += buffs_.CalculateSize(_repeated_buffs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTimeReward other) { + if (other == null) { + return; + } + if (other.UseId != 0) { + UseId = other.UseId; + } + if (other.ValuePerMinAfterBuff != 0L) { + ValuePerMinAfterBuff = other.ValuePerMinAfterBuff; + } + if (other.ValuePerMinBeforeBuff != 0L) { + ValuePerMinBeforeBuff = other.ValuePerMinBeforeBuff; + } + buffs_.Add(other.buffs_); + _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: { + UseId = input.ReadInt32(); + break; + } + case 16: { + ValuePerMinAfterBuff = input.ReadInt64(); + break; + } + case 24: { + ValuePerMinBeforeBuff = input.ReadInt64(); + break; + } + case 34: { + buffs_.AddEntriesFrom(input, _repeated_buffs_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: { + UseId = input.ReadInt32(); + break; + } + case 16: { + ValuePerMinAfterBuff = input.ReadInt64(); + break; + } + case 24: { + ValuePerMinBeforeBuff = input.ReadInt64(); + break; + } + case 34: { + buffs_.AddEntriesFrom(ref input, _repeated_buffs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTimeRewardBuff : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTimeRewardBuff()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[386]; } + } + + [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 NetTimeRewardBuff() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTimeRewardBuff(NetTimeRewardBuff other) : this() { + tid_ = other.tid_; + functionType_ = other.functionType_; + value_ = other.value_; + sourceType_ = other.sourceType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTimeRewardBuff Clone() { + return new NetTimeRewardBuff(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "FunctionType" field. + public const int FunctionTypeFieldNumber = 2; + private int functionType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FunctionType { + get { return functionType_; } + set { + functionType_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 3; + private long value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Value { + get { return value_; } + set { + value_ = value; + } + } + + /// Field number for the "SourceType" field. + public const int SourceTypeFieldNumber = 4; + private global::EpinelPS.OutpostBuffSourceType sourceType_ = global::EpinelPS.OutpostBuffSourceType.OutpostBuffSourceTypeTacticAcademy; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.OutpostBuffSourceType SourceType { + get { return sourceType_; } + set { + sourceType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTimeRewardBuff); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTimeRewardBuff other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (FunctionType != other.FunctionType) return false; + if (Value != other.Value) return false; + if (SourceType != other.SourceType) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (FunctionType != 0) hash ^= FunctionType.GetHashCode(); + if (Value != 0L) hash ^= Value.GetHashCode(); + if (SourceType != global::EpinelPS.OutpostBuffSourceType.OutpostBuffSourceTypeTacticAcademy) hash ^= SourceType.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (FunctionType != 0) { + output.WriteRawTag(16); + output.WriteInt32(FunctionType); + } + if (Value != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Value); + } + if (SourceType != global::EpinelPS.OutpostBuffSourceType.OutpostBuffSourceTypeTacticAcademy) { + output.WriteRawTag(32); + output.WriteEnum((int) SourceType); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (FunctionType != 0) { + output.WriteRawTag(16); + output.WriteInt32(FunctionType); + } + if (Value != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Value); + } + if (SourceType != global::EpinelPS.OutpostBuffSourceType.OutpostBuffSourceTypeTacticAcademy) { + output.WriteRawTag(32); + output.WriteEnum((int) SourceType); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (FunctionType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FunctionType); + } + if (Value != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Value); + } + if (SourceType != global::EpinelPS.OutpostBuffSourceType.OutpostBuffSourceTypeTacticAcademy) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SourceType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTimeRewardBuff other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.FunctionType != 0) { + FunctionType = other.FunctionType; + } + if (other.Value != 0L) { + Value = other.Value; + } + if (other.SourceType != global::EpinelPS.OutpostBuffSourceType.OutpostBuffSourceTypeTacticAcademy) { + SourceType = other.SourceType; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + FunctionType = input.ReadInt32(); + break; + } + case 24: { + Value = input.ReadInt64(); + break; + } + case 32: { + SourceType = (global::EpinelPS.OutpostBuffSourceType) 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + FunctionType = input.ReadInt32(); + break; + } + case 24: { + Value = input.ReadInt64(); + break; + } + case 32: { + SourceType = (global::EpinelPS.OutpostBuffSourceType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPointData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPointData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[387]; } + } + + [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 NetPointData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPointData(NetPointData other) : this() { + tid_ = other.tid_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPointData Clone() { + return new NetPointData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private long value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long 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 NetPointData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPointData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (Value != 0L) 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Value != 0L) { + output.WriteRawTag(16); + output.WriteInt64(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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Value != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPointData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Value != 0L) { + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialInterceptUserRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialInterceptUserRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[388]; } + } + + [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 NetSpecialInterceptUserRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialInterceptUserRankingData(NetSpecialInterceptUserRankingData other) : this() { + usn_ = other.usn_; + ranking_ = other.ranking_; + level_ = other.level_; + icon_ = other.icon_; + iconPrism_ = other.iconPrism_; + nickname_ = other.nickname_; + score_ = other.score_; + team_ = other.team_.Clone(); + teamCombat_ = other.teamCombat_; + profileFrame_ = other.profileFrame_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialInterceptUserRankingData Clone() { + return new NetSpecialInterceptUserRankingData(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "Ranking" field. + public const int RankingFieldNumber = 2; + private long ranking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Ranking { + get { return ranking_; } + set { + ranking_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 4; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IconPrism" field. + public const int IconPrismFieldNumber = 5; + private bool iconPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IconPrism { + get { return iconPrism_; } + set { + iconPrism_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 6; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 7; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_team_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetStageClearInfoTeam.Parser); + private readonly pbc::RepeatedField team_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Team { + get { return team_; } + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 9; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "ProfileFrame" field. + public const int ProfileFrameFieldNumber = 10; + private int profileFrame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProfileFrame { + get { return profileFrame_; } + set { + profileFrame_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialInterceptUserRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialInterceptUserRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (Ranking != other.Ranking) return false; + if (Level != other.Level) return false; + if (Icon != other.Icon) return false; + if (IconPrism != other.IconPrism) return false; + if (Nickname != other.Nickname) return false; + if (Score != other.Score) return false; + if(!team_.Equals(other.team_)) return false; + if (TeamCombat != other.TeamCombat) return false; + if (ProfileFrame != other.ProfileFrame) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (Ranking != 0L) hash ^= Ranking.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Icon != 0) hash ^= Icon.GetHashCode(); + if (IconPrism != false) hash ^= IconPrism.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + hash ^= team_.GetHashCode(); + if (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + if (ProfileFrame != 0) hash ^= ProfileFrame.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Ranking != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Ranking); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Icon != 0) { + output.WriteRawTag(32); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(40); + output.WriteBool(IconPrism); + } + if (Nickname.Length != 0) { + output.WriteRawTag(50); + output.WriteString(Nickname); + } + if (Score != 0L) { + output.WriteRawTag(56); + output.WriteInt64(Score); + } + team_.WriteTo(output, _repeated_team_codec); + if (TeamCombat != 0) { + output.WriteRawTag(72); + output.WriteInt32(TeamCombat); + } + if (ProfileFrame != 0) { + output.WriteRawTag(80); + output.WriteInt32(ProfileFrame); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Ranking != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Ranking); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Icon != 0) { + output.WriteRawTag(32); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(40); + output.WriteBool(IconPrism); + } + if (Nickname.Length != 0) { + output.WriteRawTag(50); + output.WriteString(Nickname); + } + if (Score != 0L) { + output.WriteRawTag(56); + output.WriteInt64(Score); + } + team_.WriteTo(ref output, _repeated_team_codec); + if (TeamCombat != 0) { + output.WriteRawTag(72); + output.WriteInt32(TeamCombat); + } + if (ProfileFrame != 0) { + output.WriteRawTag(80); + output.WriteInt32(ProfileFrame); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (Ranking != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Ranking); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IconPrism != false) { + size += 1 + 1; + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + size += team_.CalculateSize(_repeated_team_codec); + if (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + if (ProfileFrame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProfileFrame); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialInterceptUserRankingData other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.Ranking != 0L) { + Ranking = other.Ranking; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IconPrism != false) { + IconPrism = other.IconPrism; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.Score != 0L) { + Score = other.Score; + } + team_.Add(other.team_); + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + if (other.ProfileFrame != 0) { + ProfileFrame = other.ProfileFrame; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 16: { + Ranking = input.ReadInt64(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Icon = input.ReadInt32(); + break; + } + case 40: { + IconPrism = input.ReadBool(); + break; + } + case 50: { + Nickname = input.ReadString(); + break; + } + case 56: { + Score = input.ReadInt64(); + break; + } + case 66: { + team_.AddEntriesFrom(input, _repeated_team_codec); + break; + } + case 72: { + TeamCombat = input.ReadInt32(); + break; + } + case 80: { + ProfileFrame = 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: { + Usn = input.ReadInt64(); + break; + } + case 16: { + Ranking = input.ReadInt64(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Icon = input.ReadInt32(); + break; + } + case 40: { + IconPrism = input.ReadBool(); + break; + } + case 50: { + Nickname = input.ReadString(); + break; + } + case 56: { + Score = input.ReadInt64(); + break; + } + case 66: { + team_.AddEntriesFrom(ref input, _repeated_team_codec); + break; + } + case 72: { + TeamCombat = input.ReadInt32(); + break; + } + case 80: { + ProfileFrame = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialInterceptGuildRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialInterceptGuildRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[389]; } + } + + [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 NetSpecialInterceptGuildRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialInterceptGuildRankingData(NetSpecialInterceptGuildRankingData other) : this() { + gsn_ = other.gsn_; + ranking_ = other.ranking_; + grade_ = other.grade_; + emblem_ = other.emblem_; + name_ = other.name_; + rankingPoint_ = other.rankingPoint_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialInterceptGuildRankingData Clone() { + return new NetSpecialInterceptGuildRankingData(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Ranking" field. + public const int RankingFieldNumber = 2; + private long ranking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Ranking { + get { return ranking_; } + set { + ranking_ = value; + } + } + + /// Field number for the "Grade" field. + public const int GradeFieldNumber = 3; + private int grade_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Grade { + get { return grade_; } + set { + grade_ = value; + } + } + + /// Field number for the "Emblem" field. + public const int EmblemFieldNumber = 4; + private int emblem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Emblem { + get { return emblem_; } + set { + emblem_ = value; + } + } + + /// Field number for the "Name" field. + public const int NameFieldNumber = 5; + private string name_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return name_; } + set { + name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RankingPoint" field. + public const int RankingPointFieldNumber = 6; + private long rankingPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RankingPoint { + get { return rankingPoint_; } + set { + rankingPoint_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialInterceptGuildRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialInterceptGuildRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Ranking != other.Ranking) return false; + if (Grade != other.Grade) return false; + if (Emblem != other.Emblem) return false; + if (Name != other.Name) return false; + if (RankingPoint != other.RankingPoint) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Ranking != 0L) hash ^= Ranking.GetHashCode(); + if (Grade != 0) hash ^= Grade.GetHashCode(); + if (Emblem != 0) hash ^= Emblem.GetHashCode(); + if (Name.Length != 0) hash ^= Name.GetHashCode(); + if (RankingPoint != 0L) hash ^= RankingPoint.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Ranking != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Ranking); + } + if (Grade != 0) { + output.WriteRawTag(24); + output.WriteInt32(Grade); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Name.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Name); + } + if (RankingPoint != 0L) { + output.WriteRawTag(48); + output.WriteInt64(RankingPoint); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Ranking != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Ranking); + } + if (Grade != 0) { + output.WriteRawTag(24); + output.WriteInt32(Grade); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Name.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Name); + } + if (RankingPoint != 0L) { + output.WriteRawTag(48); + output.WriteInt64(RankingPoint); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Ranking != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Ranking); + } + if (Grade != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Grade); + } + if (Emblem != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Emblem); + } + if (Name.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (RankingPoint != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RankingPoint); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialInterceptGuildRankingData other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Ranking != 0L) { + Ranking = other.Ranking; + } + if (other.Grade != 0) { + Grade = other.Grade; + } + if (other.Emblem != 0) { + Emblem = other.Emblem; + } + if (other.Name.Length != 0) { + Name = other.Name; + } + if (other.RankingPoint != 0L) { + RankingPoint = other.RankingPoint; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + Ranking = input.ReadInt64(); + break; + } + case 24: { + Grade = input.ReadInt32(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 42: { + Name = input.ReadString(); + break; + } + case 48: { + RankingPoint = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + Ranking = input.ReadInt64(); + break; + } + case 24: { + Grade = input.ReadInt32(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 42: { + Name = input.ReadString(); + break; + } + case 48: { + RankingPoint = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetStageClearInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetStageClearInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[390]; } + } + + [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 NetStageClearInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStageClearInfo(NetStageClearInfo other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + teamCombat_ = other.teamCombat_; + clearedAt_ = other.clearedAt_; + slots_ = other.slots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStageClearInfo Clone() { + return new NetStageClearInfo(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 2; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "ClearedAt" field. + public const int ClearedAtFieldNumber = 3; + private long clearedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ClearedAt { + get { return clearedAt_; } + set { + clearedAt_ = value; + } + } + + /// Field number for the "Slots" field. + public const int SlotsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_slots_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetStageClearInfoTeam.Parser); + private readonly pbc::RepeatedField slots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Slots { + get { return slots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetStageClearInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetStageClearInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (TeamCombat != other.TeamCombat) return false; + if (ClearedAt != other.ClearedAt) return false; + if(!slots_.Equals(other.slots_)) 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 (user_ != null) hash ^= User.GetHashCode(); + if (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + if (ClearedAt != 0L) hash ^= ClearedAt.GetHashCode(); + hash ^= slots_.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (TeamCombat != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamCombat); + } + if (ClearedAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(ClearedAt); + } + slots_.WriteTo(output, _repeated_slots_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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (TeamCombat != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamCombat); + } + if (ClearedAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(ClearedAt); + } + slots_.WriteTo(ref output, _repeated_slots_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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + if (ClearedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ClearedAt); + } + size += slots_.CalculateSize(_repeated_slots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetStageClearInfo other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + if (other.ClearedAt != 0L) { + ClearedAt = other.ClearedAt; + } + slots_.Add(other.slots_); + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + TeamCombat = input.ReadInt32(); + break; + } + case 24: { + ClearedAt = input.ReadInt64(); + break; + } + case 34: { + slots_.AddEntriesFrom(input, _repeated_slots_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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + TeamCombat = input.ReadInt32(); + break; + } + case 24: { + ClearedAt = input.ReadInt64(); + break; + } + case 34: { + slots_.AddEntriesFrom(ref input, _repeated_slots_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetStageClearInfoTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetStageClearInfoTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[391]; } + } + + [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 NetStageClearInfoTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStageClearInfoTeam(NetStageClearInfoTeam other) : this() { + slot_ = other.slot_; + tid_ = other.tid_; + level_ = other.level_; + combat_ = other.combat_; + characterType_ = other.characterType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStageClearInfoTeam Clone() { + return new NetStageClearInfoTeam(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 4; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + /// Field number for the "CharacterType" field. + public const int CharacterTypeFieldNumber = 5; + private global::EpinelPS.StageClearInfoTeamCharacterType characterType_ = global::EpinelPS.StageClearInfoTeamCharacterType.StageClearInfoTeamCharacterTypeEmpty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.StageClearInfoTeamCharacterType CharacterType { + get { return characterType_; } + set { + characterType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetStageClearInfoTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetStageClearInfoTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Combat != other.Combat) return false; + if (CharacterType != other.CharacterType) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Combat != 0) hash ^= Combat.GetHashCode(); + if (CharacterType != global::EpinelPS.StageClearInfoTeamCharacterType.StageClearInfoTeamCharacterTypeEmpty) hash ^= CharacterType.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + if (CharacterType != global::EpinelPS.StageClearInfoTeamCharacterType.StageClearInfoTeamCharacterTypeEmpty) { + output.WriteRawTag(40); + output.WriteEnum((int) CharacterType); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + if (CharacterType != global::EpinelPS.StageClearInfoTeamCharacterType.StageClearInfoTeamCharacterTypeEmpty) { + output.WriteRawTag(40); + output.WriteEnum((int) CharacterType); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (CharacterType != global::EpinelPS.StageClearInfoTeamCharacterType.StageClearInfoTeamCharacterTypeEmpty) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CharacterType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetStageClearInfoTeam other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + if (other.CharacterType != global::EpinelPS.StageClearInfoTeamCharacterType.StageClearInfoTeamCharacterTypeEmpty) { + CharacterType = other.CharacterType; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + case 40: { + CharacterType = (global::EpinelPS.StageClearInfoTeamCharacterType) 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + case 40: { + CharacterType = (global::EpinelPS.StageClearInfoTeamCharacterType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialRaidCountData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialRaidCountData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[392]; } + } + + [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 NetSpecialRaidCountData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialRaidCountData(NetSpecialRaidCountData other) : this() { + specialRaidId_ = other.specialRaidId_; + countRemain_ = other.countRemain_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialRaidCountData Clone() { + return new NetSpecialRaidCountData(this); + } + + /// Field number for the "SpecialRaidId" field. + public const int SpecialRaidIdFieldNumber = 1; + private int specialRaidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialRaidId { + get { return specialRaidId_; } + set { + specialRaidId_ = value; + } + } + + /// Field number for the "CountRemain" field. + public const int CountRemainFieldNumber = 2; + private int countRemain_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CountRemain { + get { return countRemain_; } + set { + countRemain_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialRaidCountData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialRaidCountData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SpecialRaidId != other.SpecialRaidId) return false; + if (CountRemain != other.CountRemain) 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 (SpecialRaidId != 0) hash ^= SpecialRaidId.GetHashCode(); + if (CountRemain != 0) hash ^= CountRemain.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 (SpecialRaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpecialRaidId); + } + if (CountRemain != 0) { + output.WriteRawTag(16); + output.WriteInt32(CountRemain); + } + 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 (SpecialRaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpecialRaidId); + } + if (CountRemain != 0) { + output.WriteRawTag(16); + output.WriteInt32(CountRemain); + } + 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 (SpecialRaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialRaidId); + } + if (CountRemain != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CountRemain); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialRaidCountData other) { + if (other == null) { + return; + } + if (other.SpecialRaidId != 0) { + SpecialRaidId = other.SpecialRaidId; + } + if (other.CountRemain != 0) { + CountRemain = other.CountRemain; + } + _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: { + SpecialRaidId = input.ReadInt32(); + break; + } + case 16: { + CountRemain = 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: { + SpecialRaidId = input.ReadInt32(); + break; + } + case 16: { + CountRemain = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDailyEventMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDailyEventMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[393]; } + } + + [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 NetDailyEventMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDailyEventMissionProgress(NetDailyEventMissionProgress other) : this() { + dailyEventId_ = other.dailyEventId_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDailyEventMissionProgress Clone() { + return new NetDailyEventMissionProgress(this); + } + + /// Field number for the "DailyEventId" field. + public const int DailyEventIdFieldNumber = 1; + private int dailyEventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DailyEventId { + get { return dailyEventId_; } + set { + dailyEventId_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private int value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetDailyEventMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDailyEventMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DailyEventId != other.DailyEventId) 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 (DailyEventId != 0) hash ^= DailyEventId.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 (DailyEventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DailyEventId); + } + if (Value != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (DailyEventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DailyEventId); + } + if (Value != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (DailyEventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DailyEventId); + } + if (Value != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDailyEventMissionProgress other) { + if (other == null) { + return; + } + if (other.DailyEventId != 0) { + DailyEventId = other.DailyEventId; + } + 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 8: { + DailyEventId = input.ReadInt32(); + break; + } + case 16: { + Value = 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: { + DailyEventId = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetProfileTeamSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetProfileTeamSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[394]; } + } + + [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 NetProfileTeamSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileTeamSlot(NetProfileTeamSlot other) : this() { + default_ = other.default_ != null ? other.default_.Clone() : null; + equipment_ = other.equipment_.Clone(); + artifact_ = other.artifact_ != null ? other.artifact_.Clone() : null; + isSynchro_ = other.isSynchro_; + attractiveLv_ = other.attractiveLv_; + slot_ = other.slot_; + awakenings_ = other.awakenings_.Clone(); + favoriteItem_ = other.favoriteItem_ != null ? other.favoriteItem_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileTeamSlot Clone() { + return new NetProfileTeamSlot(this); + } + + /// Field number for the "Default" field. + public const int DefaultFieldNumber = 1; + private global::EpinelPS.NetUserCharacterDefaultData default_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Default { + get { return default_; } + set { + default_ = value; + } + } + + /// Field number for the "Equipment" field. + public const int EquipmentFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_equipment_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField equipment_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Equipment { + get { return equipment_; } + } + + /// Field number for the "Artifact" field. + public const int ArtifactFieldNumber = 3; + private global::EpinelPS.NetUserItemData artifact_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Artifact { + get { return artifact_; } + set { + artifact_ = value; + } + } + + /// Field number for the "IsSynchro" field. + public const int IsSynchroFieldNumber = 4; + private bool isSynchro_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSynchro { + get { return isSynchro_; } + set { + isSynchro_ = value; + } + } + + /// Field number for the "AttractiveLv" field. + public const int AttractiveLvFieldNumber = 5; + private int attractiveLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AttractiveLv { + get { return attractiveLv_; } + set { + attractiveLv_ = value; + } + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 6; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Awakenings" field. + public const int AwakeningsFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_awakenings_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetEquipmentAwakening.Parser); + private readonly pbc::RepeatedField awakenings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Awakenings { + get { return awakenings_; } + } + + /// Field number for the "FavoriteItem" field. + public const int FavoriteItemFieldNumber = 8; + private global::EpinelPS.NetUserFavoriteItemData favoriteItem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserFavoriteItemData FavoriteItem { + get { return favoriteItem_; } + set { + favoriteItem_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetProfileTeamSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetProfileTeamSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Default, other.Default)) return false; + if(!equipment_.Equals(other.equipment_)) return false; + if (!object.Equals(Artifact, other.Artifact)) return false; + if (IsSynchro != other.IsSynchro) return false; + if (AttractiveLv != other.AttractiveLv) return false; + if (Slot != other.Slot) return false; + if(!awakenings_.Equals(other.awakenings_)) return false; + if (!object.Equals(FavoriteItem, other.FavoriteItem)) 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 (default_ != null) hash ^= Default.GetHashCode(); + hash ^= equipment_.GetHashCode(); + if (artifact_ != null) hash ^= Artifact.GetHashCode(); + if (IsSynchro != false) hash ^= IsSynchro.GetHashCode(); + if (AttractiveLv != 0) hash ^= AttractiveLv.GetHashCode(); + if (Slot != 0) hash ^= Slot.GetHashCode(); + hash ^= awakenings_.GetHashCode(); + if (favoriteItem_ != null) hash ^= FavoriteItem.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 (default_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Default); + } + equipment_.WriteTo(output, _repeated_equipment_codec); + if (artifact_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Artifact); + } + if (IsSynchro != false) { + output.WriteRawTag(32); + output.WriteBool(IsSynchro); + } + if (AttractiveLv != 0) { + output.WriteRawTag(40); + output.WriteInt32(AttractiveLv); + } + if (Slot != 0) { + output.WriteRawTag(48); + output.WriteInt32(Slot); + } + awakenings_.WriteTo(output, _repeated_awakenings_codec); + if (favoriteItem_ != null) { + output.WriteRawTag(66); + output.WriteMessage(FavoriteItem); + } + 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 (default_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Default); + } + equipment_.WriteTo(ref output, _repeated_equipment_codec); + if (artifact_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Artifact); + } + if (IsSynchro != false) { + output.WriteRawTag(32); + output.WriteBool(IsSynchro); + } + if (AttractiveLv != 0) { + output.WriteRawTag(40); + output.WriteInt32(AttractiveLv); + } + if (Slot != 0) { + output.WriteRawTag(48); + output.WriteInt32(Slot); + } + awakenings_.WriteTo(ref output, _repeated_awakenings_codec); + if (favoriteItem_ != null) { + output.WriteRawTag(66); + output.WriteMessage(FavoriteItem); + } + 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 (default_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Default); + } + size += equipment_.CalculateSize(_repeated_equipment_codec); + if (artifact_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Artifact); + } + if (IsSynchro != false) { + size += 1 + 1; + } + if (AttractiveLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AttractiveLv); + } + if (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + size += awakenings_.CalculateSize(_repeated_awakenings_codec); + if (favoriteItem_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FavoriteItem); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetProfileTeamSlot other) { + if (other == null) { + return; + } + if (other.default_ != null) { + if (default_ == null) { + Default = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Default.MergeFrom(other.Default); + } + equipment_.Add(other.equipment_); + if (other.artifact_ != null) { + if (artifact_ == null) { + Artifact = new global::EpinelPS.NetUserItemData(); + } + Artifact.MergeFrom(other.Artifact); + } + if (other.IsSynchro != false) { + IsSynchro = other.IsSynchro; + } + if (other.AttractiveLv != 0) { + AttractiveLv = other.AttractiveLv; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + awakenings_.Add(other.awakenings_); + if (other.favoriteItem_ != null) { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + FavoriteItem.MergeFrom(other.FavoriteItem); + } + _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: { + if (default_ == null) { + Default = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Default); + break; + } + case 18: { + equipment_.AddEntriesFrom(input, _repeated_equipment_codec); + break; + } + case 26: { + if (artifact_ == null) { + Artifact = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Artifact); + break; + } + case 32: { + IsSynchro = input.ReadBool(); + break; + } + case 40: { + AttractiveLv = input.ReadInt32(); + break; + } + case 48: { + Slot = input.ReadInt32(); + break; + } + case 58: { + awakenings_.AddEntriesFrom(input, _repeated_awakenings_codec); + break; + } + case 66: { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + input.ReadMessage(FavoriteItem); + 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: { + if (default_ == null) { + Default = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Default); + break; + } + case 18: { + equipment_.AddEntriesFrom(ref input, _repeated_equipment_codec); + break; + } + case 26: { + if (artifact_ == null) { + Artifact = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Artifact); + break; + } + case 32: { + IsSynchro = input.ReadBool(); + break; + } + case 40: { + AttractiveLv = input.ReadInt32(); + break; + } + case 48: { + Slot = input.ReadInt32(); + break; + } + case 58: { + awakenings_.AddEntriesFrom(ref input, _repeated_awakenings_codec); + break; + } + case 66: { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + input.ReadMessage(FavoriteItem); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMemorialCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMemorialCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[395]; } + } + + [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 NetMemorialCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMemorialCount(NetMemorialCount other) : this() { + memorialSeriesId_ = other.memorialSeriesId_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMemorialCount Clone() { + return new NetMemorialCount(this); + } + + /// Field number for the "MemorialSeriesId" field. + public const int MemorialSeriesIdFieldNumber = 1; + private int memorialSeriesId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MemorialSeriesId { + get { return memorialSeriesId_; } + set { + memorialSeriesId_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetMemorialCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMemorialCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MemorialSeriesId != other.MemorialSeriesId) 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 (MemorialSeriesId != 0) hash ^= MemorialSeriesId.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 (MemorialSeriesId != 0) { + output.WriteRawTag(8); + output.WriteInt32(MemorialSeriesId); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (MemorialSeriesId != 0) { + output.WriteRawTag(8); + output.WriteInt32(MemorialSeriesId); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (MemorialSeriesId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MemorialSeriesId); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMemorialCount other) { + if (other == null) { + return; + } + if (other.MemorialSeriesId != 0) { + MemorialSeriesId = other.MemorialSeriesId; + } + 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: { + MemorialSeriesId = input.ReadInt32(); + break; + } + case 16: { + Count = 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: { + MemorialSeriesId = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetProfileData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetProfileData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[396]; } + } + + [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 NetProfileData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileData(NetProfileData other) : this() { + desc_ = other.desc_; + lastActionAt_ = other.lastActionAt_; + exp_ = other.exp_; + lastCampaignNormalStageId_ = other.lastCampaignNormalStageId_; + lastCampaignHardStageId_ = other.lastCampaignHardStageId_; + lastTribeTowerFloor_ = other.lastTribeTowerFloor_; + user_ = other.user_ != null ? other.user_.Clone() : null; + profileTeam_ = other.profileTeam_.Clone(); + guild_ = other.guild_ != null ? other.guild_.Clone() : null; + characterCount_ = other.characterCount_.Clone(); + recycle_ = other.recycle_.Clone(); + synchroLv_ = other.synchroLv_; + synchroSlotCount_ = other.synchroSlotCount_; + infraCoreLv_ = other.infraCoreLv_; + lastTacticAcademyClass_ = other.lastTacticAcademyClass_; + lastTacticAcademyLesson_ = other.lastTacticAcademyLesson_; + memorialCount_ = other.memorialCount_.Clone(); + jukeboxCount_ = other.jukeboxCount_; + costumeLv_ = other.costumeLv_; + outpostOpenState_ = other.outpostOpenState_; + costumeCount_ = other.costumeCount_; + language_ = other.language_; + profileFrameHistoryType_ = other.profileFrameHistoryType_; + profileFrames_ = other.profileFrames_.Clone(); + representativeProfileFrames_ = other.representativeProfileFrames_.Clone(); + recentAcquireFilterTypes_ = other.recentAcquireFilterTypes_.Clone(); + simRoomOverclockHighScoreLevel_ = other.simRoomOverclockHighScoreLevel_; + simRoomOverclockHighScoreData_ = other.simRoomOverclockHighScoreData_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileData Clone() { + return new NetProfileData(this); + } + + /// Field number for the "Desc" field. + public const int DescFieldNumber = 1; + private string desc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Desc { + get { return desc_; } + set { + desc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "LastActionAt" field. + public const int LastActionAtFieldNumber = 2; + private long lastActionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastActionAt { + get { return lastActionAt_; } + set { + lastActionAt_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 3; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "LastCampaignNormalStageId" field. + public const int LastCampaignNormalStageIdFieldNumber = 4; + private int lastCampaignNormalStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastCampaignNormalStageId { + get { return lastCampaignNormalStageId_; } + set { + lastCampaignNormalStageId_ = value; + } + } + + /// Field number for the "LastCampaignHardStageId" field. + public const int LastCampaignHardStageIdFieldNumber = 5; + private int lastCampaignHardStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastCampaignHardStageId { + get { return lastCampaignHardStageId_; } + set { + lastCampaignHardStageId_ = value; + } + } + + /// Field number for the "LastTribeTowerFloor" field. + public const int LastTribeTowerFloorFieldNumber = 6; + private int lastTribeTowerFloor_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastTribeTowerFloor { + get { return lastTribeTowerFloor_; } + set { + lastTribeTowerFloor_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 7; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "ProfileTeam" field. + public const int ProfileTeamFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_profileTeam_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetProfileTeamSlot.Parser); + private readonly pbc::RepeatedField profileTeam_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProfileTeam { + get { return profileTeam_; } + } + + /// Field number for the "Guild" field. + public const int GuildFieldNumber = 9; + private global::EpinelPS.NetSimpleGuildData guild_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimpleGuildData Guild { + get { return guild_; } + set { + guild_ = value; + } + } + + /// Field number for the "CharacterCount" field. + public const int CharacterCountFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_characterCount_codec + = pb::FieldCodec.ForMessage(82, global::EpinelPS.NetCharacterCount.Parser); + private readonly pbc::RepeatedField characterCount_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharacterCount { + get { return characterCount_; } + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 11; + private static readonly pb::FieldCodec _repeated_recycle_codec + = pb::FieldCodec.ForMessage(90, global::EpinelPS.NetUserRecycleRoomData.Parser); + private readonly pbc::RepeatedField recycle_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Recycle { + get { return recycle_; } + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 12; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "SynchroSlotCount" field. + public const int SynchroSlotCountFieldNumber = 13; + private int synchroSlotCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroSlotCount { + get { return synchroSlotCount_; } + set { + synchroSlotCount_ = value; + } + } + + /// Field number for the "InfraCoreLv" field. + public const int InfraCoreLvFieldNumber = 14; + private int infraCoreLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InfraCoreLv { + get { return infraCoreLv_; } + set { + infraCoreLv_ = value; + } + } + + /// Field number for the "LastTacticAcademyClass" field. + public const int LastTacticAcademyClassFieldNumber = 15; + private int lastTacticAcademyClass_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastTacticAcademyClass { + get { return lastTacticAcademyClass_; } + set { + lastTacticAcademyClass_ = value; + } + } + + /// Field number for the "LastTacticAcademyLesson" field. + public const int LastTacticAcademyLessonFieldNumber = 16; + private int lastTacticAcademyLesson_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastTacticAcademyLesson { + get { return lastTacticAcademyLesson_; } + set { + lastTacticAcademyLesson_ = value; + } + } + + /// Field number for the "MemorialCount" field. + public const int MemorialCountFieldNumber = 17; + private static readonly pb::FieldCodec _repeated_memorialCount_codec + = pb::FieldCodec.ForMessage(138, global::EpinelPS.NetMemorialCount.Parser); + private readonly pbc::RepeatedField memorialCount_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MemorialCount { + get { return memorialCount_; } + } + + /// Field number for the "JukeboxCount" field. + public const int JukeboxCountFieldNumber = 18; + private int jukeboxCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JukeboxCount { + get { return jukeboxCount_; } + set { + jukeboxCount_ = value; + } + } + + /// Field number for the "CostumeLv" field. + public const int CostumeLvFieldNumber = 19; + private int costumeLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeLv { + get { return costumeLv_; } + set { + costumeLv_ = value; + } + } + + /// Field number for the "OutpostOpenState" field. + public const int OutpostOpenStateFieldNumber = 21; + private bool outpostOpenState_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool OutpostOpenState { + get { return outpostOpenState_; } + set { + outpostOpenState_ = value; + } + } + + /// Field number for the "CostumeCount" field. + public const int CostumeCountFieldNumber = 22; + private int costumeCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeCount { + get { return costumeCount_; } + set { + costumeCount_ = value; + } + } + + /// Field number for the "Language" field. + public const int LanguageFieldNumber = 23; + private string language_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Language { + get { return language_; } + set { + language_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ProfileFrameHistoryType" field. + public const int ProfileFrameHistoryTypeFieldNumber = 24; + private global::EpinelPS.NetProfileFrameHistoryType profileFrameHistoryType_ = global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetProfileFrameHistoryType ProfileFrameHistoryType { + get { return profileFrameHistoryType_; } + set { + profileFrameHistoryType_ = value; + } + } + + /// Field number for the "ProfileFrames" field. + public const int ProfileFramesFieldNumber = 25; + private static readonly pb::FieldCodec _repeated_profileFrames_codec + = pb::FieldCodec.ForMessage(202, global::EpinelPS.NetProfileFrameData.Parser); + private readonly pbc::RepeatedField profileFrames_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProfileFrames { + get { return profileFrames_; } + } + + /// Field number for the "RepresentativeProfileFrames" field. + public const int RepresentativeProfileFramesFieldNumber = 26; + private static readonly pb::FieldCodec _repeated_representativeProfileFrames_codec + = pb::FieldCodec.ForMessage(210, global::EpinelPS.NetProfileRepresentativeFrame.Parser); + private readonly pbc::RepeatedField representativeProfileFrames_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RepresentativeProfileFrames { + get { return representativeProfileFrames_; } + } + + /// Field number for the "RecentAcquireFilterTypes" field. + public const int RecentAcquireFilterTypesFieldNumber = 27; + private static readonly pb::FieldCodec _repeated_recentAcquireFilterTypes_codec + = pb::FieldCodec.ForInt32(218); + private readonly pbc::RepeatedField recentAcquireFilterTypes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RecentAcquireFilterTypes { + get { return recentAcquireFilterTypes_; } + } + + /// Field number for the "SimRoomOverclockHighScoreLevel" field. + public const int SimRoomOverclockHighScoreLevelFieldNumber = 28; + private int simRoomOverclockHighScoreLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SimRoomOverclockHighScoreLevel { + get { return simRoomOverclockHighScoreLevel_; } + set { + simRoomOverclockHighScoreLevel_ = value; + } + } + + /// Field number for the "SimRoomOverclockHighScoreData" field. + public const int SimRoomOverclockHighScoreDataFieldNumber = 29; + private static readonly pb::FieldCodec _repeated_simRoomOverclockHighScoreData_codec + = pb::FieldCodec.ForMessage(234, global::EpinelPS.NetProfileSimRoomOverclockHighScoreData.Parser); + private readonly pbc::RepeatedField simRoomOverclockHighScoreData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SimRoomOverclockHighScoreData { + get { return simRoomOverclockHighScoreData_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetProfileData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetProfileData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Desc != other.Desc) return false; + if (LastActionAt != other.LastActionAt) return false; + if (Exp != other.Exp) return false; + if (LastCampaignNormalStageId != other.LastCampaignNormalStageId) return false; + if (LastCampaignHardStageId != other.LastCampaignHardStageId) return false; + if (LastTribeTowerFloor != other.LastTribeTowerFloor) return false; + if (!object.Equals(User, other.User)) return false; + if(!profileTeam_.Equals(other.profileTeam_)) return false; + if (!object.Equals(Guild, other.Guild)) return false; + if(!characterCount_.Equals(other.characterCount_)) return false; + if(!recycle_.Equals(other.recycle_)) return false; + if (SynchroLv != other.SynchroLv) return false; + if (SynchroSlotCount != other.SynchroSlotCount) return false; + if (InfraCoreLv != other.InfraCoreLv) return false; + if (LastTacticAcademyClass != other.LastTacticAcademyClass) return false; + if (LastTacticAcademyLesson != other.LastTacticAcademyLesson) return false; + if(!memorialCount_.Equals(other.memorialCount_)) return false; + if (JukeboxCount != other.JukeboxCount) return false; + if (CostumeLv != other.CostumeLv) return false; + if (OutpostOpenState != other.OutpostOpenState) return false; + if (CostumeCount != other.CostumeCount) return false; + if (Language != other.Language) return false; + if (ProfileFrameHistoryType != other.ProfileFrameHistoryType) return false; + if(!profileFrames_.Equals(other.profileFrames_)) return false; + if(!representativeProfileFrames_.Equals(other.representativeProfileFrames_)) return false; + if(!recentAcquireFilterTypes_.Equals(other.recentAcquireFilterTypes_)) return false; + if (SimRoomOverclockHighScoreLevel != other.SimRoomOverclockHighScoreLevel) return false; + if(!simRoomOverclockHighScoreData_.Equals(other.simRoomOverclockHighScoreData_)) 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 (Desc.Length != 0) hash ^= Desc.GetHashCode(); + if (LastActionAt != 0L) hash ^= LastActionAt.GetHashCode(); + if (Exp != 0) hash ^= Exp.GetHashCode(); + if (LastCampaignNormalStageId != 0) hash ^= LastCampaignNormalStageId.GetHashCode(); + if (LastCampaignHardStageId != 0) hash ^= LastCampaignHardStageId.GetHashCode(); + if (LastTribeTowerFloor != 0) hash ^= LastTribeTowerFloor.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + hash ^= profileTeam_.GetHashCode(); + if (guild_ != null) hash ^= Guild.GetHashCode(); + hash ^= characterCount_.GetHashCode(); + hash ^= recycle_.GetHashCode(); + if (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + if (SynchroSlotCount != 0) hash ^= SynchroSlotCount.GetHashCode(); + if (InfraCoreLv != 0) hash ^= InfraCoreLv.GetHashCode(); + if (LastTacticAcademyClass != 0) hash ^= LastTacticAcademyClass.GetHashCode(); + if (LastTacticAcademyLesson != 0) hash ^= LastTacticAcademyLesson.GetHashCode(); + hash ^= memorialCount_.GetHashCode(); + if (JukeboxCount != 0) hash ^= JukeboxCount.GetHashCode(); + if (CostumeLv != 0) hash ^= CostumeLv.GetHashCode(); + if (OutpostOpenState != false) hash ^= OutpostOpenState.GetHashCode(); + if (CostumeCount != 0) hash ^= CostumeCount.GetHashCode(); + if (Language.Length != 0) hash ^= Language.GetHashCode(); + if (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) hash ^= ProfileFrameHistoryType.GetHashCode(); + hash ^= profileFrames_.GetHashCode(); + hash ^= representativeProfileFrames_.GetHashCode(); + hash ^= recentAcquireFilterTypes_.GetHashCode(); + if (SimRoomOverclockHighScoreLevel != 0) hash ^= SimRoomOverclockHighScoreLevel.GetHashCode(); + hash ^= simRoomOverclockHighScoreData_.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 (Desc.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Desc); + } + if (LastActionAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(LastActionAt); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(Exp); + } + if (LastCampaignNormalStageId != 0) { + output.WriteRawTag(32); + output.WriteInt32(LastCampaignNormalStageId); + } + if (LastCampaignHardStageId != 0) { + output.WriteRawTag(40); + output.WriteInt32(LastCampaignHardStageId); + } + if (LastTribeTowerFloor != 0) { + output.WriteRawTag(48); + output.WriteInt32(LastTribeTowerFloor); + } + if (user_ != null) { + output.WriteRawTag(58); + output.WriteMessage(User); + } + profileTeam_.WriteTo(output, _repeated_profileTeam_codec); + if (guild_ != null) { + output.WriteRawTag(74); + output.WriteMessage(Guild); + } + characterCount_.WriteTo(output, _repeated_characterCount_codec); + recycle_.WriteTo(output, _repeated_recycle_codec); + if (SynchroLv != 0) { + output.WriteRawTag(96); + output.WriteInt32(SynchroLv); + } + if (SynchroSlotCount != 0) { + output.WriteRawTag(104); + output.WriteInt32(SynchroSlotCount); + } + if (InfraCoreLv != 0) { + output.WriteRawTag(112); + output.WriteInt32(InfraCoreLv); + } + if (LastTacticAcademyClass != 0) { + output.WriteRawTag(120); + output.WriteInt32(LastTacticAcademyClass); + } + if (LastTacticAcademyLesson != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(LastTacticAcademyLesson); + } + memorialCount_.WriteTo(output, _repeated_memorialCount_codec); + if (JukeboxCount != 0) { + output.WriteRawTag(144, 1); + output.WriteInt32(JukeboxCount); + } + if (CostumeLv != 0) { + output.WriteRawTag(152, 1); + output.WriteInt32(CostumeLv); + } + if (OutpostOpenState != false) { + output.WriteRawTag(168, 1); + output.WriteBool(OutpostOpenState); + } + if (CostumeCount != 0) { + output.WriteRawTag(176, 1); + output.WriteInt32(CostumeCount); + } + if (Language.Length != 0) { + output.WriteRawTag(186, 1); + output.WriteString(Language); + } + if (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + output.WriteRawTag(192, 1); + output.WriteEnum((int) ProfileFrameHistoryType); + } + profileFrames_.WriteTo(output, _repeated_profileFrames_codec); + representativeProfileFrames_.WriteTo(output, _repeated_representativeProfileFrames_codec); + recentAcquireFilterTypes_.WriteTo(output, _repeated_recentAcquireFilterTypes_codec); + if (SimRoomOverclockHighScoreLevel != 0) { + output.WriteRawTag(224, 1); + output.WriteInt32(SimRoomOverclockHighScoreLevel); + } + simRoomOverclockHighScoreData_.WriteTo(output, _repeated_simRoomOverclockHighScoreData_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 (Desc.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Desc); + } + if (LastActionAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(LastActionAt); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(Exp); + } + if (LastCampaignNormalStageId != 0) { + output.WriteRawTag(32); + output.WriteInt32(LastCampaignNormalStageId); + } + if (LastCampaignHardStageId != 0) { + output.WriteRawTag(40); + output.WriteInt32(LastCampaignHardStageId); + } + if (LastTribeTowerFloor != 0) { + output.WriteRawTag(48); + output.WriteInt32(LastTribeTowerFloor); + } + if (user_ != null) { + output.WriteRawTag(58); + output.WriteMessage(User); + } + profileTeam_.WriteTo(ref output, _repeated_profileTeam_codec); + if (guild_ != null) { + output.WriteRawTag(74); + output.WriteMessage(Guild); + } + characterCount_.WriteTo(ref output, _repeated_characterCount_codec); + recycle_.WriteTo(ref output, _repeated_recycle_codec); + if (SynchroLv != 0) { + output.WriteRawTag(96); + output.WriteInt32(SynchroLv); + } + if (SynchroSlotCount != 0) { + output.WriteRawTag(104); + output.WriteInt32(SynchroSlotCount); + } + if (InfraCoreLv != 0) { + output.WriteRawTag(112); + output.WriteInt32(InfraCoreLv); + } + if (LastTacticAcademyClass != 0) { + output.WriteRawTag(120); + output.WriteInt32(LastTacticAcademyClass); + } + if (LastTacticAcademyLesson != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(LastTacticAcademyLesson); + } + memorialCount_.WriteTo(ref output, _repeated_memorialCount_codec); + if (JukeboxCount != 0) { + output.WriteRawTag(144, 1); + output.WriteInt32(JukeboxCount); + } + if (CostumeLv != 0) { + output.WriteRawTag(152, 1); + output.WriteInt32(CostumeLv); + } + if (OutpostOpenState != false) { + output.WriteRawTag(168, 1); + output.WriteBool(OutpostOpenState); + } + if (CostumeCount != 0) { + output.WriteRawTag(176, 1); + output.WriteInt32(CostumeCount); + } + if (Language.Length != 0) { + output.WriteRawTag(186, 1); + output.WriteString(Language); + } + if (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + output.WriteRawTag(192, 1); + output.WriteEnum((int) ProfileFrameHistoryType); + } + profileFrames_.WriteTo(ref output, _repeated_profileFrames_codec); + representativeProfileFrames_.WriteTo(ref output, _repeated_representativeProfileFrames_codec); + recentAcquireFilterTypes_.WriteTo(ref output, _repeated_recentAcquireFilterTypes_codec); + if (SimRoomOverclockHighScoreLevel != 0) { + output.WriteRawTag(224, 1); + output.WriteInt32(SimRoomOverclockHighScoreLevel); + } + simRoomOverclockHighScoreData_.WriteTo(ref output, _repeated_simRoomOverclockHighScoreData_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 (Desc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); + } + if (LastActionAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastActionAt); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (LastCampaignNormalStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastCampaignNormalStageId); + } + if (LastCampaignHardStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastCampaignHardStageId); + } + if (LastTribeTowerFloor != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastTribeTowerFloor); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + size += profileTeam_.CalculateSize(_repeated_profileTeam_codec); + if (guild_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Guild); + } + size += characterCount_.CalculateSize(_repeated_characterCount_codec); + size += recycle_.CalculateSize(_repeated_recycle_codec); + if (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + if (SynchroSlotCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroSlotCount); + } + if (InfraCoreLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InfraCoreLv); + } + if (LastTacticAcademyClass != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastTacticAcademyClass); + } + if (LastTacticAcademyLesson != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(LastTacticAcademyLesson); + } + size += memorialCount_.CalculateSize(_repeated_memorialCount_codec); + if (JukeboxCount != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(JukeboxCount); + } + if (CostumeLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(CostumeLv); + } + if (OutpostOpenState != false) { + size += 2 + 1; + } + if (CostumeCount != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(CostumeCount); + } + if (Language.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(Language); + } + if (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + size += 2 + pb::CodedOutputStream.ComputeEnumSize((int) ProfileFrameHistoryType); + } + size += profileFrames_.CalculateSize(_repeated_profileFrames_codec); + size += representativeProfileFrames_.CalculateSize(_repeated_representativeProfileFrames_codec); + size += recentAcquireFilterTypes_.CalculateSize(_repeated_recentAcquireFilterTypes_codec); + if (SimRoomOverclockHighScoreLevel != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(SimRoomOverclockHighScoreLevel); + } + size += simRoomOverclockHighScoreData_.CalculateSize(_repeated_simRoomOverclockHighScoreData_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetProfileData other) { + if (other == null) { + return; + } + if (other.Desc.Length != 0) { + Desc = other.Desc; + } + if (other.LastActionAt != 0L) { + LastActionAt = other.LastActionAt; + } + if (other.Exp != 0) { + Exp = other.Exp; + } + if (other.LastCampaignNormalStageId != 0) { + LastCampaignNormalStageId = other.LastCampaignNormalStageId; + } + if (other.LastCampaignHardStageId != 0) { + LastCampaignHardStageId = other.LastCampaignHardStageId; + } + if (other.LastTribeTowerFloor != 0) { + LastTribeTowerFloor = other.LastTribeTowerFloor; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + profileTeam_.Add(other.profileTeam_); + if (other.guild_ != null) { + if (guild_ == null) { + Guild = new global::EpinelPS.NetSimpleGuildData(); + } + Guild.MergeFrom(other.Guild); + } + characterCount_.Add(other.characterCount_); + recycle_.Add(other.recycle_); + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + if (other.SynchroSlotCount != 0) { + SynchroSlotCount = other.SynchroSlotCount; + } + if (other.InfraCoreLv != 0) { + InfraCoreLv = other.InfraCoreLv; + } + if (other.LastTacticAcademyClass != 0) { + LastTacticAcademyClass = other.LastTacticAcademyClass; + } + if (other.LastTacticAcademyLesson != 0) { + LastTacticAcademyLesson = other.LastTacticAcademyLesson; + } + memorialCount_.Add(other.memorialCount_); + if (other.JukeboxCount != 0) { + JukeboxCount = other.JukeboxCount; + } + if (other.CostumeLv != 0) { + CostumeLv = other.CostumeLv; + } + if (other.OutpostOpenState != false) { + OutpostOpenState = other.OutpostOpenState; + } + if (other.CostumeCount != 0) { + CostumeCount = other.CostumeCount; + } + if (other.Language.Length != 0) { + Language = other.Language; + } + if (other.ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + ProfileFrameHistoryType = other.ProfileFrameHistoryType; + } + profileFrames_.Add(other.profileFrames_); + representativeProfileFrames_.Add(other.representativeProfileFrames_); + recentAcquireFilterTypes_.Add(other.recentAcquireFilterTypes_); + if (other.SimRoomOverclockHighScoreLevel != 0) { + SimRoomOverclockHighScoreLevel = other.SimRoomOverclockHighScoreLevel; + } + simRoomOverclockHighScoreData_.Add(other.simRoomOverclockHighScoreData_); + _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: { + Desc = input.ReadString(); + break; + } + case 16: { + LastActionAt = input.ReadInt64(); + break; + } + case 24: { + Exp = input.ReadInt32(); + break; + } + case 32: { + LastCampaignNormalStageId = input.ReadInt32(); + break; + } + case 40: { + LastCampaignHardStageId = input.ReadInt32(); + break; + } + case 48: { + LastTribeTowerFloor = input.ReadInt32(); + break; + } + case 58: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 66: { + profileTeam_.AddEntriesFrom(input, _repeated_profileTeam_codec); + break; + } + case 74: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetSimpleGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 82: { + characterCount_.AddEntriesFrom(input, _repeated_characterCount_codec); + break; + } + case 90: { + recycle_.AddEntriesFrom(input, _repeated_recycle_codec); + break; + } + case 96: { + SynchroLv = input.ReadInt32(); + break; + } + case 104: { + SynchroSlotCount = input.ReadInt32(); + break; + } + case 112: { + InfraCoreLv = input.ReadInt32(); + break; + } + case 120: { + LastTacticAcademyClass = input.ReadInt32(); + break; + } + case 128: { + LastTacticAcademyLesson = input.ReadInt32(); + break; + } + case 138: { + memorialCount_.AddEntriesFrom(input, _repeated_memorialCount_codec); + break; + } + case 144: { + JukeboxCount = input.ReadInt32(); + break; + } + case 152: { + CostumeLv = input.ReadInt32(); + break; + } + case 168: { + OutpostOpenState = input.ReadBool(); + break; + } + case 176: { + CostumeCount = input.ReadInt32(); + break; + } + case 186: { + Language = input.ReadString(); + break; + } + case 192: { + ProfileFrameHistoryType = (global::EpinelPS.NetProfileFrameHistoryType) input.ReadEnum(); + break; + } + case 202: { + profileFrames_.AddEntriesFrom(input, _repeated_profileFrames_codec); + break; + } + case 210: { + representativeProfileFrames_.AddEntriesFrom(input, _repeated_representativeProfileFrames_codec); + break; + } + case 218: + case 216: { + recentAcquireFilterTypes_.AddEntriesFrom(input, _repeated_recentAcquireFilterTypes_codec); + break; + } + case 224: { + SimRoomOverclockHighScoreLevel = input.ReadInt32(); + break; + } + case 234: { + simRoomOverclockHighScoreData_.AddEntriesFrom(input, _repeated_simRoomOverclockHighScoreData_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: { + Desc = input.ReadString(); + break; + } + case 16: { + LastActionAt = input.ReadInt64(); + break; + } + case 24: { + Exp = input.ReadInt32(); + break; + } + case 32: { + LastCampaignNormalStageId = input.ReadInt32(); + break; + } + case 40: { + LastCampaignHardStageId = input.ReadInt32(); + break; + } + case 48: { + LastTribeTowerFloor = input.ReadInt32(); + break; + } + case 58: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 66: { + profileTeam_.AddEntriesFrom(ref input, _repeated_profileTeam_codec); + break; + } + case 74: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetSimpleGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 82: { + characterCount_.AddEntriesFrom(ref input, _repeated_characterCount_codec); + break; + } + case 90: { + recycle_.AddEntriesFrom(ref input, _repeated_recycle_codec); + break; + } + case 96: { + SynchroLv = input.ReadInt32(); + break; + } + case 104: { + SynchroSlotCount = input.ReadInt32(); + break; + } + case 112: { + InfraCoreLv = input.ReadInt32(); + break; + } + case 120: { + LastTacticAcademyClass = input.ReadInt32(); + break; + } + case 128: { + LastTacticAcademyLesson = input.ReadInt32(); + break; + } + case 138: { + memorialCount_.AddEntriesFrom(ref input, _repeated_memorialCount_codec); + break; + } + case 144: { + JukeboxCount = input.ReadInt32(); + break; + } + case 152: { + CostumeLv = input.ReadInt32(); + break; + } + case 168: { + OutpostOpenState = input.ReadBool(); + break; + } + case 176: { + CostumeCount = input.ReadInt32(); + break; + } + case 186: { + Language = input.ReadString(); + break; + } + case 192: { + ProfileFrameHistoryType = (global::EpinelPS.NetProfileFrameHistoryType) input.ReadEnum(); + break; + } + case 202: { + profileFrames_.AddEntriesFrom(ref input, _repeated_profileFrames_codec); + break; + } + case 210: { + representativeProfileFrames_.AddEntriesFrom(ref input, _repeated_representativeProfileFrames_codec); + break; + } + case 218: + case 216: { + recentAcquireFilterTypes_.AddEntriesFrom(ref input, _repeated_recentAcquireFilterTypes_codec); + break; + } + case 224: { + SimRoomOverclockHighScoreLevel = input.ReadInt32(); + break; + } + case 234: { + simRoomOverclockHighScoreData_.AddEntriesFrom(ref input, _repeated_simRoomOverclockHighScoreData_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetOutpostBattleLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetOutpostBattleLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[397]; } + } + + [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 NetOutpostBattleLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetOutpostBattleLevel(NetOutpostBattleLevel other) : this() { + isLevelUp_ = other.isLevelUp_; + level_ = other.level_; + exp_ = other.exp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetOutpostBattleLevel Clone() { + return new NetOutpostBattleLevel(this); + } + + /// Field number for the "IsLevelUp" field. + public const int IsLevelUpFieldNumber = 1; + private bool isLevelUp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsLevelUp { + get { return isLevelUp_; } + set { + isLevelUp_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 2; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 3; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetOutpostBattleLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetOutpostBattleLevel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsLevelUp != other.IsLevelUp) 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 (IsLevelUp != false) hash ^= IsLevelUp.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 (IsLevelUp != false) { + output.WriteRawTag(8); + output.WriteBool(IsLevelUp); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (IsLevelUp != false) { + output.WriteRawTag(8); + output.WriteBool(IsLevelUp); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Exp != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (IsLevelUp != false) { + size += 1 + 1; + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetOutpostBattleLevel other) { + if (other == null) { + return; + } + if (other.IsLevelUp != false) { + IsLevelUp = other.IsLevelUp; + } + 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: { + IsLevelUp = input.ReadBool(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Exp = 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: { + IsLevelUp = input.ReadBool(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Exp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetOutpostBattleTime : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetOutpostBattleTime()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[398]; } + } + + [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 NetOutpostBattleTime() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetOutpostBattleTime(NetOutpostBattleTime other) : this() { + battleTime_ = other.battleTime_; + maxBattleTime_ = other.maxBattleTime_; + overBattleTime_ = other.overBattleTime_; + maxOverBattleTime_ = other.maxOverBattleTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetOutpostBattleTime Clone() { + return new NetOutpostBattleTime(this); + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 1; + private long battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + /// Field number for the "MaxBattleTime" field. + public const int MaxBattleTimeFieldNumber = 2; + private long maxBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxBattleTime { + get { return maxBattleTime_; } + set { + maxBattleTime_ = value; + } + } + + /// Field number for the "OverBattleTime" field. + public const int OverBattleTimeFieldNumber = 3; + private long overBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long OverBattleTime { + get { return overBattleTime_; } + set { + overBattleTime_ = value; + } + } + + /// Field number for the "MaxOverBattleTime" field. + public const int MaxOverBattleTimeFieldNumber = 4; + private long maxOverBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxOverBattleTime { + get { return maxOverBattleTime_; } + set { + maxOverBattleTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetOutpostBattleTime); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetOutpostBattleTime other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BattleTime != other.BattleTime) return false; + if (MaxBattleTime != other.MaxBattleTime) return false; + if (OverBattleTime != other.OverBattleTime) return false; + if (MaxOverBattleTime != other.MaxOverBattleTime) 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 (BattleTime != 0L) hash ^= BattleTime.GetHashCode(); + if (MaxBattleTime != 0L) hash ^= MaxBattleTime.GetHashCode(); + if (OverBattleTime != 0L) hash ^= OverBattleTime.GetHashCode(); + if (MaxOverBattleTime != 0L) hash ^= MaxOverBattleTime.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 (BattleTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(MaxBattleTime); + } + if (OverBattleTime != 0L) { + output.WriteRawTag(24); + output.WriteInt64(OverBattleTime); + } + if (MaxOverBattleTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(MaxOverBattleTime); + } + 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 (BattleTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(MaxBattleTime); + } + if (OverBattleTime != 0L) { + output.WriteRawTag(24); + output.WriteInt64(OverBattleTime); + } + if (MaxOverBattleTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(MaxOverBattleTime); + } + 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 (BattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BattleTime); + } + if (MaxBattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxBattleTime); + } + if (OverBattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(OverBattleTime); + } + if (MaxOverBattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxOverBattleTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetOutpostBattleTime other) { + if (other == null) { + return; + } + if (other.BattleTime != 0L) { + BattleTime = other.BattleTime; + } + if (other.MaxBattleTime != 0L) { + MaxBattleTime = other.MaxBattleTime; + } + if (other.OverBattleTime != 0L) { + OverBattleTime = other.OverBattleTime; + } + if (other.MaxOverBattleTime != 0L) { + MaxOverBattleTime = other.MaxOverBattleTime; + } + _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: { + BattleTime = input.ReadInt64(); + break; + } + case 16: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 24: { + OverBattleTime = input.ReadInt64(); + break; + } + case 32: { + MaxOverBattleTime = input.ReadInt64(); + 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: { + BattleTime = input.ReadInt64(); + break; + } + case 16: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 24: { + OverBattleTime = input.ReadInt64(); + break; + } + case 32: { + MaxOverBattleTime = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShopProductInfoData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShopProductInfoData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[399]; } + } + + [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 NetShopProductInfoData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopProductInfoData(NetShopProductInfoData other) : this() { + order_ = other.order_; + productId_ = other.productId_; + buyLimitCount_ = other.buyLimitCount_; + buyCount_ = other.buyCount_; + corporationType_ = other.corporationType_; + discount_ = other.discount_; + endAt_ = other.endAt_; + useDateCondition_ = other.useDateCondition_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopProductInfoData Clone() { + return new NetShopProductInfoData(this); + } + + /// Field number for the "Order" field. + public const int OrderFieldNumber = 1; + private int order_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Order { + get { return order_; } + set { + order_ = value; + } + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 2; + private int productId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProductId { + get { return productId_; } + set { + productId_ = value; + } + } + + /// Field number for the "BuyLimitCount" field. + public const int BuyLimitCountFieldNumber = 3; + private int buyLimitCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyLimitCount { + get { return buyLimitCount_; } + set { + buyLimitCount_ = value; + } + } + + /// Field number for the "BuyCount" field. + public const int BuyCountFieldNumber = 4; + private int buyCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyCount { + get { return buyCount_; } + set { + buyCount_ = value; + } + } + + /// Field number for the "CorporationType" field. + public const int CorporationTypeFieldNumber = 5; + private int corporationType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CorporationType { + get { return corporationType_; } + set { + corporationType_ = value; + } + } + + /// Field number for the "Discount" field. + public const int DiscountFieldNumber = 6; + private int discount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Discount { + get { return discount_; } + set { + discount_ = value; + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 7; + private long endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + /// Field number for the "UseDateCondition" field. + public const int UseDateConditionFieldNumber = 8; + private bool useDateCondition_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool UseDateCondition { + get { return useDateCondition_; } + set { + useDateCondition_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShopProductInfoData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShopProductInfoData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Order != other.Order) return false; + if (ProductId != other.ProductId) return false; + if (BuyLimitCount != other.BuyLimitCount) return false; + if (BuyCount != other.BuyCount) return false; + if (CorporationType != other.CorporationType) return false; + if (Discount != other.Discount) return false; + if (EndAt != other.EndAt) return false; + if (UseDateCondition != other.UseDateCondition) 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 (Order != 0) hash ^= Order.GetHashCode(); + if (ProductId != 0) hash ^= ProductId.GetHashCode(); + if (BuyLimitCount != 0) hash ^= BuyLimitCount.GetHashCode(); + if (BuyCount != 0) hash ^= BuyCount.GetHashCode(); + if (CorporationType != 0) hash ^= CorporationType.GetHashCode(); + if (Discount != 0) hash ^= Discount.GetHashCode(); + if (EndAt != 0L) hash ^= EndAt.GetHashCode(); + if (UseDateCondition != false) hash ^= UseDateCondition.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 (Order != 0) { + output.WriteRawTag(8); + output.WriteInt32(Order); + } + if (ProductId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProductId); + } + if (BuyLimitCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BuyLimitCount); + } + if (BuyCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(BuyCount); + } + if (CorporationType != 0) { + output.WriteRawTag(40); + output.WriteInt32(CorporationType); + } + if (Discount != 0) { + output.WriteRawTag(48); + output.WriteInt32(Discount); + } + if (EndAt != 0L) { + output.WriteRawTag(56); + output.WriteInt64(EndAt); + } + if (UseDateCondition != false) { + output.WriteRawTag(64); + output.WriteBool(UseDateCondition); + } + 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 (Order != 0) { + output.WriteRawTag(8); + output.WriteInt32(Order); + } + if (ProductId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProductId); + } + if (BuyLimitCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BuyLimitCount); + } + if (BuyCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(BuyCount); + } + if (CorporationType != 0) { + output.WriteRawTag(40); + output.WriteInt32(CorporationType); + } + if (Discount != 0) { + output.WriteRawTag(48); + output.WriteInt32(Discount); + } + if (EndAt != 0L) { + output.WriteRawTag(56); + output.WriteInt64(EndAt); + } + if (UseDateCondition != false) { + output.WriteRawTag(64); + output.WriteBool(UseDateCondition); + } + 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 (Order != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Order); + } + if (ProductId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); + } + if (BuyLimitCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyLimitCount); + } + if (BuyCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyCount); + } + if (CorporationType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CorporationType); + } + if (Discount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Discount); + } + if (EndAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndAt); + } + if (UseDateCondition != 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(NetShopProductInfoData other) { + if (other == null) { + return; + } + if (other.Order != 0) { + Order = other.Order; + } + if (other.ProductId != 0) { + ProductId = other.ProductId; + } + if (other.BuyLimitCount != 0) { + BuyLimitCount = other.BuyLimitCount; + } + if (other.BuyCount != 0) { + BuyCount = other.BuyCount; + } + if (other.CorporationType != 0) { + CorporationType = other.CorporationType; + } + if (other.Discount != 0) { + Discount = other.Discount; + } + if (other.EndAt != 0L) { + EndAt = other.EndAt; + } + if (other.UseDateCondition != false) { + UseDateCondition = other.UseDateCondition; + } + _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: { + Order = input.ReadInt32(); + break; + } + case 16: { + ProductId = input.ReadInt32(); + break; + } + case 24: { + BuyLimitCount = input.ReadInt32(); + break; + } + case 32: { + BuyCount = input.ReadInt32(); + break; + } + case 40: { + CorporationType = input.ReadInt32(); + break; + } + case 48: { + Discount = input.ReadInt32(); + break; + } + case 56: { + EndAt = input.ReadInt64(); + break; + } + case 64: { + UseDateCondition = 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 8: { + Order = input.ReadInt32(); + break; + } + case 16: { + ProductId = input.ReadInt32(); + break; + } + case 24: { + BuyLimitCount = input.ReadInt32(); + break; + } + case 32: { + BuyCount = input.ReadInt32(); + break; + } + case 40: { + CorporationType = input.ReadInt32(); + break; + } + case 48: { + Discount = input.ReadInt32(); + break; + } + case 56: { + EndAt = input.ReadInt64(); + break; + } + case 64: { + UseDateCondition = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShopBuyProductData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShopBuyProductData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[400]; } + } + + [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 NetShopBuyProductData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopBuyProductData(NetShopBuyProductData other) : this() { + buyCount_ = other.buyCount_; + userItems_ = other.userItems_.Clone(); + currency_ = other.currency_.Clone(); + character_ = other.character_.Clone(); + autoCharge_ = other.autoCharge_.Clone(); + item_ = other.item_.Clone(); + userCharacters_ = other.userCharacters_.Clone(); + liveWallPapers_ = other.liveWallPapers_.Clone(); + userTitleList_ = other.userTitleList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopBuyProductData Clone() { + return new NetShopBuyProductData(this); + } + + /// Field number for the "BuyCount" field. + public const int BuyCountFieldNumber = 1; + private int buyCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyCount { + get { return buyCount_; } + set { + buyCount_ = value; + } + } + + /// Field number for the "UserItems" field. + public const int UserItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_userItems_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField userItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserItems { + get { return userItems_; } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currency_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetCurrencyData.Parser); + private readonly pbc::RepeatedField currency_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currency { + get { return currency_; } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_character_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetCharacterData.Parser); + private readonly pbc::RepeatedField character_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Character { + get { return character_; } + } + + /// Field number for the "AutoCharge" field. + public const int AutoChargeFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_autoCharge_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetAutoChargeData.Parser); + private readonly pbc::RepeatedField autoCharge_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AutoCharge { + get { return autoCharge_; } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_item_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetItemData.Parser); + private readonly pbc::RepeatedField item_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Item { + get { return item_; } + } + + /// Field number for the "UserCharacters" field. + public const int UserCharactersFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_userCharacters_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetUserCharacterDefaultData.Parser); + private readonly pbc::RepeatedField userCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserCharacters { + get { return userCharacters_; } + } + + /// Field number for the "LiveWallPapers" field. + public const int LiveWallPapersFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_liveWallPapers_codec + = pb::FieldCodec.ForInt32(66); + private readonly pbc::RepeatedField liveWallPapers_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LiveWallPapers { + get { return liveWallPapers_; } + } + + /// Field number for the "UserTitleList" field. + public const int UserTitleListFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_userTitleList_codec + = pb::FieldCodec.ForInt32(74); + private readonly pbc::RepeatedField userTitleList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTitleList { + get { return userTitleList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShopBuyProductData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShopBuyProductData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BuyCount != other.BuyCount) return false; + if(!userItems_.Equals(other.userItems_)) return false; + if(!currency_.Equals(other.currency_)) return false; + if(!character_.Equals(other.character_)) return false; + if(!autoCharge_.Equals(other.autoCharge_)) return false; + if(!item_.Equals(other.item_)) return false; + if(!userCharacters_.Equals(other.userCharacters_)) return false; + if(!liveWallPapers_.Equals(other.liveWallPapers_)) return false; + if(!userTitleList_.Equals(other.userTitleList_)) 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 (BuyCount != 0) hash ^= BuyCount.GetHashCode(); + hash ^= userItems_.GetHashCode(); + hash ^= currency_.GetHashCode(); + hash ^= character_.GetHashCode(); + hash ^= autoCharge_.GetHashCode(); + hash ^= item_.GetHashCode(); + hash ^= userCharacters_.GetHashCode(); + hash ^= liveWallPapers_.GetHashCode(); + hash ^= userTitleList_.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 (BuyCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(BuyCount); + } + userItems_.WriteTo(output, _repeated_userItems_codec); + currency_.WriteTo(output, _repeated_currency_codec); + character_.WriteTo(output, _repeated_character_codec); + autoCharge_.WriteTo(output, _repeated_autoCharge_codec); + item_.WriteTo(output, _repeated_item_codec); + userCharacters_.WriteTo(output, _repeated_userCharacters_codec); + liveWallPapers_.WriteTo(output, _repeated_liveWallPapers_codec); + userTitleList_.WriteTo(output, _repeated_userTitleList_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 (BuyCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(BuyCount); + } + userItems_.WriteTo(ref output, _repeated_userItems_codec); + currency_.WriteTo(ref output, _repeated_currency_codec); + character_.WriteTo(ref output, _repeated_character_codec); + autoCharge_.WriteTo(ref output, _repeated_autoCharge_codec); + item_.WriteTo(ref output, _repeated_item_codec); + userCharacters_.WriteTo(ref output, _repeated_userCharacters_codec); + liveWallPapers_.WriteTo(ref output, _repeated_liveWallPapers_codec); + userTitleList_.WriteTo(ref output, _repeated_userTitleList_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 (BuyCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyCount); + } + size += userItems_.CalculateSize(_repeated_userItems_codec); + size += currency_.CalculateSize(_repeated_currency_codec); + size += character_.CalculateSize(_repeated_character_codec); + size += autoCharge_.CalculateSize(_repeated_autoCharge_codec); + size += item_.CalculateSize(_repeated_item_codec); + size += userCharacters_.CalculateSize(_repeated_userCharacters_codec); + size += liveWallPapers_.CalculateSize(_repeated_liveWallPapers_codec); + size += userTitleList_.CalculateSize(_repeated_userTitleList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShopBuyProductData other) { + if (other == null) { + return; + } + if (other.BuyCount != 0) { + BuyCount = other.BuyCount; + } + userItems_.Add(other.userItems_); + currency_.Add(other.currency_); + character_.Add(other.character_); + autoCharge_.Add(other.autoCharge_); + item_.Add(other.item_); + userCharacters_.Add(other.userCharacters_); + liveWallPapers_.Add(other.liveWallPapers_); + userTitleList_.Add(other.userTitleList_); + _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: { + BuyCount = input.ReadInt32(); + break; + } + case 18: { + userItems_.AddEntriesFrom(input, _repeated_userItems_codec); + break; + } + case 26: { + currency_.AddEntriesFrom(input, _repeated_currency_codec); + break; + } + case 34: { + character_.AddEntriesFrom(input, _repeated_character_codec); + break; + } + case 42: { + autoCharge_.AddEntriesFrom(input, _repeated_autoCharge_codec); + break; + } + case 50: { + item_.AddEntriesFrom(input, _repeated_item_codec); + break; + } + case 58: { + userCharacters_.AddEntriesFrom(input, _repeated_userCharacters_codec); + break; + } + case 66: + case 64: { + liveWallPapers_.AddEntriesFrom(input, _repeated_liveWallPapers_codec); + break; + } + case 74: + case 72: { + userTitleList_.AddEntriesFrom(input, _repeated_userTitleList_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: { + BuyCount = input.ReadInt32(); + break; + } + case 18: { + userItems_.AddEntriesFrom(ref input, _repeated_userItems_codec); + break; + } + case 26: { + currency_.AddEntriesFrom(ref input, _repeated_currency_codec); + break; + } + case 34: { + character_.AddEntriesFrom(ref input, _repeated_character_codec); + break; + } + case 42: { + autoCharge_.AddEntriesFrom(ref input, _repeated_autoCharge_codec); + break; + } + case 50: { + item_.AddEntriesFrom(ref input, _repeated_item_codec); + break; + } + case 58: { + userCharacters_.AddEntriesFrom(ref input, _repeated_userCharacters_codec); + break; + } + case 66: + case 64: { + liveWallPapers_.AddEntriesFrom(ref input, _repeated_liveWallPapers_codec); + break; + } + case 74: + case 72: { + userTitleList_.AddEntriesFrom(ref input, _repeated_userTitleList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetInAppShopBuyProductData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetInAppShopBuyProductData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[401]; } + } + + [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 NetInAppShopBuyProductData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopBuyProductData(NetInAppShopBuyProductData other) : this() { + buyCount_ = other.buyCount_; + item_ = other.item_.Clone(); + currency_ = other.currency_.Clone(); + characterCostume_ = other.characterCostume_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopBuyProductData Clone() { + return new NetInAppShopBuyProductData(this); + } + + /// Field number for the "BuyCount" field. + public const int BuyCountFieldNumber = 1; + private int buyCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyCount { + get { return buyCount_; } + set { + buyCount_ = value; + } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_item_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField item_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Item { + get { return item_; } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currency_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetCurrencyData.Parser); + private readonly pbc::RepeatedField currency_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currency { + get { return currency_; } + } + + /// Field number for the "CharacterCostume" field. + public const int CharacterCostumeFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_characterCostume_codec + = pb::FieldCodec.ForInt32(34); + private readonly pbc::RepeatedField characterCostume_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharacterCostume { + get { return characterCostume_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetInAppShopBuyProductData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetInAppShopBuyProductData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BuyCount != other.BuyCount) return false; + if(!item_.Equals(other.item_)) return false; + if(!currency_.Equals(other.currency_)) return false; + if(!characterCostume_.Equals(other.characterCostume_)) 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 (BuyCount != 0) hash ^= BuyCount.GetHashCode(); + hash ^= item_.GetHashCode(); + hash ^= currency_.GetHashCode(); + hash ^= characterCostume_.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 (BuyCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(BuyCount); + } + item_.WriteTo(output, _repeated_item_codec); + currency_.WriteTo(output, _repeated_currency_codec); + characterCostume_.WriteTo(output, _repeated_characterCostume_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 (BuyCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(BuyCount); + } + item_.WriteTo(ref output, _repeated_item_codec); + currency_.WriteTo(ref output, _repeated_currency_codec); + characterCostume_.WriteTo(ref output, _repeated_characterCostume_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 (BuyCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyCount); + } + size += item_.CalculateSize(_repeated_item_codec); + size += currency_.CalculateSize(_repeated_currency_codec); + size += characterCostume_.CalculateSize(_repeated_characterCostume_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetInAppShopBuyProductData other) { + if (other == null) { + return; + } + if (other.BuyCount != 0) { + BuyCount = other.BuyCount; + } + item_.Add(other.item_); + currency_.Add(other.currency_); + characterCostume_.Add(other.characterCostume_); + _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: { + BuyCount = input.ReadInt32(); + break; + } + case 18: { + item_.AddEntriesFrom(input, _repeated_item_codec); + break; + } + case 26: { + currency_.AddEntriesFrom(input, _repeated_currency_codec); + break; + } + case 34: + case 32: { + characterCostume_.AddEntriesFrom(input, _repeated_characterCostume_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: { + BuyCount = input.ReadInt32(); + break; + } + case 18: { + item_.AddEntriesFrom(ref input, _repeated_item_codec); + break; + } + case 26: { + currency_.AddEntriesFrom(ref input, _repeated_currency_codec); + break; + } + case 34: + case 32: { + characterCostume_.AddEntriesFrom(ref input, _repeated_characterCostume_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTutorialData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTutorialData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[402]; } + } + + [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 NetTutorialData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTutorialData(NetTutorialData other) : this() { + groupId_ = other.groupId_; + lastClearedTid_ = other.lastClearedTid_; + lastClearedVersion_ = other.lastClearedVersion_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTutorialData Clone() { + return new NetTutorialData(this); + } + + /// Field number for the "GroupId" field. + public const int GroupIdFieldNumber = 1; + private int groupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GroupId { + get { return groupId_; } + set { + groupId_ = value; + } + } + + /// Field number for the "LastClearedTid" field. + public const int LastClearedTidFieldNumber = 2; + private int lastClearedTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedTid { + get { return lastClearedTid_; } + set { + lastClearedTid_ = value; + } + } + + /// Field number for the "LastClearedVersion" field. + public const int LastClearedVersionFieldNumber = 3; + private int lastClearedVersion_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedVersion { + get { return lastClearedVersion_; } + set { + lastClearedVersion_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTutorialData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTutorialData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GroupId != other.GroupId) return false; + if (LastClearedTid != other.LastClearedTid) return false; + if (LastClearedVersion != other.LastClearedVersion) 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 (GroupId != 0) hash ^= GroupId.GetHashCode(); + if (LastClearedTid != 0) hash ^= LastClearedTid.GetHashCode(); + if (LastClearedVersion != 0) hash ^= LastClearedVersion.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 (GroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GroupId); + } + if (LastClearedTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastClearedTid); + } + if (LastClearedVersion != 0) { + output.WriteRawTag(24); + output.WriteInt32(LastClearedVersion); + } + 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 (GroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GroupId); + } + if (LastClearedTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastClearedTid); + } + if (LastClearedVersion != 0) { + output.WriteRawTag(24); + output.WriteInt32(LastClearedVersion); + } + 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 (GroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupId); + } + if (LastClearedTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedTid); + } + if (LastClearedVersion != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedVersion); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTutorialData other) { + if (other == null) { + return; + } + if (other.GroupId != 0) { + GroupId = other.GroupId; + } + if (other.LastClearedTid != 0) { + LastClearedTid = other.LastClearedTid; + } + if (other.LastClearedVersion != 0) { + LastClearedVersion = other.LastClearedVersion; + } + _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: { + GroupId = input.ReadInt32(); + break; + } + case 16: { + LastClearedTid = input.ReadInt32(); + break; + } + case 24: { + LastClearedVersion = 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: { + GroupId = input.ReadInt32(); + break; + } + case 16: { + LastClearedTid = input.ReadInt32(); + break; + } + case 24: { + LastClearedVersion = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBattleTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBattleTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[403]; } + } + + [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 NetBattleTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBattleTeamData(NetBattleTeamData other) : this() { + slot_ = other.slot_; + tid_ = other.tid_; + damage_ = other.damage_; + currentHp_ = other.currentHp_; + combatPower_ = other.combatPower_; + level_ = other.level_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBattleTeamData Clone() { + return new NetBattleTeamData(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 3; + private int damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "CurrentHp" field. + public const int CurrentHpFieldNumber = 4; + private int currentHp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentHp { + get { return currentHp_; } + set { + currentHp_ = value; + } + } + + /// Field number for the "CombatPower" field. + public const int CombatPowerFieldNumber = 5; + private int combatPower_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CombatPower { + get { return combatPower_; } + set { + combatPower_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 6; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 7; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetBattleTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBattleTeamData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Tid != other.Tid) return false; + if (Damage != other.Damage) return false; + if (CurrentHp != other.CurrentHp) return false; + if (CombatPower != other.CombatPower) return false; + if (Level != other.Level) return false; + if (Csn != other.Csn) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Damage != 0) hash ^= Damage.GetHashCode(); + if (CurrentHp != 0) hash ^= CurrentHp.GetHashCode(); + if (CombatPower != 0) hash ^= CombatPower.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Damage != 0) { + output.WriteRawTag(24); + output.WriteInt32(Damage); + } + if (CurrentHp != 0) { + output.WriteRawTag(32); + output.WriteInt32(CurrentHp); + } + if (CombatPower != 0) { + output.WriteRawTag(40); + output.WriteInt32(CombatPower); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Csn != 0L) { + output.WriteRawTag(56); + output.WriteInt64(Csn); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Damage != 0) { + output.WriteRawTag(24); + output.WriteInt32(Damage); + } + if (CurrentHp != 0) { + output.WriteRawTag(32); + output.WriteInt32(CurrentHp); + } + if (CombatPower != 0) { + output.WriteRawTag(40); + output.WriteInt32(CombatPower); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Csn != 0L) { + output.WriteRawTag(56); + output.WriteInt64(Csn); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Damage != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Damage); + } + if (CurrentHp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentHp); + } + if (CombatPower != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CombatPower); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBattleTeamData other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Damage != 0) { + Damage = other.Damage; + } + if (other.CurrentHp != 0) { + CurrentHp = other.CurrentHp; + } + if (other.CombatPower != 0) { + CombatPower = other.CombatPower; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt32(); + break; + } + case 32: { + CurrentHp = input.ReadInt32(); + break; + } + case 40: { + CombatPower = input.ReadInt32(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Csn = input.ReadInt64(); + 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt32(); + break; + } + case 32: { + CurrentHp = input.ReadInt32(); + break; + } + case 40: { + CombatPower = input.ReadInt32(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBattleData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBattleData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[404]; } + } + + [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 NetBattleData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBattleData(NetBattleData other) : this() { + autoFight_ = other.autoFight_; + autoSkill_ = other.autoSkill_; + autoFightSwitch_ = other.autoFightSwitch_; + autoSkillSwitch_ = other.autoSkillSwitch_; + characterSwitch_ = other.characterSwitch_; + battleTime_ = other.battleTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBattleData Clone() { + return new NetBattleData(this); + } + + /// Field number for the "AutoFight" field. + public const int AutoFightFieldNumber = 1; + private bool autoFight_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool AutoFight { + get { return autoFight_; } + set { + autoFight_ = value; + } + } + + /// Field number for the "AutoSkill" field. + public const int AutoSkillFieldNumber = 2; + private bool autoSkill_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool AutoSkill { + get { return autoSkill_; } + set { + autoSkill_ = value; + } + } + + /// Field number for the "AutoFightSwitch" field. + public const int AutoFightSwitchFieldNumber = 3; + private int autoFightSwitch_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AutoFightSwitch { + get { return autoFightSwitch_; } + set { + autoFightSwitch_ = value; + } + } + + /// Field number for the "AutoSkillSwitch" field. + public const int AutoSkillSwitchFieldNumber = 4; + private int autoSkillSwitch_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AutoSkillSwitch { + get { return autoSkillSwitch_; } + set { + autoSkillSwitch_ = value; + } + } + + /// Field number for the "CharacterSwitch" field. + public const int CharacterSwitchFieldNumber = 5; + private int characterSwitch_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterSwitch { + get { return characterSwitch_; } + set { + characterSwitch_ = value; + } + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 6; + private int battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetBattleData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBattleData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (AutoFight != other.AutoFight) return false; + if (AutoSkill != other.AutoSkill) return false; + if (AutoFightSwitch != other.AutoFightSwitch) return false; + if (AutoSkillSwitch != other.AutoSkillSwitch) return false; + if (CharacterSwitch != other.CharacterSwitch) return false; + if (BattleTime != other.BattleTime) 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 (AutoFight != false) hash ^= AutoFight.GetHashCode(); + if (AutoSkill != false) hash ^= AutoSkill.GetHashCode(); + if (AutoFightSwitch != 0) hash ^= AutoFightSwitch.GetHashCode(); + if (AutoSkillSwitch != 0) hash ^= AutoSkillSwitch.GetHashCode(); + if (CharacterSwitch != 0) hash ^= CharacterSwitch.GetHashCode(); + if (BattleTime != 0) hash ^= BattleTime.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 (AutoFight != false) { + output.WriteRawTag(8); + output.WriteBool(AutoFight); + } + if (AutoSkill != false) { + output.WriteRawTag(16); + output.WriteBool(AutoSkill); + } + if (AutoFightSwitch != 0) { + output.WriteRawTag(24); + output.WriteInt32(AutoFightSwitch); + } + if (AutoSkillSwitch != 0) { + output.WriteRawTag(32); + output.WriteInt32(AutoSkillSwitch); + } + if (CharacterSwitch != 0) { + output.WriteRawTag(40); + output.WriteInt32(CharacterSwitch); + } + if (BattleTime != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleTime); + } + 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 (AutoFight != false) { + output.WriteRawTag(8); + output.WriteBool(AutoFight); + } + if (AutoSkill != false) { + output.WriteRawTag(16); + output.WriteBool(AutoSkill); + } + if (AutoFightSwitch != 0) { + output.WriteRawTag(24); + output.WriteInt32(AutoFightSwitch); + } + if (AutoSkillSwitch != 0) { + output.WriteRawTag(32); + output.WriteInt32(AutoSkillSwitch); + } + if (CharacterSwitch != 0) { + output.WriteRawTag(40); + output.WriteInt32(CharacterSwitch); + } + if (BattleTime != 0) { + output.WriteRawTag(48); + output.WriteInt32(BattleTime); + } + 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 (AutoFight != false) { + size += 1 + 1; + } + if (AutoSkill != false) { + size += 1 + 1; + } + if (AutoFightSwitch != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AutoFightSwitch); + } + if (AutoSkillSwitch != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AutoSkillSwitch); + } + if (CharacterSwitch != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterSwitch); + } + if (BattleTime != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBattleData other) { + if (other == null) { + return; + } + if (other.AutoFight != false) { + AutoFight = other.AutoFight; + } + if (other.AutoSkill != false) { + AutoSkill = other.AutoSkill; + } + if (other.AutoFightSwitch != 0) { + AutoFightSwitch = other.AutoFightSwitch; + } + if (other.AutoSkillSwitch != 0) { + AutoSkillSwitch = other.AutoSkillSwitch; + } + if (other.CharacterSwitch != 0) { + CharacterSwitch = other.CharacterSwitch; + } + if (other.BattleTime != 0) { + BattleTime = other.BattleTime; + } + _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: { + AutoFight = input.ReadBool(); + break; + } + case 16: { + AutoSkill = input.ReadBool(); + break; + } + case 24: { + AutoFightSwitch = input.ReadInt32(); + break; + } + case 32: { + AutoSkillSwitch = input.ReadInt32(); + break; + } + case 40: { + CharacterSwitch = input.ReadInt32(); + break; + } + case 48: { + BattleTime = 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: { + AutoFight = input.ReadBool(); + break; + } + case 16: { + AutoSkill = input.ReadBool(); + break; + } + case 24: { + AutoFightSwitch = input.ReadInt32(); + break; + } + case 32: { + AutoSkillSwitch = input.ReadInt32(); + break; + } + case 40: { + CharacterSwitch = input.ReadInt32(); + break; + } + case 48: { + BattleTime = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFieldStageData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFieldStageData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[405]; } + } + + [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 NetFieldStageData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldStageData(NetFieldStageData other) : this() { + positionId_ = other.positionId_; + stageId_ = other.stageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldStageData Clone() { + return new NetFieldStageData(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 1; + private string positionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PositionId { + get { return positionId_; } + set { + positionId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFieldStageData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFieldStageData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) return false; + if (StageId != other.StageId) 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 (PositionId.Length != 0) hash ^= PositionId.GetHashCode(); + if (StageId != 0) hash ^= StageId.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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (PositionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PositionId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFieldStageData other) { + if (other == null) { + return; + } + if (other.PositionId.Length != 0) { + PositionId = other.PositionId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + _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: { + PositionId = input.ReadString(); + break; + } + case 16: { + StageId = 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 10: { + PositionId = input.ReadString(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFieldObjectData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFieldObjectData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[406]; } + } + + [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 NetFieldObjectData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldObjectData(NetFieldObjectData other) : this() { + stages_ = other.stages_.Clone(); + objects_ = other.objects_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldObjectData Clone() { + return new NetFieldObjectData(this); + } + + /// Field number for the "Stages" field. + public const int StagesFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_stages_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetFieldStageData.Parser); + private readonly pbc::RepeatedField stages_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Stages { + get { return stages_; } + } + + /// Field number for the "Objects" field. + public const int ObjectsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_objects_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetFieldObject.Parser); + private readonly pbc::RepeatedField objects_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Objects { + get { return objects_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFieldObjectData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFieldObjectData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!stages_.Equals(other.stages_)) return false; + if(!objects_.Equals(other.objects_)) 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 ^= stages_.GetHashCode(); + hash ^= objects_.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 + stages_.WriteTo(output, _repeated_stages_codec); + objects_.WriteTo(output, _repeated_objects_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) { + stages_.WriteTo(ref output, _repeated_stages_codec); + objects_.WriteTo(ref output, _repeated_objects_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 += stages_.CalculateSize(_repeated_stages_codec); + size += objects_.CalculateSize(_repeated_objects_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFieldObjectData other) { + if (other == null) { + return; + } + stages_.Add(other.stages_); + objects_.Add(other.objects_); + _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: { + stages_.AddEntriesFrom(input, _repeated_stages_codec); + break; + } + case 18: { + objects_.AddEntriesFrom(input, _repeated_objects_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: { + stages_.AddEntriesFrom(ref input, _repeated_stages_codec); + break; + } + case 18: { + objects_.AddEntriesFrom(ref input, _repeated_objects_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetVector3 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetVector3()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[407]; } + } + + [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 NetVector3() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetVector3(NetVector3 other) : this() { + x_ = other.x_; + y_ = other.y_; + z_ = other.z_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetVector3 Clone() { + return new NetVector3(this); + } + + /// Field number for the "X" field. + public const int XFieldNumber = 1; + private float x_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float X { + get { return x_; } + set { + x_ = value; + } + } + + /// Field number for the "Y" field. + public const int YFieldNumber = 2; + 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 "Z" field. + public const int ZFieldNumber = 3; + private float z_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float Z { + get { return z_; } + set { + z_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetVector3); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetVector3 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(X, other.X)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Y, other.Y)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Z, other.Z)) 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 (X != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(X); + if (Y != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Y); + if (Z != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Z); + 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(13); + output.WriteFloat(X); + } + if (Y != 0F) { + output.WriteRawTag(21); + output.WriteFloat(Y); + } + if (Z != 0F) { + output.WriteRawTag(29); + output.WriteFloat(Z); + } + 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(13); + output.WriteFloat(X); + } + if (Y != 0F) { + output.WriteRawTag(21); + output.WriteFloat(Y); + } + if (Z != 0F) { + output.WriteRawTag(29); + output.WriteFloat(Z); + } + 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 (X != 0F) { + size += 1 + 4; + } + if (Y != 0F) { + size += 1 + 4; + } + if (Z != 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(NetVector3 other) { + if (other == null) { + return; + } + if (other.X != 0F) { + X = other.X; + } + if (other.Y != 0F) { + Y = other.Y; + } + if (other.Z != 0F) { + Z = other.Z; + } + _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 13: { + X = input.ReadFloat(); + break; + } + case 21: { + Y = input.ReadFloat(); + break; + } + case 29: { + Z = 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 13: { + X = input.ReadFloat(); + break; + } + case 21: { + Y = input.ReadFloat(); + break; + } + case 29: { + Z = input.ReadFloat(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[408]; } + } + + [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 NetFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldObject(NetFieldObject other) : this() { + actionAt_ = other.actionAt_; + type_ = other.type_; + positionId_ = other.positionId_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldObject Clone() { + return new NetFieldObject(this); + } + + /// Field number for the "ActionAt" field. + public const int ActionAtFieldNumber = 1; + private long actionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ActionAt { + get { return actionAt_; } + set { + actionAt_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 3; + private string positionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PositionId { + get { return positionId_; } + set { + positionId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 NetFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ActionAt != other.ActionAt) return false; + if (Type != other.Type) return false; + if (PositionId != other.PositionId) return false; + if (Json != other.Json) 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 (ActionAt != 0L) hash ^= ActionAt.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (PositionId.Length != 0) hash ^= PositionId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (ActionAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(ActionAt); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (PositionId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(PositionId); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + 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 (ActionAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(ActionAt); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (PositionId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(PositionId); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + 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 (ActionAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ActionAt); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (PositionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PositionId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFieldObject other) { + if (other == null) { + return; + } + if (other.ActionAt != 0L) { + ActionAt = other.ActionAt; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.PositionId.Length != 0) { + PositionId = other.PositionId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + ActionAt = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + PositionId = input.ReadString(); + break; + } + case 34: { + Json = 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: { + ActionAt = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + PositionId = input.ReadString(); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShootingRangeRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShootingRangeRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[409]; } + } + + [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 NetShootingRangeRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeRankingData(NetShootingRangeRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeRankingData Clone() { + return new NetShootingRangeRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShootingRangeRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShootingRangeRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShootingRangeRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[410]; } + } + + [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 NetUnionRaidRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidRankingData(NetUnionRaidRankingData other) : this() { + guildData_ = other.guildData_ != null ? other.guildData_.Clone() : null; + tier_ = other.tier_; + rankInfo_ = other.rankInfo_ != null ? other.rankInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidRankingData Clone() { + return new NetUnionRaidRankingData(this); + } + + /// Field number for the "GuildData" field. + public const int GuildDataFieldNumber = 1; + private global::EpinelPS.NetSimpleGuildData guildData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimpleGuildData GuildData { + get { return guildData_; } + set { + guildData_ = value; + } + } + + /// Field number for the "Tier" field. + public const int TierFieldNumber = 3; + private int tier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tier { + get { return tier_; } + set { + tier_ = value; + } + } + + /// Field number for the "RankInfo" field. + public const int RankInfoFieldNumber = 4; + private global::EpinelPS.NetUnionRaidRankInfo rankInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidRankInfo RankInfo { + get { return rankInfo_; } + set { + rankInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(GuildData, other.GuildData)) return false; + if (Tier != other.Tier) return false; + if (!object.Equals(RankInfo, other.RankInfo)) 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 (guildData_ != null) hash ^= GuildData.GetHashCode(); + if (Tier != 0) hash ^= Tier.GetHashCode(); + if (rankInfo_ != null) hash ^= RankInfo.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 (guildData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(GuildData); + } + if (Tier != 0) { + output.WriteRawTag(24); + output.WriteInt32(Tier); + } + if (rankInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(RankInfo); + } + 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 (guildData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(GuildData); + } + if (Tier != 0) { + output.WriteRawTag(24); + output.WriteInt32(Tier); + } + if (rankInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(RankInfo); + } + 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 (guildData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GuildData); + } + if (Tier != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tier); + } + if (rankInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RankInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidRankingData other) { + if (other == null) { + return; + } + if (other.guildData_ != null) { + if (guildData_ == null) { + GuildData = new global::EpinelPS.NetSimpleGuildData(); + } + GuildData.MergeFrom(other.GuildData); + } + if (other.Tier != 0) { + Tier = other.Tier; + } + if (other.rankInfo_ != null) { + if (rankInfo_ == null) { + RankInfo = new global::EpinelPS.NetUnionRaidRankInfo(); + } + RankInfo.MergeFrom(other.RankInfo); + } + _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: { + if (guildData_ == null) { + GuildData = new global::EpinelPS.NetSimpleGuildData(); + } + input.ReadMessage(GuildData); + break; + } + case 24: { + Tier = input.ReadInt32(); + break; + } + case 34: { + if (rankInfo_ == null) { + RankInfo = new global::EpinelPS.NetUnionRaidRankInfo(); + } + input.ReadMessage(RankInfo); + 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: { + if (guildData_ == null) { + GuildData = new global::EpinelPS.NetSimpleGuildData(); + } + input.ReadMessage(GuildData); + break; + } + case 24: { + Tier = input.ReadInt32(); + break; + } + case 34: { + if (rankInfo_ == null) { + RankInfo = new global::EpinelPS.NetUnionRaidRankInfo(); + } + input.ReadMessage(RankInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidGuildInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidGuildInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[411]; } + } + + [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 NetUnionRaidGuildInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidGuildInfo(NetUnionRaidGuildInfo other) : this() { + gsn_ = other.gsn_; + ranking_ = other.ranking_; + achieveLevel_ = other.achieveLevel_; + achieveStep_ = other.achieveStep_; + leftHp_ = other.leftHp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidGuildInfo Clone() { + return new NetUnionRaidGuildInfo(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Ranking" field. + public const int RankingFieldNumber = 2; + private int ranking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ranking { + get { return ranking_; } + set { + ranking_ = value; + } + } + + /// Field number for the "AchieveLevel" field. + public const int AchieveLevelFieldNumber = 3; + private int achieveLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AchieveLevel { + get { return achieveLevel_; } + set { + achieveLevel_ = value; + } + } + + /// Field number for the "AchieveStep" field. + public const int AchieveStepFieldNumber = 4; + private int achieveStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AchieveStep { + get { return achieveStep_; } + set { + achieveStep_ = value; + } + } + + /// Field number for the "LeftHp" field. + public const int LeftHpFieldNumber = 5; + private long leftHp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LeftHp { + get { return leftHp_; } + set { + leftHp_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidGuildInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidGuildInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Ranking != other.Ranking) return false; + if (AchieveLevel != other.AchieveLevel) return false; + if (AchieveStep != other.AchieveStep) return false; + if (LeftHp != other.LeftHp) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Ranking != 0) hash ^= Ranking.GetHashCode(); + if (AchieveLevel != 0) hash ^= AchieveLevel.GetHashCode(); + if (AchieveStep != 0) hash ^= AchieveStep.GetHashCode(); + if (LeftHp != 0L) hash ^= LeftHp.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Ranking != 0) { + output.WriteRawTag(16); + output.WriteInt32(Ranking); + } + if (AchieveLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(AchieveLevel); + } + if (AchieveStep != 0) { + output.WriteRawTag(32); + output.WriteInt32(AchieveStep); + } + if (LeftHp != 0L) { + output.WriteRawTag(40); + output.WriteInt64(LeftHp); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Ranking != 0) { + output.WriteRawTag(16); + output.WriteInt32(Ranking); + } + if (AchieveLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(AchieveLevel); + } + if (AchieveStep != 0) { + output.WriteRawTag(32); + output.WriteInt32(AchieveStep); + } + if (LeftHp != 0L) { + output.WriteRawTag(40); + output.WriteInt64(LeftHp); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Ranking != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ranking); + } + if (AchieveLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AchieveLevel); + } + if (AchieveStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AchieveStep); + } + if (LeftHp != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LeftHp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidGuildInfo other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Ranking != 0) { + Ranking = other.Ranking; + } + if (other.AchieveLevel != 0) { + AchieveLevel = other.AchieveLevel; + } + if (other.AchieveStep != 0) { + AchieveStep = other.AchieveStep; + } + if (other.LeftHp != 0L) { + LeftHp = other.LeftHp; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + Ranking = input.ReadInt32(); + break; + } + case 24: { + AchieveLevel = input.ReadInt32(); + break; + } + case 32: { + AchieveStep = input.ReadInt32(); + break; + } + case 40: { + LeftHp = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + Ranking = input.ReadInt32(); + break; + } + case 24: { + AchieveLevel = input.ReadInt32(); + break; + } + case 32: { + AchieveStep = input.ReadInt32(); + break; + } + case 40: { + LeftHp = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidRankInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidRankInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[412]; } + } + + [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 NetUnionRaidRankInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidRankInfo(NetUnionRaidRankInfo other) : this() { + ranking_ = other.ranking_; + totalDamage_ = other.totalDamage_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidRankInfo Clone() { + return new NetUnionRaidRankInfo(this); + } + + /// Field number for the "Ranking" field. + public const int RankingFieldNumber = 1; + private int ranking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ranking { + get { return ranking_; } + set { + ranking_ = value; + } + } + + /// Field number for the "TotalDamage" field. + public const int TotalDamageFieldNumber = 2; + private long totalDamage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long 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 NetUnionRaidRankInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidRankInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ranking != other.Ranking) 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 (Ranking != 0) hash ^= Ranking.GetHashCode(); + if (TotalDamage != 0L) 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 (Ranking != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ranking); + } + if (TotalDamage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(TotalDamage); + } + 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 (Ranking != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ranking); + } + if (TotalDamage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(TotalDamage); + } + 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 (Ranking != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ranking); + } + if (TotalDamage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TotalDamage); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidRankInfo other) { + if (other == null) { + return; + } + if (other.Ranking != 0) { + Ranking = other.Ranking; + } + if (other.TotalDamage != 0L) { + 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: { + Ranking = input.ReadInt32(); + break; + } + case 16: { + TotalDamage = input.ReadInt64(); + 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: { + Ranking = input.ReadInt32(); + break; + } + case 16: { + TotalDamage = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatBattleTLogAdditionalInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatBattleTLogAdditionalInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[413]; } + } + + [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 NetAntiCheatBattleTLogAdditionalInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatBattleTLogAdditionalInfo(NetAntiCheatBattleTLogAdditionalInfo other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatBattleTLogAdditionalInfo Clone() { + return new NetAntiCheatBattleTLogAdditionalInfo(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatBattleTLogAdditionalInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatBattleTLogAdditionalInfo 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(NetAntiCheatBattleTLogAdditionalInfo 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatBattleData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatBattleData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[414]; } + } + + [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 NetAntiCheatBattleData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatBattleData(NetAntiCheatBattleData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatBattleData Clone() { + return new NetAntiCheatBattleData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatBattleData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatBattleData 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(NetAntiCheatBattleData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatArenaBattleData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatArenaBattleData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[415]; } + } + + [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 NetAntiCheatArenaBattleData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatArenaBattleData(NetAntiCheatArenaBattleData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatArenaBattleData Clone() { + return new NetAntiCheatArenaBattleData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatArenaBattleData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatArenaBattleData 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(NetAntiCheatArenaBattleData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[416]; } + } + + [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 NetAntiCheatCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacter(NetAntiCheatCharacter other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacter Clone() { + return new NetAntiCheatCharacter(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatCharacter 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(NetAntiCheatCharacter 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatCharacterStat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatCharacterStat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[417]; } + } + + [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 NetAntiCheatCharacterStat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterStat(NetAntiCheatCharacterStat other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterStat Clone() { + return new NetAntiCheatCharacterStat(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatCharacterStat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatCharacterStat 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(NetAntiCheatCharacterStat 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatCharacterSpec : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatCharacterSpec()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[418]; } + } + + [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 NetAntiCheatCharacterSpec() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterSpec(NetAntiCheatCharacterSpec other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterSpec Clone() { + return new NetAntiCheatCharacterSpec(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatCharacterSpec); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatCharacterSpec 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(NetAntiCheatCharacterSpec 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatItemData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatItemData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[419]; } + } + + [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 NetAntiCheatItemData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatItemData(NetAntiCheatItemData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatItemData Clone() { + return new NetAntiCheatItemData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatItemData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatItemData 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(NetAntiCheatItemData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatCharacterAttackData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatCharacterAttackData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[420]; } + } + + [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 NetAntiCheatCharacterAttackData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterAttackData(NetAntiCheatCharacterAttackData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterAttackData Clone() { + return new NetAntiCheatCharacterAttackData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatCharacterAttackData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatCharacterAttackData 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(NetAntiCheatCharacterAttackData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatCharacterSkillData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatCharacterSkillData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[421]; } + } + + [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 NetAntiCheatCharacterSkillData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterSkillData(NetAntiCheatCharacterSkillData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatCharacterSkillData Clone() { + return new NetAntiCheatCharacterSkillData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatCharacterSkillData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatCharacterSkillData 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(NetAntiCheatCharacterSkillData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatHpData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatHpData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[422]; } + } + + [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 NetAntiCheatHpData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatHpData(NetAntiCheatHpData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatHpData Clone() { + return new NetAntiCheatHpData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatHpData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatHpData 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(NetAntiCheatHpData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatGiveHealData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatGiveHealData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[423]; } + } + + [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 NetAntiCheatGiveHealData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatGiveHealData(NetAntiCheatGiveHealData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatGiveHealData Clone() { + return new NetAntiCheatGiveHealData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatGiveHealData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatGiveHealData 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(NetAntiCheatGiveHealData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatMonster : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatMonster()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[424]; } + } + + [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 NetAntiCheatMonster() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatMonster(NetAntiCheatMonster other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatMonster Clone() { + return new NetAntiCheatMonster(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatMonster); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatMonster 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(NetAntiCheatMonster 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatMonsterAttackData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatMonsterAttackData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[425]; } + } + + [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 NetAntiCheatMonsterAttackData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatMonsterAttackData(NetAntiCheatMonsterAttackData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatMonsterAttackData Clone() { + return new NetAntiCheatMonsterAttackData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatMonsterAttackData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatMonsterAttackData 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(NetAntiCheatMonsterAttackData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatStatFunctionAttackData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatStatFunctionAttackData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[426]; } + } + + [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 NetAntiCheatStatFunctionAttackData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatStatFunctionAttackData(NetAntiCheatStatFunctionAttackData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatStatFunctionAttackData Clone() { + return new NetAntiCheatStatFunctionAttackData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatStatFunctionAttackData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatStatFunctionAttackData 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(NetAntiCheatStatFunctionAttackData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatStatFunctionHpData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatStatFunctionHpData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[427]; } + } + + [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 NetAntiCheatStatFunctionHpData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatStatFunctionHpData(NetAntiCheatStatFunctionHpData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatStatFunctionHpData Clone() { + return new NetAntiCheatStatFunctionHpData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatStatFunctionHpData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatStatFunctionHpData 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(NetAntiCheatStatFunctionHpData 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAntiCheatStatFunctionGiveHealData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAntiCheatStatFunctionGiveHealData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[428]; } + } + + [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 NetAntiCheatStatFunctionGiveHealData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatStatFunctionGiveHealData(NetAntiCheatStatFunctionGiveHealData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAntiCheatStatFunctionGiveHealData Clone() { + return new NetAntiCheatStatFunctionGiveHealData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAntiCheatStatFunctionGiveHealData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAntiCheatStatFunctionGiveHealData 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(NetAntiCheatStatFunctionGiveHealData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserDispatchData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserDispatchData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[429]; } + } + + [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 NetUserDispatchData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserDispatchData(NetUserDispatchData other) : this() { + tid_ = other.tid_; + isRun_ = other.isRun_; + startAt_ = other.startAt_; + endAt_ = other.endAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserDispatchData Clone() { + return new NetUserDispatchData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "IsRun" field. + public const int IsRunFieldNumber = 2; + private int isRun_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int IsRun { + get { return isRun_; } + set { + isRun_ = value; + } + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 3; + private long startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 4; + private long endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserDispatchData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserDispatchData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (IsRun != other.IsRun) return false; + if (StartAt != other.StartAt) return false; + if (EndAt != other.EndAt) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (IsRun != 0) hash ^= IsRun.GetHashCode(); + if (StartAt != 0L) hash ^= StartAt.GetHashCode(); + if (EndAt != 0L) hash ^= EndAt.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (IsRun != 0) { + output.WriteRawTag(16); + output.WriteInt32(IsRun); + } + if (StartAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(StartAt); + } + if (EndAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(EndAt); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (IsRun != 0) { + output.WriteRawTag(16); + output.WriteInt32(IsRun); + } + if (StartAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(StartAt); + } + if (EndAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(EndAt); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (IsRun != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(IsRun); + } + if (StartAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartAt); + } + if (EndAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserDispatchData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.IsRun != 0) { + IsRun = other.IsRun; + } + if (other.StartAt != 0L) { + StartAt = other.StartAt; + } + if (other.EndAt != 0L) { + EndAt = other.EndAt; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + IsRun = input.ReadInt32(); + break; + } + case 24: { + StartAt = input.ReadInt64(); + break; + } + case 32: { + EndAt = input.ReadInt64(); + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + IsRun = input.ReadInt32(); + break; + } + case 24: { + StartAt = input.ReadInt64(); + break; + } + case 32: { + EndAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSelectableDispatchData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSelectableDispatchData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[430]; } + } + + [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 NetSelectableDispatchData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSelectableDispatchData(NetSelectableDispatchData other) : this() { + dispatchGroupId_ = other.dispatchGroupId_; + selectTid_ = other.selectTid_; + selectSlotId_ = other.selectSlotId_; + isRun_ = other.isRun_; + startAt_ = other.startAt_; + endAt_ = other.endAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSelectableDispatchData Clone() { + return new NetSelectableDispatchData(this); + } + + /// Field number for the "DispatchGroupId" field. + public const int DispatchGroupIdFieldNumber = 1; + private int dispatchGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DispatchGroupId { + get { return dispatchGroupId_; } + set { + dispatchGroupId_ = value; + } + } + + /// Field number for the "SelectTid" field. + public const int SelectTidFieldNumber = 2; + private int selectTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectTid { + get { return selectTid_; } + set { + selectTid_ = value; + } + } + + /// Field number for the "SelectSlotId" field. + public const int SelectSlotIdFieldNumber = 3; + private int selectSlotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectSlotId { + get { return selectSlotId_; } + set { + selectSlotId_ = value; + } + } + + /// Field number for the "IsRun" field. + public const int IsRunFieldNumber = 4; + private bool isRun_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsRun { + get { return isRun_; } + set { + isRun_ = value; + } + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 5; + private long startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 6; + private long endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSelectableDispatchData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSelectableDispatchData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DispatchGroupId != other.DispatchGroupId) return false; + if (SelectTid != other.SelectTid) return false; + if (SelectSlotId != other.SelectSlotId) return false; + if (IsRun != other.IsRun) return false; + if (StartAt != other.StartAt) return false; + if (EndAt != other.EndAt) 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 (DispatchGroupId != 0) hash ^= DispatchGroupId.GetHashCode(); + if (SelectTid != 0) hash ^= SelectTid.GetHashCode(); + if (SelectSlotId != 0) hash ^= SelectSlotId.GetHashCode(); + if (IsRun != false) hash ^= IsRun.GetHashCode(); + if (StartAt != 0L) hash ^= StartAt.GetHashCode(); + if (EndAt != 0L) hash ^= EndAt.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 (DispatchGroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DispatchGroupId); + } + if (SelectTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(SelectTid); + } + if (SelectSlotId != 0) { + output.WriteRawTag(24); + output.WriteInt32(SelectSlotId); + } + if (IsRun != false) { + output.WriteRawTag(32); + output.WriteBool(IsRun); + } + if (StartAt != 0L) { + output.WriteRawTag(40); + output.WriteInt64(StartAt); + } + if (EndAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(EndAt); + } + 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 (DispatchGroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DispatchGroupId); + } + if (SelectTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(SelectTid); + } + if (SelectSlotId != 0) { + output.WriteRawTag(24); + output.WriteInt32(SelectSlotId); + } + if (IsRun != false) { + output.WriteRawTag(32); + output.WriteBool(IsRun); + } + if (StartAt != 0L) { + output.WriteRawTag(40); + output.WriteInt64(StartAt); + } + if (EndAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(EndAt); + } + 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 (DispatchGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DispatchGroupId); + } + if (SelectTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectTid); + } + if (SelectSlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectSlotId); + } + if (IsRun != false) { + size += 1 + 1; + } + if (StartAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartAt); + } + if (EndAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSelectableDispatchData other) { + if (other == null) { + return; + } + if (other.DispatchGroupId != 0) { + DispatchGroupId = other.DispatchGroupId; + } + if (other.SelectTid != 0) { + SelectTid = other.SelectTid; + } + if (other.SelectSlotId != 0) { + SelectSlotId = other.SelectSlotId; + } + if (other.IsRun != false) { + IsRun = other.IsRun; + } + if (other.StartAt != 0L) { + StartAt = other.StartAt; + } + if (other.EndAt != 0L) { + EndAt = other.EndAt; + } + _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: { + DispatchGroupId = input.ReadInt32(); + break; + } + case 16: { + SelectTid = input.ReadInt32(); + break; + } + case 24: { + SelectSlotId = input.ReadInt32(); + break; + } + case 32: { + IsRun = input.ReadBool(); + break; + } + case 40: { + StartAt = input.ReadInt64(); + break; + } + case 48: { + EndAt = input.ReadInt64(); + 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: { + DispatchGroupId = input.ReadInt32(); + break; + } + case 16: { + SelectTid = input.ReadInt32(); + break; + } + case 24: { + SelectSlotId = input.ReadInt32(); + break; + } + case 32: { + IsRun = input.ReadBool(); + break; + } + case 40: { + StartAt = input.ReadInt64(); + break; + } + case 48: { + EndAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSchedule : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSchedule()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[431]; } + } + + [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 NetSchedule() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSchedule(NetSchedule other) : this() { + switch (other.ScheduleKindOneofCase) { + case ScheduleKindOneofOneofCase.OnlyOnce: + OnlyOnce = other.OnlyOnce.Clone(); + break; + case ScheduleKindOneofOneofCase.DayOfWeek: + DayOfWeek = other.DayOfWeek.Clone(); + break; + case ScheduleKindOneofOneofCase.Periodic: + Periodic = other.Periodic.Clone(); + break; + case ScheduleKindOneofOneofCase.AllTime: + AllTime = other.AllTime.Clone(); + break; + } + + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSchedule Clone() { + return new NetSchedule(this); + } + + /// Field number for the "OnlyOnce" field. + public const int OnlyOnceFieldNumber = 1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOnlyOnceSchedule OnlyOnce { + get { return scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce ? (global::EpinelPS.NetOnlyOnceSchedule) scheduleKindOneof_ : null; } + set { + scheduleKindOneof_ = value; + scheduleKindOneofCase_ = value == null ? ScheduleKindOneofOneofCase.None : ScheduleKindOneofOneofCase.OnlyOnce; + } + } + + /// Field number for the "DayOfWeek" field. + public const int DayOfWeekFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDayOfWeekSchedule DayOfWeek { + get { return scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek ? (global::EpinelPS.NetDayOfWeekSchedule) scheduleKindOneof_ : null; } + set { + scheduleKindOneof_ = value; + scheduleKindOneofCase_ = value == null ? ScheduleKindOneofOneofCase.None : ScheduleKindOneofOneofCase.DayOfWeek; + } + } + + /// Field number for the "Periodic" field. + public const int PeriodicFieldNumber = 3; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPeriodicSchedule Periodic { + get { return scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic ? (global::EpinelPS.NetPeriodicSchedule) scheduleKindOneof_ : null; } + set { + scheduleKindOneof_ = value; + scheduleKindOneofCase_ = value == null ? ScheduleKindOneofOneofCase.None : ScheduleKindOneofOneofCase.Periodic; + } + } + + /// Field number for the "AllTime" field. + public const int AllTimeFieldNumber = 4; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAllTimeSchedule AllTime { + get { return scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime ? (global::EpinelPS.NetAllTimeSchedule) scheduleKindOneof_ : null; } + set { + scheduleKindOneof_ = value; + scheduleKindOneofCase_ = value == null ? ScheduleKindOneofOneofCase.None : ScheduleKindOneofOneofCase.AllTime; + } + } + + private object scheduleKindOneof_; + /// Enum of possible cases for the "ScheduleKindOneof" oneof. + public enum ScheduleKindOneofOneofCase { + None = 0, + OnlyOnce = 1, + DayOfWeek = 2, + Periodic = 3, + AllTime = 4, + } + private ScheduleKindOneofOneofCase scheduleKindOneofCase_ = ScheduleKindOneofOneofCase.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ScheduleKindOneofOneofCase ScheduleKindOneofCase { + get { return scheduleKindOneofCase_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearScheduleKindOneof() { + scheduleKindOneofCase_ = ScheduleKindOneofOneofCase.None; + scheduleKindOneof_ = null; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSchedule); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSchedule other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(OnlyOnce, other.OnlyOnce)) return false; + if (!object.Equals(DayOfWeek, other.DayOfWeek)) return false; + if (!object.Equals(Periodic, other.Periodic)) return false; + if (!object.Equals(AllTime, other.AllTime)) return false; + if (ScheduleKindOneofCase != other.ScheduleKindOneofCase) 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 (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce) hash ^= OnlyOnce.GetHashCode(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek) hash ^= DayOfWeek.GetHashCode(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic) hash ^= Periodic.GetHashCode(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime) hash ^= AllTime.GetHashCode(); + hash ^= (int) scheduleKindOneofCase_; + 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 (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce) { + output.WriteRawTag(10); + output.WriteMessage(OnlyOnce); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek) { + output.WriteRawTag(18); + output.WriteMessage(DayOfWeek); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic) { + output.WriteRawTag(26); + output.WriteMessage(Periodic); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime) { + output.WriteRawTag(34); + output.WriteMessage(AllTime); + } + 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 (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce) { + output.WriteRawTag(10); + output.WriteMessage(OnlyOnce); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek) { + output.WriteRawTag(18); + output.WriteMessage(DayOfWeek); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic) { + output.WriteRawTag(26); + output.WriteMessage(Periodic); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime) { + output.WriteRawTag(34); + output.WriteMessage(AllTime); + } + 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 (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OnlyOnce); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DayOfWeek); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Periodic); + } + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AllTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSchedule other) { + if (other == null) { + return; + } + switch (other.ScheduleKindOneofCase) { + case ScheduleKindOneofOneofCase.OnlyOnce: + if (OnlyOnce == null) { + OnlyOnce = new global::EpinelPS.NetOnlyOnceSchedule(); + } + OnlyOnce.MergeFrom(other.OnlyOnce); + break; + case ScheduleKindOneofOneofCase.DayOfWeek: + if (DayOfWeek == null) { + DayOfWeek = new global::EpinelPS.NetDayOfWeekSchedule(); + } + DayOfWeek.MergeFrom(other.DayOfWeek); + break; + case ScheduleKindOneofOneofCase.Periodic: + if (Periodic == null) { + Periodic = new global::EpinelPS.NetPeriodicSchedule(); + } + Periodic.MergeFrom(other.Periodic); + break; + case ScheduleKindOneofOneofCase.AllTime: + if (AllTime == null) { + AllTime = new global::EpinelPS.NetAllTimeSchedule(); + } + AllTime.MergeFrom(other.AllTime); + 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 10: { + global::EpinelPS.NetOnlyOnceSchedule subBuilder = new global::EpinelPS.NetOnlyOnceSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce) { + subBuilder.MergeFrom(OnlyOnce); + } + input.ReadMessage(subBuilder); + OnlyOnce = subBuilder; + break; + } + case 18: { + global::EpinelPS.NetDayOfWeekSchedule subBuilder = new global::EpinelPS.NetDayOfWeekSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek) { + subBuilder.MergeFrom(DayOfWeek); + } + input.ReadMessage(subBuilder); + DayOfWeek = subBuilder; + break; + } + case 26: { + global::EpinelPS.NetPeriodicSchedule subBuilder = new global::EpinelPS.NetPeriodicSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic) { + subBuilder.MergeFrom(Periodic); + } + input.ReadMessage(subBuilder); + Periodic = subBuilder; + break; + } + case 34: { + global::EpinelPS.NetAllTimeSchedule subBuilder = new global::EpinelPS.NetAllTimeSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime) { + subBuilder.MergeFrom(AllTime); + } + input.ReadMessage(subBuilder); + AllTime = 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 10: { + global::EpinelPS.NetOnlyOnceSchedule subBuilder = new global::EpinelPS.NetOnlyOnceSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.OnlyOnce) { + subBuilder.MergeFrom(OnlyOnce); + } + input.ReadMessage(subBuilder); + OnlyOnce = subBuilder; + break; + } + case 18: { + global::EpinelPS.NetDayOfWeekSchedule subBuilder = new global::EpinelPS.NetDayOfWeekSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.DayOfWeek) { + subBuilder.MergeFrom(DayOfWeek); + } + input.ReadMessage(subBuilder); + DayOfWeek = subBuilder; + break; + } + case 26: { + global::EpinelPS.NetPeriodicSchedule subBuilder = new global::EpinelPS.NetPeriodicSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.Periodic) { + subBuilder.MergeFrom(Periodic); + } + input.ReadMessage(subBuilder); + Periodic = subBuilder; + break; + } + case 34: { + global::EpinelPS.NetAllTimeSchedule subBuilder = new global::EpinelPS.NetAllTimeSchedule(); + if (scheduleKindOneofCase_ == ScheduleKindOneofOneofCase.AllTime) { + subBuilder.MergeFrom(AllTime); + } + input.ReadMessage(subBuilder); + AllTime = subBuilder; + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAllTimeSchedule : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAllTimeSchedule()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[432]; } + } + + [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 NetAllTimeSchedule() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAllTimeSchedule(NetAllTimeSchedule other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAllTimeSchedule Clone() { + return new NetAllTimeSchedule(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAllTimeSchedule); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAllTimeSchedule 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(NetAllTimeSchedule 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetOnlyOnceSchedule : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetOnlyOnceSchedule()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[433]; } + } + + [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 NetOnlyOnceSchedule() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetOnlyOnceSchedule(NetOnlyOnceSchedule other) : this() { + startAt_ = other.startAt_; + endAt_ = other.endAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetOnlyOnceSchedule Clone() { + return new NetOnlyOnceSchedule(this); + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 1; + private long startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 2; + private long endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetOnlyOnceSchedule); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetOnlyOnceSchedule other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StartAt != other.StartAt) return false; + if (EndAt != other.EndAt) 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 (StartAt != 0L) hash ^= StartAt.GetHashCode(); + if (EndAt != 0L) hash ^= EndAt.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 (StartAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(StartAt); + } + if (EndAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EndAt); + } + 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 (StartAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(StartAt); + } + if (EndAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EndAt); + } + 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 (StartAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartAt); + } + if (EndAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetOnlyOnceSchedule other) { + if (other == null) { + return; + } + if (other.StartAt != 0L) { + StartAt = other.StartAt; + } + if (other.EndAt != 0L) { + EndAt = other.EndAt; + } + _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: { + StartAt = input.ReadInt64(); + break; + } + case 16: { + EndAt = input.ReadInt64(); + 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: { + StartAt = input.ReadInt64(); + break; + } + case 16: { + EndAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDayOfWeekSchedule : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDayOfWeekSchedule()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[434]; } + } + + [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 NetDayOfWeekSchedule() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDayOfWeekSchedule(NetDayOfWeekSchedule other) : this() { + startTime_ = other.startTime_; + duration_ = other.duration_; + dayOfWeeks_ = other.dayOfWeeks_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDayOfWeekSchedule Clone() { + return new NetDayOfWeekSchedule(this); + } + + /// Field number for the "StartTime" field. + public const int StartTimeFieldNumber = 1; + private long startTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartTime { + get { return startTime_; } + set { + startTime_ = value; + } + } + + /// Field number for the "Duration" field. + public const int DurationFieldNumber = 2; + private long duration_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Duration { + get { return duration_; } + set { + duration_ = value; + } + } + + /// Field number for the "DayOfWeeks" field. + public const int DayOfWeeksFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_dayOfWeeks_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField dayOfWeeks_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DayOfWeeks { + get { return dayOfWeeks_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDayOfWeekSchedule); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDayOfWeekSchedule other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StartTime != other.StartTime) return false; + if (Duration != other.Duration) return false; + if(!dayOfWeeks_.Equals(other.dayOfWeeks_)) 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 (StartTime != 0L) hash ^= StartTime.GetHashCode(); + if (Duration != 0L) hash ^= Duration.GetHashCode(); + hash ^= dayOfWeeks_.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 (StartTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(StartTime); + } + if (Duration != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Duration); + } + dayOfWeeks_.WriteTo(output, _repeated_dayOfWeeks_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 (StartTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(StartTime); + } + if (Duration != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Duration); + } + dayOfWeeks_.WriteTo(ref output, _repeated_dayOfWeeks_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 (StartTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartTime); + } + if (Duration != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Duration); + } + size += dayOfWeeks_.CalculateSize(_repeated_dayOfWeeks_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDayOfWeekSchedule other) { + if (other == null) { + return; + } + if (other.StartTime != 0L) { + StartTime = other.StartTime; + } + if (other.Duration != 0L) { + Duration = other.Duration; + } + dayOfWeeks_.Add(other.dayOfWeeks_); + _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: { + StartTime = input.ReadInt64(); + break; + } + case 16: { + Duration = input.ReadInt64(); + break; + } + case 26: + case 24: { + dayOfWeeks_.AddEntriesFrom(input, _repeated_dayOfWeeks_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: { + StartTime = input.ReadInt64(); + break; + } + case 16: { + Duration = input.ReadInt64(); + break; + } + case 26: + case 24: { + dayOfWeeks_.AddEntriesFrom(ref input, _repeated_dayOfWeeks_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPeriodicSchedule : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPeriodicSchedule()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[435]; } + } + + [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 NetPeriodicSchedule() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPeriodicSchedule(NetPeriodicSchedule other) : this() { + initialStartTime_ = other.initialStartTime_; + duration_ = other.duration_; + period_ = other.period_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPeriodicSchedule Clone() { + return new NetPeriodicSchedule(this); + } + + /// Field number for the "InitialStartTime" field. + public const int InitialStartTimeFieldNumber = 1; + private long initialStartTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long InitialStartTime { + get { return initialStartTime_; } + set { + initialStartTime_ = value; + } + } + + /// Field number for the "Duration" field. + public const int DurationFieldNumber = 2; + private long duration_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Duration { + get { return duration_; } + set { + duration_ = value; + } + } + + /// Field number for the "Period" field. + public const int PeriodFieldNumber = 3; + private long period_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Period { + get { return period_; } + set { + period_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPeriodicSchedule); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPeriodicSchedule other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InitialStartTime != other.InitialStartTime) return false; + if (Duration != other.Duration) return false; + if (Period != other.Period) 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 (InitialStartTime != 0L) hash ^= InitialStartTime.GetHashCode(); + if (Duration != 0L) hash ^= Duration.GetHashCode(); + if (Period != 0L) hash ^= Period.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 (InitialStartTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(InitialStartTime); + } + if (Duration != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Duration); + } + if (Period != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Period); + } + 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 (InitialStartTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(InitialStartTime); + } + if (Duration != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Duration); + } + if (Period != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Period); + } + 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 (InitialStartTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(InitialStartTime); + } + if (Duration != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Duration); + } + if (Period != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Period); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPeriodicSchedule other) { + if (other == null) { + return; + } + if (other.InitialStartTime != 0L) { + InitialStartTime = other.InitialStartTime; + } + if (other.Duration != 0L) { + Duration = other.Duration; + } + if (other.Period != 0L) { + Period = other.Period; + } + _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: { + InitialStartTime = input.ReadInt64(); + break; + } + case 16: { + Duration = input.ReadInt64(); + break; + } + case 24: { + Period = input.ReadInt64(); + 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: { + InitialStartTime = input.ReadInt64(); + break; + } + case 16: { + Duration = input.ReadInt64(); + break; + } + case 24: { + Period = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEquipmentAwakening : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEquipmentAwakening()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[436]; } + } + + [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 NetEquipmentAwakening() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEquipmentAwakening(NetEquipmentAwakening other) : this() { + isn_ = other.isn_; + option_ = other.option_ != null ? other.option_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEquipmentAwakening Clone() { + return new NetEquipmentAwakening(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Option" field. + public const int OptionFieldNumber = 2; + private global::EpinelPS.NetEquipmentAwakeningOption option_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakeningOption Option { + get { return option_; } + set { + option_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEquipmentAwakening); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEquipmentAwakening other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (!object.Equals(Option, other.Option)) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (option_ != null) hash ^= Option.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (option_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Option); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (option_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Option); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (option_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Option); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetEquipmentAwakening other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.option_ != null) { + if (option_ == null) { + Option = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + Option.MergeFrom(other.Option); + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 18: { + if (option_ == null) { + Option = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(Option); + 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: { + Isn = input.ReadInt64(); + break; + } + case 18: { + if (option_ == null) { + Option = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(Option); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEquipmentAwakeningOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEquipmentAwakeningOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[437]; } + } + + [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 NetEquipmentAwakeningOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEquipmentAwakeningOption(NetEquipmentAwakeningOption other) : this() { + option1Id_ = other.option1Id_; + option1Lock_ = other.option1Lock_; + option2Id_ = other.option2Id_; + option2Lock_ = other.option2Lock_; + option3Id_ = other.option3Id_; + option3Lock_ = other.option3Lock_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEquipmentAwakeningOption Clone() { + return new NetEquipmentAwakeningOption(this); + } + + /// Field number for the "Option1Id" field. + public const int Option1IdFieldNumber = 1; + private int option1Id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Option1Id { + get { return option1Id_; } + set { + option1Id_ = value; + } + } + + /// Field number for the "Option1Lock" field. + public const int Option1LockFieldNumber = 2; + private bool option1Lock_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Option1Lock { + get { return option1Lock_; } + set { + option1Lock_ = value; + } + } + + /// Field number for the "Option2Id" field. + public const int Option2IdFieldNumber = 3; + private int option2Id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Option2Id { + get { return option2Id_; } + set { + option2Id_ = value; + } + } + + /// Field number for the "Option2Lock" field. + public const int Option2LockFieldNumber = 4; + private bool option2Lock_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Option2Lock { + get { return option2Lock_; } + set { + option2Lock_ = value; + } + } + + /// Field number for the "Option3Id" field. + public const int Option3IdFieldNumber = 5; + private int option3Id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Option3Id { + get { return option3Id_; } + set { + option3Id_ = value; + } + } + + /// Field number for the "Option3Lock" field. + public const int Option3LockFieldNumber = 6; + private bool option3Lock_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Option3Lock { + get { return option3Lock_; } + set { + option3Lock_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEquipmentAwakeningOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEquipmentAwakeningOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Option1Id != other.Option1Id) return false; + if (Option1Lock != other.Option1Lock) return false; + if (Option2Id != other.Option2Id) return false; + if (Option2Lock != other.Option2Lock) return false; + if (Option3Id != other.Option3Id) return false; + if (Option3Lock != other.Option3Lock) 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 (Option1Id != 0) hash ^= Option1Id.GetHashCode(); + if (Option1Lock != false) hash ^= Option1Lock.GetHashCode(); + if (Option2Id != 0) hash ^= Option2Id.GetHashCode(); + if (Option2Lock != false) hash ^= Option2Lock.GetHashCode(); + if (Option3Id != 0) hash ^= Option3Id.GetHashCode(); + if (Option3Lock != false) hash ^= Option3Lock.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 (Option1Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Option1Id); + } + if (Option1Lock != false) { + output.WriteRawTag(16); + output.WriteBool(Option1Lock); + } + if (Option2Id != 0) { + output.WriteRawTag(24); + output.WriteInt32(Option2Id); + } + if (Option2Lock != false) { + output.WriteRawTag(32); + output.WriteBool(Option2Lock); + } + if (Option3Id != 0) { + output.WriteRawTag(40); + output.WriteInt32(Option3Id); + } + if (Option3Lock != false) { + output.WriteRawTag(48); + output.WriteBool(Option3Lock); + } + 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 (Option1Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Option1Id); + } + if (Option1Lock != false) { + output.WriteRawTag(16); + output.WriteBool(Option1Lock); + } + if (Option2Id != 0) { + output.WriteRawTag(24); + output.WriteInt32(Option2Id); + } + if (Option2Lock != false) { + output.WriteRawTag(32); + output.WriteBool(Option2Lock); + } + if (Option3Id != 0) { + output.WriteRawTag(40); + output.WriteInt32(Option3Id); + } + if (Option3Lock != false) { + output.WriteRawTag(48); + output.WriteBool(Option3Lock); + } + 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 (Option1Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Option1Id); + } + if (Option1Lock != false) { + size += 1 + 1; + } + if (Option2Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Option2Id); + } + if (Option2Lock != false) { + size += 1 + 1; + } + if (Option3Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Option3Id); + } + if (Option3Lock != 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(NetEquipmentAwakeningOption other) { + if (other == null) { + return; + } + if (other.Option1Id != 0) { + Option1Id = other.Option1Id; + } + if (other.Option1Lock != false) { + Option1Lock = other.Option1Lock; + } + if (other.Option2Id != 0) { + Option2Id = other.Option2Id; + } + if (other.Option2Lock != false) { + Option2Lock = other.Option2Lock; + } + if (other.Option3Id != 0) { + Option3Id = other.Option3Id; + } + if (other.Option3Lock != false) { + Option3Lock = other.Option3Lock; + } + _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: { + Option1Id = input.ReadInt32(); + break; + } + case 16: { + Option1Lock = input.ReadBool(); + break; + } + case 24: { + Option2Id = input.ReadInt32(); + break; + } + case 32: { + Option2Lock = input.ReadBool(); + break; + } + case 40: { + Option3Id = input.ReadInt32(); + break; + } + case 48: { + Option3Lock = 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 8: { + Option1Id = input.ReadInt32(); + break; + } + case 16: { + Option1Lock = input.ReadBool(); + break; + } + case 24: { + Option2Id = input.ReadInt32(); + break; + } + case 32: { + Option2Lock = input.ReadBool(); + break; + } + case 40: { + Option3Id = input.ReadInt32(); + break; + } + case 48: { + Option3Lock = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildChatData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildChatData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[438]; } + } + + [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 NetGuildChatData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildChatData(NetGuildChatData other) : this() { + usn_ = other.usn_; + messageId_ = other.messageId_; + message_ = other.message_; + createdAt_ = other.createdAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildChatData Clone() { + return new NetGuildChatData(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 2; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Message" field. + public const int MessageFieldNumber = 3; + private string message_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Message { + get { return message_; } + set { + message_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGuildChatData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildChatData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (MessageId != other.MessageId) return false; + if (Message != other.Message) return false; + if (CreatedAt != other.CreatedAt) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (MessageId.Length != 0) hash ^= MessageId.GetHashCode(); + if (Message.Length != 0) hash ^= Message.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + if (Message.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Message); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + if (Message.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Message); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (Message.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGuildChatData other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + if (other.Message.Length != 0) { + Message = other.Message; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + MessageId = input.ReadString(); + break; + } + case 26: { + Message = input.ReadString(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + 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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + MessageId = input.ReadString(); + break; + } + case 26: { + Message = input.ReadString(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGachaEntityData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGachaEntityData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[439]; } + } + + [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 NetGachaEntityData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGachaEntityData(NetGachaEntityData other) : this() { + tid_ = other.tid_; + sn_ = other.sn_; + type_ = other.type_; + corporation_ = other.corporation_; + pieceCount_ = other.pieceCount_; + currencyValue_ = other.currencyValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGachaEntityData Clone() { + return new NetGachaEntityData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Sn" field. + public const int SnFieldNumber = 2; + private long sn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Sn { + get { return sn_; } + set { + sn_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 3; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Corporation" field. + public const int CorporationFieldNumber = 4; + private int corporation_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Corporation { + get { return corporation_; } + set { + corporation_ = value; + } + } + + /// Field number for the "PieceCount" field. + public const int PieceCountFieldNumber = 5; + private int pieceCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PieceCount { + get { return pieceCount_; } + set { + pieceCount_ = value; + } + } + + /// Field number for the "CurrencyValue" field. + public const int CurrencyValueFieldNumber = 6; + private long currencyValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CurrencyValue { + get { return currencyValue_; } + set { + currencyValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGachaEntityData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGachaEntityData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (Sn != other.Sn) return false; + if (Type != other.Type) return false; + if (Corporation != other.Corporation) return false; + if (PieceCount != other.PieceCount) return false; + if (CurrencyValue != other.CurrencyValue) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (Sn != 0L) hash ^= Sn.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (Corporation != 0) hash ^= Corporation.GetHashCode(); + if (PieceCount != 0) hash ^= PieceCount.GetHashCode(); + if (CurrencyValue != 0L) hash ^= CurrencyValue.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Sn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Sn); + } + if (Type != 0) { + output.WriteRawTag(24); + output.WriteInt32(Type); + } + if (Corporation != 0) { + output.WriteRawTag(32); + output.WriteInt32(Corporation); + } + if (PieceCount != 0) { + output.WriteRawTag(40); + output.WriteInt32(PieceCount); + } + if (CurrencyValue != 0L) { + output.WriteRawTag(48); + output.WriteInt64(CurrencyValue); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Sn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Sn); + } + if (Type != 0) { + output.WriteRawTag(24); + output.WriteInt32(Type); + } + if (Corporation != 0) { + output.WriteRawTag(32); + output.WriteInt32(Corporation); + } + if (PieceCount != 0) { + output.WriteRawTag(40); + output.WriteInt32(PieceCount); + } + if (CurrencyValue != 0L) { + output.WriteRawTag(48); + output.WriteInt64(CurrencyValue); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Sn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Sn); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Corporation != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Corporation); + } + if (PieceCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PieceCount); + } + if (CurrencyValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CurrencyValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGachaEntityData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Sn != 0L) { + Sn = other.Sn; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Corporation != 0) { + Corporation = other.Corporation; + } + if (other.PieceCount != 0) { + PieceCount = other.PieceCount; + } + if (other.CurrencyValue != 0L) { + CurrencyValue = other.CurrencyValue; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Sn = input.ReadInt64(); + break; + } + case 24: { + Type = input.ReadInt32(); + break; + } + case 32: { + Corporation = input.ReadInt32(); + break; + } + case 40: { + PieceCount = input.ReadInt32(); + break; + } + case 48: { + CurrencyValue = input.ReadInt64(); + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Sn = input.ReadInt64(); + break; + } + case 24: { + Type = input.ReadInt32(); + break; + } + case 32: { + Corporation = input.ReadInt32(); + break; + } + case 40: { + PieceCount = input.ReadInt32(); + break; + } + case 48: { + CurrencyValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCampaignTeamPosition : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCampaignTeamPosition()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[440]; } + } + + [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 NetCampaignTeamPosition() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCampaignTeamPosition(NetCampaignTeamPosition other) : this() { + teamNumber_ = other.teamNumber_; + type_ = other.type_; + position_ = other.position_ != null ? other.position_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCampaignTeamPosition Clone() { + return new NetCampaignTeamPosition(this); + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 1; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Position" field. + public const int PositionFieldNumber = 3; + private global::EpinelPS.NetVector3 position_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetVector3 Position { + get { return position_; } + set { + position_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCampaignTeamPosition); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCampaignTeamPosition other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TeamNumber != other.TeamNumber) return false; + if (Type != other.Type) return false; + if (!object.Equals(Position, other.Position)) 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 (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (position_ != null) hash ^= Position.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 (TeamNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamNumber); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (position_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Position); + } + 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 (TeamNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamNumber); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (position_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Position); + } + 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 (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (position_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Position); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCampaignTeamPosition other) { + if (other == null) { + return; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.position_ != null) { + if (position_ == null) { + Position = new global::EpinelPS.NetVector3(); + } + Position.MergeFrom(other.Position); + } + _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: { + TeamNumber = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (position_ == null) { + Position = new global::EpinelPS.NetVector3(); + } + input.ReadMessage(Position); + 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: { + TeamNumber = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (position_ == null) { + Position = new global::EpinelPS.NetVector3(); + } + input.ReadMessage(Position); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserAutoChargeData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserAutoChargeData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[441]; } + } + + [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 NetUserAutoChargeData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserAutoChargeData(NetUserAutoChargeData other) : this() { + autoChargeId_ = other.autoChargeId_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserAutoChargeData Clone() { + return new NetUserAutoChargeData(this); + } + + /// Field number for the "AutoChargeId" field. + public const int AutoChargeIdFieldNumber = 1; + private int autoChargeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AutoChargeId { + get { return autoChargeId_; } + set { + autoChargeId_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private int value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetUserAutoChargeData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserAutoChargeData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (AutoChargeId != other.AutoChargeId) 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 (AutoChargeId != 0) hash ^= AutoChargeId.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 (AutoChargeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(AutoChargeId); + } + if (Value != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (AutoChargeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(AutoChargeId); + } + if (Value != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (AutoChargeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AutoChargeId); + } + if (Value != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserAutoChargeData other) { + if (other == null) { + return; + } + if (other.AutoChargeId != 0) { + AutoChargeId = other.AutoChargeId; + } + 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 8: { + AutoChargeId = input.ReadInt32(); + break; + } + case 16: { + Value = 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: { + AutoChargeId = input.ReadInt32(); + break; + } + case 16: { + Value = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCharacterCombatData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCharacterCombatData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[442]; } + } + + [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 NetCharacterCombatData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterCombatData(NetCharacterCombatData other) : this() { + attack_ = other.attack_; + defense_ = other.defense_; + hp_ = other.hp_; + skill1Lv_ = other.skill1Lv_; + skill2Lv_ = other.skill2Lv_; + skillBurstLv_ = other.skillBurstLv_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterCombatData Clone() { + return new NetCharacterCombatData(this); + } + + /// Field number for the "Attack" field. + public const int AttackFieldNumber = 1; + private long attack_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Attack { + get { return attack_; } + set { + attack_ = value; + } + } + + /// Field number for the "Defense" field. + public const int DefenseFieldNumber = 2; + private long defense_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Defense { + get { return defense_; } + set { + defense_ = value; + } + } + + /// Field number for the "Hp" field. + public const int HpFieldNumber = 3; + private long hp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Hp { + get { return hp_; } + set { + hp_ = value; + } + } + + /// Field number for the "Skill1Lv" field. + public const int Skill1LvFieldNumber = 4; + private int skill1Lv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Skill1Lv { + get { return skill1Lv_; } + set { + skill1Lv_ = value; + } + } + + /// Field number for the "Skill2Lv" field. + public const int Skill2LvFieldNumber = 5; + private int skill2Lv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Skill2Lv { + get { return skill2Lv_; } + set { + skill2Lv_ = value; + } + } + + /// Field number for the "SkillBurstLv" field. + public const int SkillBurstLvFieldNumber = 6; + private int skillBurstLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SkillBurstLv { + get { return skillBurstLv_; } + set { + skillBurstLv_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCharacterCombatData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCharacterCombatData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Attack != other.Attack) return false; + if (Defense != other.Defense) return false; + if (Hp != other.Hp) return false; + if (Skill1Lv != other.Skill1Lv) return false; + if (Skill2Lv != other.Skill2Lv) return false; + if (SkillBurstLv != other.SkillBurstLv) 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 (Attack != 0L) hash ^= Attack.GetHashCode(); + if (Defense != 0L) hash ^= Defense.GetHashCode(); + if (Hp != 0L) hash ^= Hp.GetHashCode(); + if (Skill1Lv != 0) hash ^= Skill1Lv.GetHashCode(); + if (Skill2Lv != 0) hash ^= Skill2Lv.GetHashCode(); + if (SkillBurstLv != 0) hash ^= SkillBurstLv.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 (Attack != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Attack); + } + if (Defense != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Defense); + } + if (Hp != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Hp); + } + if (Skill1Lv != 0) { + output.WriteRawTag(32); + output.WriteInt32(Skill1Lv); + } + if (Skill2Lv != 0) { + output.WriteRawTag(40); + output.WriteInt32(Skill2Lv); + } + if (SkillBurstLv != 0) { + output.WriteRawTag(48); + output.WriteInt32(SkillBurstLv); + } + 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 (Attack != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Attack); + } + if (Defense != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Defense); + } + if (Hp != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Hp); + } + if (Skill1Lv != 0) { + output.WriteRawTag(32); + output.WriteInt32(Skill1Lv); + } + if (Skill2Lv != 0) { + output.WriteRawTag(40); + output.WriteInt32(Skill2Lv); + } + if (SkillBurstLv != 0) { + output.WriteRawTag(48); + output.WriteInt32(SkillBurstLv); + } + 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 (Attack != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Attack); + } + if (Defense != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Defense); + } + if (Hp != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Hp); + } + if (Skill1Lv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Skill1Lv); + } + if (Skill2Lv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Skill2Lv); + } + if (SkillBurstLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SkillBurstLv); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCharacterCombatData other) { + if (other == null) { + return; + } + if (other.Attack != 0L) { + Attack = other.Attack; + } + if (other.Defense != 0L) { + Defense = other.Defense; + } + if (other.Hp != 0L) { + Hp = other.Hp; + } + if (other.Skill1Lv != 0) { + Skill1Lv = other.Skill1Lv; + } + if (other.Skill2Lv != 0) { + Skill2Lv = other.Skill2Lv; + } + if (other.SkillBurstLv != 0) { + SkillBurstLv = other.SkillBurstLv; + } + _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: { + Attack = input.ReadInt64(); + break; + } + case 16: { + Defense = input.ReadInt64(); + break; + } + case 24: { + Hp = input.ReadInt64(); + break; + } + case 32: { + Skill1Lv = input.ReadInt32(); + break; + } + case 40: { + Skill2Lv = input.ReadInt32(); + break; + } + case 48: { + SkillBurstLv = 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: { + Attack = input.ReadInt64(); + break; + } + case 16: { + Defense = input.ReadInt64(); + break; + } + case 24: { + Hp = input.ReadInt64(); + break; + } + case 32: { + Skill1Lv = input.ReadInt32(); + break; + } + case 40: { + Skill2Lv = input.ReadInt32(); + break; + } + case 48: { + SkillBurstLv = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEventData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEventData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[443]; } + } + + [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 NetEventData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventData(NetEventData other) : this() { + id_ = other.id_; + eventSystemType_ = other.eventSystemType_; + eventStartDate_ = other.eventStartDate_; + eventEndDate_ = other.eventEndDate_; + eventVisibleDate_ = other.eventVisibleDate_; + eventDisableDate_ = other.eventDisableDate_; + upcomingEventVisibleDate_ = other.upcomingEventVisibleDate_ != null ? other.upcomingEventVisibleDate_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventData Clone() { + return new NetEventData(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "EventSystemType" field. + public const int EventSystemTypeFieldNumber = 2; + private int eventSystemType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventSystemType { + get { return eventSystemType_; } + set { + eventSystemType_ = value; + } + } + + /// Field number for the "EventStartDate" field. + public const int EventStartDateFieldNumber = 4; + private long eventStartDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EventStartDate { + get { return eventStartDate_; } + set { + eventStartDate_ = value; + } + } + + /// Field number for the "EventEndDate" field. + public const int EventEndDateFieldNumber = 5; + private long eventEndDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EventEndDate { + get { return eventEndDate_; } + set { + eventEndDate_ = value; + } + } + + /// Field number for the "EventVisibleDate" field. + public const int EventVisibleDateFieldNumber = 6; + private long eventVisibleDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EventVisibleDate { + get { return eventVisibleDate_; } + set { + eventVisibleDate_ = value; + } + } + + /// Field number for the "EventDisableDate" field. + public const int EventDisableDateFieldNumber = 7; + private long eventDisableDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EventDisableDate { + get { return eventDisableDate_; } + set { + eventDisableDate_ = value; + } + } + + /// Field number for the "UpcomingEventVisibleDate" field. + public const int UpcomingEventVisibleDateFieldNumber = 8; + private global::Google.Protobuf.WellKnownTypes.Timestamp upcomingEventVisibleDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp UpcomingEventVisibleDate { + get { return upcomingEventVisibleDate_; } + set { + upcomingEventVisibleDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEventData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEventData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if (EventSystemType != other.EventSystemType) return false; + if (EventStartDate != other.EventStartDate) return false; + if (EventEndDate != other.EventEndDate) return false; + if (EventVisibleDate != other.EventVisibleDate) return false; + if (EventDisableDate != other.EventDisableDate) return false; + if (!object.Equals(UpcomingEventVisibleDate, other.UpcomingEventVisibleDate)) 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 (EventSystemType != 0) hash ^= EventSystemType.GetHashCode(); + if (EventStartDate != 0L) hash ^= EventStartDate.GetHashCode(); + if (EventEndDate != 0L) hash ^= EventEndDate.GetHashCode(); + if (EventVisibleDate != 0L) hash ^= EventVisibleDate.GetHashCode(); + if (EventDisableDate != 0L) hash ^= EventDisableDate.GetHashCode(); + if (upcomingEventVisibleDate_ != null) hash ^= UpcomingEventVisibleDate.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.WriteInt32(Id); + } + if (EventSystemType != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventSystemType); + } + if (EventStartDate != 0L) { + output.WriteRawTag(32); + output.WriteInt64(EventStartDate); + } + if (EventEndDate != 0L) { + output.WriteRawTag(40); + output.WriteInt64(EventEndDate); + } + if (EventVisibleDate != 0L) { + output.WriteRawTag(48); + output.WriteInt64(EventVisibleDate); + } + if (EventDisableDate != 0L) { + output.WriteRawTag(56); + output.WriteInt64(EventDisableDate); + } + if (upcomingEventVisibleDate_ != null) { + output.WriteRawTag(66); + output.WriteMessage(UpcomingEventVisibleDate); + } + 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.WriteInt32(Id); + } + if (EventSystemType != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventSystemType); + } + if (EventStartDate != 0L) { + output.WriteRawTag(32); + output.WriteInt64(EventStartDate); + } + if (EventEndDate != 0L) { + output.WriteRawTag(40); + output.WriteInt64(EventEndDate); + } + if (EventVisibleDate != 0L) { + output.WriteRawTag(48); + output.WriteInt64(EventVisibleDate); + } + if (EventDisableDate != 0L) { + output.WriteRawTag(56); + output.WriteInt64(EventDisableDate); + } + if (upcomingEventVisibleDate_ != null) { + output.WriteRawTag(66); + output.WriteMessage(UpcomingEventVisibleDate); + } + 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.ComputeInt32Size(Id); + } + if (EventSystemType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventSystemType); + } + if (EventStartDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EventStartDate); + } + if (EventEndDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EventEndDate); + } + if (EventVisibleDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EventVisibleDate); + } + if (EventDisableDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EventDisableDate); + } + if (upcomingEventVisibleDate_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UpcomingEventVisibleDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetEventData other) { + if (other == null) { + return; + } + if (other.Id != 0) { + Id = other.Id; + } + if (other.EventSystemType != 0) { + EventSystemType = other.EventSystemType; + } + if (other.EventStartDate != 0L) { + EventStartDate = other.EventStartDate; + } + if (other.EventEndDate != 0L) { + EventEndDate = other.EventEndDate; + } + if (other.EventVisibleDate != 0L) { + EventVisibleDate = other.EventVisibleDate; + } + if (other.EventDisableDate != 0L) { + EventDisableDate = other.EventDisableDate; + } + if (other.upcomingEventVisibleDate_ != null) { + if (upcomingEventVisibleDate_ == null) { + UpcomingEventVisibleDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + UpcomingEventVisibleDate.MergeFrom(other.UpcomingEventVisibleDate); + } + _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.ReadInt32(); + break; + } + case 16: { + EventSystemType = input.ReadInt32(); + break; + } + case 32: { + EventStartDate = input.ReadInt64(); + break; + } + case 40: { + EventEndDate = input.ReadInt64(); + break; + } + case 48: { + EventVisibleDate = input.ReadInt64(); + break; + } + case 56: { + EventDisableDate = input.ReadInt64(); + break; + } + case 66: { + if (upcomingEventVisibleDate_ == null) { + UpcomingEventVisibleDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(UpcomingEventVisibleDate); + 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.ReadInt32(); + break; + } + case 16: { + EventSystemType = input.ReadInt32(); + break; + } + case 32: { + EventStartDate = input.ReadInt64(); + break; + } + case 40: { + EventEndDate = input.ReadInt64(); + break; + } + case 48: { + EventVisibleDate = input.ReadInt64(); + break; + } + case 56: { + EventDisableDate = input.ReadInt64(); + break; + } + case 66: { + if (upcomingEventVisibleDate_ == null) { + UpcomingEventVisibleDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(UpcomingEventVisibleDate); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCampaignFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCampaignFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[444]; } + } + + [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 NetCampaignFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCampaignFieldObject(NetCampaignFieldObject other) : this() { + positionId_ = other.positionId_; + type_ = other.type_; + teamPositions_ = other.teamPositions_.Clone(); + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCampaignFieldObject Clone() { + return new NetCampaignFieldObject(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 1; + private string positionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PositionId { + get { return positionId_; } + set { + positionId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "TeamPositions" field. + public const int TeamPositionsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teamPositions_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetCampaignTeamPosition.Parser); + private readonly pbc::RepeatedField teamPositions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamPositions { + get { return teamPositions_; } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 NetCampaignFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCampaignFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) return false; + if (Type != other.Type) return false; + if(!teamPositions_.Equals(other.teamPositions_)) return false; + if (Json != other.Json) 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 (PositionId.Length != 0) hash ^= PositionId.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + hash ^= teamPositions_.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + teamPositions_.WriteTo(output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + 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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + teamPositions_.WriteTo(ref output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + 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 (PositionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PositionId); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + size += teamPositions_.CalculateSize(_repeated_teamPositions_codec); + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCampaignFieldObject other) { + if (other == null) { + return; + } + if (other.PositionId.Length != 0) { + PositionId = other.PositionId; + } + if (other.Type != 0) { + Type = other.Type; + } + teamPositions_.Add(other.teamPositions_); + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + PositionId = input.ReadString(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + teamPositions_.AddEntriesFrom(input, _repeated_teamPositions_codec); + break; + } + case 34: { + Json = 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 10: { + PositionId = input.ReadString(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + teamPositions_.AddEntriesFrom(ref input, _repeated_teamPositions_codec); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFieldObjectInteractionData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFieldObjectInteractionData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[445]; } + } + + [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 NetFieldObjectInteractionData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldObjectInteractionData(NetFieldObjectInteractionData other) : this() { + positionId_ = other.positionId_; + type_ = other.type_; + teamPosition_ = other.teamPosition_ != null ? other.teamPosition_.Clone() : null; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFieldObjectInteractionData Clone() { + return new NetFieldObjectInteractionData(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 1; + private string positionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PositionId { + get { return positionId_; } + set { + positionId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "TeamPosition" field. + public const int TeamPositionFieldNumber = 3; + private global::EpinelPS.NetCampaignTeamPosition teamPosition_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetCampaignTeamPosition TeamPosition { + get { return teamPosition_; } + set { + teamPosition_ = value; + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 NetFieldObjectInteractionData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFieldObjectInteractionData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) return false; + if (Type != other.Type) return false; + if (!object.Equals(TeamPosition, other.TeamPosition)) return false; + if (Json != other.Json) 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 (PositionId.Length != 0) hash ^= PositionId.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (teamPosition_ != null) hash ^= TeamPosition.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (teamPosition_ != null) { + output.WriteRawTag(26); + output.WriteMessage(TeamPosition); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + 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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (teamPosition_ != null) { + output.WriteRawTag(26); + output.WriteMessage(TeamPosition); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + 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 (PositionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PositionId); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (teamPosition_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TeamPosition); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFieldObjectInteractionData other) { + if (other == null) { + return; + } + if (other.PositionId.Length != 0) { + PositionId = other.PositionId; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.teamPosition_ != null) { + if (teamPosition_ == null) { + TeamPosition = new global::EpinelPS.NetCampaignTeamPosition(); + } + TeamPosition.MergeFrom(other.TeamPosition); + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + PositionId = input.ReadString(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (teamPosition_ == null) { + TeamPosition = new global::EpinelPS.NetCampaignTeamPosition(); + } + input.ReadMessage(TeamPosition); + break; + } + case 34: { + Json = 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 10: { + PositionId = input.ReadString(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (teamPosition_ == null) { + TeamPosition = new global::EpinelPS.NetCampaignTeamPosition(); + } + input.ReadMessage(TeamPosition); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLoginEventReceiveStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLoginEventReceiveStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[446]; } + } + + [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 NetLoginEventReceiveStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLoginEventReceiveStatus(NetLoginEventReceiveStatus other) : this() { + eventId_ = other.eventId_; + isAllReceived_ = other.isAllReceived_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLoginEventReceiveStatus Clone() { + return new NetLoginEventReceiveStatus(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "IsAllReceived" field. + public const int IsAllReceivedFieldNumber = 2; + private bool isAllReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsAllReceived { + get { return isAllReceived_; } + set { + isAllReceived_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLoginEventReceiveStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLoginEventReceiveStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (IsAllReceived != other.IsAllReceived) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (IsAllReceived != false) hash ^= IsAllReceived.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (IsAllReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsAllReceived); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (IsAllReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsAllReceived); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (IsAllReceived != 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(NetLoginEventReceiveStatus other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.IsAllReceived != false) { + IsAllReceived = other.IsAllReceived; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + IsAllReceived = 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 8: { + EventId = input.ReadInt32(); + break; + } + case 16: { + IsAllReceived = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetProfileRepresentativeFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetProfileRepresentativeFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[447]; } + } + + [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 NetProfileRepresentativeFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileRepresentativeFrame(NetProfileRepresentativeFrame other) : this() { + slot_ = other.slot_; + frameTableId_ = other.frameTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileRepresentativeFrame Clone() { + return new NetProfileRepresentativeFrame(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "FrameTableId" field. + public const int FrameTableIdFieldNumber = 2; + private int frameTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FrameTableId { + get { return frameTableId_; } + set { + frameTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetProfileRepresentativeFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetProfileRepresentativeFrame other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (FrameTableId != other.FrameTableId) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (FrameTableId != 0) hash ^= FrameTableId.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (FrameTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FrameTableId); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (FrameTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FrameTableId); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (FrameTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FrameTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetProfileRepresentativeFrame other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.FrameTableId != 0) { + FrameTableId = other.FrameTableId; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + FrameTableId = 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + FrameTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetProfileSimRoomOverclockHighScoreData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetProfileSimRoomOverclockHighScoreData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[448]; } + } + + [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 NetProfileSimRoomOverclockHighScoreData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileSimRoomOverclockHighScoreData(NetProfileSimRoomOverclockHighScoreData other) : this() { + season_ = other.season_; + optionList_ = other.optionList_.Clone(); + optionLevel_ = other.optionLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetProfileSimRoomOverclockHighScoreData Clone() { + return new NetProfileSimRoomOverclockHighScoreData(this); + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 1; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "OptionList" field. + public const int OptionListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_optionList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField optionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OptionList { + get { return optionList_; } + } + + /// Field number for the "OptionLevel" field. + public const int OptionLevelFieldNumber = 3; + private int optionLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OptionLevel { + get { return optionLevel_; } + set { + optionLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetProfileSimRoomOverclockHighScoreData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetProfileSimRoomOverclockHighScoreData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Season != other.Season) return false; + if(!optionList_.Equals(other.optionList_)) return false; + if (OptionLevel != other.OptionLevel) 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 (Season != 0) hash ^= Season.GetHashCode(); + hash ^= optionList_.GetHashCode(); + if (OptionLevel != 0) hash ^= OptionLevel.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 (Season != 0) { + output.WriteRawTag(8); + output.WriteInt32(Season); + } + optionList_.WriteTo(output, _repeated_optionList_codec); + if (OptionLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(OptionLevel); + } + 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 (Season != 0) { + output.WriteRawTag(8); + output.WriteInt32(Season); + } + optionList_.WriteTo(ref output, _repeated_optionList_codec); + if (OptionLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(OptionLevel); + } + 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 (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + size += optionList_.CalculateSize(_repeated_optionList_codec); + if (OptionLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OptionLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetProfileSimRoomOverclockHighScoreData other) { + if (other == null) { + return; + } + if (other.Season != 0) { + Season = other.Season; + } + optionList_.Add(other.optionList_); + if (other.OptionLevel != 0) { + OptionLevel = other.OptionLevel; + } + _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: { + Season = input.ReadInt32(); + break; + } + case 18: + case 16: { + optionList_.AddEntriesFrom(input, _repeated_optionList_codec); + break; + } + case 24: { + OptionLevel = 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: { + Season = input.ReadInt32(); + break; + } + case 18: + case 16: { + optionList_.AddEntriesFrom(ref input, _repeated_optionList_codec); + break; + } + case 24: { + OptionLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTowerDefenseStageLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTowerDefenseStageLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[449]; } + } + + [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 NetTowerDefenseStageLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerDefenseStageLog(NetTowerDefenseStageLog other) : this() { + totalWave_ = other.totalWave_; + startGold_ = other.startGold_; + remainGold_ = other.remainGold_; + remainDefensePoint_ = other.remainDefensePoint_; + openHeroSlotCount_ = other.openHeroSlotCount_; + totalTowerSlotCount_ = other.totalTowerSlotCount_; + towerList_ = other.towerList_.Clone(); + heroTowerList_ = other.heroTowerList_.Clone(); + demolishedTowerList_ = other.demolishedTowerList_.Clone(); + demolishedHeroTowerList_ = other.demolishedHeroTowerList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerDefenseStageLog Clone() { + return new NetTowerDefenseStageLog(this); + } + + /// Field number for the "TotalWave" field. + public const int TotalWaveFieldNumber = 1; + private int totalWave_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalWave { + get { return totalWave_; } + set { + totalWave_ = value; + } + } + + /// Field number for the "StartGold" field. + public const int StartGoldFieldNumber = 2; + private int startGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StartGold { + get { return startGold_; } + set { + startGold_ = value; + } + } + + /// Field number for the "RemainGold" field. + public const int RemainGoldFieldNumber = 3; + private int remainGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainGold { + get { return remainGold_; } + set { + remainGold_ = value; + } + } + + /// Field number for the "RemainDefensePoint" field. + public const int RemainDefensePointFieldNumber = 4; + private int remainDefensePoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainDefensePoint { + get { return remainDefensePoint_; } + set { + remainDefensePoint_ = value; + } + } + + /// Field number for the "OpenHeroSlotCount" field. + public const int OpenHeroSlotCountFieldNumber = 5; + private int openHeroSlotCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OpenHeroSlotCount { + get { return openHeroSlotCount_; } + set { + openHeroSlotCount_ = value; + } + } + + /// Field number for the "TotalTowerSlotCount" field. + public const int TotalTowerSlotCountFieldNumber = 6; + private int totalTowerSlotCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalTowerSlotCount { + get { return totalTowerSlotCount_; } + set { + totalTowerSlotCount_ = value; + } + } + + /// Field number for the "TowerList" field. + public const int TowerListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_towerList_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetTowerDefenseTowerLog.Parser); + private readonly pbc::RepeatedField towerList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TowerList { + get { return towerList_; } + } + + /// Field number for the "HeroTowerList" field. + public const int HeroTowerListFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_heroTowerList_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetTowerDefenseTowerLog.Parser); + private readonly pbc::RepeatedField heroTowerList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HeroTowerList { + get { return heroTowerList_; } + } + + /// Field number for the "DemolishedTowerList" field. + public const int DemolishedTowerListFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_demolishedTowerList_codec + = pb::FieldCodec.ForMessage(74, global::EpinelPS.NetTowerDefenseTowerLog.Parser); + private readonly pbc::RepeatedField demolishedTowerList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DemolishedTowerList { + get { return demolishedTowerList_; } + } + + /// Field number for the "DemolishedHeroTowerList" field. + public const int DemolishedHeroTowerListFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_demolishedHeroTowerList_codec + = pb::FieldCodec.ForMessage(82, global::EpinelPS.NetTowerDefenseTowerLog.Parser); + private readonly pbc::RepeatedField demolishedHeroTowerList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DemolishedHeroTowerList { + get { return demolishedHeroTowerList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTowerDefenseStageLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTowerDefenseStageLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TotalWave != other.TotalWave) return false; + if (StartGold != other.StartGold) return false; + if (RemainGold != other.RemainGold) return false; + if (RemainDefensePoint != other.RemainDefensePoint) return false; + if (OpenHeroSlotCount != other.OpenHeroSlotCount) return false; + if (TotalTowerSlotCount != other.TotalTowerSlotCount) return false; + if(!towerList_.Equals(other.towerList_)) return false; + if(!heroTowerList_.Equals(other.heroTowerList_)) return false; + if(!demolishedTowerList_.Equals(other.demolishedTowerList_)) return false; + if(!demolishedHeroTowerList_.Equals(other.demolishedHeroTowerList_)) 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 (TotalWave != 0) hash ^= TotalWave.GetHashCode(); + if (StartGold != 0) hash ^= StartGold.GetHashCode(); + if (RemainGold != 0) hash ^= RemainGold.GetHashCode(); + if (RemainDefensePoint != 0) hash ^= RemainDefensePoint.GetHashCode(); + if (OpenHeroSlotCount != 0) hash ^= OpenHeroSlotCount.GetHashCode(); + if (TotalTowerSlotCount != 0) hash ^= TotalTowerSlotCount.GetHashCode(); + hash ^= towerList_.GetHashCode(); + hash ^= heroTowerList_.GetHashCode(); + hash ^= demolishedTowerList_.GetHashCode(); + hash ^= demolishedHeroTowerList_.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 (TotalWave != 0) { + output.WriteRawTag(8); + output.WriteInt32(TotalWave); + } + if (StartGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(StartGold); + } + if (RemainGold != 0) { + output.WriteRawTag(24); + output.WriteInt32(RemainGold); + } + if (RemainDefensePoint != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainDefensePoint); + } + if (OpenHeroSlotCount != 0) { + output.WriteRawTag(40); + output.WriteInt32(OpenHeroSlotCount); + } + if (TotalTowerSlotCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(TotalTowerSlotCount); + } + towerList_.WriteTo(output, _repeated_towerList_codec); + heroTowerList_.WriteTo(output, _repeated_heroTowerList_codec); + demolishedTowerList_.WriteTo(output, _repeated_demolishedTowerList_codec); + demolishedHeroTowerList_.WriteTo(output, _repeated_demolishedHeroTowerList_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 (TotalWave != 0) { + output.WriteRawTag(8); + output.WriteInt32(TotalWave); + } + if (StartGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(StartGold); + } + if (RemainGold != 0) { + output.WriteRawTag(24); + output.WriteInt32(RemainGold); + } + if (RemainDefensePoint != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainDefensePoint); + } + if (OpenHeroSlotCount != 0) { + output.WriteRawTag(40); + output.WriteInt32(OpenHeroSlotCount); + } + if (TotalTowerSlotCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(TotalTowerSlotCount); + } + towerList_.WriteTo(ref output, _repeated_towerList_codec); + heroTowerList_.WriteTo(ref output, _repeated_heroTowerList_codec); + demolishedTowerList_.WriteTo(ref output, _repeated_demolishedTowerList_codec); + demolishedHeroTowerList_.WriteTo(ref output, _repeated_demolishedHeroTowerList_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 (TotalWave != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalWave); + } + if (StartGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StartGold); + } + if (RemainGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainGold); + } + if (RemainDefensePoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainDefensePoint); + } + if (OpenHeroSlotCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OpenHeroSlotCount); + } + if (TotalTowerSlotCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalTowerSlotCount); + } + size += towerList_.CalculateSize(_repeated_towerList_codec); + size += heroTowerList_.CalculateSize(_repeated_heroTowerList_codec); + size += demolishedTowerList_.CalculateSize(_repeated_demolishedTowerList_codec); + size += demolishedHeroTowerList_.CalculateSize(_repeated_demolishedHeroTowerList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTowerDefenseStageLog other) { + if (other == null) { + return; + } + if (other.TotalWave != 0) { + TotalWave = other.TotalWave; + } + if (other.StartGold != 0) { + StartGold = other.StartGold; + } + if (other.RemainGold != 0) { + RemainGold = other.RemainGold; + } + if (other.RemainDefensePoint != 0) { + RemainDefensePoint = other.RemainDefensePoint; + } + if (other.OpenHeroSlotCount != 0) { + OpenHeroSlotCount = other.OpenHeroSlotCount; + } + if (other.TotalTowerSlotCount != 0) { + TotalTowerSlotCount = other.TotalTowerSlotCount; + } + towerList_.Add(other.towerList_); + heroTowerList_.Add(other.heroTowerList_); + demolishedTowerList_.Add(other.demolishedTowerList_); + demolishedHeroTowerList_.Add(other.demolishedHeroTowerList_); + _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: { + TotalWave = input.ReadInt32(); + break; + } + case 16: { + StartGold = input.ReadInt32(); + break; + } + case 24: { + RemainGold = input.ReadInt32(); + break; + } + case 32: { + RemainDefensePoint = input.ReadInt32(); + break; + } + case 40: { + OpenHeroSlotCount = input.ReadInt32(); + break; + } + case 48: { + TotalTowerSlotCount = input.ReadInt32(); + break; + } + case 58: { + towerList_.AddEntriesFrom(input, _repeated_towerList_codec); + break; + } + case 66: { + heroTowerList_.AddEntriesFrom(input, _repeated_heroTowerList_codec); + break; + } + case 74: { + demolishedTowerList_.AddEntriesFrom(input, _repeated_demolishedTowerList_codec); + break; + } + case 82: { + demolishedHeroTowerList_.AddEntriesFrom(input, _repeated_demolishedHeroTowerList_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: { + TotalWave = input.ReadInt32(); + break; + } + case 16: { + StartGold = input.ReadInt32(); + break; + } + case 24: { + RemainGold = input.ReadInt32(); + break; + } + case 32: { + RemainDefensePoint = input.ReadInt32(); + break; + } + case 40: { + OpenHeroSlotCount = input.ReadInt32(); + break; + } + case 48: { + TotalTowerSlotCount = input.ReadInt32(); + break; + } + case 58: { + towerList_.AddEntriesFrom(ref input, _repeated_towerList_codec); + break; + } + case 66: { + heroTowerList_.AddEntriesFrom(ref input, _repeated_heroTowerList_codec); + break; + } + case 74: { + demolishedTowerList_.AddEntriesFrom(ref input, _repeated_demolishedTowerList_codec); + break; + } + case 82: { + demolishedHeroTowerList_.AddEntriesFrom(ref input, _repeated_demolishedHeroTowerList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTowerDefenseTowerLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTowerDefenseTowerLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[450]; } + } + + [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 NetTowerDefenseTowerLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerDefenseTowerLog(NetTowerDefenseTowerLog other) : this() { + towerId_ = other.towerId_; + towerSkillIdList_ = other.towerSkillIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerDefenseTowerLog Clone() { + return new NetTowerDefenseTowerLog(this); + } + + /// Field number for the "TowerId" field. + public const int TowerIdFieldNumber = 1; + private int towerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerId { + get { return towerId_; } + set { + towerId_ = value; + } + } + + /// Field number for the "TowerSkillIdList" field. + public const int TowerSkillIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_towerSkillIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField towerSkillIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TowerSkillIdList { + get { return towerSkillIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTowerDefenseTowerLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTowerDefenseTowerLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerId != other.TowerId) return false; + if(!towerSkillIdList_.Equals(other.towerSkillIdList_)) 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 (TowerId != 0) hash ^= TowerId.GetHashCode(); + hash ^= towerSkillIdList_.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 (TowerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerId); + } + towerSkillIdList_.WriteTo(output, _repeated_towerSkillIdList_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 (TowerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerId); + } + towerSkillIdList_.WriteTo(ref output, _repeated_towerSkillIdList_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 (TowerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerId); + } + size += towerSkillIdList_.CalculateSize(_repeated_towerSkillIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTowerDefenseTowerLog other) { + if (other == null) { + return; + } + if (other.TowerId != 0) { + TowerId = other.TowerId; + } + towerSkillIdList_.Add(other.towerSkillIdList_); + _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: { + TowerId = input.ReadInt32(); + break; + } + case 18: + case 16: { + towerSkillIdList_.AddEntriesFrom(input, _repeated_towerSkillIdList_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: { + TowerId = input.ReadInt32(); + break; + } + case 18: + case 16: { + towerSkillIdList_.AddEntriesFrom(ref input, _repeated_towerSkillIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetJukeboxBgm : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetJukeboxBgm()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[451]; } + } + + [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 NetJukeboxBgm() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxBgm(NetJukeboxBgm other) : this() { + location_ = other.location_; + type_ = other.type_; + isShuffle_ = other.isShuffle_; + switch (other.JukeboxBgmCase) { + case JukeboxBgmOneofCase.JukeboxTableId: + JukeboxTableId = other.JukeboxTableId; + break; + case JukeboxBgmOneofCase.JukeboxPlaylist: + JukeboxPlaylist = other.JukeboxPlaylist.Clone(); + break; + case JukeboxBgmOneofCase.JukeboxFavorite: + JukeboxFavorite = other.JukeboxFavorite.Clone(); + break; + } + + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxBgm Clone() { + return new NetJukeboxBgm(this); + } + + /// Field number for the "location" field. + public const int LocationFieldNumber = 1; + private global::EpinelPS.NetJukeboxLocation location_ = global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxLocation Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "type" field. + public const int TypeFieldNumber = 2; + private global::EpinelPS.NetJukeboxBgmType type_ = global::EpinelPS.NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxBgmType Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "JukeboxTableId" field. + public const int JukeboxTableIdFieldNumber = 3; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JukeboxTableId { + get { return HasJukeboxTableId ? (int) jukeboxBgm_ : 0; } + set { + jukeboxBgm_ = value; + jukeboxBgmCase_ = JukeboxBgmOneofCase.JukeboxTableId; + } + } + /// Gets whether the "JukeboxTableId" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasJukeboxTableId { + get { return jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxTableId; } + } + /// Clears the value of the oneof if it's currently set to "JukeboxTableId" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearJukeboxTableId() { + if (HasJukeboxTableId) { + ClearJukeboxBgm(); + } + } + + /// Field number for the "JukeboxPlaylist" field. + public const int JukeboxPlaylistFieldNumber = 4; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxPlaylist JukeboxPlaylist { + get { return jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist ? (global::EpinelPS.NetJukeboxPlaylist) jukeboxBgm_ : null; } + set { + jukeboxBgm_ = value; + jukeboxBgmCase_ = value == null ? JukeboxBgmOneofCase.None : JukeboxBgmOneofCase.JukeboxPlaylist; + } + } + + /// Field number for the "JukeboxFavorite" field. + public const int JukeboxFavoriteFieldNumber = 5; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxFavorite JukeboxFavorite { + get { return jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite ? (global::EpinelPS.NetJukeboxFavorite) jukeboxBgm_ : null; } + set { + jukeboxBgm_ = value; + jukeboxBgmCase_ = value == null ? JukeboxBgmOneofCase.None : JukeboxBgmOneofCase.JukeboxFavorite; + } + } + + /// Field number for the "IsShuffle" field. + public const int IsShuffleFieldNumber = 6; + private bool isShuffle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsShuffle { + get { return isShuffle_; } + set { + isShuffle_ = value; + } + } + + private object jukeboxBgm_; + /// Enum of possible cases for the "jukeboxBgm" oneof. + public enum JukeboxBgmOneofCase { + None = 0, + JukeboxTableId = 3, + JukeboxPlaylist = 4, + JukeboxFavorite = 5, + } + private JukeboxBgmOneofCase jukeboxBgmCase_ = JukeboxBgmOneofCase.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public JukeboxBgmOneofCase JukeboxBgmCase { + get { return jukeboxBgmCase_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearJukeboxBgm() { + jukeboxBgmCase_ = JukeboxBgmOneofCase.None; + jukeboxBgm_ = null; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetJukeboxBgm); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetJukeboxBgm other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Location != other.Location) return false; + if (Type != other.Type) return false; + if (JukeboxTableId != other.JukeboxTableId) return false; + if (!object.Equals(JukeboxPlaylist, other.JukeboxPlaylist)) return false; + if (!object.Equals(JukeboxFavorite, other.JukeboxFavorite)) return false; + if (IsShuffle != other.IsShuffle) return false; + if (JukeboxBgmCase != other.JukeboxBgmCase) 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) hash ^= Location.GetHashCode(); + if (Type != global::EpinelPS.NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId) hash ^= Type.GetHashCode(); + if (HasJukeboxTableId) hash ^= JukeboxTableId.GetHashCode(); + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist) hash ^= JukeboxPlaylist.GetHashCode(); + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite) hash ^= JukeboxFavorite.GetHashCode(); + if (IsShuffle != false) hash ^= IsShuffle.GetHashCode(); + hash ^= (int) jukeboxBgmCase_; + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (Type != global::EpinelPS.NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId) { + output.WriteRawTag(16); + output.WriteEnum((int) Type); + } + if (HasJukeboxTableId) { + output.WriteRawTag(24); + output.WriteInt32(JukeboxTableId); + } + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist) { + output.WriteRawTag(34); + output.WriteMessage(JukeboxPlaylist); + } + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite) { + output.WriteRawTag(42); + output.WriteMessage(JukeboxFavorite); + } + if (IsShuffle != false) { + output.WriteRawTag(48); + output.WriteBool(IsShuffle); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (Type != global::EpinelPS.NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId) { + output.WriteRawTag(16); + output.WriteEnum((int) Type); + } + if (HasJukeboxTableId) { + output.WriteRawTag(24); + output.WriteInt32(JukeboxTableId); + } + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist) { + output.WriteRawTag(34); + output.WriteMessage(JukeboxPlaylist); + } + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite) { + output.WriteRawTag(42); + output.WriteMessage(JukeboxFavorite); + } + if (IsShuffle != false) { + output.WriteRawTag(48); + output.WriteBool(IsShuffle); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Location); + } + if (Type != global::EpinelPS.NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (HasJukeboxTableId) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JukeboxTableId); + } + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JukeboxPlaylist); + } + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JukeboxFavorite); + } + if (IsShuffle != 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(NetJukeboxBgm other) { + if (other == null) { + return; + } + if (other.Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + Location = other.Location; + } + if (other.Type != global::EpinelPS.NetJukeboxBgmType.NetJukeboxBgmTypeJukeboxTableId) { + Type = other.Type; + } + if (other.IsShuffle != false) { + IsShuffle = other.IsShuffle; + } + switch (other.JukeboxBgmCase) { + case JukeboxBgmOneofCase.JukeboxTableId: + JukeboxTableId = other.JukeboxTableId; + break; + case JukeboxBgmOneofCase.JukeboxPlaylist: + if (JukeboxPlaylist == null) { + JukeboxPlaylist = new global::EpinelPS.NetJukeboxPlaylist(); + } + JukeboxPlaylist.MergeFrom(other.JukeboxPlaylist); + break; + case JukeboxBgmOneofCase.JukeboxFavorite: + if (JukeboxFavorite == null) { + JukeboxFavorite = new global::EpinelPS.NetJukeboxFavorite(); + } + JukeboxFavorite.MergeFrom(other.JukeboxFavorite); + 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: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + Type = (global::EpinelPS.NetJukeboxBgmType) input.ReadEnum(); + break; + } + case 24: { + JukeboxTableId = input.ReadInt32(); + break; + } + case 34: { + global::EpinelPS.NetJukeboxPlaylist subBuilder = new global::EpinelPS.NetJukeboxPlaylist(); + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist) { + subBuilder.MergeFrom(JukeboxPlaylist); + } + input.ReadMessage(subBuilder); + JukeboxPlaylist = subBuilder; + break; + } + case 42: { + global::EpinelPS.NetJukeboxFavorite subBuilder = new global::EpinelPS.NetJukeboxFavorite(); + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite) { + subBuilder.MergeFrom(JukeboxFavorite); + } + input.ReadMessage(subBuilder); + JukeboxFavorite = subBuilder; + break; + } + case 48: { + IsShuffle = 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 8: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + Type = (global::EpinelPS.NetJukeboxBgmType) input.ReadEnum(); + break; + } + case 24: { + JukeboxTableId = input.ReadInt32(); + break; + } + case 34: { + global::EpinelPS.NetJukeboxPlaylist subBuilder = new global::EpinelPS.NetJukeboxPlaylist(); + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxPlaylist) { + subBuilder.MergeFrom(JukeboxPlaylist); + } + input.ReadMessage(subBuilder); + JukeboxPlaylist = subBuilder; + break; + } + case 42: { + global::EpinelPS.NetJukeboxFavorite subBuilder = new global::EpinelPS.NetJukeboxFavorite(); + if (jukeboxBgmCase_ == JukeboxBgmOneofCase.JukeboxFavorite) { + subBuilder.MergeFrom(JukeboxFavorite); + } + input.ReadMessage(subBuilder); + JukeboxFavorite = subBuilder; + break; + } + case 48: { + IsShuffle = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetJukeboxPlaylistSong : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetJukeboxPlaylistSong()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[452]; } + } + + [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 NetJukeboxPlaylistSong() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxPlaylistSong(NetJukeboxPlaylistSong other) : this() { + order_ = other.order_; + jukeboxTableId_ = other.jukeboxTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxPlaylistSong Clone() { + return new NetJukeboxPlaylistSong(this); + } + + /// Field number for the "Order" field. + public const int OrderFieldNumber = 1; + private int order_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Order { + get { return order_; } + set { + order_ = value; + } + } + + /// Field number for the "JukeboxTableId" field. + public const int JukeboxTableIdFieldNumber = 2; + private int jukeboxTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JukeboxTableId { + get { return jukeboxTableId_; } + set { + jukeboxTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetJukeboxPlaylistSong); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetJukeboxPlaylistSong other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Order != other.Order) return false; + if (JukeboxTableId != other.JukeboxTableId) 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 (Order != 0) hash ^= Order.GetHashCode(); + if (JukeboxTableId != 0) hash ^= JukeboxTableId.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 (Order != 0) { + output.WriteRawTag(8); + output.WriteInt32(Order); + } + if (JukeboxTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(JukeboxTableId); + } + 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 (Order != 0) { + output.WriteRawTag(8); + output.WriteInt32(Order); + } + if (JukeboxTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(JukeboxTableId); + } + 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 (Order != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Order); + } + if (JukeboxTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JukeboxTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetJukeboxPlaylistSong other) { + if (other == null) { + return; + } + if (other.Order != 0) { + Order = other.Order; + } + if (other.JukeboxTableId != 0) { + JukeboxTableId = other.JukeboxTableId; + } + _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: { + Order = input.ReadInt32(); + break; + } + case 16: { + JukeboxTableId = 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: { + Order = input.ReadInt32(); + break; + } + case 16: { + JukeboxTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[453]; } + } + + [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 NetJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxPlaylist(NetJukeboxPlaylist other) : this() { + jukeboxPlaylistUid_ = other.jukeboxPlaylistUid_; + title_ = other.title_; + songs_ = other.songs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxPlaylist Clone() { + return new NetJukeboxPlaylist(this); + } + + /// Field number for the "JukeboxPlaylistUid" field. + public const int JukeboxPlaylistUidFieldNumber = 1; + private long jukeboxPlaylistUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JukeboxPlaylistUid { + get { return jukeboxPlaylistUid_; } + set { + jukeboxPlaylistUid_ = value; + } + } + + /// Field number for the "Title" field. + public const int TitleFieldNumber = 2; + private string title_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Title { + get { return title_; } + set { + title_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Songs" field. + public const int SongsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_songs_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetJukeboxPlaylistSong.Parser); + private readonly pbc::RepeatedField songs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Songs { + get { return songs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (JukeboxPlaylistUid != other.JukeboxPlaylistUid) return false; + if (Title != other.Title) return false; + if(!songs_.Equals(other.songs_)) 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 (JukeboxPlaylistUid != 0L) hash ^= JukeboxPlaylistUid.GetHashCode(); + if (Title.Length != 0) hash ^= Title.GetHashCode(); + hash ^= songs_.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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + if (Title.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Title); + } + songs_.WriteTo(output, _repeated_songs_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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + if (Title.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Title); + } + songs_.WriteTo(ref output, _repeated_songs_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 (JukeboxPlaylistUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JukeboxPlaylistUid); + } + if (Title.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Title); + } + size += songs_.CalculateSize(_repeated_songs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.JukeboxPlaylistUid != 0L) { + JukeboxPlaylistUid = other.JukeboxPlaylistUid; + } + if (other.Title.Length != 0) { + Title = other.Title; + } + songs_.Add(other.songs_); + _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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 18: { + Title = input.ReadString(); + break; + } + case 26: { + songs_.AddEntriesFrom(input, _repeated_songs_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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 18: { + Title = input.ReadString(); + break; + } + case 26: { + songs_.AddEntriesFrom(ref input, _repeated_songs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetJukeboxFavorite : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetJukeboxFavorite()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[454]; } + } + + [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 NetJukeboxFavorite() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxFavorite(NetJukeboxFavorite other) : this() { + songs_ = other.songs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJukeboxFavorite Clone() { + return new NetJukeboxFavorite(this); + } + + /// Field number for the "Songs" field. + public const int SongsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_songs_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetJukeboxPlaylistSong.Parser); + private readonly pbc::RepeatedField songs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Songs { + get { return songs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetJukeboxFavorite); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetJukeboxFavorite other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!songs_.Equals(other.songs_)) 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 ^= songs_.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 + songs_.WriteTo(output, _repeated_songs_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) { + songs_.WriteTo(ref output, _repeated_songs_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 += songs_.CalculateSize(_repeated_songs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetJukeboxFavorite other) { + if (other == null) { + return; + } + songs_.Add(other.songs_); + _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: { + songs_.AddEntriesFrom(input, _repeated_songs_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: { + songs_.AddEntriesFrom(ref input, _repeated_songs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetStackUpBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetStackUpBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[455]; } + } + + [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 NetStackUpBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStackUpBox(NetStackUpBox other) : this() { + boxWidth_ = other.boxWidth_; + scoreGain_ = other.scoreGain_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStackUpBox Clone() { + return new NetStackUpBox(this); + } + + /// Field number for the "BoxWidth" field. + public const int BoxWidthFieldNumber = 1; + private float boxWidth_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float BoxWidth { + get { return boxWidth_; } + set { + boxWidth_ = value; + } + } + + /// Field number for the "ScoreGain" field. + public const int ScoreGainFieldNumber = 2; + private int scoreGain_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ScoreGain { + get { return scoreGain_; } + set { + scoreGain_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetStackUpBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetStackUpBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(BoxWidth, other.BoxWidth)) return false; + if (ScoreGain != other.ScoreGain) 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 (BoxWidth != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(BoxWidth); + if (ScoreGain != 0) hash ^= ScoreGain.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 (BoxWidth != 0F) { + output.WriteRawTag(13); + output.WriteFloat(BoxWidth); + } + if (ScoreGain != 0) { + output.WriteRawTag(16); + output.WriteInt32(ScoreGain); + } + 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 (BoxWidth != 0F) { + output.WriteRawTag(13); + output.WriteFloat(BoxWidth); + } + if (ScoreGain != 0) { + output.WriteRawTag(16); + output.WriteInt32(ScoreGain); + } + 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 (BoxWidth != 0F) { + size += 1 + 4; + } + if (ScoreGain != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ScoreGain); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetStackUpBox other) { + if (other == null) { + return; + } + if (other.BoxWidth != 0F) { + BoxWidth = other.BoxWidth; + } + if (other.ScoreGain != 0) { + ScoreGain = other.ScoreGain; + } + _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 13: { + BoxWidth = input.ReadFloat(); + break; + } + case 16: { + ScoreGain = 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 13: { + BoxWidth = input.ReadFloat(); + break; + } + case 16: { + ScoreGain = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCoinCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCoinCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[456]; } + } + + [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 NetCoinCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCoinCount(NetCoinCount other) : this() { + coinObjectId_ = other.coinObjectId_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCoinCount Clone() { + return new NetCoinCount(this); + } + + /// Field number for the "CoinObjectId" field. + public const int CoinObjectIdFieldNumber = 1; + private int coinObjectId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CoinObjectId { + get { return coinObjectId_; } + set { + coinObjectId_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetCoinCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCoinCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CoinObjectId != other.CoinObjectId) 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 (CoinObjectId != 0) hash ^= CoinObjectId.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 (CoinObjectId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CoinObjectId); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (CoinObjectId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CoinObjectId); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (CoinObjectId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CoinObjectId); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCoinCount other) { + if (other == null) { + return; + } + if (other.CoinObjectId != 0) { + CoinObjectId = other.CoinObjectId; + } + 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: { + CoinObjectId = input.ReadInt32(); + break; + } + case 16: { + Count = 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: { + CoinObjectId = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSmashScoring : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSmashScoring()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[457]; } + } + + [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 NetSmashScoring() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSmashScoring(NetSmashScoring other) : this() { + scoringType_ = other.scoringType_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSmashScoring Clone() { + return new NetSmashScoring(this); + } + + /// Field number for the "ScoringType" field. + public const int ScoringTypeFieldNumber = 1; + private global::EpinelPS.NetSmashScoringType scoringType_ = global::EpinelPS.NetSmashScoringType.NonTargetPass; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSmashScoringType ScoringType { + get { return scoringType_; } + set { + scoringType_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetSmashScoring); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSmashScoring other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ScoringType != other.ScoringType) 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 (ScoringType != global::EpinelPS.NetSmashScoringType.NonTargetPass) hash ^= ScoringType.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 (ScoringType != global::EpinelPS.NetSmashScoringType.NonTargetPass) { + output.WriteRawTag(8); + output.WriteEnum((int) ScoringType); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (ScoringType != global::EpinelPS.NetSmashScoringType.NonTargetPass) { + output.WriteRawTag(8); + output.WriteEnum((int) ScoringType); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (ScoringType != global::EpinelPS.NetSmashScoringType.NonTargetPass) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ScoringType); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSmashScoring other) { + if (other == null) { + return; + } + if (other.ScoringType != global::EpinelPS.NetSmashScoringType.NonTargetPass) { + ScoringType = other.ScoringType; + } + 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: { + ScoringType = (global::EpinelPS.NetSmashScoringType) input.ReadEnum(); + break; + } + case 16: { + Count = 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: { + ScoringType = (global::EpinelPS.NetSmashScoringType) input.ReadEnum(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetRunningEventLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetRunningEventLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[458]; } + } + + [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 NetRunningEventLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRunningEventLog(NetRunningEventLog other) : this() { + type_ = other.type_; + time_ = other.time_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRunningEventLog Clone() { + return new NetRunningEventLog(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private global::EpinelPS.PlaySodaRunningEventType type_ = global::EpinelPS.PlaySodaRunningEventType.PlaySodaRunningEventTypeJump; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.PlaySodaRunningEventType Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Time" field. + public const int TimeFieldNumber = 2; + private int time_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Time { + get { return time_; } + set { + time_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetRunningEventLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetRunningEventLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (Time != other.Time) 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 (Type != global::EpinelPS.PlaySodaRunningEventType.PlaySodaRunningEventTypeJump) hash ^= Type.GetHashCode(); + if (Time != 0) hash ^= Time.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 (Type != global::EpinelPS.PlaySodaRunningEventType.PlaySodaRunningEventTypeJump) { + output.WriteRawTag(8); + output.WriteEnum((int) Type); + } + if (Time != 0) { + output.WriteRawTag(16); + output.WriteInt32(Time); + } + 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 (Type != global::EpinelPS.PlaySodaRunningEventType.PlaySodaRunningEventTypeJump) { + output.WriteRawTag(8); + output.WriteEnum((int) Type); + } + if (Time != 0) { + output.WriteRawTag(16); + output.WriteInt32(Time); + } + 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 (Type != global::EpinelPS.PlaySodaRunningEventType.PlaySodaRunningEventTypeJump) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (Time != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Time); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetRunningEventLog other) { + if (other == null) { + return; + } + if (other.Type != global::EpinelPS.PlaySodaRunningEventType.PlaySodaRunningEventTypeJump) { + Type = other.Type; + } + if (other.Time != 0) { + Time = other.Time; + } + _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: { + Type = (global::EpinelPS.PlaySodaRunningEventType) input.ReadEnum(); + break; + } + case 16: { + Time = 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: { + Type = (global::EpinelPS.PlaySodaRunningEventType) input.ReadEnum(); + break; + } + case 16: { + Time = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetClimbingAntiCheatData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetClimbingAntiCheatData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[459]; } + } + + [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 NetClimbingAntiCheatData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetClimbingAntiCheatData(NetClimbingAntiCheatData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetClimbingAntiCheatData Clone() { + return new NetClimbingAntiCheatData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetClimbingAntiCheatData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetClimbingAntiCheatData 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(NetClimbingAntiCheatData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetClimbingObstacle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetClimbingObstacle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[460]; } + } + + [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 NetClimbingObstacle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetClimbingObstacle(NetClimbingObstacle other) : this() { + lane_ = other.lane_; + center_ = other.center_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetClimbingObstacle Clone() { + return new NetClimbingObstacle(this); + } + + /// Field number for the "Lane" field. + public const int LaneFieldNumber = 1; + private int lane_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Lane { + get { return lane_; } + set { + lane_ = value; + } + } + + /// Field number for the "Center" field. + public const int CenterFieldNumber = 2; + private float center_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float Center { + get { return center_; } + set { + center_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetClimbingObstacle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetClimbingObstacle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Lane != other.Lane) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Center, other.Center)) 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 (Lane != 0) hash ^= Lane.GetHashCode(); + if (Center != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Center); + 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 (Lane != 0) { + output.WriteRawTag(8); + output.WriteInt32(Lane); + } + if (Center != 0F) { + output.WriteRawTag(21); + output.WriteFloat(Center); + } + 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 (Lane != 0) { + output.WriteRawTag(8); + output.WriteInt32(Lane); + } + if (Center != 0F) { + output.WriteRawTag(21); + output.WriteFloat(Center); + } + 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 (Lane != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Lane); + } + if (Center != 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(NetClimbingObstacle other) { + if (other == null) { + return; + } + if (other.Lane != 0) { + Lane = other.Lane; + } + if (other.Center != 0F) { + Center = other.Center; + } + _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: { + Lane = input.ReadInt32(); + break; + } + case 21: { + Center = 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 8: { + Lane = input.ReadInt32(); + break; + } + case 21: { + Center = input.ReadFloat(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetClimbingPlayerMoveSegment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetClimbingPlayerMoveSegment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[461]; } + } + + [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 NetClimbingPlayerMoveSegment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetClimbingPlayerMoveSegment(NetClimbingPlayerMoveSegment other) : this() { + lane_ = other.lane_; + start_ = other.start_; + end_ = other.end_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetClimbingPlayerMoveSegment Clone() { + return new NetClimbingPlayerMoveSegment(this); + } + + /// Field number for the "Lane" field. + public const int LaneFieldNumber = 1; + private int lane_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Lane { + get { return lane_; } + set { + lane_ = value; + } + } + + /// Field number for the "Start" field. + public const int StartFieldNumber = 2; + private float start_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float Start { + get { return start_; } + set { + start_ = value; + } + } + + /// Field number for the "End" field. + public const int EndFieldNumber = 3; + private float end_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float End { + get { return end_; } + set { + end_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetClimbingPlayerMoveSegment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetClimbingPlayerMoveSegment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Lane != other.Lane) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Start, other.Start)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(End, other.End)) 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 (Lane != 0) hash ^= Lane.GetHashCode(); + if (Start != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Start); + if (End != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(End); + 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 (Lane != 0) { + output.WriteRawTag(8); + output.WriteInt32(Lane); + } + if (Start != 0F) { + output.WriteRawTag(21); + output.WriteFloat(Start); + } + if (End != 0F) { + output.WriteRawTag(29); + output.WriteFloat(End); + } + 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 (Lane != 0) { + output.WriteRawTag(8); + output.WriteInt32(Lane); + } + if (Start != 0F) { + output.WriteRawTag(21); + output.WriteFloat(Start); + } + if (End != 0F) { + output.WriteRawTag(29); + output.WriteFloat(End); + } + 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 (Lane != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Lane); + } + if (Start != 0F) { + size += 1 + 4; + } + if (End != 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(NetClimbingPlayerMoveSegment other) { + if (other == null) { + return; + } + if (other.Lane != 0) { + Lane = other.Lane; + } + if (other.Start != 0F) { + Start = other.Start; + } + if (other.End != 0F) { + End = other.End; + } + _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: { + Lane = input.ReadInt32(); + break; + } + case 21: { + Start = input.ReadFloat(); + break; + } + case 29: { + End = 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 8: { + Lane = input.ReadInt32(); + break; + } + case 21: { + Start = input.ReadFloat(); + break; + } + case 29: { + End = input.ReadFloat(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterLobbyServer : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterLobbyServer()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[462]; } + } + + [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 ResEnterLobbyServer() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterLobbyServer(ResEnterLobbyServer other) : this() { + nickname_ = other.nickname_; + user_ = other.user_ != null ? other.user_.Clone() : null; + currency_ = other.currency_.Clone(); + character_ = other.character_.Clone(); + typeTeams_ = other.typeTeams_.Clone(); + items_ = other.items_.Clone(); + attractives_ = other.attractives_.Clone(); + lastClearedNormalMainStageId_ = other.lastClearedNormalMainStageId_; + lastClearedHardMainStageId_ = other.lastClearedHardMainStageId_; + lastClearedMod_ = other.lastClearedMod_; + gsn_ = other.gsn_; + representationTeam_ = other.representationTeam_ != null ? other.representationTeam_.Clone() : null; + outposts_ = other.outposts_.Clone(); + synchroLv_ = other.synchroLv_; + harmonyCubes_ = other.harmonyCubes_.Clone(); + recycle_ = other.recycle_.Clone(); + timeRewardBuffs_ = other.timeRewardBuffs_.Clone(); + clearLessons_ = other.clearLessons_.Clone(); + userGlobalOptions_ = other.userGlobalOptions_; + outpostBattleLevel_ = other.outpostBattleLevel_ != null ? other.outpostBattleLevel_.Clone() : null; + battleTime_ = other.battleTime_; + maxBattleTime_ = other.maxBattleTime_; + synchroStandardCharacters_ = other.synchroStandardCharacters_.Clone(); + resetHour_ = other.resetHour_; + dispatchList_ = other.dispatchList_.Clone(); + awakenings_ = other.awakenings_.Clone(); + redeems_ = other.redeems_.Clone(); + outpostBattleTime_ = other.outpostBattleTime_ != null ? other.outpostBattleTime_.Clone() : null; + lobbyJukeboxBgm_ = other.lobbyJukeboxBgm_ != null ? other.lobbyJukeboxBgm_.Clone() : null; + commanderRoomJukeboxBgm_ = other.commanderRoomJukeboxBgm_ != null ? other.commanderRoomJukeboxBgm_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterLobbyServer Clone() { + return new ResEnterLobbyServer(this); + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 2; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 4; + private global::EpinelPS.NetUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currency_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currency_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currency { + get { return currency_; } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_character_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField character_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Character { + get { return character_; } + } + + /// Field number for the "TypeTeams" field. + public const int TypeTeamsFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_typeTeams_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetUserTeamData.Parser); + private readonly pbc::RepeatedField typeTeams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TypeTeams { + get { return typeTeams_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(74, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Attractives" field. + public const int AttractivesFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_attractives_codec + = pb::FieldCodec.ForMessage(82, global::EpinelPS.NetUserAttractiveData.Parser); + private readonly pbc::RepeatedField attractives_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Attractives { + get { return attractives_; } + } + + /// Field number for the "LastClearedNormalMainStageId" field. + public const int LastClearedNormalMainStageIdFieldNumber = 14; + private int lastClearedNormalMainStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedNormalMainStageId { + get { return lastClearedNormalMainStageId_; } + set { + lastClearedNormalMainStageId_ = value; + } + } + + /// Field number for the "LastClearedHardMainStageId" field. + public const int LastClearedHardMainStageIdFieldNumber = 15; + private int lastClearedHardMainStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedHardMainStageId { + get { return lastClearedHardMainStageId_; } + set { + lastClearedHardMainStageId_ = value; + } + } + + /// Field number for the "LastClearedMod" field. + public const int LastClearedModFieldNumber = 16; + private int lastClearedMod_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedMod { + get { return lastClearedMod_; } + set { + lastClearedMod_ = value; + } + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 18; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "RepresentationTeam" field. + public const int RepresentationTeamFieldNumber = 19; + private global::EpinelPS.NetWholeUserTeamData representationTeam_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData RepresentationTeam { + get { return representationTeam_; } + set { + representationTeam_ = value; + } + } + + /// Field number for the "Outposts" field. + public const int OutpostsFieldNumber = 23; + private static readonly pb::FieldCodec _repeated_outposts_codec + = pb::FieldCodec.ForMessage(186, global::EpinelPS.NetUserOutpostData.Parser); + private readonly pbc::RepeatedField outposts_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Outposts { + get { return outposts_; } + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 24; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 25; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(202, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 26; + private static readonly pb::FieldCodec _repeated_recycle_codec + = pb::FieldCodec.ForMessage(210, global::EpinelPS.NetUserRecycleRoomData.Parser); + private readonly pbc::RepeatedField recycle_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Recycle { + get { return recycle_; } + } + + /// Field number for the "TimeRewardBuffs" field. + public const int TimeRewardBuffsFieldNumber = 27; + private static readonly pb::FieldCodec _repeated_timeRewardBuffs_codec + = pb::FieldCodec.ForMessage(218, global::EpinelPS.NetTimeReward.Parser); + private readonly pbc::RepeatedField timeRewardBuffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TimeRewardBuffs { + get { return timeRewardBuffs_; } + } + + /// Field number for the "ClearLessons" field. + public const int ClearLessonsFieldNumber = 28; + private static readonly pb::FieldCodec _repeated_clearLessons_codec + = pb::FieldCodec.ForInt32(226); + private readonly pbc::RepeatedField clearLessons_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearLessons { + get { return clearLessons_; } + } + + /// Field number for the "UserGlobalOptions" field. + public const int UserGlobalOptionsFieldNumber = 29; + private string userGlobalOptions_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string UserGlobalOptions { + get { return userGlobalOptions_; } + set { + userGlobalOptions_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "OutpostBattleLevel" field. + public const int OutpostBattleLevelFieldNumber = 31; + private global::EpinelPS.NetOutpostBattleLevel outpostBattleLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleLevel OutpostBattleLevel { + get { return outpostBattleLevel_; } + set { + outpostBattleLevel_ = value; + } + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 32; + private long battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + /// Field number for the "MaxBattleTime" field. + public const int MaxBattleTimeFieldNumber = 33; + private long maxBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxBattleTime { + get { return maxBattleTime_; } + set { + maxBattleTime_ = value; + } + } + + /// Field number for the "SynchroStandardCharacters" field. + public const int SynchroStandardCharactersFieldNumber = 34; + private static readonly pb::FieldCodec _repeated_synchroStandardCharacters_codec + = pb::FieldCodec.ForInt64(274); + private readonly pbc::RepeatedField synchroStandardCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SynchroStandardCharacters { + get { return synchroStandardCharacters_; } + } + + /// Field number for the "ResetHour" field. + public const int ResetHourFieldNumber = 35; + private int resetHour_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ResetHour { + get { return resetHour_; } + set { + resetHour_ = value; + } + } + + /// Field number for the "DispatchList" field. + public const int DispatchListFieldNumber = 36; + private static readonly pb::FieldCodec _repeated_dispatchList_codec + = pb::FieldCodec.ForMessage(290, global::EpinelPS.NetUserDispatchData.Parser); + private readonly pbc::RepeatedField dispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchList { + get { return dispatchList_; } + } + + /// Field number for the "Awakenings" field. + public const int AwakeningsFieldNumber = 37; + private static readonly pb::FieldCodec _repeated_awakenings_codec + = pb::FieldCodec.ForMessage(298, global::EpinelPS.NetEquipmentAwakening.Parser); + private readonly pbc::RepeatedField awakenings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Awakenings { + get { return awakenings_; } + } + + /// Field number for the "Redeems" field. + public const int RedeemsFieldNumber = 38; + private static readonly pb::FieldCodec _repeated_redeems_codec + = pb::FieldCodec.ForMessage(306, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField redeems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Redeems { + get { return redeems_; } + } + + /// Field number for the "OutpostBattleTime" field. + public const int OutpostBattleTimeFieldNumber = 39; + private global::EpinelPS.NetOutpostBattleTime outpostBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleTime OutpostBattleTime { + get { return outpostBattleTime_; } + set { + outpostBattleTime_ = value; + } + } + + /// Field number for the "LobbyJukeboxBgm" field. + public const int LobbyJukeboxBgmFieldNumber = 40; + private global::EpinelPS.NetJukeboxBgm lobbyJukeboxBgm_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxBgm LobbyJukeboxBgm { + get { return lobbyJukeboxBgm_; } + set { + lobbyJukeboxBgm_ = value; + } + } + + /// Field number for the "CommanderRoomJukeboxBgm" field. + public const int CommanderRoomJukeboxBgmFieldNumber = 41; + private global::EpinelPS.NetJukeboxBgm commanderRoomJukeboxBgm_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxBgm CommanderRoomJukeboxBgm { + get { return commanderRoomJukeboxBgm_; } + set { + commanderRoomJukeboxBgm_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterLobbyServer); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterLobbyServer other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Nickname != other.Nickname) return false; + if (!object.Equals(User, other.User)) return false; + if(!currency_.Equals(other.currency_)) return false; + if(!character_.Equals(other.character_)) return false; + if(!typeTeams_.Equals(other.typeTeams_)) return false; + if(!items_.Equals(other.items_)) return false; + if(!attractives_.Equals(other.attractives_)) return false; + if (LastClearedNormalMainStageId != other.LastClearedNormalMainStageId) return false; + if (LastClearedHardMainStageId != other.LastClearedHardMainStageId) return false; + if (LastClearedMod != other.LastClearedMod) return false; + if (Gsn != other.Gsn) return false; + if (!object.Equals(RepresentationTeam, other.RepresentationTeam)) return false; + if(!outposts_.Equals(other.outposts_)) return false; + if (SynchroLv != other.SynchroLv) return false; + if(!harmonyCubes_.Equals(other.harmonyCubes_)) return false; + if(!recycle_.Equals(other.recycle_)) return false; + if(!timeRewardBuffs_.Equals(other.timeRewardBuffs_)) return false; + if(!clearLessons_.Equals(other.clearLessons_)) return false; + if (UserGlobalOptions != other.UserGlobalOptions) return false; + if (!object.Equals(OutpostBattleLevel, other.OutpostBattleLevel)) return false; + if (BattleTime != other.BattleTime) return false; + if (MaxBattleTime != other.MaxBattleTime) return false; + if(!synchroStandardCharacters_.Equals(other.synchroStandardCharacters_)) return false; + if (ResetHour != other.ResetHour) return false; + if(!dispatchList_.Equals(other.dispatchList_)) return false; + if(!awakenings_.Equals(other.awakenings_)) return false; + if(!redeems_.Equals(other.redeems_)) return false; + if (!object.Equals(OutpostBattleTime, other.OutpostBattleTime)) return false; + if (!object.Equals(LobbyJukeboxBgm, other.LobbyJukeboxBgm)) return false; + if (!object.Equals(CommanderRoomJukeboxBgm, other.CommanderRoomJukeboxBgm)) 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 (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + hash ^= currency_.GetHashCode(); + hash ^= character_.GetHashCode(); + hash ^= typeTeams_.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= attractives_.GetHashCode(); + if (LastClearedNormalMainStageId != 0) hash ^= LastClearedNormalMainStageId.GetHashCode(); + if (LastClearedHardMainStageId != 0) hash ^= LastClearedHardMainStageId.GetHashCode(); + if (LastClearedMod != 0) hash ^= LastClearedMod.GetHashCode(); + if (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (representationTeam_ != null) hash ^= RepresentationTeam.GetHashCode(); + hash ^= outposts_.GetHashCode(); + if (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + hash ^= harmonyCubes_.GetHashCode(); + hash ^= recycle_.GetHashCode(); + hash ^= timeRewardBuffs_.GetHashCode(); + hash ^= clearLessons_.GetHashCode(); + if (UserGlobalOptions.Length != 0) hash ^= UserGlobalOptions.GetHashCode(); + if (outpostBattleLevel_ != null) hash ^= OutpostBattleLevel.GetHashCode(); + if (BattleTime != 0L) hash ^= BattleTime.GetHashCode(); + if (MaxBattleTime != 0L) hash ^= MaxBattleTime.GetHashCode(); + hash ^= synchroStandardCharacters_.GetHashCode(); + if (ResetHour != 0) hash ^= ResetHour.GetHashCode(); + hash ^= dispatchList_.GetHashCode(); + hash ^= awakenings_.GetHashCode(); + hash ^= redeems_.GetHashCode(); + if (outpostBattleTime_ != null) hash ^= OutpostBattleTime.GetHashCode(); + if (lobbyJukeboxBgm_ != null) hash ^= LobbyJukeboxBgm.GetHashCode(); + if (commanderRoomJukeboxBgm_ != null) hash ^= CommanderRoomJukeboxBgm.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 (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + currency_.WriteTo(output, _repeated_currency_codec); + character_.WriteTo(output, _repeated_character_codec); + typeTeams_.WriteTo(output, _repeated_typeTeams_codec); + items_.WriteTo(output, _repeated_items_codec); + attractives_.WriteTo(output, _repeated_attractives_codec); + if (LastClearedNormalMainStageId != 0) { + output.WriteRawTag(112); + output.WriteInt32(LastClearedNormalMainStageId); + } + if (LastClearedHardMainStageId != 0) { + output.WriteRawTag(120); + output.WriteInt32(LastClearedHardMainStageId); + } + if (LastClearedMod != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(LastClearedMod); + } + if (Gsn != 0L) { + output.WriteRawTag(144, 1); + output.WriteInt64(Gsn); + } + if (representationTeam_ != null) { + output.WriteRawTag(154, 1); + output.WriteMessage(RepresentationTeam); + } + outposts_.WriteTo(output, _repeated_outposts_codec); + if (SynchroLv != 0) { + output.WriteRawTag(192, 1); + output.WriteInt32(SynchroLv); + } + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_codec); + recycle_.WriteTo(output, _repeated_recycle_codec); + timeRewardBuffs_.WriteTo(output, _repeated_timeRewardBuffs_codec); + clearLessons_.WriteTo(output, _repeated_clearLessons_codec); + if (UserGlobalOptions.Length != 0) { + output.WriteRawTag(234, 1); + output.WriteString(UserGlobalOptions); + } + if (outpostBattleLevel_ != null) { + output.WriteRawTag(250, 1); + output.WriteMessage(OutpostBattleLevel); + } + if (BattleTime != 0L) { + output.WriteRawTag(128, 2); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(136, 2); + output.WriteInt64(MaxBattleTime); + } + synchroStandardCharacters_.WriteTo(output, _repeated_synchroStandardCharacters_codec); + if (ResetHour != 0) { + output.WriteRawTag(152, 2); + output.WriteInt32(ResetHour); + } + dispatchList_.WriteTo(output, _repeated_dispatchList_codec); + awakenings_.WriteTo(output, _repeated_awakenings_codec); + redeems_.WriteTo(output, _repeated_redeems_codec); + if (outpostBattleTime_ != null) { + output.WriteRawTag(186, 2); + output.WriteMessage(OutpostBattleTime); + } + if (lobbyJukeboxBgm_ != null) { + output.WriteRawTag(194, 2); + output.WriteMessage(LobbyJukeboxBgm); + } + if (commanderRoomJukeboxBgm_ != null) { + output.WriteRawTag(202, 2); + output.WriteMessage(CommanderRoomJukeboxBgm); + } + 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 (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + currency_.WriteTo(ref output, _repeated_currency_codec); + character_.WriteTo(ref output, _repeated_character_codec); + typeTeams_.WriteTo(ref output, _repeated_typeTeams_codec); + items_.WriteTo(ref output, _repeated_items_codec); + attractives_.WriteTo(ref output, _repeated_attractives_codec); + if (LastClearedNormalMainStageId != 0) { + output.WriteRawTag(112); + output.WriteInt32(LastClearedNormalMainStageId); + } + if (LastClearedHardMainStageId != 0) { + output.WriteRawTag(120); + output.WriteInt32(LastClearedHardMainStageId); + } + if (LastClearedMod != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(LastClearedMod); + } + if (Gsn != 0L) { + output.WriteRawTag(144, 1); + output.WriteInt64(Gsn); + } + if (representationTeam_ != null) { + output.WriteRawTag(154, 1); + output.WriteMessage(RepresentationTeam); + } + outposts_.WriteTo(ref output, _repeated_outposts_codec); + if (SynchroLv != 0) { + output.WriteRawTag(192, 1); + output.WriteInt32(SynchroLv); + } + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_codec); + recycle_.WriteTo(ref output, _repeated_recycle_codec); + timeRewardBuffs_.WriteTo(ref output, _repeated_timeRewardBuffs_codec); + clearLessons_.WriteTo(ref output, _repeated_clearLessons_codec); + if (UserGlobalOptions.Length != 0) { + output.WriteRawTag(234, 1); + output.WriteString(UserGlobalOptions); + } + if (outpostBattleLevel_ != null) { + output.WriteRawTag(250, 1); + output.WriteMessage(OutpostBattleLevel); + } + if (BattleTime != 0L) { + output.WriteRawTag(128, 2); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(136, 2); + output.WriteInt64(MaxBattleTime); + } + synchroStandardCharacters_.WriteTo(ref output, _repeated_synchroStandardCharacters_codec); + if (ResetHour != 0) { + output.WriteRawTag(152, 2); + output.WriteInt32(ResetHour); + } + dispatchList_.WriteTo(ref output, _repeated_dispatchList_codec); + awakenings_.WriteTo(ref output, _repeated_awakenings_codec); + redeems_.WriteTo(ref output, _repeated_redeems_codec); + if (outpostBattleTime_ != null) { + output.WriteRawTag(186, 2); + output.WriteMessage(OutpostBattleTime); + } + if (lobbyJukeboxBgm_ != null) { + output.WriteRawTag(194, 2); + output.WriteMessage(LobbyJukeboxBgm); + } + if (commanderRoomJukeboxBgm_ != null) { + output.WriteRawTag(202, 2); + output.WriteMessage(CommanderRoomJukeboxBgm); + } + 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 (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + size += currency_.CalculateSize(_repeated_currency_codec); + size += character_.CalculateSize(_repeated_character_codec); + size += typeTeams_.CalculateSize(_repeated_typeTeams_codec); + size += items_.CalculateSize(_repeated_items_codec); + size += attractives_.CalculateSize(_repeated_attractives_codec); + if (LastClearedNormalMainStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedNormalMainStageId); + } + if (LastClearedHardMainStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedHardMainStageId); + } + if (LastClearedMod != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(LastClearedMod); + } + if (Gsn != 0L) { + size += 2 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (representationTeam_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(RepresentationTeam); + } + size += outposts_.CalculateSize(_repeated_outposts_codec); + if (SynchroLv != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + size += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + size += recycle_.CalculateSize(_repeated_recycle_codec); + size += timeRewardBuffs_.CalculateSize(_repeated_timeRewardBuffs_codec); + size += clearLessons_.CalculateSize(_repeated_clearLessons_codec); + if (UserGlobalOptions.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(UserGlobalOptions); + } + if (outpostBattleLevel_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleLevel); + } + if (BattleTime != 0L) { + size += 2 + pb::CodedOutputStream.ComputeInt64Size(BattleTime); + } + if (MaxBattleTime != 0L) { + size += 2 + pb::CodedOutputStream.ComputeInt64Size(MaxBattleTime); + } + size += synchroStandardCharacters_.CalculateSize(_repeated_synchroStandardCharacters_codec); + if (ResetHour != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(ResetHour); + } + size += dispatchList_.CalculateSize(_repeated_dispatchList_codec); + size += awakenings_.CalculateSize(_repeated_awakenings_codec); + size += redeems_.CalculateSize(_repeated_redeems_codec); + if (outpostBattleTime_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleTime); + } + if (lobbyJukeboxBgm_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LobbyJukeboxBgm); + } + if (commanderRoomJukeboxBgm_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(CommanderRoomJukeboxBgm); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterLobbyServer other) { + if (other == null) { + return; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetUserData(); + } + User.MergeFrom(other.User); + } + currency_.Add(other.currency_); + character_.Add(other.character_); + typeTeams_.Add(other.typeTeams_); + items_.Add(other.items_); + attractives_.Add(other.attractives_); + if (other.LastClearedNormalMainStageId != 0) { + LastClearedNormalMainStageId = other.LastClearedNormalMainStageId; + } + if (other.LastClearedHardMainStageId != 0) { + LastClearedHardMainStageId = other.LastClearedHardMainStageId; + } + if (other.LastClearedMod != 0) { + LastClearedMod = other.LastClearedMod; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.representationTeam_ != null) { + if (representationTeam_ == null) { + RepresentationTeam = new global::EpinelPS.NetWholeUserTeamData(); + } + RepresentationTeam.MergeFrom(other.RepresentationTeam); + } + outposts_.Add(other.outposts_); + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + harmonyCubes_.Add(other.harmonyCubes_); + recycle_.Add(other.recycle_); + timeRewardBuffs_.Add(other.timeRewardBuffs_); + clearLessons_.Add(other.clearLessons_); + if (other.UserGlobalOptions.Length != 0) { + UserGlobalOptions = other.UserGlobalOptions; + } + if (other.outpostBattleLevel_ != null) { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + OutpostBattleLevel.MergeFrom(other.OutpostBattleLevel); + } + if (other.BattleTime != 0L) { + BattleTime = other.BattleTime; + } + if (other.MaxBattleTime != 0L) { + MaxBattleTime = other.MaxBattleTime; + } + synchroStandardCharacters_.Add(other.synchroStandardCharacters_); + if (other.ResetHour != 0) { + ResetHour = other.ResetHour; + } + dispatchList_.Add(other.dispatchList_); + awakenings_.Add(other.awakenings_); + redeems_.Add(other.redeems_); + if (other.outpostBattleTime_ != null) { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + OutpostBattleTime.MergeFrom(other.OutpostBattleTime); + } + if (other.lobbyJukeboxBgm_ != null) { + if (lobbyJukeboxBgm_ == null) { + LobbyJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + LobbyJukeboxBgm.MergeFrom(other.LobbyJukeboxBgm); + } + if (other.commanderRoomJukeboxBgm_ != null) { + if (commanderRoomJukeboxBgm_ == null) { + CommanderRoomJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + CommanderRoomJukeboxBgm.MergeFrom(other.CommanderRoomJukeboxBgm); + } + _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: { + Nickname = input.ReadString(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(User); + break; + } + case 42: { + currency_.AddEntriesFrom(input, _repeated_currency_codec); + break; + } + case 58: { + character_.AddEntriesFrom(input, _repeated_character_codec); + break; + } + case 66: { + typeTeams_.AddEntriesFrom(input, _repeated_typeTeams_codec); + break; + } + case 74: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 82: { + attractives_.AddEntriesFrom(input, _repeated_attractives_codec); + break; + } + case 112: { + LastClearedNormalMainStageId = input.ReadInt32(); + break; + } + case 120: { + LastClearedHardMainStageId = input.ReadInt32(); + break; + } + case 128: { + LastClearedMod = input.ReadInt32(); + break; + } + case 144: { + Gsn = input.ReadInt64(); + break; + } + case 154: { + if (representationTeam_ == null) { + RepresentationTeam = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(RepresentationTeam); + break; + } + case 186: { + outposts_.AddEntriesFrom(input, _repeated_outposts_codec); + break; + } + case 192: { + SynchroLv = input.ReadInt32(); + break; + } + case 202: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_codec); + break; + } + case 210: { + recycle_.AddEntriesFrom(input, _repeated_recycle_codec); + break; + } + case 218: { + timeRewardBuffs_.AddEntriesFrom(input, _repeated_timeRewardBuffs_codec); + break; + } + case 226: + case 224: { + clearLessons_.AddEntriesFrom(input, _repeated_clearLessons_codec); + break; + } + case 234: { + UserGlobalOptions = input.ReadString(); + break; + } + case 250: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 256: { + BattleTime = input.ReadInt64(); + break; + } + case 264: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 274: + case 272: { + synchroStandardCharacters_.AddEntriesFrom(input, _repeated_synchroStandardCharacters_codec); + break; + } + case 280: { + ResetHour = input.ReadInt32(); + break; + } + case 290: { + dispatchList_.AddEntriesFrom(input, _repeated_dispatchList_codec); + break; + } + case 298: { + awakenings_.AddEntriesFrom(input, _repeated_awakenings_codec); + break; + } + case 306: { + redeems_.AddEntriesFrom(input, _repeated_redeems_codec); + break; + } + case 314: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + case 322: { + if (lobbyJukeboxBgm_ == null) { + LobbyJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(LobbyJukeboxBgm); + break; + } + case 330: { + if (commanderRoomJukeboxBgm_ == null) { + CommanderRoomJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(CommanderRoomJukeboxBgm); + 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: { + Nickname = input.ReadString(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(User); + break; + } + case 42: { + currency_.AddEntriesFrom(ref input, _repeated_currency_codec); + break; + } + case 58: { + character_.AddEntriesFrom(ref input, _repeated_character_codec); + break; + } + case 66: { + typeTeams_.AddEntriesFrom(ref input, _repeated_typeTeams_codec); + break; + } + case 74: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 82: { + attractives_.AddEntriesFrom(ref input, _repeated_attractives_codec); + break; + } + case 112: { + LastClearedNormalMainStageId = input.ReadInt32(); + break; + } + case 120: { + LastClearedHardMainStageId = input.ReadInt32(); + break; + } + case 128: { + LastClearedMod = input.ReadInt32(); + break; + } + case 144: { + Gsn = input.ReadInt64(); + break; + } + case 154: { + if (representationTeam_ == null) { + RepresentationTeam = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(RepresentationTeam); + break; + } + case 186: { + outposts_.AddEntriesFrom(ref input, _repeated_outposts_codec); + break; + } + case 192: { + SynchroLv = input.ReadInt32(); + break; + } + case 202: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + case 210: { + recycle_.AddEntriesFrom(ref input, _repeated_recycle_codec); + break; + } + case 218: { + timeRewardBuffs_.AddEntriesFrom(ref input, _repeated_timeRewardBuffs_codec); + break; + } + case 226: + case 224: { + clearLessons_.AddEntriesFrom(ref input, _repeated_clearLessons_codec); + break; + } + case 234: { + UserGlobalOptions = input.ReadString(); + break; + } + case 250: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 256: { + BattleTime = input.ReadInt64(); + break; + } + case 264: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 274: + case 272: { + synchroStandardCharacters_.AddEntriesFrom(ref input, _repeated_synchroStandardCharacters_codec); + break; + } + case 280: { + ResetHour = input.ReadInt32(); + break; + } + case 290: { + dispatchList_.AddEntriesFrom(ref input, _repeated_dispatchList_codec); + break; + } + case 298: { + awakenings_.AddEntriesFrom(ref input, _repeated_awakenings_codec); + break; + } + case 306: { + redeems_.AddEntriesFrom(ref input, _repeated_redeems_codec); + break; + } + case 314: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + case 322: { + if (lobbyJukeboxBgm_ == null) { + LobbyJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(LobbyJukeboxBgm); + break; + } + case 330: { + if (commanderRoomJukeboxBgm_ == null) { + CommanderRoomJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(CommanderRoomJukeboxBgm); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[463]; } + } + + [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 ResGetUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUserData(ResGetUserData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + currency_ = other.currency_.Clone(); + lastClearedNormalMainStageId_ = other.lastClearedNormalMainStageId_; + lastClearedHardMainStageId_ = other.lastClearedHardMainStageId_; + lastClearedMod_ = other.lastClearedMod_; + gsn_ = other.gsn_; + representationTeam_ = other.representationTeam_ != null ? other.representationTeam_.Clone() : null; + synchroLv_ = other.synchroLv_; + costumeCount_ = other.costumeCount_; + timeRewardBuffs_ = other.timeRewardBuffs_.Clone(); + clearLessons_ = other.clearLessons_.Clone(); + outpostBattleLevel_ = other.outpostBattleLevel_ != null ? other.outpostBattleLevel_.Clone() : null; + battleTime_ = other.battleTime_; + maxBattleTime_ = other.maxBattleTime_; + dispatchClearCountList_ = other.dispatchClearCountList_.Clone(); + resetHour_ = other.resetHour_; + isSimple_ = other.isSimple_; + outpostBattleTime_ = other.outpostBattleTime_ != null ? other.outpostBattleTime_.Clone() : null; + lobbyJukeboxBgm_ = other.lobbyJukeboxBgm_ != null ? other.lobbyJukeboxBgm_.Clone() : null; + commanderRoomJukeboxBgm_ = other.commanderRoomJukeboxBgm_ != null ? other.commanderRoomJukeboxBgm_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUserData Clone() { + return new ResGetUserData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currency_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currency_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currency { + get { return currency_; } + } + + /// Field number for the "LastClearedNormalMainStageId" field. + public const int LastClearedNormalMainStageIdFieldNumber = 8; + private int lastClearedNormalMainStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedNormalMainStageId { + get { return lastClearedNormalMainStageId_; } + set { + lastClearedNormalMainStageId_ = value; + } + } + + /// Field number for the "LastClearedHardMainStageId" field. + public const int LastClearedHardMainStageIdFieldNumber = 9; + private int lastClearedHardMainStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedHardMainStageId { + get { return lastClearedHardMainStageId_; } + set { + lastClearedHardMainStageId_ = value; + } + } + + /// Field number for the "LastClearedMod" field. + public const int LastClearedModFieldNumber = 10; + private int lastClearedMod_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearedMod { + get { return lastClearedMod_; } + set { + lastClearedMod_ = value; + } + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 12; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "RepresentationTeam" field. + public const int RepresentationTeamFieldNumber = 13; + private global::EpinelPS.NetWholeUserTeamData representationTeam_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData RepresentationTeam { + get { return representationTeam_; } + set { + representationTeam_ = value; + } + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 14; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "CostumeCount" field. + public const int CostumeCountFieldNumber = 15; + private int costumeCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeCount { + get { return costumeCount_; } + set { + costumeCount_ = value; + } + } + + /// Field number for the "TimeRewardBuffs" field. + public const int TimeRewardBuffsFieldNumber = 27; + private static readonly pb::FieldCodec _repeated_timeRewardBuffs_codec + = pb::FieldCodec.ForMessage(218, global::EpinelPS.NetTimeReward.Parser); + private readonly pbc::RepeatedField timeRewardBuffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TimeRewardBuffs { + get { return timeRewardBuffs_; } + } + + /// Field number for the "ClearLessons" field. + public const int ClearLessonsFieldNumber = 28; + private static readonly pb::FieldCodec _repeated_clearLessons_codec + = pb::FieldCodec.ForInt32(226); + private readonly pbc::RepeatedField clearLessons_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearLessons { + get { return clearLessons_; } + } + + /// Field number for the "OutpostBattleLevel" field. + public const int OutpostBattleLevelFieldNumber = 31; + private global::EpinelPS.NetOutpostBattleLevel outpostBattleLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleLevel OutpostBattleLevel { + get { return outpostBattleLevel_; } + set { + outpostBattleLevel_ = value; + } + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 32; + private long battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + /// Field number for the "MaxBattleTime" field. + public const int MaxBattleTimeFieldNumber = 33; + private long maxBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxBattleTime { + get { return maxBattleTime_; } + set { + maxBattleTime_ = value; + } + } + + /// Field number for the "DispatchClearCountList" field. + public const int DispatchClearCountListFieldNumber = 34; + private static readonly pb::FieldCodec _repeated_dispatchClearCountList_codec + = pb::FieldCodec.ForInt32(274); + private readonly pbc::RepeatedField dispatchClearCountList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchClearCountList { + get { return dispatchClearCountList_; } + } + + /// Field number for the "ResetHour" field. + public const int ResetHourFieldNumber = 35; + private int resetHour_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ResetHour { + get { return resetHour_; } + set { + resetHour_ = value; + } + } + + /// Field number for the "IsSimple" field. + public const int IsSimpleFieldNumber = 36; + private bool isSimple_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSimple { + get { return isSimple_; } + set { + isSimple_ = value; + } + } + + /// Field number for the "OutpostBattleTime" field. + public const int OutpostBattleTimeFieldNumber = 37; + private global::EpinelPS.NetOutpostBattleTime outpostBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleTime OutpostBattleTime { + get { return outpostBattleTime_; } + set { + outpostBattleTime_ = value; + } + } + + /// Field number for the "LobbyJukeboxBgm" field. + public const int LobbyJukeboxBgmFieldNumber = 38; + private global::EpinelPS.NetJukeboxBgm lobbyJukeboxBgm_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxBgm LobbyJukeboxBgm { + get { return lobbyJukeboxBgm_; } + set { + lobbyJukeboxBgm_ = value; + } + } + + /// Field number for the "CommanderRoomJukeboxBgm" field. + public const int CommanderRoomJukeboxBgmFieldNumber = 39; + private global::EpinelPS.NetJukeboxBgm commanderRoomJukeboxBgm_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxBgm CommanderRoomJukeboxBgm { + get { return commanderRoomJukeboxBgm_; } + set { + commanderRoomJukeboxBgm_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if(!currency_.Equals(other.currency_)) return false; + if (LastClearedNormalMainStageId != other.LastClearedNormalMainStageId) return false; + if (LastClearedHardMainStageId != other.LastClearedHardMainStageId) return false; + if (LastClearedMod != other.LastClearedMod) return false; + if (Gsn != other.Gsn) return false; + if (!object.Equals(RepresentationTeam, other.RepresentationTeam)) return false; + if (SynchroLv != other.SynchroLv) return false; + if (CostumeCount != other.CostumeCount) return false; + if(!timeRewardBuffs_.Equals(other.timeRewardBuffs_)) return false; + if(!clearLessons_.Equals(other.clearLessons_)) return false; + if (!object.Equals(OutpostBattleLevel, other.OutpostBattleLevel)) return false; + if (BattleTime != other.BattleTime) return false; + if (MaxBattleTime != other.MaxBattleTime) return false; + if(!dispatchClearCountList_.Equals(other.dispatchClearCountList_)) return false; + if (ResetHour != other.ResetHour) return false; + if (IsSimple != other.IsSimple) return false; + if (!object.Equals(OutpostBattleTime, other.OutpostBattleTime)) return false; + if (!object.Equals(LobbyJukeboxBgm, other.LobbyJukeboxBgm)) return false; + if (!object.Equals(CommanderRoomJukeboxBgm, other.CommanderRoomJukeboxBgm)) 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 (user_ != null) hash ^= User.GetHashCode(); + hash ^= currency_.GetHashCode(); + if (LastClearedNormalMainStageId != 0) hash ^= LastClearedNormalMainStageId.GetHashCode(); + if (LastClearedHardMainStageId != 0) hash ^= LastClearedHardMainStageId.GetHashCode(); + if (LastClearedMod != 0) hash ^= LastClearedMod.GetHashCode(); + if (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (representationTeam_ != null) hash ^= RepresentationTeam.GetHashCode(); + if (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + if (CostumeCount != 0) hash ^= CostumeCount.GetHashCode(); + hash ^= timeRewardBuffs_.GetHashCode(); + hash ^= clearLessons_.GetHashCode(); + if (outpostBattleLevel_ != null) hash ^= OutpostBattleLevel.GetHashCode(); + if (BattleTime != 0L) hash ^= BattleTime.GetHashCode(); + if (MaxBattleTime != 0L) hash ^= MaxBattleTime.GetHashCode(); + hash ^= dispatchClearCountList_.GetHashCode(); + if (ResetHour != 0) hash ^= ResetHour.GetHashCode(); + if (IsSimple != false) hash ^= IsSimple.GetHashCode(); + if (outpostBattleTime_ != null) hash ^= OutpostBattleTime.GetHashCode(); + if (lobbyJukeboxBgm_ != null) hash ^= LobbyJukeboxBgm.GetHashCode(); + if (commanderRoomJukeboxBgm_ != null) hash ^= CommanderRoomJukeboxBgm.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 (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + currency_.WriteTo(output, _repeated_currency_codec); + if (LastClearedNormalMainStageId != 0) { + output.WriteRawTag(64); + output.WriteInt32(LastClearedNormalMainStageId); + } + if (LastClearedHardMainStageId != 0) { + output.WriteRawTag(72); + output.WriteInt32(LastClearedHardMainStageId); + } + if (LastClearedMod != 0) { + output.WriteRawTag(80); + output.WriteInt32(LastClearedMod); + } + if (Gsn != 0L) { + output.WriteRawTag(96); + output.WriteInt64(Gsn); + } + if (representationTeam_ != null) { + output.WriteRawTag(106); + output.WriteMessage(RepresentationTeam); + } + if (SynchroLv != 0) { + output.WriteRawTag(112); + output.WriteInt32(SynchroLv); + } + if (CostumeCount != 0) { + output.WriteRawTag(120); + output.WriteInt32(CostumeCount); + } + timeRewardBuffs_.WriteTo(output, _repeated_timeRewardBuffs_codec); + clearLessons_.WriteTo(output, _repeated_clearLessons_codec); + if (outpostBattleLevel_ != null) { + output.WriteRawTag(250, 1); + output.WriteMessage(OutpostBattleLevel); + } + if (BattleTime != 0L) { + output.WriteRawTag(128, 2); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(136, 2); + output.WriteInt64(MaxBattleTime); + } + dispatchClearCountList_.WriteTo(output, _repeated_dispatchClearCountList_codec); + if (ResetHour != 0) { + output.WriteRawTag(152, 2); + output.WriteInt32(ResetHour); + } + if (IsSimple != false) { + output.WriteRawTag(160, 2); + output.WriteBool(IsSimple); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(170, 2); + output.WriteMessage(OutpostBattleTime); + } + if (lobbyJukeboxBgm_ != null) { + output.WriteRawTag(178, 2); + output.WriteMessage(LobbyJukeboxBgm); + } + if (commanderRoomJukeboxBgm_ != null) { + output.WriteRawTag(186, 2); + output.WriteMessage(CommanderRoomJukeboxBgm); + } + 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 (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + currency_.WriteTo(ref output, _repeated_currency_codec); + if (LastClearedNormalMainStageId != 0) { + output.WriteRawTag(64); + output.WriteInt32(LastClearedNormalMainStageId); + } + if (LastClearedHardMainStageId != 0) { + output.WriteRawTag(72); + output.WriteInt32(LastClearedHardMainStageId); + } + if (LastClearedMod != 0) { + output.WriteRawTag(80); + output.WriteInt32(LastClearedMod); + } + if (Gsn != 0L) { + output.WriteRawTag(96); + output.WriteInt64(Gsn); + } + if (representationTeam_ != null) { + output.WriteRawTag(106); + output.WriteMessage(RepresentationTeam); + } + if (SynchroLv != 0) { + output.WriteRawTag(112); + output.WriteInt32(SynchroLv); + } + if (CostumeCount != 0) { + output.WriteRawTag(120); + output.WriteInt32(CostumeCount); + } + timeRewardBuffs_.WriteTo(ref output, _repeated_timeRewardBuffs_codec); + clearLessons_.WriteTo(ref output, _repeated_clearLessons_codec); + if (outpostBattleLevel_ != null) { + output.WriteRawTag(250, 1); + output.WriteMessage(OutpostBattleLevel); + } + if (BattleTime != 0L) { + output.WriteRawTag(128, 2); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(136, 2); + output.WriteInt64(MaxBattleTime); + } + dispatchClearCountList_.WriteTo(ref output, _repeated_dispatchClearCountList_codec); + if (ResetHour != 0) { + output.WriteRawTag(152, 2); + output.WriteInt32(ResetHour); + } + if (IsSimple != false) { + output.WriteRawTag(160, 2); + output.WriteBool(IsSimple); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(170, 2); + output.WriteMessage(OutpostBattleTime); + } + if (lobbyJukeboxBgm_ != null) { + output.WriteRawTag(178, 2); + output.WriteMessage(LobbyJukeboxBgm); + } + if (commanderRoomJukeboxBgm_ != null) { + output.WriteRawTag(186, 2); + output.WriteMessage(CommanderRoomJukeboxBgm); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + size += currency_.CalculateSize(_repeated_currency_codec); + if (LastClearedNormalMainStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedNormalMainStageId); + } + if (LastClearedHardMainStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedHardMainStageId); + } + if (LastClearedMod != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearedMod); + } + if (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (representationTeam_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RepresentationTeam); + } + if (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + if (CostumeCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeCount); + } + size += timeRewardBuffs_.CalculateSize(_repeated_timeRewardBuffs_codec); + size += clearLessons_.CalculateSize(_repeated_clearLessons_codec); + if (outpostBattleLevel_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleLevel); + } + if (BattleTime != 0L) { + size += 2 + pb::CodedOutputStream.ComputeInt64Size(BattleTime); + } + if (MaxBattleTime != 0L) { + size += 2 + pb::CodedOutputStream.ComputeInt64Size(MaxBattleTime); + } + size += dispatchClearCountList_.CalculateSize(_repeated_dispatchClearCountList_codec); + if (ResetHour != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(ResetHour); + } + if (IsSimple != false) { + size += 2 + 1; + } + if (outpostBattleTime_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleTime); + } + if (lobbyJukeboxBgm_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(LobbyJukeboxBgm); + } + if (commanderRoomJukeboxBgm_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(CommanderRoomJukeboxBgm); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUserData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetUserData(); + } + User.MergeFrom(other.User); + } + currency_.Add(other.currency_); + if (other.LastClearedNormalMainStageId != 0) { + LastClearedNormalMainStageId = other.LastClearedNormalMainStageId; + } + if (other.LastClearedHardMainStageId != 0) { + LastClearedHardMainStageId = other.LastClearedHardMainStageId; + } + if (other.LastClearedMod != 0) { + LastClearedMod = other.LastClearedMod; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.representationTeam_ != null) { + if (representationTeam_ == null) { + RepresentationTeam = new global::EpinelPS.NetWholeUserTeamData(); + } + RepresentationTeam.MergeFrom(other.RepresentationTeam); + } + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + if (other.CostumeCount != 0) { + CostumeCount = other.CostumeCount; + } + timeRewardBuffs_.Add(other.timeRewardBuffs_); + clearLessons_.Add(other.clearLessons_); + if (other.outpostBattleLevel_ != null) { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + OutpostBattleLevel.MergeFrom(other.OutpostBattleLevel); + } + if (other.BattleTime != 0L) { + BattleTime = other.BattleTime; + } + if (other.MaxBattleTime != 0L) { + MaxBattleTime = other.MaxBattleTime; + } + dispatchClearCountList_.Add(other.dispatchClearCountList_); + if (other.ResetHour != 0) { + ResetHour = other.ResetHour; + } + if (other.IsSimple != false) { + IsSimple = other.IsSimple; + } + if (other.outpostBattleTime_ != null) { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + OutpostBattleTime.MergeFrom(other.OutpostBattleTime); + } + if (other.lobbyJukeboxBgm_ != null) { + if (lobbyJukeboxBgm_ == null) { + LobbyJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + LobbyJukeboxBgm.MergeFrom(other.LobbyJukeboxBgm); + } + if (other.commanderRoomJukeboxBgm_ != null) { + if (commanderRoomJukeboxBgm_ == null) { + CommanderRoomJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + CommanderRoomJukeboxBgm.MergeFrom(other.CommanderRoomJukeboxBgm); + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(User); + break; + } + case 34: { + currency_.AddEntriesFrom(input, _repeated_currency_codec); + break; + } + case 64: { + LastClearedNormalMainStageId = input.ReadInt32(); + break; + } + case 72: { + LastClearedHardMainStageId = input.ReadInt32(); + break; + } + case 80: { + LastClearedMod = input.ReadInt32(); + break; + } + case 96: { + Gsn = input.ReadInt64(); + break; + } + case 106: { + if (representationTeam_ == null) { + RepresentationTeam = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(RepresentationTeam); + break; + } + case 112: { + SynchroLv = input.ReadInt32(); + break; + } + case 120: { + CostumeCount = input.ReadInt32(); + break; + } + case 218: { + timeRewardBuffs_.AddEntriesFrom(input, _repeated_timeRewardBuffs_codec); + break; + } + case 226: + case 224: { + clearLessons_.AddEntriesFrom(input, _repeated_clearLessons_codec); + break; + } + case 250: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 256: { + BattleTime = input.ReadInt64(); + break; + } + case 264: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 274: + case 272: { + dispatchClearCountList_.AddEntriesFrom(input, _repeated_dispatchClearCountList_codec); + break; + } + case 280: { + ResetHour = input.ReadInt32(); + break; + } + case 288: { + IsSimple = input.ReadBool(); + break; + } + case 298: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + case 306: { + if (lobbyJukeboxBgm_ == null) { + LobbyJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(LobbyJukeboxBgm); + break; + } + case 314: { + if (commanderRoomJukeboxBgm_ == null) { + CommanderRoomJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(CommanderRoomJukeboxBgm); + 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: { + if (user_ == null) { + User = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(User); + break; + } + case 34: { + currency_.AddEntriesFrom(ref input, _repeated_currency_codec); + break; + } + case 64: { + LastClearedNormalMainStageId = input.ReadInt32(); + break; + } + case 72: { + LastClearedHardMainStageId = input.ReadInt32(); + break; + } + case 80: { + LastClearedMod = input.ReadInt32(); + break; + } + case 96: { + Gsn = input.ReadInt64(); + break; + } + case 106: { + if (representationTeam_ == null) { + RepresentationTeam = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(RepresentationTeam); + break; + } + case 112: { + SynchroLv = input.ReadInt32(); + break; + } + case 120: { + CostumeCount = input.ReadInt32(); + break; + } + case 218: { + timeRewardBuffs_.AddEntriesFrom(ref input, _repeated_timeRewardBuffs_codec); + break; + } + case 226: + case 224: { + clearLessons_.AddEntriesFrom(ref input, _repeated_clearLessons_codec); + break; + } + case 250: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 256: { + BattleTime = input.ReadInt64(); + break; + } + case 264: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 274: + case 272: { + dispatchClearCountList_.AddEntriesFrom(ref input, _repeated_dispatchClearCountList_codec); + break; + } + case 280: { + ResetHour = input.ReadInt32(); + break; + } + case 288: { + IsSimple = input.ReadBool(); + break; + } + case 298: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + case 306: { + if (lobbyJukeboxBgm_ == null) { + LobbyJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(LobbyJukeboxBgm); + break; + } + case 314: { + if (commanderRoomJukeboxBgm_ == null) { + CommanderRoomJukeboxBgm = new global::EpinelPS.NetJukeboxBgm(); + } + input.ReadMessage(CommanderRoomJukeboxBgm); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetNickname : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetNickname()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[464]; } + } + + [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 ResSetNickname() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetNickname(ResSetNickname other) : this() { + result_ = other.result_; + nickname_ = other.nickname_; + currencies_ = other.currencies_.Clone(); + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetNickname Clone() { + return new ResSetNickname(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetNicknameResult result_ = global::EpinelPS.SetNicknameResult.SetNicknameResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetNicknameResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 2; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetNickname); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetNickname other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (Nickname != other.Nickname) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) hash ^= Result.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (banEndTime_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (banEndTime_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetNickname other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + Result = other.Result; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + currencies_.Add(other.currencies_); + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetNicknameResult) input.ReadEnum(); + break; + } + case 18: { + Nickname = input.ReadString(); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 34: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetNicknameResult) input.ReadEnum(); + break; + } + case 18: { + Nickname = input.ReadString(); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 34: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setnicknamebyitem + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetNicknameByItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetNicknameByItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[465]; } + } + + [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 ReqSetNicknameByItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetNicknameByItem(ReqSetNicknameByItem other) : this() { + nickname_ = other.nickname_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetNicknameByItem Clone() { + return new ReqSetNicknameByItem(this); + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 2; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = 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 ReqSetNicknameByItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetNicknameByItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Nickname != other.Nickname) 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 (Nickname.Length != 0) hash ^= Nickname.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 (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + 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 (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + 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 (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetNicknameByItem other) { + if (other == null) { + return; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + _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: { + Nickname = 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 18: { + Nickname = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetNicknameByItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetNicknameByItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[466]; } + } + + [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 ResSetNicknameByItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetNicknameByItem(ResSetNicknameByItem other) : this() { + result_ = other.result_; + nickname_ = other.nickname_; + item_ = other.item_ != null ? other.item_.Clone() : null; + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetNicknameByItem Clone() { + return new ResSetNicknameByItem(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetNicknameResult result_ = global::EpinelPS.SetNicknameResult.SetNicknameResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetNicknameResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 2; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 3; + private global::EpinelPS.NetUserItemData item_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Item { + get { return item_; } + set { + item_ = value; + } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetNicknameByItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetNicknameByItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (Nickname != other.Nickname) return false; + if (!object.Equals(Item, other.Item)) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) hash ^= Result.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (item_ != null) hash ^= Item.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + if (item_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Item); + } + if (banEndTime_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + if (item_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Item); + } + if (banEndTime_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (item_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); + } + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetNicknameByItem other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetNicknameResult.SetNicknameResultOkay) { + Result = other.Result; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.item_ != null) { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + Item.MergeFrom(other.Item); + } + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetNicknameResult) input.ReadEnum(); + break; + } + case 18: { + Nickname = input.ReadString(); + break; + } + case 26: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + case 34: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetNicknameResult) input.ReadEnum(); + break; + } + case 18: { + Nickname = input.ReadString(); + break; + } + case 26: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + case 34: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetPurchaseRestriction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetPurchaseRestriction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[467]; } + } + + [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 ResSetPurchaseRestriction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetPurchaseRestriction(ResSetPurchaseRestriction other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetPurchaseRestriction Clone() { + return new ResSetPurchaseRestriction(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetPurchaseRestriction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetPurchaseRestriction 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(ResSetPurchaseRestriction 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMailData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMailData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[468]; } + } + + [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 ResGetMailData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMailData(ResGetMailData other) : this() { + mail_ = other.mail_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMailData Clone() { + return new ResGetMailData(this); + } + + /// Field number for the "Mail" field. + public const int MailFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_mail_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserMailData.Parser); + private readonly pbc::RepeatedField mail_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Mail { + get { return mail_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMailData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMailData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!mail_.Equals(other.mail_)) 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 ^= mail_.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 + mail_.WriteTo(output, _repeated_mail_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) { + mail_.WriteTo(ref output, _repeated_mail_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 += mail_.CalculateSize(_repeated_mail_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMailData other) { + if (other == null) { + return; + } + mail_.Add(other.mail_); + _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: { + mail_.AddEntriesFrom(input, _repeated_mail_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 18: { + mail_.AddEntriesFrom(ref input, _repeated_mail_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /mail/obtain2 + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMail2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMail2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[469]; } + } + + [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 ReqObtainMail2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMail2(ReqObtainMail2 other) : this() { + msn_ = other.msn_; + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMail2 Clone() { + return new ReqObtainMail2(this); + } + + /// Field number for the "Msn" field. + public const int MsnFieldNumber = 1; + private long msn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Msn { + get { return msn_; } + set { + msn_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMail2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMail2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Msn != other.Msn) return false; + if (Type != other.Type) 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 (Msn != 0L) hash ^= Msn.GetHashCode(); + if (Type != 0) hash ^= Type.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 (Msn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Msn); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Msn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Msn); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Msn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Msn); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMail2 other) { + if (other == null) { + return; + } + if (other.Msn != 0L) { + Msn = other.Msn; + } + if (other.Type != 0) { + Type = other.Type; + } + _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: { + Msn = input.ReadInt64(); + break; + } + case 16: { + Type = 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: { + Msn = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMail2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMail2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[470]; } + } + + [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 ResObtainMail2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMail2(ResObtainMail2 other) : this() { + result_ = other.result_; + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMail2 Clone() { + return new ResObtainMail2(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.ObtainMailResult result_ = global::EpinelPS.ObtainMailResult.Success; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ObtainMailResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 2; + private global::EpinelPS.NetUserMailData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserMailData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 3; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMail2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMail2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (Result != global::EpinelPS.ObtainMailResult.Success) hash ^= Result.GetHashCode(); + if (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (Result != global::EpinelPS.ObtainMailResult.Success) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (data_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + 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 (Result != global::EpinelPS.ObtainMailResult.Success) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (data_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + 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 (Result != global::EpinelPS.ObtainMailResult.Success) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMail2 other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ObtainMailResult.Success) { + Result = other.Result; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetUserMailData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + Result = (global::EpinelPS.ObtainMailResult) input.ReadEnum(); + break; + } + case 18: { + if (data_ == null) { + Data = new global::EpinelPS.NetUserMailData(); + } + input.ReadMessage(Data); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + Result = (global::EpinelPS.ObtainMailResult) input.ReadEnum(); + break; + } + case 18: { + if (data_ == null) { + Data = new global::EpinelPS.NetUserMailData(); + } + input.ReadMessage(Data); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class Mail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Mail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[471]; } + } + + [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 Mail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public Mail(Mail other) : this() { + msn_ = other.msn_; + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public Mail Clone() { + return new Mail(this); + } + + /// Field number for the "Msn" field. + public const int MsnFieldNumber = 1; + private long msn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Msn { + get { return msn_; } + set { + msn_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as Mail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(Mail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Msn != other.Msn) return false; + if (Type != other.Type) 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 (Msn != 0L) hash ^= Msn.GetHashCode(); + if (Type != 0) hash ^= Type.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 (Msn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Msn); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Msn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Msn); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + 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 (Msn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Msn); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(Mail other) { + if (other == null) { + return; + } + if (other.Msn != 0L) { + Msn = other.Msn; + } + if (other.Type != 0) { + Type = other.Type; + } + _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: { + Msn = input.ReadInt64(); + break; + } + case 16: { + Type = 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: { + Msn = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllObtainMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllObtainMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[472]; } + } + + [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 ResAllObtainMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllObtainMail(ResAllObtainMail other) : this() { + succeedMails_ = other.succeedMails_.Clone(); + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllObtainMail Clone() { + return new ResAllObtainMail(this); + } + + /// Field number for the "SucceedMails" field. + public const int SucceedMailsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_succeedMails_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.Mail.Parser); + private readonly pbc::RepeatedField succeedMails_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SucceedMails { + get { return succeedMails_; } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllObtainMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllObtainMail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!succeedMails_.Equals(other.succeedMails_)) return false; + if (!object.Equals(Reward, other.Reward)) 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 ^= succeedMails_.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 + succeedMails_.WriteTo(output, _repeated_succeedMails_codec); + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + 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) { + succeedMails_.WriteTo(ref output, _repeated_succeedMails_codec); + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + 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 += succeedMails_.CalculateSize(_repeated_succeedMails_codec); + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAllObtainMail other) { + if (other == null) { + return; + } + succeedMails_.Add(other.succeedMails_); + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + succeedMails_.AddEntriesFrom(input, _repeated_succeedMails_codec); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + succeedMails_.AddEntriesFrom(ref input, _repeated_succeedMails_codec); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResReadMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResReadMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[473]; } + } + + [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 ResReadMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReadMail(ResReadMail other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReadMail Clone() { + return new ResReadMail(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResReadMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResReadMail 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(ResReadMail 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteReadMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteReadMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[474]; } + } + + [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 ResDeleteReadMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteReadMail(ResDeleteReadMail other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteReadMail Clone() { + return new ResDeleteReadMail(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteReadMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteReadMail 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(ResDeleteReadMail 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCurrencyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCurrencyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[475]; } + } + + [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 ResGetCurrencyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCurrencyData(ResGetCurrencyData other) : this() { + currency_ = other.currency_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCurrencyData Clone() { + return new ResGetCurrencyData(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currency_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currency_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currency { + get { return currency_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetCurrencyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCurrencyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!currency_.Equals(other.currency_)) 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 ^= currency_.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 + currency_.WriteTo(output, _repeated_currency_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) { + currency_.WriteTo(ref output, _repeated_currency_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 += currency_.CalculateSize(_repeated_currency_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCurrencyData other) { + if (other == null) { + return; + } + currency_.Add(other.currency_); + _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: { + currency_.AddEntriesFrom(input, _repeated_currency_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 18: { + currency_.AddEntriesFrom(ref input, _repeated_currency_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCentauriPurchaseExtraData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCentauriPurchaseExtraData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[476]; } + } + + [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 NetCentauriPurchaseExtraData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCentauriPurchaseExtraData(NetCentauriPurchaseExtraData other) : this() { + productId_ = other.productId_; + billId_ = other.billId_; + chargeAmount_ = other.chargeAmount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCentauriPurchaseExtraData Clone() { + return new NetCentauriPurchaseExtraData(this); + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 1; + private string productId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProductId { + get { return productId_; } + set { + productId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BillId" field. + public const int BillIdFieldNumber = 2; + private string billId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string BillId { + get { return billId_; } + set { + billId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ChargeAmount" field. + public const int ChargeAmountFieldNumber = 3; + private string chargeAmount_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ChargeAmount { + get { return chargeAmount_; } + set { + chargeAmount_ = 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 NetCentauriPurchaseExtraData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCentauriPurchaseExtraData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductId != other.ProductId) return false; + if (BillId != other.BillId) return false; + if (ChargeAmount != other.ChargeAmount) 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 (ProductId.Length != 0) hash ^= ProductId.GetHashCode(); + if (BillId.Length != 0) hash ^= BillId.GetHashCode(); + if (ChargeAmount.Length != 0) hash ^= ChargeAmount.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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (BillId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(BillId); + } + if (ChargeAmount.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ChargeAmount); + } + 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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (BillId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(BillId); + } + if (ChargeAmount.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ChargeAmount); + } + 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 (ProductId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductId); + } + if (BillId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(BillId); + } + if (ChargeAmount.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ChargeAmount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCentauriPurchaseExtraData other) { + if (other == null) { + return; + } + if (other.ProductId.Length != 0) { + ProductId = other.ProductId; + } + if (other.BillId.Length != 0) { + BillId = other.BillId; + } + if (other.ChargeAmount.Length != 0) { + ChargeAmount = other.ChargeAmount; + } + _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: { + ProductId = input.ReadString(); + break; + } + case 18: { + BillId = input.ReadString(); + break; + } + case 26: { + ChargeAmount = 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 10: { + ProductId = input.ReadString(); + break; + } + case 18: { + BillId = input.ReadString(); + break; + } + case 26: { + ChargeAmount = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRefreshChargeCurrencyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRefreshChargeCurrencyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[477]; } + } + + [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 ResRefreshChargeCurrencyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRefreshChargeCurrencyData(ResRefreshChargeCurrencyData other) : this() { + chargeCash_ = other.chargeCash_ != null ? other.chargeCash_.Clone() : null; + freeCash_ = other.freeCash_ != null ? other.freeCash_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRefreshChargeCurrencyData Clone() { + return new ResRefreshChargeCurrencyData(this); + } + + /// Field number for the "ChargeCash" field. + public const int ChargeCashFieldNumber = 1; + private global::EpinelPS.NetUserCurrencyData chargeCash_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData ChargeCash { + get { return chargeCash_; } + set { + chargeCash_ = value; + } + } + + /// Field number for the "FreeCash" field. + public const int FreeCashFieldNumber = 2; + private global::EpinelPS.NetUserCurrencyData freeCash_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData FreeCash { + get { return freeCash_; } + set { + freeCash_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRefreshChargeCurrencyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRefreshChargeCurrencyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(ChargeCash, other.ChargeCash)) return false; + if (!object.Equals(FreeCash, other.FreeCash)) 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 (chargeCash_ != null) hash ^= ChargeCash.GetHashCode(); + if (freeCash_ != null) hash ^= FreeCash.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 (chargeCash_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ChargeCash); + } + if (freeCash_ != null) { + output.WriteRawTag(18); + output.WriteMessage(FreeCash); + } + 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 (chargeCash_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ChargeCash); + } + if (freeCash_ != null) { + output.WriteRawTag(18); + output.WriteMessage(FreeCash); + } + 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 (chargeCash_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChargeCash); + } + if (freeCash_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FreeCash); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRefreshChargeCurrencyData other) { + if (other == null) { + return; + } + if (other.chargeCash_ != null) { + if (chargeCash_ == null) { + ChargeCash = new global::EpinelPS.NetUserCurrencyData(); + } + ChargeCash.MergeFrom(other.ChargeCash); + } + if (other.freeCash_ != null) { + if (freeCash_ == null) { + FreeCash = new global::EpinelPS.NetUserCurrencyData(); + } + FreeCash.MergeFrom(other.FreeCash); + } + _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: { + if (chargeCash_ == null) { + ChargeCash = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(ChargeCash); + break; + } + case 18: { + if (freeCash_ == null) { + FreeCash = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(FreeCash); + 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: { + if (chargeCash_ == null) { + ChargeCash = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(ChargeCash); + break; + } + case 18: { + if (freeCash_ == null) { + FreeCash = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(FreeCash); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetProfileData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetProfileData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[478]; } + } + + [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 ResGetProfileData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetProfileData(ResGetProfileData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetProfileData Clone() { + return new ResGetProfileData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 2; + private global::EpinelPS.NetProfileData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetProfileData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetProfileData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetProfileData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetProfileData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetProfileData(); + } + Data.MergeFrom(other.Data); + } + _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 (data_ == null) { + Data = new global::EpinelPS.NetProfileData(); + } + input.ReadMessage(Data); + 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 (data_ == null) { + Data = new global::EpinelPS.NetProfileData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetProfileFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetProfileFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[479]; } + } + + [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 ResGetProfileFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetProfileFrame(ResGetProfileFrame other) : this() { + frames_ = other.frames_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetProfileFrame Clone() { + return new ResGetProfileFrame(this); + } + + /// Field number for the "Frames" field. + public const int FramesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_frames_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField frames_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Frames { + get { return frames_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetProfileFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetProfileFrame other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!frames_.Equals(other.frames_)) 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 ^= frames_.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 + frames_.WriteTo(output, _repeated_frames_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) { + frames_.WriteTo(ref output, _repeated_frames_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 += frames_.CalculateSize(_repeated_frames_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetProfileFrame other) { + if (other == null) { + return; + } + frames_.Add(other.frames_); + _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: + case 16: { + frames_.AddEntriesFrom(input, _repeated_frames_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 18: + case 16: { + frames_.AddEntriesFrom(ref input, _repeated_frames_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetProfileIcon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetProfileIcon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[480]; } + } + + [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 ResSetProfileIcon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileIcon(ResSetProfileIcon other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileIcon Clone() { + return new ResSetProfileIcon(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetProfileIcon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetProfileIcon 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(ResSetProfileIcon 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetProfileFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetProfileFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[481]; } + } + + [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 ResSetProfileFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileFrame(ResSetProfileFrame other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileFrame Clone() { + return new ResSetProfileFrame(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetProfileFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetProfileFrame 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(ResSetProfileFrame 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetProfileData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetProfileData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[482]; } + } + + [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 ResSetProfileData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileData(ResSetProfileData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileData Clone() { + return new ResSetProfileData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetProfileData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetProfileData 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(ResSetProfileData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetProfileDesc : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetProfileDesc()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[483]; } + } + + [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 ResSetProfileDesc() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileDesc(ResSetProfileDesc other) : this() { + result_ = other.result_; + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileDesc Clone() { + return new ResSetProfileDesc(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetProfileDescResult result_ = global::EpinelPS.SetProfileDescResult.SetProfileDescResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetProfileDescResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetProfileDesc); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetProfileDesc other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetProfileDescResult.SetProfileDescResultOkay) hash ^= Result.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetProfileDescResult.SetProfileDescResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetProfileDescResult.SetProfileDescResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetProfileDescResult.SetProfileDescResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetProfileDesc other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetProfileDescResult.SetProfileDescResultOkay) { + Result = other.Result; + } + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetProfileDescResult) input.ReadEnum(); + break; + } + case 18: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetProfileDescResult) input.ReadEnum(); + break; + } + case 18: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetProfileTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetProfileTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[484]; } + } + + [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 ResSetProfileTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileTeam(ResSetProfileTeam other) : this() { + teamCombat_ = other.teamCombat_; + team_ = other.team_ != null ? other.team_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileTeam Clone() { + return new ResSetProfileTeam(this); + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 2; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private global::EpinelPS.NetWholeUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetProfileTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetProfileTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TeamCombat != other.TeamCombat) return false; + if (!object.Equals(Team, other.Team)) 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 (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + if (team_ != null) hash ^= Team.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 (TeamCombat != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamCombat); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + 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 (TeamCombat != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamCombat); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + 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 (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetProfileTeam other) { + if (other == null) { + return; + } + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + Team.MergeFrom(other.Team); + } + _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: { + TeamCombat = input.ReadInt32(); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + 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: { + TeamCombat = input.ReadInt32(); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuyTicket : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuyTicket()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[485]; } + } + + [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 ResBuyTicket() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyTicket(ResBuyTicket other) : this() { + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyTicket Clone() { + return new ResBuyTicket(this); + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuyTicket); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuyTicket other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!currencies_.Equals(other.currencies_)) 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 ^= currencies_.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 + currencies_.WriteTo(output, _repeated_currencies_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) { + currencies_.WriteTo(ref output, _repeated_currencies_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 += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuyTicket other) { + if (other == null) { + return; + } + currencies_.Add(other.currencies_); + _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: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetScenarioComplete : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetScenarioComplete()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[486]; } + } + + [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 ResSetScenarioComplete() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetScenarioComplete(ResSetScenarioComplete other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetScenarioComplete Clone() { + return new ResSetScenarioComplete(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetScenarioComplete); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetScenarioComplete other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetScenarioComplete other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetScenarioList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetScenarioList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[487]; } + } + + [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 ResGetScenarioList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetScenarioList(ResGetScenarioList other) : this() { + scenarioList_ = other.scenarioList_.Clone(); + bookmarkScenarioList_ = other.bookmarkScenarioList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetScenarioList Clone() { + return new ResGetScenarioList(this); + } + + /// Field number for the "ScenarioList" field. + public const int ScenarioListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_scenarioList_codec + = pb::FieldCodec.ForString(18); + private readonly pbc::RepeatedField scenarioList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioList { + get { return scenarioList_; } + } + + /// Field number for the "BookmarkScenarioList" field. + public const int BookmarkScenarioListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_bookmarkScenarioList_codec + = pb::FieldCodec.ForString(26); + private readonly pbc::RepeatedField bookmarkScenarioList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BookmarkScenarioList { + get { return bookmarkScenarioList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetScenarioList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetScenarioList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!scenarioList_.Equals(other.scenarioList_)) return false; + if(!bookmarkScenarioList_.Equals(other.bookmarkScenarioList_)) 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 ^= scenarioList_.GetHashCode(); + hash ^= bookmarkScenarioList_.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 + scenarioList_.WriteTo(output, _repeated_scenarioList_codec); + bookmarkScenarioList_.WriteTo(output, _repeated_bookmarkScenarioList_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) { + scenarioList_.WriteTo(ref output, _repeated_scenarioList_codec); + bookmarkScenarioList_.WriteTo(ref output, _repeated_bookmarkScenarioList_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 += scenarioList_.CalculateSize(_repeated_scenarioList_codec); + size += bookmarkScenarioList_.CalculateSize(_repeated_bookmarkScenarioList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetScenarioList other) { + if (other == null) { + return; + } + scenarioList_.Add(other.scenarioList_); + bookmarkScenarioList_.Add(other.bookmarkScenarioList_); + _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: { + scenarioList_.AddEntriesFrom(input, _repeated_scenarioList_codec); + break; + } + case 26: { + bookmarkScenarioList_.AddEntriesFrom(input, _repeated_bookmarkScenarioList_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 18: { + scenarioList_.AddEntriesFrom(ref input, _repeated_scenarioList_codec); + break; + } + case 26: { + bookmarkScenarioList_.AddEntriesFrom(ref input, _repeated_bookmarkScenarioList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/scenario/exist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExistScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExistScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[488]; } + } + + [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 ReqExistScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistScenario(ReqExistScenario other) : this() { + scenarioGroupIds_ = other.scenarioGroupIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistScenario Clone() { + return new ReqExistScenario(this); + } + + /// Field number for the "ScenarioGroupIds" field. + public const int ScenarioGroupIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_scenarioGroupIds_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField scenarioGroupIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioGroupIds { + get { return scenarioGroupIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExistScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExistScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!scenarioGroupIds_.Equals(other.scenarioGroupIds_)) 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 ^= scenarioGroupIds_.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 + scenarioGroupIds_.WriteTo(output, _repeated_scenarioGroupIds_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) { + scenarioGroupIds_.WriteTo(ref output, _repeated_scenarioGroupIds_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 += scenarioGroupIds_.CalculateSize(_repeated_scenarioGroupIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExistScenario other) { + if (other == null) { + return; + } + scenarioGroupIds_.Add(other.scenarioGroupIds_); + _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: { + scenarioGroupIds_.AddEntriesFrom(input, _repeated_scenarioGroupIds_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: { + scenarioGroupIds_.AddEntriesFrom(ref input, _repeated_scenarioGroupIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExistScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExistScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[489]; } + } + + [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 ResExistScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistScenario(ResExistScenario other) : this() { + existGroupIds_ = other.existGroupIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistScenario Clone() { + return new ResExistScenario(this); + } + + /// Field number for the "ExistGroupIds" field. + public const int ExistGroupIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_existGroupIds_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField existGroupIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ExistGroupIds { + get { return existGroupIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExistScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExistScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!existGroupIds_.Equals(other.existGroupIds_)) 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 ^= existGroupIds_.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 + existGroupIds_.WriteTo(output, _repeated_existGroupIds_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) { + existGroupIds_.WriteTo(ref output, _repeated_existGroupIds_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 += existGroupIds_.CalculateSize(_repeated_existGroupIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExistScenario other) { + if (other == null) { + return; + } + existGroupIds_.Add(other.existGroupIds_); + _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: { + existGroupIds_.AddEntriesFrom(input, _repeated_existGroupIds_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: { + existGroupIds_.AddEntriesFrom(ref input, _repeated_existGroupIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetWallpaper : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetWallpaper()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[490]; } + } + + [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 ResSetWallpaper() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetWallpaper(ResSetWallpaper other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetWallpaper Clone() { + return new ResSetWallpaper(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetWallpaper); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetWallpaper 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(ResSetWallpaper 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetWallpaper : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetWallpaper()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[491]; } + } + + [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 ResGetWallpaper() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWallpaper(ResGetWallpaper other) : this() { + wallpaperList_ = other.wallpaperList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWallpaper Clone() { + return new ResGetWallpaper(this); + } + + /// Field number for the "WallpaperList" field. + public const int WallpaperListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_wallpaperList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetWallpaperData.Parser); + private readonly pbc::RepeatedField wallpaperList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField WallpaperList { + get { return wallpaperList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetWallpaper); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetWallpaper other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!wallpaperList_.Equals(other.wallpaperList_)) 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 ^= wallpaperList_.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 + wallpaperList_.WriteTo(output, _repeated_wallpaperList_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) { + wallpaperList_.WriteTo(ref output, _repeated_wallpaperList_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 += wallpaperList_.CalculateSize(_repeated_wallpaperList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetWallpaper other) { + if (other == null) { + return; + } + wallpaperList_.Add(other.wallpaperList_); + _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: { + wallpaperList_.AddEntriesFrom(input, _repeated_wallpaperList_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 18: { + wallpaperList_.AddEntriesFrom(ref input, _repeated_wallpaperList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetWallpaperInventory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetWallpaperInventory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[492]; } + } + + [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 ResGetWallpaperInventory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWallpaperInventory(ResGetWallpaperInventory other) : this() { + livewallpaperIds_ = other.livewallpaperIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWallpaperInventory Clone() { + return new ResGetWallpaperInventory(this); + } + + /// Field number for the "LivewallpaperIds" field. + public const int LivewallpaperIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_livewallpaperIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField livewallpaperIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LivewallpaperIds { + get { return livewallpaperIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetWallpaperInventory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetWallpaperInventory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!livewallpaperIds_.Equals(other.livewallpaperIds_)) 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 ^= livewallpaperIds_.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 + livewallpaperIds_.WriteTo(output, _repeated_livewallpaperIds_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) { + livewallpaperIds_.WriteTo(ref output, _repeated_livewallpaperIds_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 += livewallpaperIds_.CalculateSize(_repeated_livewallpaperIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetWallpaperInventory other) { + if (other == null) { + return; + } + livewallpaperIds_.Add(other.livewallpaperIds_); + _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: + case 16: { + livewallpaperIds_.AddEntriesFrom(input, _repeated_livewallpaperIds_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 18: + case 16: { + livewallpaperIds_.AddEntriesFrom(ref input, _repeated_livewallpaperIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveUserGlobalOptions : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveUserGlobalOptions()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[493]; } + } + + [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 ResSaveUserGlobalOptions() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveUserGlobalOptions(ResSaveUserGlobalOptions other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveUserGlobalOptions Clone() { + return new ResSaveUserGlobalOptions(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveUserGlobalOptions); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveUserGlobalOptions 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(ResSaveUserGlobalOptions 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterLobbyPing : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterLobbyPing()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[494]; } + } + + [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 ResEnterLobbyPing() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterLobbyPing(ResEnterLobbyPing other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterLobbyPing Clone() { + return new ResEnterLobbyPing(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterLobbyPing); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterLobbyPing 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(ResEnterLobbyPing 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[495]; } + } + + [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 ResSaveTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveTutorial(ResSaveTutorial other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveTutorial Clone() { + return new ResSaveTutorial(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveTutorial 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(ResSaveTutorial 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterPoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterPoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[496]; } + } + + [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 ResEnterPoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterPoll(ResEnterPoll other) : this() { + isReceived_ = other.isReceived_; + callbackId_ = other.callbackId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterPoll Clone() { + return new ResEnterPoll(this); + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 1; + private bool isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + /// Field number for the "CallbackId" field. + public const int CallbackIdFieldNumber = 2; + private int callbackId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CallbackId { + get { return callbackId_; } + set { + callbackId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterPoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterPoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsReceived != other.IsReceived) return false; + if (CallbackId != other.CallbackId) 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 (IsReceived != false) hash ^= IsReceived.GetHashCode(); + if (CallbackId != 0) hash ^= CallbackId.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 (IsReceived != false) { + output.WriteRawTag(8); + output.WriteBool(IsReceived); + } + if (CallbackId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CallbackId); + } + 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 (IsReceived != false) { + output.WriteRawTag(8); + output.WriteBool(IsReceived); + } + if (CallbackId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CallbackId); + } + 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 (IsReceived != false) { + size += 1 + 1; + } + if (CallbackId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CallbackId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterPoll other) { + if (other == null) { + return; + } + if (other.IsReceived != false) { + IsReceived = other.IsReceived; + } + if (other.CallbackId != 0) { + CallbackId = other.CallbackId; + } + _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: { + IsReceived = input.ReadBool(); + break; + } + case 16: { + CallbackId = 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: { + IsReceived = input.ReadBool(); + break; + } + case 16: { + CallbackId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishPoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishPoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[497]; } + } + + [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 ResFinishPoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPoll(ResFinishPoll other) : this() { + isFinished_ = other.isFinished_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPoll Clone() { + return new ResFinishPoll(this); + } + + /// Field number for the "IsFinished" field. + public const int IsFinishedFieldNumber = 1; + private bool isFinished_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFinished { + get { return isFinished_; } + set { + isFinished_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishPoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishPoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsFinished != other.IsFinished) 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 (IsFinished != false) hash ^= IsFinished.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 (IsFinished != false) { + output.WriteRawTag(8); + output.WriteBool(IsFinished); + } + 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 (IsFinished != false) { + output.WriteRawTag(8); + output.WriteBool(IsFinished); + } + 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 (IsFinished != 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(ResFinishPoll other) { + if (other == null) { + return; + } + if (other.IsFinished != false) { + IsFinished = other.IsFinished; + } + _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: { + IsFinished = 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 8: { + IsFinished = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetNow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetNow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[498]; } + } + + [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 ResGetNow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetNow(ResGetNow other) : this() { + tick_ = other.tick_; + resetHour_ = other.resetHour_; + cheatShiftDuration_ = other.cheatShiftDuration_ != null ? other.cheatShiftDuration_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetNow Clone() { + return new ResGetNow(this); + } + + /// Field number for the "Tick" field. + public const int TickFieldNumber = 1; + private long tick_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Tick { + get { return tick_; } + set { + tick_ = value; + } + } + + /// Field number for the "ResetHour" field. + public const int ResetHourFieldNumber = 2; + private int resetHour_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ResetHour { + get { return resetHour_; } + set { + resetHour_ = value; + } + } + + /// Field number for the "CheatShiftDuration" field. + public const int CheatShiftDurationFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Duration cheatShiftDuration_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Duration CheatShiftDuration { + get { return cheatShiftDuration_; } + set { + cheatShiftDuration_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetNow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetNow other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tick != other.Tick) return false; + if (ResetHour != other.ResetHour) return false; + if (!object.Equals(CheatShiftDuration, other.CheatShiftDuration)) 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 (Tick != 0L) hash ^= Tick.GetHashCode(); + if (ResetHour != 0) hash ^= ResetHour.GetHashCode(); + if (cheatShiftDuration_ != null) hash ^= CheatShiftDuration.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 (Tick != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Tick); + } + if (ResetHour != 0) { + output.WriteRawTag(16); + output.WriteInt32(ResetHour); + } + if (cheatShiftDuration_ != null) { + output.WriteRawTag(26); + output.WriteMessage(CheatShiftDuration); + } + 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 (Tick != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Tick); + } + if (ResetHour != 0) { + output.WriteRawTag(16); + output.WriteInt32(ResetHour); + } + if (cheatShiftDuration_ != null) { + output.WriteRawTag(26); + output.WriteMessage(CheatShiftDuration); + } + 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 (Tick != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Tick); + } + if (ResetHour != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ResetHour); + } + if (cheatShiftDuration_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CheatShiftDuration); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetNow other) { + if (other == null) { + return; + } + if (other.Tick != 0L) { + Tick = other.Tick; + } + if (other.ResetHour != 0) { + ResetHour = other.ResetHour; + } + if (other.cheatShiftDuration_ != null) { + if (cheatShiftDuration_ == null) { + CheatShiftDuration = new global::Google.Protobuf.WellKnownTypes.Duration(); + } + CheatShiftDuration.MergeFrom(other.CheatShiftDuration); + } + _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: { + Tick = input.ReadInt64(); + break; + } + case 16: { + ResetHour = input.ReadInt32(); + break; + } + case 26: { + if (cheatShiftDuration_ == null) { + CheatShiftDuration = new global::Google.Protobuf.WellKnownTypes.Duration(); + } + input.ReadMessage(CheatShiftDuration); + 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: { + Tick = input.ReadInt64(); + break; + } + case 16: { + ResetHour = input.ReadInt32(); + break; + } + case 26: { + if (cheatShiftDuration_ == null) { + CheatShiftDuration = new global::Google.Protobuf.WellKnownTypes.Duration(); + } + input.ReadMessage(CheatShiftDuration); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetWholeUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetWholeUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[499]; } + } + + [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 ResGetWholeUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWholeUserData(ResGetWholeUserData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWholeUserData Clone() { + return new ResGetWholeUserData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetWholeUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetWholeUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) 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 (user_ != null) hash ^= User.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetWholeUserData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetContentsOpenData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetContentsOpenData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[500]; } + } + + [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 ResGetContentsOpenData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetContentsOpenData(ResGetContentsOpenData other) : this() { + guildLevel_ = other.guildLevel_; + maxGachaCount_ = other.maxGachaCount_; + maxGachaPremiumCount_ = other.maxGachaPremiumCount_; + clearStageList_ = other.clearStageList_.Clone(); + tutorialGachaPlayCount_ = other.tutorialGachaPlayCount_; + clearSimRoomChapterList_ = other.clearSimRoomChapterList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetContentsOpenData Clone() { + return new ResGetContentsOpenData(this); + } + + /// Field number for the "GuildLevel" field. + public const int GuildLevelFieldNumber = 2; + private int guildLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GuildLevel { + get { return guildLevel_; } + set { + guildLevel_ = value; + } + } + + /// Field number for the "MaxGachaCount" field. + public const int MaxGachaCountFieldNumber = 4; + private long maxGachaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxGachaCount { + get { return maxGachaCount_; } + set { + maxGachaCount_ = value; + } + } + + /// Field number for the "MaxGachaPremiumCount" field. + public const int MaxGachaPremiumCountFieldNumber = 5; + private long maxGachaPremiumCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxGachaPremiumCount { + get { return maxGachaPremiumCount_; } + set { + maxGachaPremiumCount_ = value; + } + } + + /// Field number for the "ClearStageList" field. + public const int ClearStageListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_clearStageList_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField clearStageList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearStageList { + get { return clearStageList_; } + } + + /// Field number for the "TutorialGachaPlayCount" field. + public const int TutorialGachaPlayCountFieldNumber = 7; + private int tutorialGachaPlayCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TutorialGachaPlayCount { + get { return tutorialGachaPlayCount_; } + set { + tutorialGachaPlayCount_ = value; + } + } + + /// Field number for the "ClearSimRoomChapterList" field. + public const int ClearSimRoomChapterListFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_clearSimRoomChapterList_codec + = pb::FieldCodec.ForInt32(66); + private readonly pbc::RepeatedField clearSimRoomChapterList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearSimRoomChapterList { + get { return clearSimRoomChapterList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetContentsOpenData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetContentsOpenData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GuildLevel != other.GuildLevel) return false; + if (MaxGachaCount != other.MaxGachaCount) return false; + if (MaxGachaPremiumCount != other.MaxGachaPremiumCount) return false; + if(!clearStageList_.Equals(other.clearStageList_)) return false; + if (TutorialGachaPlayCount != other.TutorialGachaPlayCount) return false; + if(!clearSimRoomChapterList_.Equals(other.clearSimRoomChapterList_)) 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 (GuildLevel != 0) hash ^= GuildLevel.GetHashCode(); + if (MaxGachaCount != 0L) hash ^= MaxGachaCount.GetHashCode(); + if (MaxGachaPremiumCount != 0L) hash ^= MaxGachaPremiumCount.GetHashCode(); + hash ^= clearStageList_.GetHashCode(); + if (TutorialGachaPlayCount != 0) hash ^= TutorialGachaPlayCount.GetHashCode(); + hash ^= clearSimRoomChapterList_.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 (GuildLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(GuildLevel); + } + if (MaxGachaCount != 0L) { + output.WriteRawTag(32); + output.WriteInt64(MaxGachaCount); + } + if (MaxGachaPremiumCount != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MaxGachaPremiumCount); + } + clearStageList_.WriteTo(output, _repeated_clearStageList_codec); + if (TutorialGachaPlayCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(TutorialGachaPlayCount); + } + clearSimRoomChapterList_.WriteTo(output, _repeated_clearSimRoomChapterList_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 (GuildLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(GuildLevel); + } + if (MaxGachaCount != 0L) { + output.WriteRawTag(32); + output.WriteInt64(MaxGachaCount); + } + if (MaxGachaPremiumCount != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MaxGachaPremiumCount); + } + clearStageList_.WriteTo(ref output, _repeated_clearStageList_codec); + if (TutorialGachaPlayCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(TutorialGachaPlayCount); + } + clearSimRoomChapterList_.WriteTo(ref output, _repeated_clearSimRoomChapterList_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 (GuildLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GuildLevel); + } + if (MaxGachaCount != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxGachaCount); + } + if (MaxGachaPremiumCount != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxGachaPremiumCount); + } + size += clearStageList_.CalculateSize(_repeated_clearStageList_codec); + if (TutorialGachaPlayCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TutorialGachaPlayCount); + } + size += clearSimRoomChapterList_.CalculateSize(_repeated_clearSimRoomChapterList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetContentsOpenData other) { + if (other == null) { + return; + } + if (other.GuildLevel != 0) { + GuildLevel = other.GuildLevel; + } + if (other.MaxGachaCount != 0L) { + MaxGachaCount = other.MaxGachaCount; + } + if (other.MaxGachaPremiumCount != 0L) { + MaxGachaPremiumCount = other.MaxGachaPremiumCount; + } + clearStageList_.Add(other.clearStageList_); + if (other.TutorialGachaPlayCount != 0) { + TutorialGachaPlayCount = other.TutorialGachaPlayCount; + } + clearSimRoomChapterList_.Add(other.clearSimRoomChapterList_); + _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: { + GuildLevel = input.ReadInt32(); + break; + } + case 32: { + MaxGachaCount = input.ReadInt64(); + break; + } + case 40: { + MaxGachaPremiumCount = input.ReadInt64(); + break; + } + case 50: + case 48: { + clearStageList_.AddEntriesFrom(input, _repeated_clearStageList_codec); + break; + } + case 56: { + TutorialGachaPlayCount = input.ReadInt32(); + break; + } + case 66: + case 64: { + clearSimRoomChapterList_.AddEntriesFrom(input, _repeated_clearSimRoomChapterList_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: { + GuildLevel = input.ReadInt32(); + break; + } + case 32: { + MaxGachaCount = input.ReadInt64(); + break; + } + case 40: { + MaxGachaPremiumCount = input.ReadInt64(); + break; + } + case 50: + case 48: { + clearStageList_.AddEntriesFrom(ref input, _repeated_clearStageList_codec); + break; + } + case 56: { + TutorialGachaPlayCount = input.ReadInt32(); + break; + } + case 66: + case 64: { + clearSimRoomChapterList_.AddEntriesFrom(ref input, _repeated_clearSimRoomChapterList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/getparentcontrolconfig + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetParentControlConfig : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetParentControlConfig()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[501]; } + } + + [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 ReqGetParentControlConfig() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetParentControlConfig(ReqGetParentControlConfig other) : this() { + openId_ = other.openId_; + token_ = other.token_; + channelId_ = other.channelId_; + os_ = other.os_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetParentControlConfig Clone() { + return new ReqGetParentControlConfig(this); + } + + /// Field number for the "OpenId" field. + public const int OpenIdFieldNumber = 1; + private string openId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string OpenId { + get { return openId_; } + set { + openId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Token" field. + public const int TokenFieldNumber = 2; + private string token_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Token { + get { return token_; } + set { + token_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ChannelId" field. + public const int ChannelIdFieldNumber = 3; + private int channelId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChannelId { + get { return channelId_; } + set { + channelId_ = value; + } + } + + /// Field number for the "Os" field. + public const int OsFieldNumber = 4; + private string os_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Os { + get { return os_; } + set { + os_ = 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 ReqGetParentControlConfig); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetParentControlConfig other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (OpenId != other.OpenId) return false; + if (Token != other.Token) return false; + if (ChannelId != other.ChannelId) return false; + if (Os != other.Os) 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 (OpenId.Length != 0) hash ^= OpenId.GetHashCode(); + if (Token.Length != 0) hash ^= Token.GetHashCode(); + if (ChannelId != 0) hash ^= ChannelId.GetHashCode(); + if (Os.Length != 0) hash ^= Os.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 (OpenId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(OpenId); + } + if (Token.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Token); + } + if (ChannelId != 0) { + output.WriteRawTag(24); + output.WriteInt32(ChannelId); + } + if (Os.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Os); + } + 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 (OpenId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(OpenId); + } + if (Token.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Token); + } + if (ChannelId != 0) { + output.WriteRawTag(24); + output.WriteInt32(ChannelId); + } + if (Os.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Os); + } + 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 (OpenId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(OpenId); + } + if (Token.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Token); + } + if (ChannelId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChannelId); + } + if (Os.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Os); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetParentControlConfig other) { + if (other == null) { + return; + } + if (other.OpenId.Length != 0) { + OpenId = other.OpenId; + } + if (other.Token.Length != 0) { + Token = other.Token; + } + if (other.ChannelId != 0) { + ChannelId = other.ChannelId; + } + if (other.Os.Length != 0) { + Os = other.Os; + } + _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: { + OpenId = input.ReadString(); + break; + } + case 18: { + Token = input.ReadString(); + break; + } + case 24: { + ChannelId = input.ReadInt32(); + break; + } + case 34: { + Os = 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 10: { + OpenId = input.ReadString(); + break; + } + case 18: { + Token = input.ReadString(); + break; + } + case 24: { + ChannelId = input.ReadInt32(); + break; + } + case 34: { + Os = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetParentControlConfig : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetParentControlConfig()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[502]; } + } + + [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 ResGetParentControlConfig() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetParentControlConfig(ResGetParentControlConfig other) : this() { + isEnable_ = other.isEnable_; + timeZone_ = other.timeZone_; + weekdayTimeStart_ = other.weekdayTimeStart_; + weekdayTimeEnd_ = other.weekdayTimeEnd_; + weekdayTimeLimit_ = other.weekdayTimeLimit_; + weekendTimeStart_ = other.weekendTimeStart_; + weekendTimeEnd_ = other.weekendTimeEnd_; + weekendTimeLimit_ = other.weekendTimeLimit_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetParentControlConfig Clone() { + return new ResGetParentControlConfig(this); + } + + /// Field number for the "IsEnable" field. + public const int IsEnableFieldNumber = 1; + private bool isEnable_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsEnable { + get { return isEnable_; } + set { + isEnable_ = value; + } + } + + /// Field number for the "TimeZone" field. + public const int TimeZoneFieldNumber = 2; + private string timeZone_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string TimeZone { + get { return timeZone_; } + set { + timeZone_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "WeekdayTimeStart" field. + public const int WeekdayTimeStartFieldNumber = 3; + private string weekdayTimeStart_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string WeekdayTimeStart { + get { return weekdayTimeStart_; } + set { + weekdayTimeStart_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "WeekdayTimeEnd" field. + public const int WeekdayTimeEndFieldNumber = 4; + private string weekdayTimeEnd_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string WeekdayTimeEnd { + get { return weekdayTimeEnd_; } + set { + weekdayTimeEnd_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "WeekdayTimeLimit" field. + public const int WeekdayTimeLimitFieldNumber = 5; + private int weekdayTimeLimit_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WeekdayTimeLimit { + get { return weekdayTimeLimit_; } + set { + weekdayTimeLimit_ = value; + } + } + + /// Field number for the "WeekendTimeStart" field. + public const int WeekendTimeStartFieldNumber = 6; + private string weekendTimeStart_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string WeekendTimeStart { + get { return weekendTimeStart_; } + set { + weekendTimeStart_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "WeekendTimeEnd" field. + public const int WeekendTimeEndFieldNumber = 7; + private string weekendTimeEnd_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string WeekendTimeEnd { + get { return weekendTimeEnd_; } + set { + weekendTimeEnd_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "WeekendTimeLimit" field. + public const int WeekendTimeLimitFieldNumber = 8; + private int weekendTimeLimit_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WeekendTimeLimit { + get { return weekendTimeLimit_; } + set { + weekendTimeLimit_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetParentControlConfig); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetParentControlConfig other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsEnable != other.IsEnable) return false; + if (TimeZone != other.TimeZone) return false; + if (WeekdayTimeStart != other.WeekdayTimeStart) return false; + if (WeekdayTimeEnd != other.WeekdayTimeEnd) return false; + if (WeekdayTimeLimit != other.WeekdayTimeLimit) return false; + if (WeekendTimeStart != other.WeekendTimeStart) return false; + if (WeekendTimeEnd != other.WeekendTimeEnd) return false; + if (WeekendTimeLimit != other.WeekendTimeLimit) 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 (IsEnable != false) hash ^= IsEnable.GetHashCode(); + if (TimeZone.Length != 0) hash ^= TimeZone.GetHashCode(); + if (WeekdayTimeStart.Length != 0) hash ^= WeekdayTimeStart.GetHashCode(); + if (WeekdayTimeEnd.Length != 0) hash ^= WeekdayTimeEnd.GetHashCode(); + if (WeekdayTimeLimit != 0) hash ^= WeekdayTimeLimit.GetHashCode(); + if (WeekendTimeStart.Length != 0) hash ^= WeekendTimeStart.GetHashCode(); + if (WeekendTimeEnd.Length != 0) hash ^= WeekendTimeEnd.GetHashCode(); + if (WeekendTimeLimit != 0) hash ^= WeekendTimeLimit.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 (IsEnable != false) { + output.WriteRawTag(8); + output.WriteBool(IsEnable); + } + if (TimeZone.Length != 0) { + output.WriteRawTag(18); + output.WriteString(TimeZone); + } + if (WeekdayTimeStart.Length != 0) { + output.WriteRawTag(26); + output.WriteString(WeekdayTimeStart); + } + if (WeekdayTimeEnd.Length != 0) { + output.WriteRawTag(34); + output.WriteString(WeekdayTimeEnd); + } + if (WeekdayTimeLimit != 0) { + output.WriteRawTag(40); + output.WriteInt32(WeekdayTimeLimit); + } + if (WeekendTimeStart.Length != 0) { + output.WriteRawTag(50); + output.WriteString(WeekendTimeStart); + } + if (WeekendTimeEnd.Length != 0) { + output.WriteRawTag(58); + output.WriteString(WeekendTimeEnd); + } + if (WeekendTimeLimit != 0) { + output.WriteRawTag(64); + output.WriteInt32(WeekendTimeLimit); + } + 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 (IsEnable != false) { + output.WriteRawTag(8); + output.WriteBool(IsEnable); + } + if (TimeZone.Length != 0) { + output.WriteRawTag(18); + output.WriteString(TimeZone); + } + if (WeekdayTimeStart.Length != 0) { + output.WriteRawTag(26); + output.WriteString(WeekdayTimeStart); + } + if (WeekdayTimeEnd.Length != 0) { + output.WriteRawTag(34); + output.WriteString(WeekdayTimeEnd); + } + if (WeekdayTimeLimit != 0) { + output.WriteRawTag(40); + output.WriteInt32(WeekdayTimeLimit); + } + if (WeekendTimeStart.Length != 0) { + output.WriteRawTag(50); + output.WriteString(WeekendTimeStart); + } + if (WeekendTimeEnd.Length != 0) { + output.WriteRawTag(58); + output.WriteString(WeekendTimeEnd); + } + if (WeekendTimeLimit != 0) { + output.WriteRawTag(64); + output.WriteInt32(WeekendTimeLimit); + } + 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 (IsEnable != false) { + size += 1 + 1; + } + if (TimeZone.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(TimeZone); + } + if (WeekdayTimeStart.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(WeekdayTimeStart); + } + if (WeekdayTimeEnd.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(WeekdayTimeEnd); + } + if (WeekdayTimeLimit != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WeekdayTimeLimit); + } + if (WeekendTimeStart.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(WeekendTimeStart); + } + if (WeekendTimeEnd.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(WeekendTimeEnd); + } + if (WeekendTimeLimit != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WeekendTimeLimit); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetParentControlConfig other) { + if (other == null) { + return; + } + if (other.IsEnable != false) { + IsEnable = other.IsEnable; + } + if (other.TimeZone.Length != 0) { + TimeZone = other.TimeZone; + } + if (other.WeekdayTimeStart.Length != 0) { + WeekdayTimeStart = other.WeekdayTimeStart; + } + if (other.WeekdayTimeEnd.Length != 0) { + WeekdayTimeEnd = other.WeekdayTimeEnd; + } + if (other.WeekdayTimeLimit != 0) { + WeekdayTimeLimit = other.WeekdayTimeLimit; + } + if (other.WeekendTimeStart.Length != 0) { + WeekendTimeStart = other.WeekendTimeStart; + } + if (other.WeekendTimeEnd.Length != 0) { + WeekendTimeEnd = other.WeekendTimeEnd; + } + if (other.WeekendTimeLimit != 0) { + WeekendTimeLimit = other.WeekendTimeLimit; + } + _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: { + IsEnable = input.ReadBool(); + break; + } + case 18: { + TimeZone = input.ReadString(); + break; + } + case 26: { + WeekdayTimeStart = input.ReadString(); + break; + } + case 34: { + WeekdayTimeEnd = input.ReadString(); + break; + } + case 40: { + WeekdayTimeLimit = input.ReadInt32(); + break; + } + case 50: { + WeekendTimeStart = input.ReadString(); + break; + } + case 58: { + WeekendTimeEnd = input.ReadString(); + break; + } + case 64: { + WeekendTimeLimit = 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: { + IsEnable = input.ReadBool(); + break; + } + case 18: { + TimeZone = input.ReadString(); + break; + } + case 26: { + WeekdayTimeStart = input.ReadString(); + break; + } + case 34: { + WeekdayTimeEnd = input.ReadString(); + break; + } + case 40: { + WeekdayTimeLimit = input.ReadInt32(); + break; + } + case 50: { + WeekendTimeStart = input.ReadString(); + break; + } + case 58: { + WeekendTimeEnd = input.ReadString(); + break; + } + case 64: { + WeekendTimeLimit = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/getparentcontrolplaytime + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetParentControlPlayTime : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetParentControlPlayTime()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[503]; } + } + + [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 ReqGetParentControlPlayTime() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetParentControlPlayTime(ReqGetParentControlPlayTime other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetParentControlPlayTime Clone() { + return new ReqGetParentControlPlayTime(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetParentControlPlayTime); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetParentControlPlayTime 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(ReqGetParentControlPlayTime 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetParentControlPlayTime : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetParentControlPlayTime()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[504]; } + } + + [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 ResGetParentControlPlayTime() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetParentControlPlayTime(ResGetParentControlPlayTime other) : this() { + updatedAt_ = other.updatedAt_ != null ? other.updatedAt_.Clone() : null; + playTime_ = other.playTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetParentControlPlayTime Clone() { + return new ResGetParentControlPlayTime(this); + } + + /// Field number for the "UpdatedAt" field. + public const int UpdatedAtFieldNumber = 1; + private global::Google.Protobuf.WellKnownTypes.Timestamp updatedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp UpdatedAt { + get { return updatedAt_; } + set { + updatedAt_ = value; + } + } + + /// Field number for the "PlayTime" field. + public const int PlayTimeFieldNumber = 2; + private int playTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PlayTime { + get { return playTime_; } + set { + playTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetParentControlPlayTime); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetParentControlPlayTime other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UpdatedAt, other.UpdatedAt)) return false; + if (PlayTime != other.PlayTime) 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 (updatedAt_ != null) hash ^= UpdatedAt.GetHashCode(); + if (PlayTime != 0) hash ^= PlayTime.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 (updatedAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UpdatedAt); + } + if (PlayTime != 0) { + output.WriteRawTag(16); + output.WriteInt32(PlayTime); + } + 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 (updatedAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UpdatedAt); + } + if (PlayTime != 0) { + output.WriteRawTag(16); + output.WriteInt32(PlayTime); + } + 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 (updatedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UpdatedAt); + } + if (PlayTime != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PlayTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetParentControlPlayTime other) { + if (other == null) { + return; + } + if (other.updatedAt_ != null) { + if (updatedAt_ == null) { + UpdatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + UpdatedAt.MergeFrom(other.UpdatedAt); + } + if (other.PlayTime != 0) { + PlayTime = other.PlayTime; + } + _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: { + if (updatedAt_ == null) { + UpdatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(UpdatedAt); + break; + } + case 16: { + PlayTime = 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 10: { + if (updatedAt_ == null) { + UpdatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(UpdatedAt); + break; + } + case 16: { + PlayTime = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/setparentcontrolplaytime + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetParentControlPlayTime : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetParentControlPlayTime()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[505]; } + } + + [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 ReqSetParentControlPlayTime() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetParentControlPlayTime(ReqSetParentControlPlayTime other) : this() { + playTime_ = other.playTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetParentControlPlayTime Clone() { + return new ReqSetParentControlPlayTime(this); + } + + /// Field number for the "PlayTime" field. + public const int PlayTimeFieldNumber = 1; + private int playTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PlayTime { + get { return playTime_; } + set { + playTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetParentControlPlayTime); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetParentControlPlayTime other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PlayTime != other.PlayTime) 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 (PlayTime != 0) hash ^= PlayTime.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 (PlayTime != 0) { + output.WriteRawTag(8); + output.WriteInt32(PlayTime); + } + 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 (PlayTime != 0) { + output.WriteRawTag(8); + output.WriteInt32(PlayTime); + } + 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 (PlayTime != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PlayTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetParentControlPlayTime other) { + if (other == null) { + return; + } + if (other.PlayTime != 0) { + PlayTime = other.PlayTime; + } + _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: { + PlayTime = 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: { + PlayTime = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetParentControlPlayTime : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetParentControlPlayTime()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[506]; } + } + + [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 ResSetParentControlPlayTime() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetParentControlPlayTime(ResSetParentControlPlayTime other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetParentControlPlayTime Clone() { + return new ResSetParentControlPlayTime(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetParentControlPlayTime); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetParentControlPlayTime 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(ResSetParentControlPlayTime 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 + + } + + /// + /// URL: /user/setprofilerepresentativeframe + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetProfileRepresentativeFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetProfileRepresentativeFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[507]; } + } + + [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 ReqSetProfileRepresentativeFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileRepresentativeFrame(ReqSetProfileRepresentativeFrame other) : this() { + profileFrameHistoryType_ = other.profileFrameHistoryType_; + userProfileRepresentativeFrames_ = other.userProfileRepresentativeFrames_.Clone(); + recentAcquireFilterTypes_ = other.recentAcquireFilterTypes_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetProfileRepresentativeFrame Clone() { + return new ReqSetProfileRepresentativeFrame(this); + } + + /// Field number for the "ProfileFrameHistoryType" field. + public const int ProfileFrameHistoryTypeFieldNumber = 1; + private global::EpinelPS.NetProfileFrameHistoryType profileFrameHistoryType_ = global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetProfileFrameHistoryType ProfileFrameHistoryType { + get { return profileFrameHistoryType_; } + set { + profileFrameHistoryType_ = value; + } + } + + /// Field number for the "UserProfileRepresentativeFrames" field. + public const int UserProfileRepresentativeFramesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_userProfileRepresentativeFrames_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetProfileRepresentativeFrame.Parser); + private readonly pbc::RepeatedField userProfileRepresentativeFrames_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserProfileRepresentativeFrames { + get { return userProfileRepresentativeFrames_; } + } + + /// Field number for the "RecentAcquireFilterTypes" field. + public const int RecentAcquireFilterTypesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_recentAcquireFilterTypes_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField recentAcquireFilterTypes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RecentAcquireFilterTypes { + get { return recentAcquireFilterTypes_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetProfileRepresentativeFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetProfileRepresentativeFrame other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProfileFrameHistoryType != other.ProfileFrameHistoryType) return false; + if(!userProfileRepresentativeFrames_.Equals(other.userProfileRepresentativeFrames_)) return false; + if(!recentAcquireFilterTypes_.Equals(other.recentAcquireFilterTypes_)) 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 (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) hash ^= ProfileFrameHistoryType.GetHashCode(); + hash ^= userProfileRepresentativeFrames_.GetHashCode(); + hash ^= recentAcquireFilterTypes_.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 (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + output.WriteRawTag(8); + output.WriteEnum((int) ProfileFrameHistoryType); + } + userProfileRepresentativeFrames_.WriteTo(output, _repeated_userProfileRepresentativeFrames_codec); + recentAcquireFilterTypes_.WriteTo(output, _repeated_recentAcquireFilterTypes_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 (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + output.WriteRawTag(8); + output.WriteEnum((int) ProfileFrameHistoryType); + } + userProfileRepresentativeFrames_.WriteTo(ref output, _repeated_userProfileRepresentativeFrames_codec); + recentAcquireFilterTypes_.WriteTo(ref output, _repeated_recentAcquireFilterTypes_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 (ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ProfileFrameHistoryType); + } + size += userProfileRepresentativeFrames_.CalculateSize(_repeated_userProfileRepresentativeFrames_codec); + size += recentAcquireFilterTypes_.CalculateSize(_repeated_recentAcquireFilterTypes_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetProfileRepresentativeFrame other) { + if (other == null) { + return; + } + if (other.ProfileFrameHistoryType != global::EpinelPS.NetProfileFrameHistoryType.NetProfileFrameHistoryTypeRecentAcquire) { + ProfileFrameHistoryType = other.ProfileFrameHistoryType; + } + userProfileRepresentativeFrames_.Add(other.userProfileRepresentativeFrames_); + recentAcquireFilterTypes_.Add(other.recentAcquireFilterTypes_); + _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: { + ProfileFrameHistoryType = (global::EpinelPS.NetProfileFrameHistoryType) input.ReadEnum(); + break; + } + case 18: { + userProfileRepresentativeFrames_.AddEntriesFrom(input, _repeated_userProfileRepresentativeFrames_codec); + break; + } + case 26: + case 24: { + recentAcquireFilterTypes_.AddEntriesFrom(input, _repeated_recentAcquireFilterTypes_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: { + ProfileFrameHistoryType = (global::EpinelPS.NetProfileFrameHistoryType) input.ReadEnum(); + break; + } + case 18: { + userProfileRepresentativeFrames_.AddEntriesFrom(ref input, _repeated_userProfileRepresentativeFrames_codec); + break; + } + case 26: + case 24: { + recentAcquireFilterTypes_.AddEntriesFrom(ref input, _repeated_recentAcquireFilterTypes_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetProfileRepresentativeFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetProfileRepresentativeFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[508]; } + } + + [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 ResSetProfileRepresentativeFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileRepresentativeFrame(ResSetProfileRepresentativeFrame other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetProfileRepresentativeFrame Clone() { + return new ResSetProfileRepresentativeFrame(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetProfileRepresentativeFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetProfileRepresentativeFrame 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(ResSetProfileRepresentativeFrame 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class SpecialLobbySlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SpecialLobbySlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[509]; } + } + + [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 SpecialLobbySlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public SpecialLobbySlot(SpecialLobbySlot other) : this() { + specialLobbySlotId_ = other.specialLobbySlotId_; + isHide_ = other.isHide_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public SpecialLobbySlot Clone() { + return new SpecialLobbySlot(this); + } + + /// Field number for the "SpecialLobbySlotId" field. + public const int SpecialLobbySlotIdFieldNumber = 1; + private int specialLobbySlotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialLobbySlotId { + get { return specialLobbySlotId_; } + set { + specialLobbySlotId_ = value; + } + } + + /// Field number for the "IsHide" field. + public const int IsHideFieldNumber = 2; + private bool isHide_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsHide { + get { return isHide_; } + set { + isHide_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as SpecialLobbySlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(SpecialLobbySlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SpecialLobbySlotId != other.SpecialLobbySlotId) return false; + if (IsHide != other.IsHide) 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 (SpecialLobbySlotId != 0) hash ^= SpecialLobbySlotId.GetHashCode(); + if (IsHide != false) hash ^= IsHide.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 (SpecialLobbySlotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpecialLobbySlotId); + } + if (IsHide != false) { + output.WriteRawTag(16); + output.WriteBool(IsHide); + } + 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 (SpecialLobbySlotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpecialLobbySlotId); + } + if (IsHide != false) { + output.WriteRawTag(16); + output.WriteBool(IsHide); + } + 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 (SpecialLobbySlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialLobbySlotId); + } + if (IsHide != 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(SpecialLobbySlot other) { + if (other == null) { + return; + } + if (other.SpecialLobbySlotId != 0) { + SpecialLobbySlotId = other.SpecialLobbySlotId; + } + if (other.IsHide != false) { + IsHide = other.IsHide; + } + _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: { + SpecialLobbySlotId = input.ReadInt32(); + break; + } + case 16: { + IsHide = 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 8: { + SpecialLobbySlotId = input.ReadInt32(); + break; + } + case 16: { + IsHide = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/speciallobbyslot/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialLobbySlotData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialLobbySlotData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[510]; } + } + + [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 ReqGetSpecialLobbySlotData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialLobbySlotData(ReqGetSpecialLobbySlotData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialLobbySlotData Clone() { + return new ReqGetSpecialLobbySlotData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialLobbySlotData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialLobbySlotData 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(ReqGetSpecialLobbySlotData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialLobbySlotData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialLobbySlotData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[511]; } + } + + [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 ResGetSpecialLobbySlotData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialLobbySlotData(ResGetSpecialLobbySlotData other) : this() { + specialLobbySlots_ = other.specialLobbySlots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialLobbySlotData Clone() { + return new ResGetSpecialLobbySlotData(this); + } + + /// Field number for the "SpecialLobbySlots" field. + public const int SpecialLobbySlotsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_specialLobbySlots_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.SpecialLobbySlot.Parser); + private readonly pbc::RepeatedField specialLobbySlots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SpecialLobbySlots { + get { return specialLobbySlots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialLobbySlotData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialLobbySlotData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!specialLobbySlots_.Equals(other.specialLobbySlots_)) 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 ^= specialLobbySlots_.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 + specialLobbySlots_.WriteTo(output, _repeated_specialLobbySlots_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) { + specialLobbySlots_.WriteTo(ref output, _repeated_specialLobbySlots_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 += specialLobbySlots_.CalculateSize(_repeated_specialLobbySlots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialLobbySlotData other) { + if (other == null) { + return; + } + specialLobbySlots_.Add(other.specialLobbySlots_); + _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: { + specialLobbySlots_.AddEntriesFrom(input, _repeated_specialLobbySlots_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: { + specialLobbySlots_.AddEntriesFrom(ref input, _repeated_specialLobbySlots_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /user/speciallobbyslot/sethide + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetSpecialLobbySlotHide : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetSpecialLobbySlotHide()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[512]; } + } + + [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 ReqSetSpecialLobbySlotHide() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSpecialLobbySlotHide(ReqSetSpecialLobbySlotHide other) : this() { + specialLobbySlotId_ = other.specialLobbySlotId_; + isHide_ = other.isHide_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetSpecialLobbySlotHide Clone() { + return new ReqSetSpecialLobbySlotHide(this); + } + + /// Field number for the "SpecialLobbySlotId" field. + public const int SpecialLobbySlotIdFieldNumber = 1; + private int specialLobbySlotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialLobbySlotId { + get { return specialLobbySlotId_; } + set { + specialLobbySlotId_ = value; + } + } + + /// Field number for the "IsHide" field. + public const int IsHideFieldNumber = 2; + private bool isHide_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsHide { + get { return isHide_; } + set { + isHide_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetSpecialLobbySlotHide); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetSpecialLobbySlotHide other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SpecialLobbySlotId != other.SpecialLobbySlotId) return false; + if (IsHide != other.IsHide) 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 (SpecialLobbySlotId != 0) hash ^= SpecialLobbySlotId.GetHashCode(); + if (IsHide != false) hash ^= IsHide.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 (SpecialLobbySlotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpecialLobbySlotId); + } + if (IsHide != false) { + output.WriteRawTag(16); + output.WriteBool(IsHide); + } + 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 (SpecialLobbySlotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpecialLobbySlotId); + } + if (IsHide != false) { + output.WriteRawTag(16); + output.WriteBool(IsHide); + } + 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 (SpecialLobbySlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialLobbySlotId); + } + if (IsHide != 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(ReqSetSpecialLobbySlotHide other) { + if (other == null) { + return; + } + if (other.SpecialLobbySlotId != 0) { + SpecialLobbySlotId = other.SpecialLobbySlotId; + } + if (other.IsHide != false) { + IsHide = other.IsHide; + } + _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: { + SpecialLobbySlotId = input.ReadInt32(); + break; + } + case 16: { + IsHide = 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 8: { + SpecialLobbySlotId = input.ReadInt32(); + break; + } + case 16: { + IsHide = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSpecialLobbySlotHide : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSpecialLobbySlotHide()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[513]; } + } + + [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 ResSetSpecialLobbySlotHide() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialLobbySlotHide(ResSetSpecialLobbySlotHide other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialLobbySlotHide Clone() { + return new ResSetSpecialLobbySlotHide(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSpecialLobbySlotHide); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSpecialLobbySlotHide 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(ResSetSpecialLobbySlotHide 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 + + } + + /// + /// URL: /lobby/usertitle/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUserTitleList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUserTitleList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[514]; } + } + + [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 ReqGetUserTitleList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUserTitleList(ReqGetUserTitleList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUserTitleList Clone() { + return new ReqGetUserTitleList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUserTitleList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUserTitleList 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(ReqGetUserTitleList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUserTitleList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUserTitleList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[515]; } + } + + [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 ResGetUserTitleList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUserTitleList(ResGetUserTitleList other) : this() { + userTitleList_ = other.userTitleList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUserTitleList Clone() { + return new ResGetUserTitleList(this); + } + + /// Field number for the "UserTitleList" field. + public const int UserTitleListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userTitleList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserTitle.Parser); + private readonly pbc::RepeatedField userTitleList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTitleList { + get { return userTitleList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUserTitleList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUserTitleList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userTitleList_.Equals(other.userTitleList_)) 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 ^= userTitleList_.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 + userTitleList_.WriteTo(output, _repeated_userTitleList_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) { + userTitleList_.WriteTo(ref output, _repeated_userTitleList_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 += userTitleList_.CalculateSize(_repeated_userTitleList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUserTitleList other) { + if (other == null) { + return; + } + userTitleList_.Add(other.userTitleList_); + _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: { + userTitleList_.AddEntriesFrom(input, _repeated_userTitleList_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: { + userTitleList_.AddEntriesFrom(ref input, _repeated_userTitleList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[516]; } + } + + [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 NetUserTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserTitle(NetUserTitle other) : this() { + userTitleId_ = other.userTitleId_; + isNew_ = other.isNew_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserTitle Clone() { + return new NetUserTitle(this); + } + + /// Field number for the "UserTitleId" field. + public const int UserTitleIdFieldNumber = 1; + private int userTitleId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserTitleId { + get { return userTitleId_; } + set { + userTitleId_ = value; + } + } + + /// Field number for the "IsNew" field. + public const int IsNewFieldNumber = 2; + private bool isNew_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsNew { + get { return isNew_; } + set { + isNew_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserTitle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UserTitleId != other.UserTitleId) return false; + if (IsNew != other.IsNew) 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 (UserTitleId != 0) hash ^= UserTitleId.GetHashCode(); + if (IsNew != false) hash ^= IsNew.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 (UserTitleId != 0) { + output.WriteRawTag(8); + output.WriteInt32(UserTitleId); + } + if (IsNew != false) { + output.WriteRawTag(16); + output.WriteBool(IsNew); + } + 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 (UserTitleId != 0) { + output.WriteRawTag(8); + output.WriteInt32(UserTitleId); + } + if (IsNew != false) { + output.WriteRawTag(16); + output.WriteBool(IsNew); + } + 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 (UserTitleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserTitleId); + } + if (IsNew != 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(NetUserTitle other) { + if (other == null) { + return; + } + if (other.UserTitleId != 0) { + UserTitleId = other.UserTitleId; + } + if (other.IsNew != false) { + IsNew = other.IsNew; + } + _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: { + UserTitleId = input.ReadInt32(); + break; + } + case 16: { + IsNew = 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 8: { + UserTitleId = input.ReadInt32(); + break; + } + case 16: { + IsNew = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lobby/usertitlecounter/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUserTitleCounterList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUserTitleCounterList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[517]; } + } + + [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 ReqGetUserTitleCounterList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUserTitleCounterList(ReqGetUserTitleCounterList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUserTitleCounterList Clone() { + return new ReqGetUserTitleCounterList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUserTitleCounterList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUserTitleCounterList 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(ReqGetUserTitleCounterList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUserTitleCounterList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUserTitleCounterList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[518]; } + } + + [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 ResGetUserTitleCounterList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUserTitleCounterList(ResGetUserTitleCounterList other) : this() { + userTitleCounterList_ = other.userTitleCounterList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUserTitleCounterList Clone() { + return new ResGetUserTitleCounterList(this); + } + + /// Field number for the "UserTitleCounterList" field. + public const int UserTitleCounterListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userTitleCounterList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserTitleCounter.Parser); + private readonly pbc::RepeatedField userTitleCounterList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTitleCounterList { + get { return userTitleCounterList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUserTitleCounterList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUserTitleCounterList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userTitleCounterList_.Equals(other.userTitleCounterList_)) 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 ^= userTitleCounterList_.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 + userTitleCounterList_.WriteTo(output, _repeated_userTitleCounterList_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) { + userTitleCounterList_.WriteTo(ref output, _repeated_userTitleCounterList_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 += userTitleCounterList_.CalculateSize(_repeated_userTitleCounterList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUserTitleCounterList other) { + if (other == null) { + return; + } + userTitleCounterList_.Add(other.userTitleCounterList_); + _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: { + userTitleCounterList_.AddEntriesFrom(input, _repeated_userTitleCounterList_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: { + userTitleCounterList_.AddEntriesFrom(ref input, _repeated_userTitleCounterList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserTitleCounter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserTitleCounter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[519]; } + } + + [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 NetUserTitleCounter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserTitleCounter(NetUserTitleCounter other) : this() { + condition_ = other.condition_; + subCondition_ = other.subCondition_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserTitleCounter Clone() { + return new NetUserTitleCounter(this); + } + + /// Field number for the "Condition" field. + public const int ConditionFieldNumber = 1; + private int condition_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Condition { + get { return condition_; } + set { + condition_ = value; + } + } + + /// Field number for the "SubCondition" field. + public const int SubConditionFieldNumber = 2; + private int subCondition_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubCondition { + get { return subCondition_; } + set { + subCondition_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetUserTitleCounter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserTitleCounter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Condition != other.Condition) return false; + if (SubCondition != other.SubCondition) 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 (Condition != 0) hash ^= Condition.GetHashCode(); + if (SubCondition != 0) hash ^= SubCondition.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 (Condition != 0) { + output.WriteRawTag(8); + output.WriteInt32(Condition); + } + if (SubCondition != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubCondition); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Condition != 0) { + output.WriteRawTag(8); + output.WriteInt32(Condition); + } + if (SubCondition != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubCondition); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (Condition != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Condition); + } + if (SubCondition != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubCondition); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserTitleCounter other) { + if (other == null) { + return; + } + if (other.Condition != 0) { + Condition = other.Condition; + } + if (other.SubCondition != 0) { + SubCondition = other.SubCondition; + } + 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: { + Condition = input.ReadInt32(); + break; + } + case 16: { + SubCondition = input.ReadInt32(); + break; + } + case 24: { + Count = 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: { + Condition = input.ReadInt32(); + break; + } + case 16: { + SubCondition = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lobby/usertitle/acquire + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAcquireUserTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAcquireUserTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[520]; } + } + + [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 ReqAcquireUserTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAcquireUserTitle(ReqAcquireUserTitle other) : this() { + userTitleAcquireIds_ = other.userTitleAcquireIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAcquireUserTitle Clone() { + return new ReqAcquireUserTitle(this); + } + + /// Field number for the "UserTitleAcquireIds" field. + public const int UserTitleAcquireIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userTitleAcquireIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField userTitleAcquireIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTitleAcquireIds { + get { return userTitleAcquireIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAcquireUserTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAcquireUserTitle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userTitleAcquireIds_.Equals(other.userTitleAcquireIds_)) 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 ^= userTitleAcquireIds_.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 + userTitleAcquireIds_.WriteTo(output, _repeated_userTitleAcquireIds_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) { + userTitleAcquireIds_.WriteTo(ref output, _repeated_userTitleAcquireIds_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 += userTitleAcquireIds_.CalculateSize(_repeated_userTitleAcquireIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAcquireUserTitle other) { + if (other == null) { + return; + } + userTitleAcquireIds_.Add(other.userTitleAcquireIds_); + _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: { + userTitleAcquireIds_.AddEntriesFrom(input, _repeated_userTitleAcquireIds_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: { + userTitleAcquireIds_.AddEntriesFrom(ref input, _repeated_userTitleAcquireIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAcquireUserTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAcquireUserTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[521]; } + } + + [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 ResAcquireUserTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcquireUserTitle(ResAcquireUserTitle other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcquireUserTitle Clone() { + return new ResAcquireUserTitle(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAcquireUserTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAcquireUserTitle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAcquireUserTitle other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /lobby/usertitle/set + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetUserTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetUserTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[522]; } + } + + [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 ReqSetUserTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetUserTitle(ReqSetUserTitle other) : this() { + userTitleId_ = other.userTitleId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetUserTitle Clone() { + return new ReqSetUserTitle(this); + } + + /// Field number for the "UserTitleId" field. + public const int UserTitleIdFieldNumber = 1; + private int userTitleId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserTitleId { + get { return userTitleId_; } + set { + userTitleId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetUserTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetUserTitle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UserTitleId != other.UserTitleId) 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 (UserTitleId != 0) hash ^= UserTitleId.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 (UserTitleId != 0) { + output.WriteRawTag(8); + output.WriteInt32(UserTitleId); + } + 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 (UserTitleId != 0) { + output.WriteRawTag(8); + output.WriteInt32(UserTitleId); + } + 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 (UserTitleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserTitleId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetUserTitle other) { + if (other == null) { + return; + } + if (other.UserTitleId != 0) { + UserTitleId = other.UserTitleId; + } + _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: { + UserTitleId = 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: { + UserTitleId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetUserTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetUserTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[523]; } + } + + [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 ResSetUserTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUserTitle(ResSetUserTitle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUserTitle Clone() { + return new ResSetUserTitle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetUserTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetUserTitle 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(ResSetUserTitle 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 + + } + + /// + /// URL: /lobby/usertitle/unmark-badge + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUnMarkUserTitleBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUnMarkUserTitleBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[524]; } + } + + [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 ReqUnMarkUserTitleBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnMarkUserTitleBadge(ReqUnMarkUserTitleBadge other) : this() { + userTitleIds_ = other.userTitleIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnMarkUserTitleBadge Clone() { + return new ReqUnMarkUserTitleBadge(this); + } + + /// Field number for the "UserTitleIds" field. + public const int UserTitleIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userTitleIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField userTitleIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTitleIds { + get { return userTitleIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUnMarkUserTitleBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUnMarkUserTitleBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userTitleIds_.Equals(other.userTitleIds_)) 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 ^= userTitleIds_.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 + userTitleIds_.WriteTo(output, _repeated_userTitleIds_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) { + userTitleIds_.WriteTo(ref output, _repeated_userTitleIds_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 += userTitleIds_.CalculateSize(_repeated_userTitleIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUnMarkUserTitleBadge other) { + if (other == null) { + return; + } + userTitleIds_.Add(other.userTitleIds_); + _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: { + userTitleIds_.AddEntriesFrom(input, _repeated_userTitleIds_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: { + userTitleIds_.AddEntriesFrom(ref input, _repeated_userTitleIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnMarkUserTitleBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnMarkUserTitleBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[525]; } + } + + [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 ResUnMarkUserTitleBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnMarkUserTitleBadge(ResUnMarkUserTitleBadge other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnMarkUserTitleBadge Clone() { + return new ResUnMarkUserTitleBadge(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnMarkUserTitleBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnMarkUserTitleBadge 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(ResUnMarkUserTitleBadge 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 + + } + + /// + /// URL: /archive/scenario/getresettable + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetResettableArchiveScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetResettableArchiveScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[526]; } + } + + [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 ReqGetResettableArchiveScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetResettableArchiveScenario(ReqGetResettableArchiveScenario other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetResettableArchiveScenario Clone() { + return new ReqGetResettableArchiveScenario(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetResettableArchiveScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetResettableArchiveScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetResettableArchiveScenario other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetResettableArchiveScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetResettableArchiveScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[527]; } + } + + [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 ResGetResettableArchiveScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetResettableArchiveScenario(ResGetResettableArchiveScenario other) : this() { + scenarioIdList_ = other.scenarioIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetResettableArchiveScenario Clone() { + return new ResGetResettableArchiveScenario(this); + } + + /// Field number for the "ScenarioIdList" field. + public const int ScenarioIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_scenarioIdList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField scenarioIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioIdList { + get { return scenarioIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetResettableArchiveScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetResettableArchiveScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!scenarioIdList_.Equals(other.scenarioIdList_)) 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 ^= scenarioIdList_.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 + scenarioIdList_.WriteTo(output, _repeated_scenarioIdList_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) { + scenarioIdList_.WriteTo(ref output, _repeated_scenarioIdList_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 += scenarioIdList_.CalculateSize(_repeated_scenarioIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetResettableArchiveScenario other) { + if (other == null) { + return; + } + scenarioIdList_.Add(other.scenarioIdList_); + _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: { + scenarioIdList_.AddEntriesFrom(input, _repeated_scenarioIdList_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: { + scenarioIdList_.AddEntriesFrom(ref input, _repeated_scenarioIdList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/scenario/getnonresettable + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetNonResettableArchiveScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetNonResettableArchiveScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[528]; } + } + + [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 ReqGetNonResettableArchiveScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetNonResettableArchiveScenario(ReqGetNonResettableArchiveScenario other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetNonResettableArchiveScenario Clone() { + return new ReqGetNonResettableArchiveScenario(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetNonResettableArchiveScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetNonResettableArchiveScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetNonResettableArchiveScenario other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetNonResettableArchiveScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetNonResettableArchiveScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[529]; } + } + + [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 ResGetNonResettableArchiveScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetNonResettableArchiveScenario(ResGetNonResettableArchiveScenario other) : this() { + scenarioIdList_ = other.scenarioIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetNonResettableArchiveScenario Clone() { + return new ResGetNonResettableArchiveScenario(this); + } + + /// Field number for the "ScenarioIdList" field. + public const int ScenarioIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_scenarioIdList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField scenarioIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioIdList { + get { return scenarioIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetNonResettableArchiveScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetNonResettableArchiveScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!scenarioIdList_.Equals(other.scenarioIdList_)) 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 ^= scenarioIdList_.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 + scenarioIdList_.WriteTo(output, _repeated_scenarioIdList_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) { + scenarioIdList_.WriteTo(ref output, _repeated_scenarioIdList_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 += scenarioIdList_.CalculateSize(_repeated_scenarioIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetNonResettableArchiveScenario other) { + if (other == null) { + return; + } + scenarioIdList_.Add(other.scenarioIdList_); + _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: { + scenarioIdList_.AddEntriesFrom(input, _repeated_scenarioIdList_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: { + scenarioIdList_.AddEntriesFrom(ref input, _repeated_scenarioIdList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/scenario/complete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteArchiveScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteArchiveScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[530]; } + } + + [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 ReqCompleteArchiveScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteArchiveScenario(ReqCompleteArchiveScenario other) : this() { + eventId_ = other.eventId_; + scenarioId_ = other.scenarioId_; + dialogType_ = other.dialogType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteArchiveScenario Clone() { + return new ReqCompleteArchiveScenario(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ScenarioId" field. + public const int ScenarioIdFieldNumber = 2; + private string scenarioId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioId { + get { return scenarioId_; } + set { + scenarioId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DialogType" field. + public const int DialogTypeFieldNumber = 3; + private int dialogType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DialogType { + get { return dialogType_; } + set { + dialogType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteArchiveScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteArchiveScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ScenarioId != other.ScenarioId) return false; + if (DialogType != other.DialogType) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ScenarioId.Length != 0) hash ^= ScenarioId.GetHashCode(); + if (DialogType != 0) hash ^= DialogType.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ScenarioId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ScenarioId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ScenarioId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioId); + } + if (DialogType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DialogType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteArchiveScenario other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ScenarioId.Length != 0) { + ScenarioId = other.ScenarioId; + } + if (other.DialogType != 0) { + DialogType = other.DialogType; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + ScenarioId = input.ReadString(); + break; + } + case 24: { + DialogType = 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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + ScenarioId = input.ReadString(); + break; + } + case 24: { + DialogType = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteArchiveScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteArchiveScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[531]; } + } + + [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 ResCompleteArchiveScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteArchiveScenario(ResCompleteArchiveScenario other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteArchiveScenario Clone() { + return new ResCompleteArchiveScenario(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteArchiveScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteArchiveScenario 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(ResCompleteArchiveScenario 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLastClearedArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLastClearedArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[532]; } + } + + [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 NetLastClearedArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLastClearedArchiveStage(NetLastClearedArchiveStage other) : this() { + difficultyId_ = other.difficultyId_; + stageId_ = other.stageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLastClearedArchiveStage Clone() { + return new NetLastClearedArchiveStage(this); + } + + /// Field number for the "DifficultyId" field. + public const int DifficultyIdFieldNumber = 1; + private int difficultyId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DifficultyId { + get { return difficultyId_; } + set { + difficultyId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLastClearedArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLastClearedArchiveStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DifficultyId != other.DifficultyId) return false; + if (StageId != other.StageId) 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 (DifficultyId != 0) hash ^= DifficultyId.GetHashCode(); + if (StageId != 0) hash ^= StageId.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 (DifficultyId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DifficultyId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (DifficultyId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DifficultyId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (DifficultyId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DifficultyId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetLastClearedArchiveStage other) { + if (other == null) { + return; + } + if (other.DifficultyId != 0) { + DifficultyId = other.DifficultyId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + _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: { + DifficultyId = input.ReadInt32(); + break; + } + case 16: { + StageId = 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: { + DifficultyId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/storydungeon/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveStoryDungeon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveStoryDungeon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[533]; } + } + + [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 ReqGetArchiveStoryDungeon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveStoryDungeon(ReqGetArchiveStoryDungeon other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveStoryDungeon Clone() { + return new ReqGetArchiveStoryDungeon(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveStoryDungeon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveStoryDungeon other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveStoryDungeon other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveStoryDungeon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveStoryDungeon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[534]; } + } + + [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 ResGetArchiveStoryDungeon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveStoryDungeon(ResGetArchiveStoryDungeon other) : this() { + lastClearedArchiveStageList_ = other.lastClearedArchiveStageList_.Clone(); + teamData_ = other.teamData_ != null ? other.teamData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveStoryDungeon Clone() { + return new ResGetArchiveStoryDungeon(this); + } + + /// Field number for the "LastClearedArchiveStageList" field. + public const int LastClearedArchiveStageListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_lastClearedArchiveStageList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetLastClearedArchiveStage.Parser); + private readonly pbc::RepeatedField lastClearedArchiveStageList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LastClearedArchiveStageList { + get { return lastClearedArchiveStageList_; } + } + + /// Field number for the "TeamData" field. + public const int TeamDataFieldNumber = 2; + private global::EpinelPS.NetUserTeamData teamData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserTeamData TeamData { + get { return teamData_; } + set { + teamData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveStoryDungeon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveStoryDungeon other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!lastClearedArchiveStageList_.Equals(other.lastClearedArchiveStageList_)) return false; + if (!object.Equals(TeamData, other.TeamData)) 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 ^= lastClearedArchiveStageList_.GetHashCode(); + if (teamData_ != null) hash ^= TeamData.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 + lastClearedArchiveStageList_.WriteTo(output, _repeated_lastClearedArchiveStageList_codec); + if (teamData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(TeamData); + } + 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) { + lastClearedArchiveStageList_.WriteTo(ref output, _repeated_lastClearedArchiveStageList_codec); + if (teamData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(TeamData); + } + 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 += lastClearedArchiveStageList_.CalculateSize(_repeated_lastClearedArchiveStageList_codec); + if (teamData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TeamData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveStoryDungeon other) { + if (other == null) { + return; + } + lastClearedArchiveStageList_.Add(other.lastClearedArchiveStageList_); + if (other.teamData_ != null) { + if (teamData_ == null) { + TeamData = new global::EpinelPS.NetUserTeamData(); + } + TeamData.MergeFrom(other.TeamData); + } + _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: { + lastClearedArchiveStageList_.AddEntriesFrom(input, _repeated_lastClearedArchiveStageList_codec); + break; + } + case 18: { + if (teamData_ == null) { + TeamData = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(TeamData); + 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: { + lastClearedArchiveStageList_.AddEntriesFrom(ref input, _repeated_lastClearedArchiveStageList_codec); + break; + } + case 18: { + if (teamData_ == null) { + TeamData = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(TeamData); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/storydungeon/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[535]; } + } + + [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 ReqEnterArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterArchiveStage(ReqEnterArchiveStage other) : this() { + eventId_ = other.eventId_; + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterArchiveStage Clone() { + return new ReqEnterArchiveStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterArchiveStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterArchiveStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[536]; } + } + + [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 ResEnterArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterArchiveStage(ResEnterArchiveStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterArchiveStage Clone() { + return new ResEnterArchiveStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterArchiveStage 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(ResEnterArchiveStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[537]; } + } + + [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 ResClearArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearArchiveStage(ResClearArchiveStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearArchiveStage Clone() { + return new ResClearArchiveStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearArchiveStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearArchiveStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/storydungeon/fastclearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[538]; } + } + + [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 ReqFastClearArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearArchiveStage(ReqFastClearArchiveStage other) : this() { + eventId_ = other.eventId_; + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearArchiveStage Clone() { + return new ReqFastClearArchiveStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearArchiveStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearArchiveStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearArchiveStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearArchiveStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[539]; } + } + + [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 ResFastClearArchiveStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearArchiveStage(ResFastClearArchiveStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearArchiveStage Clone() { + return new ResFastClearArchiveStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearArchiveStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearArchiveStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastClearArchiveStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/textadv/setdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetArchiveTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetArchiveTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[540]; } + } + + [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 ReqSetArchiveTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetArchiveTextAdvData(ReqSetArchiveTextAdvData other) : this() { + textAdvId_ = other.textAdvId_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetArchiveTextAdvData Clone() { + return new ReqSetArchiveTextAdvData(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 2; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ReqSetArchiveTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetArchiveTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) return false; + if (Json != other.Json) 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 (TextAdvId != 0) hash ^= TextAdvId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + if (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + if (Json.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Json); + } + 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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetArchiveTextAdvData other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + TextAdvId = input.ReadInt32(); + break; + } + case 18: { + Json = 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: { + TextAdvId = input.ReadInt32(); + break; + } + case 18: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetArchiveTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetArchiveTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[541]; } + } + + [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 ResSetArchiveTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetArchiveTextAdvData(ResSetArchiveTextAdvData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetArchiveTextAdvData Clone() { + return new ResSetArchiveTextAdvData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetArchiveTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetArchiveTextAdvData 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(ResSetArchiveTextAdvData 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 + + } + + /// + /// URL: /archive/minigame/textadv/getdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[542]; } + } + + [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 ReqGetArchiveTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveTextAdvData(ReqGetArchiveTextAdvData other) : this() { + textAdvId_ = other.textAdvId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveTextAdvData Clone() { + return new ReqGetArchiveTextAdvData(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) 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 (TextAdvId != 0) hash ^= TextAdvId.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveTextAdvData other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + _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: { + TextAdvId = 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: { + TextAdvId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[543]; } + } + + [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 ResGetArchiveTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveTextAdvData(ResGetArchiveTextAdvData other) : this() { + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveTextAdvData Clone() { + return new ResGetArchiveTextAdvData(this); + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 1; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ResGetArchiveTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Json != other.Json) 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 (Json.Length != 0) hash ^= Json.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 (Json.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Json); + } + 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 (Json.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Json); + } + 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 (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveTextAdvData other) { + if (other == null) { + return; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + Json = 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 10: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/textadv/deletedata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteArchiveTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteArchiveTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[544]; } + } + + [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 ReqDeleteArchiveTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteArchiveTextAdvData(ReqDeleteArchiveTextAdvData other) : this() { + textAdvId_ = other.textAdvId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteArchiveTextAdvData Clone() { + return new ReqDeleteArchiveTextAdvData(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteArchiveTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteArchiveTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) 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 (TextAdvId != 0) hash ^= TextAdvId.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteArchiveTextAdvData other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + _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: { + TextAdvId = 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: { + TextAdvId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteArchiveTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteArchiveTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[545]; } + } + + [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 ResDeleteArchiveTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArchiveTextAdvData(ResDeleteArchiveTextAdvData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArchiveTextAdvData Clone() { + return new ResDeleteArchiveTextAdvData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteArchiveTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteArchiveTextAdvData 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(ResDeleteArchiveTextAdvData 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 + + } + + /// + /// URL: /archive/unlock + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUnlockArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUnlockArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[546]; } + } + + [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 ReqUnlockArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnlockArchiveRecord(ReqUnlockArchiveRecord other) : this() { + archiveRecordId_ = other.archiveRecordId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnlockArchiveRecord Clone() { + return new ReqUnlockArchiveRecord(this); + } + + /// Field number for the "ArchiveRecordId" field. + public const int ArchiveRecordIdFieldNumber = 1; + private int archiveRecordId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveRecordId { + get { return archiveRecordId_; } + set { + archiveRecordId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUnlockArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUnlockArchiveRecord other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveRecordId != other.ArchiveRecordId) 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 (ArchiveRecordId != 0) hash ^= ArchiveRecordId.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 (ArchiveRecordId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveRecordId); + } + 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 (ArchiveRecordId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveRecordId); + } + 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 (ArchiveRecordId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveRecordId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUnlockArchiveRecord other) { + if (other == null) { + return; + } + if (other.ArchiveRecordId != 0) { + ArchiveRecordId = other.ArchiveRecordId; + } + _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: { + ArchiveRecordId = 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: { + ArchiveRecordId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnlockArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnlockArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[547]; } + } + + [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 ResUnlockArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnlockArchiveRecord(ResUnlockArchiveRecord other) : this() { + userItem_ = other.userItem_ != null ? other.userItem_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnlockArchiveRecord Clone() { + return new ResUnlockArchiveRecord(this); + } + + /// Field number for the "UserItem" field. + public const int UserItemFieldNumber = 1; + private global::EpinelPS.NetUserItemData userItem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData UserItem { + get { return userItem_; } + set { + userItem_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnlockArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnlockArchiveRecord other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserItem, other.UserItem)) 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 (userItem_ != null) hash ^= UserItem.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 (userItem_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserItem); + } + 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 (userItem_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserItem); + } + 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 (userItem_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserItem); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUnlockArchiveRecord other) { + if (other == null) { + return; + } + if (other.userItem_ != null) { + if (userItem_ == null) { + UserItem = new global::EpinelPS.NetUserItemData(); + } + UserItem.MergeFrom(other.UserItem); + } + _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: { + if (userItem_ == null) { + UserItem = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(UserItem); + 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: { + if (userItem_ == null) { + UserItem = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(UserItem); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[548]; } + } + + [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 ReqGetArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveRecord(ReqGetArchiveRecord other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveRecord Clone() { + return new ReqGetArchiveRecord(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveRecord 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(ReqGetArchiveRecord 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[549]; } + } + + [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 ResGetArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveRecord(ResGetArchiveRecord other) : this() { + archiveRecordList_ = other.archiveRecordList_.Clone(); + unlockedArchiveRecordList_ = other.unlockedArchiveRecordList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveRecord Clone() { + return new ResGetArchiveRecord(this); + } + + /// Field number for the "ArchiveRecordList" field. + public const int ArchiveRecordListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_archiveRecordList_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField archiveRecordList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ArchiveRecordList { + get { return archiveRecordList_; } + } + + /// Field number for the "UnlockedArchiveRecordList" field. + public const int UnlockedArchiveRecordListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_unlockedArchiveRecordList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField unlockedArchiveRecordList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UnlockedArchiveRecordList { + get { return unlockedArchiveRecordList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveRecord other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!archiveRecordList_.Equals(other.archiveRecordList_)) return false; + if(!unlockedArchiveRecordList_.Equals(other.unlockedArchiveRecordList_)) 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 ^= archiveRecordList_.GetHashCode(); + hash ^= unlockedArchiveRecordList_.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 + archiveRecordList_.WriteTo(output, _repeated_archiveRecordList_codec); + unlockedArchiveRecordList_.WriteTo(output, _repeated_unlockedArchiveRecordList_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) { + archiveRecordList_.WriteTo(ref output, _repeated_archiveRecordList_codec); + unlockedArchiveRecordList_.WriteTo(ref output, _repeated_unlockedArchiveRecordList_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 += archiveRecordList_.CalculateSize(_repeated_archiveRecordList_codec); + size += unlockedArchiveRecordList_.CalculateSize(_repeated_unlockedArchiveRecordList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveRecord other) { + if (other == null) { + return; + } + archiveRecordList_.Add(other.archiveRecordList_); + unlockedArchiveRecordList_.Add(other.unlockedArchiveRecordList_); + _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: { + archiveRecordList_.AddEntriesFrom(input, _repeated_archiveRecordList_codec); + break; + } + case 18: + case 16: { + unlockedArchiveRecordList_.AddEntriesFrom(input, _repeated_unlockedArchiveRecordList_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: { + archiveRecordList_.AddEntriesFrom(ref input, _repeated_archiveRecordList_codec); + break; + } + case 18: + case 16: { + unlockedArchiveRecordList_.AddEntriesFrom(ref input, _repeated_unlockedArchiveRecordList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/reset + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqResetArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqResetArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[550]; } + } + + [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 ReqResetArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetArchiveRecord(ReqResetArchiveRecord other) : this() { + archiveRecordId_ = other.archiveRecordId_; + archiveProgressGroupIdList_ = other.archiveProgressGroupIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetArchiveRecord Clone() { + return new ReqResetArchiveRecord(this); + } + + /// Field number for the "ArchiveRecordId" field. + public const int ArchiveRecordIdFieldNumber = 1; + private int archiveRecordId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveRecordId { + get { return archiveRecordId_; } + set { + archiveRecordId_ = value; + } + } + + /// Field number for the "ArchiveProgressGroupIdList" field. + public const int ArchiveProgressGroupIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_archiveProgressGroupIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField archiveProgressGroupIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ArchiveProgressGroupIdList { + get { return archiveProgressGroupIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqResetArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqResetArchiveRecord other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveRecordId != other.ArchiveRecordId) return false; + if(!archiveProgressGroupIdList_.Equals(other.archiveProgressGroupIdList_)) 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 (ArchiveRecordId != 0) hash ^= ArchiveRecordId.GetHashCode(); + hash ^= archiveProgressGroupIdList_.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 (ArchiveRecordId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveRecordId); + } + archiveProgressGroupIdList_.WriteTo(output, _repeated_archiveProgressGroupIdList_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 (ArchiveRecordId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveRecordId); + } + archiveProgressGroupIdList_.WriteTo(ref output, _repeated_archiveProgressGroupIdList_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 (ArchiveRecordId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveRecordId); + } + size += archiveProgressGroupIdList_.CalculateSize(_repeated_archiveProgressGroupIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqResetArchiveRecord other) { + if (other == null) { + return; + } + if (other.ArchiveRecordId != 0) { + ArchiveRecordId = other.ArchiveRecordId; + } + archiveProgressGroupIdList_.Add(other.archiveProgressGroupIdList_); + _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: { + ArchiveRecordId = input.ReadInt32(); + break; + } + case 18: + case 16: { + archiveProgressGroupIdList_.AddEntriesFrom(input, _repeated_archiveProgressGroupIdList_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: { + ArchiveRecordId = input.ReadInt32(); + break; + } + case 18: + case 16: { + archiveProgressGroupIdList_.AddEntriesFrom(ref input, _repeated_archiveProgressGroupIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[551]; } + } + + [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 ResResetArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetArchiveRecord(ResResetArchiveRecord other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetArchiveRecord Clone() { + return new ResResetArchiveRecord(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetArchiveRecord 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(ResResetArchiveRecord 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 + + } + + /// + /// URL: /archive/messenger/proceed + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProceedArchiveMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProceedArchiveMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[552]; } + } + + [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 ReqProceedArchiveMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedArchiveMessage(ReqProceedArchiveMessage other) : this() { + messageId_ = other.messageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProceedArchiveMessage Clone() { + return new ReqProceedArchiveMessage(this); + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 1; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = 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 ReqProceedArchiveMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProceedArchiveMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MessageId != other.MessageId) 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 (MessageId.Length != 0) hash ^= MessageId.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 (MessageId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqProceedArchiveMessage other) { + if (other == null) { + return; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + _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: { + MessageId = 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 10: { + MessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProceedArchiveMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProceedArchiveMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[553]; } + } + + [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 ResProceedArchiveMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedArchiveMessage(ResProceedArchiveMessage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedArchiveMessage Clone() { + return new ResProceedArchiveMessage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProceedArchiveMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProceedArchiveMessage 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(ResProceedArchiveMessage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArchiveMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArchiveMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[554]; } + } + + [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 NetArchiveMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMessage(NetArchiveMessage other) : this() { + conditionId_ = other.conditionId_; + messageId_ = other.messageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMessage Clone() { + return new NetArchiveMessage(this); + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 1; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 2; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = 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 NetArchiveMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArchiveMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ConditionId != other.ConditionId) return false; + if (MessageId != other.MessageId) 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 (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (MessageId.Length != 0) hash ^= MessageId.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 (ConditionId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ConditionId); + } + if (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + 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 (ConditionId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ConditionId); + } + if (MessageId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MessageId); + } + 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 (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArchiveMessage other) { + if (other == null) { + return; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + _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: { + ConditionId = input.ReadInt32(); + break; + } + case 18: { + MessageId = 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: { + ConditionId = input.ReadInt32(); + break; + } + case 18: { + MessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/messenger/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveMessenger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveMessenger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[555]; } + } + + [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 ReqGetArchiveMessenger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMessenger(ReqGetArchiveMessenger other) : this() { + archiveMessengerGroupId_ = other.archiveMessengerGroupId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMessenger Clone() { + return new ReqGetArchiveMessenger(this); + } + + /// Field number for the "ArchiveMessengerGroupId" field. + public const int ArchiveMessengerGroupIdFieldNumber = 1; + private int archiveMessengerGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveMessengerGroupId { + get { return archiveMessengerGroupId_; } + set { + archiveMessengerGroupId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveMessenger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveMessenger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveMessengerGroupId != other.ArchiveMessengerGroupId) 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 (ArchiveMessengerGroupId != 0) hash ^= ArchiveMessengerGroupId.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 (ArchiveMessengerGroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveMessengerGroupId); + } + 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 (ArchiveMessengerGroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveMessengerGroupId); + } + 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 (ArchiveMessengerGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveMessengerGroupId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveMessenger other) { + if (other == null) { + return; + } + if (other.ArchiveMessengerGroupId != 0) { + ArchiveMessengerGroupId = other.ArchiveMessengerGroupId; + } + _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: { + ArchiveMessengerGroupId = 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: { + ArchiveMessengerGroupId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveMessenger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveMessenger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[556]; } + } + + [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 ResGetArchiveMessenger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMessenger(ResGetArchiveMessenger other) : this() { + archiveMessageList_ = other.archiveMessageList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMessenger Clone() { + return new ResGetArchiveMessenger(this); + } + + /// Field number for the "ArchiveMessageList" field. + public const int ArchiveMessageListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_archiveMessageList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetArchiveMessage.Parser); + private readonly pbc::RepeatedField archiveMessageList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ArchiveMessageList { + get { return archiveMessageList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveMessenger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveMessenger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!archiveMessageList_.Equals(other.archiveMessageList_)) 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 ^= archiveMessageList_.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 + archiveMessageList_.WriteTo(output, _repeated_archiveMessageList_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) { + archiveMessageList_.WriteTo(ref output, _repeated_archiveMessageList_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 += archiveMessageList_.CalculateSize(_repeated_archiveMessageList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveMessenger other) { + if (other == null) { + return; + } + archiveMessageList_.Add(other.archiveMessageList_); + _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: { + archiveMessageList_.AddEntriesFrom(input, _repeated_archiveMessageList_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: { + archiveMessageList_.AddEntriesFrom(ref input, _repeated_archiveMessageList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetArchiveMiniGameData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetArchiveMiniGameData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[557]; } + } + + [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 ResSetArchiveMiniGameData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetArchiveMiniGameData(ResSetArchiveMiniGameData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetArchiveMiniGameData Clone() { + return new ResSetArchiveMiniGameData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetArchiveMiniGameData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetArchiveMiniGameData 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(ResSetArchiveMiniGameData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveMiniGameData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveMiniGameData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[558]; } + } + + [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 ResGetArchiveMiniGameData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMiniGameData(ResGetArchiveMiniGameData other) : this() { + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMiniGameData Clone() { + return new ResGetArchiveMiniGameData(this); + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 1; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ResGetArchiveMiniGameData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveMiniGameData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Json != other.Json) 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 (Json.Length != 0) hash ^= Json.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 (Json.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Json); + } + 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 (Json.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Json); + } + 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 (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveMiniGameData other) { + if (other == null) { + return; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + Json = 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 10: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/dice/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveDice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveDice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[559]; } + } + + [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 ReqGetArchiveDice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveDice(ReqGetArchiveDice other) : this() { + diceMiniGameId_ = other.diceMiniGameId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveDice Clone() { + return new ReqGetArchiveDice(this); + } + + /// Field number for the "DiceMiniGameId" field. + public const int DiceMiniGameIdFieldNumber = 1; + private int diceMiniGameId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceMiniGameId { + get { return diceMiniGameId_; } + set { + diceMiniGameId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveDice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveDice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DiceMiniGameId != other.DiceMiniGameId) 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 (DiceMiniGameId != 0) hash ^= DiceMiniGameId.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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceMiniGameId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveDice other) { + if (other == null) { + return; + } + if (other.DiceMiniGameId != 0) { + DiceMiniGameId = other.DiceMiniGameId; + } + _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: { + DiceMiniGameId = 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: { + DiceMiniGameId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveDice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveDice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[560]; } + } + + [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 ResGetArchiveDice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveDice(ResGetArchiveDice other) : this() { + currentBoardId_ = other.currentBoardId_; + gaugeMaxEventCount_ = other.gaugeMaxEventCount_; + chainCount_ = other.chainCount_; + diceGauge_ = other.diceGauge_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveDice Clone() { + return new ResGetArchiveDice(this); + } + + /// Field number for the "CurrentBoardId" field. + public const int CurrentBoardIdFieldNumber = 1; + private int currentBoardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentBoardId { + get { return currentBoardId_; } + set { + currentBoardId_ = value; + } + } + + /// Field number for the "GaugeMaxEventCount" field. + public const int GaugeMaxEventCountFieldNumber = 6; + private int gaugeMaxEventCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GaugeMaxEventCount { + get { return gaugeMaxEventCount_; } + set { + gaugeMaxEventCount_ = value; + } + } + + /// Field number for the "ChainCount" field. + public const int ChainCountFieldNumber = 4; + private int chainCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChainCount { + get { return chainCount_; } + set { + chainCount_ = value; + } + } + + /// Field number for the "DiceGauge" field. + public const int DiceGaugeFieldNumber = 7; + private int diceGauge_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceGauge { + get { return diceGauge_; } + set { + diceGauge_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveDice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveDice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CurrentBoardId != other.CurrentBoardId) return false; + if (GaugeMaxEventCount != other.GaugeMaxEventCount) return false; + if (ChainCount != other.ChainCount) return false; + if (DiceGauge != other.DiceGauge) 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 (CurrentBoardId != 0) hash ^= CurrentBoardId.GetHashCode(); + if (GaugeMaxEventCount != 0) hash ^= GaugeMaxEventCount.GetHashCode(); + if (ChainCount != 0) hash ^= ChainCount.GetHashCode(); + if (DiceGauge != 0) hash ^= DiceGauge.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 (CurrentBoardId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurrentBoardId); + } + if (ChainCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ChainCount); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(GaugeMaxEventCount); + } + if (DiceGauge != 0) { + output.WriteRawTag(56); + output.WriteInt32(DiceGauge); + } + 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 (CurrentBoardId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurrentBoardId); + } + if (ChainCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ChainCount); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(GaugeMaxEventCount); + } + if (DiceGauge != 0) { + output.WriteRawTag(56); + output.WriteInt32(DiceGauge); + } + 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 (CurrentBoardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentBoardId); + } + if (GaugeMaxEventCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GaugeMaxEventCount); + } + if (ChainCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChainCount); + } + if (DiceGauge != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceGauge); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveDice other) { + if (other == null) { + return; + } + if (other.CurrentBoardId != 0) { + CurrentBoardId = other.CurrentBoardId; + } + if (other.GaugeMaxEventCount != 0) { + GaugeMaxEventCount = other.GaugeMaxEventCount; + } + if (other.ChainCount != 0) { + ChainCount = other.ChainCount; + } + if (other.DiceGauge != 0) { + DiceGauge = other.DiceGauge; + } + _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: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 32: { + ChainCount = input.ReadInt32(); + break; + } + case 48: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 56: { + DiceGauge = 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: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 32: { + ChainCount = input.ReadInt32(); + break; + } + case 48: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 56: { + DiceGauge = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/dice/roll + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqArchiveDiceRoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqArchiveDiceRoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[561]; } + } + + [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 ReqArchiveDiceRoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArchiveDiceRoll(ReqArchiveDiceRoll other) : this() { + diceMiniGameId_ = other.diceMiniGameId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArchiveDiceRoll Clone() { + return new ReqArchiveDiceRoll(this); + } + + /// Field number for the "DiceMiniGameId" field. + public const int DiceMiniGameIdFieldNumber = 1; + private int diceMiniGameId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceMiniGameId { + get { return diceMiniGameId_; } + set { + diceMiniGameId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqArchiveDiceRoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqArchiveDiceRoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DiceMiniGameId != other.DiceMiniGameId) 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 (DiceMiniGameId != 0) hash ^= DiceMiniGameId.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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceMiniGameId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqArchiveDiceRoll other) { + if (other == null) { + return; + } + if (other.DiceMiniGameId != 0) { + DiceMiniGameId = other.DiceMiniGameId; + } + _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: { + DiceMiniGameId = 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: { + DiceMiniGameId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResArchiveDiceRoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResArchiveDiceRoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[562]; } + } + + [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 ResArchiveDiceRoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArchiveDiceRoll(ResArchiveDiceRoll other) : this() { + diceResult_ = other.diceResult_; + currentBoardId_ = other.currentBoardId_; + eventReward_ = other.eventReward_ != null ? other.eventReward_.Clone() : null; + gaugeMaxEventReward_ = other.gaugeMaxEventReward_ != null ? other.gaugeMaxEventReward_.Clone() : null; + gaugeMaxEventCount_ = other.gaugeMaxEventCount_; + chainCount_ = other.chainCount_; + goTo_ = other.goTo_; + isFinish_ = other.isFinish_; + gaugeMaxEventResult_ = other.gaugeMaxEventResult_; + diceGauge_ = other.diceGauge_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArchiveDiceRoll Clone() { + return new ResArchiveDiceRoll(this); + } + + /// Field number for the "DiceResult" field. + public const int DiceResultFieldNumber = 1; + private int diceResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceResult { + get { return diceResult_; } + set { + diceResult_ = value; + } + } + + /// Field number for the "CurrentBoardId" field. + public const int CurrentBoardIdFieldNumber = 2; + private int currentBoardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentBoardId { + get { return currentBoardId_; } + set { + currentBoardId_ = value; + } + } + + /// Field number for the "EventReward" field. + public const int EventRewardFieldNumber = 3; + private global::EpinelPS.NetMiniGameDiceReward eventReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDiceReward EventReward { + get { return eventReward_; } + set { + eventReward_ = value; + } + } + + /// Field number for the "GaugeMaxEventReward" field. + public const int GaugeMaxEventRewardFieldNumber = 12; + private global::EpinelPS.NetMiniGameDiceReward gaugeMaxEventReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDiceReward GaugeMaxEventReward { + get { return gaugeMaxEventReward_; } + set { + gaugeMaxEventReward_ = value; + } + } + + /// Field number for the "GaugeMaxEventCount" field. + public const int GaugeMaxEventCountFieldNumber = 13; + private int gaugeMaxEventCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GaugeMaxEventCount { + get { return gaugeMaxEventCount_; } + set { + gaugeMaxEventCount_ = value; + } + } + + /// Field number for the "ChainCount" field. + public const int ChainCountFieldNumber = 7; + private int chainCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChainCount { + get { return chainCount_; } + set { + chainCount_ = value; + } + } + + /// Field number for the "GoTo" field. + public const int GoToFieldNumber = 8; + private int goTo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GoTo { + get { return goTo_; } + set { + goTo_ = value; + } + } + + /// Field number for the "IsFinish" field. + public const int IsFinishFieldNumber = 9; + private bool isFinish_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFinish { + get { return isFinish_; } + set { + isFinish_ = value; + } + } + + /// Field number for the "GaugeMaxEventResult" field. + public const int GaugeMaxEventResultFieldNumber = 14; + private global::EpinelPS.GaugeMaxEventResult gaugeMaxEventResult_ = global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GaugeMaxEventResult GaugeMaxEventResult { + get { return gaugeMaxEventResult_; } + set { + gaugeMaxEventResult_ = value; + } + } + + /// Field number for the "DiceGauge" field. + public const int DiceGaugeFieldNumber = 15; + private int diceGauge_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceGauge { + get { return diceGauge_; } + set { + diceGauge_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResArchiveDiceRoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResArchiveDiceRoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DiceResult != other.DiceResult) return false; + if (CurrentBoardId != other.CurrentBoardId) return false; + if (!object.Equals(EventReward, other.EventReward)) return false; + if (!object.Equals(GaugeMaxEventReward, other.GaugeMaxEventReward)) return false; + if (GaugeMaxEventCount != other.GaugeMaxEventCount) return false; + if (ChainCount != other.ChainCount) return false; + if (GoTo != other.GoTo) return false; + if (IsFinish != other.IsFinish) return false; + if (GaugeMaxEventResult != other.GaugeMaxEventResult) return false; + if (DiceGauge != other.DiceGauge) 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 (DiceResult != 0) hash ^= DiceResult.GetHashCode(); + if (CurrentBoardId != 0) hash ^= CurrentBoardId.GetHashCode(); + if (eventReward_ != null) hash ^= EventReward.GetHashCode(); + if (gaugeMaxEventReward_ != null) hash ^= GaugeMaxEventReward.GetHashCode(); + if (GaugeMaxEventCount != 0) hash ^= GaugeMaxEventCount.GetHashCode(); + if (ChainCount != 0) hash ^= ChainCount.GetHashCode(); + if (GoTo != 0) hash ^= GoTo.GetHashCode(); + if (IsFinish != false) hash ^= IsFinish.GetHashCode(); + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) hash ^= GaugeMaxEventResult.GetHashCode(); + if (DiceGauge != 0) hash ^= DiceGauge.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 (DiceResult != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceResult); + } + if (CurrentBoardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentBoardId); + } + if (eventReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventReward); + } + if (ChainCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(ChainCount); + } + if (GoTo != 0) { + output.WriteRawTag(64); + output.WriteInt32(GoTo); + } + if (IsFinish != false) { + output.WriteRawTag(72); + output.WriteBool(IsFinish); + } + if (gaugeMaxEventReward_ != null) { + output.WriteRawTag(98); + output.WriteMessage(GaugeMaxEventReward); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(104); + output.WriteInt32(GaugeMaxEventCount); + } + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + output.WriteRawTag(112); + output.WriteEnum((int) GaugeMaxEventResult); + } + if (DiceGauge != 0) { + output.WriteRawTag(120); + output.WriteInt32(DiceGauge); + } + 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 (DiceResult != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceResult); + } + if (CurrentBoardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentBoardId); + } + if (eventReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventReward); + } + if (ChainCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(ChainCount); + } + if (GoTo != 0) { + output.WriteRawTag(64); + output.WriteInt32(GoTo); + } + if (IsFinish != false) { + output.WriteRawTag(72); + output.WriteBool(IsFinish); + } + if (gaugeMaxEventReward_ != null) { + output.WriteRawTag(98); + output.WriteMessage(GaugeMaxEventReward); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(104); + output.WriteInt32(GaugeMaxEventCount); + } + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + output.WriteRawTag(112); + output.WriteEnum((int) GaugeMaxEventResult); + } + if (DiceGauge != 0) { + output.WriteRawTag(120); + output.WriteInt32(DiceGauge); + } + 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 (DiceResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceResult); + } + if (CurrentBoardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentBoardId); + } + if (eventReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EventReward); + } + if (gaugeMaxEventReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GaugeMaxEventReward); + } + if (GaugeMaxEventCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GaugeMaxEventCount); + } + if (ChainCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChainCount); + } + if (GoTo != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GoTo); + } + if (IsFinish != false) { + size += 1 + 1; + } + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GaugeMaxEventResult); + } + if (DiceGauge != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceGauge); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResArchiveDiceRoll other) { + if (other == null) { + return; + } + if (other.DiceResult != 0) { + DiceResult = other.DiceResult; + } + if (other.CurrentBoardId != 0) { + CurrentBoardId = other.CurrentBoardId; + } + if (other.eventReward_ != null) { + if (eventReward_ == null) { + EventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + EventReward.MergeFrom(other.EventReward); + } + if (other.gaugeMaxEventReward_ != null) { + if (gaugeMaxEventReward_ == null) { + GaugeMaxEventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + GaugeMaxEventReward.MergeFrom(other.GaugeMaxEventReward); + } + if (other.GaugeMaxEventCount != 0) { + GaugeMaxEventCount = other.GaugeMaxEventCount; + } + if (other.ChainCount != 0) { + ChainCount = other.ChainCount; + } + if (other.GoTo != 0) { + GoTo = other.GoTo; + } + if (other.IsFinish != false) { + IsFinish = other.IsFinish; + } + if (other.GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + GaugeMaxEventResult = other.GaugeMaxEventResult; + } + if (other.DiceGauge != 0) { + DiceGauge = other.DiceGauge; + } + _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: { + DiceResult = input.ReadInt32(); + break; + } + case 16: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 26: { + if (eventReward_ == null) { + EventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(EventReward); + break; + } + case 56: { + ChainCount = input.ReadInt32(); + break; + } + case 64: { + GoTo = input.ReadInt32(); + break; + } + case 72: { + IsFinish = input.ReadBool(); + break; + } + case 98: { + if (gaugeMaxEventReward_ == null) { + GaugeMaxEventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(GaugeMaxEventReward); + break; + } + case 104: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 112: { + GaugeMaxEventResult = (global::EpinelPS.GaugeMaxEventResult) input.ReadEnum(); + break; + } + case 120: { + DiceGauge = 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: { + DiceResult = input.ReadInt32(); + break; + } + case 16: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 26: { + if (eventReward_ == null) { + EventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(EventReward); + break; + } + case 56: { + ChainCount = input.ReadInt32(); + break; + } + case 64: { + GoTo = input.ReadInt32(); + break; + } + case 72: { + IsFinish = input.ReadBool(); + break; + } + case 98: { + if (gaugeMaxEventReward_ == null) { + GaugeMaxEventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(GaugeMaxEventReward); + break; + } + case 104: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 112: { + GaugeMaxEventResult = (global::EpinelPS.GaugeMaxEventResult) input.ReadEnum(); + break; + } + case 120: { + DiceGauge = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArchiveMiniGameBBQData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArchiveMiniGameBBQData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[563]; } + } + + [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 NetArchiveMiniGameBBQData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMiniGameBBQData(NetArchiveMiniGameBBQData other) : this() { + archiveManagerId_ = other.archiveManagerId_; + highScore_ = other.highScore_; + recordedCutSceneList_ = other.recordedCutSceneList_.Clone(); + playCount_ = other.playCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMiniGameBBQData Clone() { + return new NetArchiveMiniGameBBQData(this); + } + + /// Field number for the "ArchiveManagerId" field. + public const int ArchiveManagerIdFieldNumber = 1; + private int archiveManagerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveManagerId { + get { return archiveManagerId_; } + set { + archiveManagerId_ = value; + } + } + + /// Field number for the "HighScore" field. + public const int HighScoreFieldNumber = 2; + private int highScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HighScore { + get { return highScore_; } + set { + highScore_ = value; + } + } + + /// Field number for the "RecordedCutSceneList" field. + public const int RecordedCutSceneListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_recordedCutSceneList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField recordedCutSceneList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RecordedCutSceneList { + get { return recordedCutSceneList_; } + } + + /// Field number for the "PlayCount" field. + public const int PlayCountFieldNumber = 4; + private int playCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PlayCount { + get { return playCount_; } + set { + playCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArchiveMiniGameBBQData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArchiveMiniGameBBQData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveManagerId != other.ArchiveManagerId) return false; + if (HighScore != other.HighScore) return false; + if(!recordedCutSceneList_.Equals(other.recordedCutSceneList_)) return false; + if (PlayCount != other.PlayCount) 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 (ArchiveManagerId != 0) hash ^= ArchiveManagerId.GetHashCode(); + if (HighScore != 0) hash ^= HighScore.GetHashCode(); + hash ^= recordedCutSceneList_.GetHashCode(); + if (PlayCount != 0) hash ^= PlayCount.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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + recordedCutSceneList_.WriteTo(output, _repeated_recordedCutSceneList_codec); + if (PlayCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(PlayCount); + } + 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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + recordedCutSceneList_.WriteTo(ref output, _repeated_recordedCutSceneList_codec); + if (PlayCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(PlayCount); + } + 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 (ArchiveManagerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveManagerId); + } + if (HighScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HighScore); + } + size += recordedCutSceneList_.CalculateSize(_repeated_recordedCutSceneList_codec); + if (PlayCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PlayCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArchiveMiniGameBBQData other) { + if (other == null) { + return; + } + if (other.ArchiveManagerId != 0) { + ArchiveManagerId = other.ArchiveManagerId; + } + if (other.HighScore != 0) { + HighScore = other.HighScore; + } + recordedCutSceneList_.Add(other.recordedCutSceneList_); + if (other.PlayCount != 0) { + PlayCount = other.PlayCount; + } + _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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 26: + case 24: { + recordedCutSceneList_.AddEntriesFrom(input, _repeated_recordedCutSceneList_codec); + break; + } + case 32: { + PlayCount = 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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 26: + case 24: { + recordedCutSceneList_.AddEntriesFrom(ref input, _repeated_recordedCutSceneList_codec); + break; + } + case 32: { + PlayCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArchiveMiniGameBBQAntiCheatData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArchiveMiniGameBBQAntiCheatData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[564]; } + } + + [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 NetArchiveMiniGameBBQAntiCheatData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMiniGameBBQAntiCheatData(NetArchiveMiniGameBBQAntiCheatData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMiniGameBBQAntiCheatData Clone() { + return new NetArchiveMiniGameBBQAntiCheatData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArchiveMiniGameBBQAntiCheatData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArchiveMiniGameBBQAntiCheatData 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(NetArchiveMiniGameBBQAntiCheatData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArchiveMiniGameBBQRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArchiveMiniGameBBQRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[565]; } + } + + [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 NetArchiveMiniGameBBQRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMiniGameBBQRankingData(NetArchiveMiniGameBBQRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArchiveMiniGameBBQRankingData Clone() { + return new NetArchiveMiniGameBBQRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArchiveMiniGameBBQRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArchiveMiniGameBBQRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArchiveMiniGameBBQRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/bbq/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveMiniGameBBQData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveMiniGameBBQData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[566]; } + } + + [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 ReqGetArchiveMiniGameBBQData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMiniGameBBQData(ReqGetArchiveMiniGameBBQData other) : this() { + archiveManagerId_ = other.archiveManagerId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMiniGameBBQData Clone() { + return new ReqGetArchiveMiniGameBBQData(this); + } + + /// Field number for the "ArchiveManagerId" field. + public const int ArchiveManagerIdFieldNumber = 1; + private int archiveManagerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveManagerId { + get { return archiveManagerId_; } + set { + archiveManagerId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveMiniGameBBQData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveMiniGameBBQData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveManagerId != other.ArchiveManagerId) 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 (ArchiveManagerId != 0) hash ^= ArchiveManagerId.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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + 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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + 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 (ArchiveManagerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveManagerId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveMiniGameBBQData other) { + if (other == null) { + return; + } + if (other.ArchiveManagerId != 0) { + ArchiveManagerId = other.ArchiveManagerId; + } + _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: { + ArchiveManagerId = 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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveMiniGameBBQData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveMiniGameBBQData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[567]; } + } + + [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 ResGetArchiveMiniGameBBQData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMiniGameBBQData(ResGetArchiveMiniGameBBQData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMiniGameBBQData Clone() { + return new ResGetArchiveMiniGameBBQData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetArchiveMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArchiveMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveMiniGameBBQData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveMiniGameBBQData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveMiniGameBBQData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/bbq/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearArchiveMiniGameBBQ : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearArchiveMiniGameBBQ()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[568]; } + } + + [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 ReqClearArchiveMiniGameBBQ() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearArchiveMiniGameBBQ(ReqClearArchiveMiniGameBBQ other) : this() { + archiveManagerId_ = other.archiveManagerId_; + score_ = other.score_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearArchiveMiniGameBBQ Clone() { + return new ReqClearArchiveMiniGameBBQ(this); + } + + /// Field number for the "ArchiveManagerId" field. + public const int ArchiveManagerIdFieldNumber = 1; + private int archiveManagerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveManagerId { + get { return archiveManagerId_; } + set { + archiveManagerId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearArchiveMiniGameBBQ); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearArchiveMiniGameBBQ other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveManagerId != other.ArchiveManagerId) return false; + if (Score != other.Score) 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 (ArchiveManagerId != 0) hash ^= ArchiveManagerId.GetHashCode(); + if (Score != 0) hash ^= Score.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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + 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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + 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 (ArchiveManagerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveManagerId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearArchiveMiniGameBBQ other) { + if (other == null) { + return; + } + if (other.ArchiveManagerId != 0) { + ArchiveManagerId = other.ArchiveManagerId; + } + if (other.Score != 0) { + Score = other.Score; + } + _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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + case 16: { + Score = 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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearArchiveMiniGameBBQ : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearArchiveMiniGameBBQ()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[569]; } + } + + [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 ResClearArchiveMiniGameBBQ() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearArchiveMiniGameBBQ(ResClearArchiveMiniGameBBQ other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearArchiveMiniGameBBQ Clone() { + return new ResClearArchiveMiniGameBBQ(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetArchiveMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArchiveMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearArchiveMiniGameBBQ); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearArchiveMiniGameBBQ other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearArchiveMiniGameBBQ other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/bbq/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveMiniGameBBQRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveMiniGameBBQRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[570]; } + } + + [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 ReqGetArchiveMiniGameBBQRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMiniGameBBQRanking(ReqGetArchiveMiniGameBBQRanking other) : this() { + archiveManagerId_ = other.archiveManagerId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveMiniGameBBQRanking Clone() { + return new ReqGetArchiveMiniGameBBQRanking(this); + } + + /// Field number for the "ArchiveManagerId" field. + public const int ArchiveManagerIdFieldNumber = 1; + private int archiveManagerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveManagerId { + get { return archiveManagerId_; } + set { + archiveManagerId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveMiniGameBBQRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveMiniGameBBQRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveManagerId != other.ArchiveManagerId) 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 (ArchiveManagerId != 0) hash ^= ArchiveManagerId.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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + 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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + 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 (ArchiveManagerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveManagerId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveMiniGameBBQRanking other) { + if (other == null) { + return; + } + if (other.ArchiveManagerId != 0) { + ArchiveManagerId = other.ArchiveManagerId; + } + _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: { + ArchiveManagerId = 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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveMiniGameBBQRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveMiniGameBBQRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[571]; } + } + + [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 ResGetArchiveMiniGameBBQRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMiniGameBBQRanking(ResGetArchiveMiniGameBBQRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveMiniGameBBQRanking Clone() { + return new ResGetArchiveMiniGameBBQRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetArchiveMiniGameBBQRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArchiveMiniGameBBQRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetArchiveMiniGameBBQRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveMiniGameBBQRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveMiniGameBBQRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveMiniGameBBQRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetArchiveMiniGameBBQRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetArchiveMiniGameBBQRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetArchiveMiniGameBBQRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/minigame/bbq/recordcutscene + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordArchiveMiniGameBBQCutScene : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordArchiveMiniGameBBQCutScene()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[572]; } + } + + [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 ReqRecordArchiveMiniGameBBQCutScene() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordArchiveMiniGameBBQCutScene(ReqRecordArchiveMiniGameBBQCutScene other) : this() { + archiveManagerId_ = other.archiveManagerId_; + cutSceneTid_ = other.cutSceneTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordArchiveMiniGameBBQCutScene Clone() { + return new ReqRecordArchiveMiniGameBBQCutScene(this); + } + + /// Field number for the "ArchiveManagerId" field. + public const int ArchiveManagerIdFieldNumber = 1; + private int archiveManagerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveManagerId { + get { return archiveManagerId_; } + set { + archiveManagerId_ = value; + } + } + + /// Field number for the "CutSceneTid" field. + public const int CutSceneTidFieldNumber = 2; + private int cutSceneTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CutSceneTid { + get { return cutSceneTid_; } + set { + cutSceneTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordArchiveMiniGameBBQCutScene); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordArchiveMiniGameBBQCutScene other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveManagerId != other.ArchiveManagerId) return false; + if (CutSceneTid != other.CutSceneTid) 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 (ArchiveManagerId != 0) hash ^= ArchiveManagerId.GetHashCode(); + if (CutSceneTid != 0) hash ^= CutSceneTid.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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + if (CutSceneTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(CutSceneTid); + } + 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 (ArchiveManagerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveManagerId); + } + if (CutSceneTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(CutSceneTid); + } + 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 (ArchiveManagerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveManagerId); + } + if (CutSceneTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CutSceneTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordArchiveMiniGameBBQCutScene other) { + if (other == null) { + return; + } + if (other.ArchiveManagerId != 0) { + ArchiveManagerId = other.ArchiveManagerId; + } + if (other.CutSceneTid != 0) { + CutSceneTid = other.CutSceneTid; + } + _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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + case 16: { + CutSceneTid = 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: { + ArchiveManagerId = input.ReadInt32(); + break; + } + case 16: { + CutSceneTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordArchiveMiniGameBBQCutScene : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordArchiveMiniGameBBQCutScene()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[573]; } + } + + [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 ResRecordArchiveMiniGameBBQCutScene() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordArchiveMiniGameBBQCutScene(ResRecordArchiveMiniGameBBQCutScene other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordArchiveMiniGameBBQCutScene Clone() { + return new ResRecordArchiveMiniGameBBQCutScene(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetArchiveMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArchiveMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordArchiveMiniGameBBQCutScene); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordArchiveMiniGameBBQCutScene other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecordArchiveMiniGameBBQCutScene other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetArchiveMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveArchiveFieldRawData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveArchiveFieldRawData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[574]; } + } + + [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 ResSaveArchiveFieldRawData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveArchiveFieldRawData(ResSaveArchiveFieldRawData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveArchiveFieldRawData Clone() { + return new ResSaveArchiveFieldRawData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveArchiveFieldRawData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveArchiveFieldRawData 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(ResSaveArchiveFieldRawData 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 + + } + + /// + /// URL: /archive/field/item/save + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveArchiveFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveArchiveFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[575]; } + } + + [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 ReqSaveArchiveFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveArchiveFieldObject(ReqSaveArchiveFieldObject other) : this() { + mapId_ = other.mapId_; + interactionData_ = other.interactionData_ != null ? other.interactionData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveArchiveFieldObject Clone() { + return new ReqSaveArchiveFieldObject(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 1; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "InteractionData" field. + public const int InteractionDataFieldNumber = 3; + private global::EpinelPS.NetFieldObjectInteractionData interactionData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFieldObjectInteractionData InteractionData { + get { return interactionData_; } + set { + interactionData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSaveArchiveFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveArchiveFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if (!object.Equals(InteractionData, other.InteractionData)) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + if (interactionData_ != null) hash ^= InteractionData.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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + if (interactionData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(InteractionData); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + if (interactionData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(InteractionData); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (interactionData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(InteractionData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveArchiveFieldObject other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + if (other.interactionData_ != null) { + if (interactionData_ == null) { + InteractionData = new global::EpinelPS.NetFieldObjectInteractionData(); + } + InteractionData.MergeFrom(other.InteractionData); + } + _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: { + MapId = input.ReadString(); + break; + } + case 26: { + if (interactionData_ == null) { + InteractionData = new global::EpinelPS.NetFieldObjectInteractionData(); + } + input.ReadMessage(InteractionData); + 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: { + MapId = input.ReadString(); + break; + } + case 26: { + if (interactionData_ == null) { + InteractionData = new global::EpinelPS.NetFieldObjectInteractionData(); + } + input.ReadMessage(InteractionData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveArchiveFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveArchiveFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[576]; } + } + + [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 ResSaveArchiveFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveArchiveFieldObject(ResSaveArchiveFieldObject other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveArchiveFieldObject Clone() { + return new ResSaveArchiveFieldObject(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveArchiveFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveArchiveFieldObject 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(ResSaveArchiveFieldObject 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 + + } + + /// + /// URL: /archive/field/progress/update + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateArchiveFieldProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateArchiveFieldProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[577]; } + } + + [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 ReqUpdateArchiveFieldProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateArchiveFieldProgress(ReqUpdateArchiveFieldProgress other) : this() { + archiveFieldProgressId_ = other.archiveFieldProgressId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateArchiveFieldProgress Clone() { + return new ReqUpdateArchiveFieldProgress(this); + } + + /// Field number for the "ArchiveFieldProgressId" field. + public const int ArchiveFieldProgressIdFieldNumber = 1; + private int archiveFieldProgressId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveFieldProgressId { + get { return archiveFieldProgressId_; } + set { + archiveFieldProgressId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateArchiveFieldProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateArchiveFieldProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveFieldProgressId != other.ArchiveFieldProgressId) 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 (ArchiveFieldProgressId != 0) hash ^= ArchiveFieldProgressId.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 (ArchiveFieldProgressId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveFieldProgressId); + } + 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 (ArchiveFieldProgressId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveFieldProgressId); + } + 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 (ArchiveFieldProgressId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveFieldProgressId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateArchiveFieldProgress other) { + if (other == null) { + return; + } + if (other.ArchiveFieldProgressId != 0) { + ArchiveFieldProgressId = other.ArchiveFieldProgressId; + } + _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: { + ArchiveFieldProgressId = 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: { + ArchiveFieldProgressId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateArchiveFieldProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateArchiveFieldProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[578]; } + } + + [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 ResUpdateArchiveFieldProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateArchiveFieldProgress(ResUpdateArchiveFieldProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateArchiveFieldProgress Clone() { + return new ResUpdateArchiveFieldProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateArchiveFieldProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateArchiveFieldProgress 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(ResUpdateArchiveFieldProgress 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 + + } + + /// + /// URL: /archive/field/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterArchiveField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterArchiveField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[579]; } + } + + [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 ReqEnterArchiveField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterArchiveField(ReqEnterArchiveField other) : this() { + mapId_ = other.mapId_; + archiveProgressGroupIdList_ = other.archiveProgressGroupIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterArchiveField Clone() { + return new ReqEnterArchiveField(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 1; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ArchiveProgressGroupIdList" field. + public const int ArchiveProgressGroupIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_archiveProgressGroupIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField archiveProgressGroupIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ArchiveProgressGroupIdList { + get { return archiveProgressGroupIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterArchiveField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterArchiveField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if(!archiveProgressGroupIdList_.Equals(other.archiveProgressGroupIdList_)) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + hash ^= archiveProgressGroupIdList_.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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + archiveProgressGroupIdList_.WriteTo(output, _repeated_archiveProgressGroupIdList_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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + archiveProgressGroupIdList_.WriteTo(ref output, _repeated_archiveProgressGroupIdList_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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + size += archiveProgressGroupIdList_.CalculateSize(_repeated_archiveProgressGroupIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterArchiveField other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + archiveProgressGroupIdList_.Add(other.archiveProgressGroupIdList_); + _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: { + MapId = input.ReadString(); + break; + } + case 18: + case 16: { + archiveProgressGroupIdList_.AddEntriesFrom(input, _repeated_archiveProgressGroupIdList_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: { + MapId = input.ReadString(); + break; + } + case 18: + case 16: { + archiveProgressGroupIdList_.AddEntriesFrom(ref input, _repeated_archiveProgressGroupIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterArchiveField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterArchiveField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[580]; } + } + + [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 ResEnterArchiveField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterArchiveField(ResEnterArchiveField other) : this() { + field_ = other.field_ != null ? other.field_.Clone() : null; + teamPositions_ = other.teamPositions_.Clone(); + json_ = other.json_; + userArchiveProgressIdList_ = other.userArchiveProgressIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterArchiveField Clone() { + return new ResEnterArchiveField(this); + } + + /// Field number for the "Field" field. + public const int FieldFieldNumber = 1; + private global::EpinelPS.NetFieldObjectData field_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFieldObjectData Field { + get { return field_; } + set { + field_ = value; + } + } + + /// Field number for the "TeamPositions" field. + public const int TeamPositionsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teamPositions_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetCampaignTeamPosition.Parser); + private readonly pbc::RepeatedField teamPositions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamPositions { + get { return teamPositions_; } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "UserArchiveProgressIdList" field. + public const int UserArchiveProgressIdListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_userArchiveProgressIdList_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField userArchiveProgressIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserArchiveProgressIdList { + get { return userArchiveProgressIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterArchiveField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterArchiveField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Field, other.Field)) return false; + if(!teamPositions_.Equals(other.teamPositions_)) return false; + if (Json != other.Json) return false; + if(!userArchiveProgressIdList_.Equals(other.userArchiveProgressIdList_)) 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 (field_ != null) hash ^= Field.GetHashCode(); + hash ^= teamPositions_.GetHashCode(); + if (Json.Length != 0) hash ^= Json.GetHashCode(); + hash ^= userArchiveProgressIdList_.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 (field_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Field); + } + teamPositions_.WriteTo(output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + userArchiveProgressIdList_.WriteTo(output, _repeated_userArchiveProgressIdList_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 (field_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Field); + } + teamPositions_.WriteTo(ref output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + userArchiveProgressIdList_.WriteTo(ref output, _repeated_userArchiveProgressIdList_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 (field_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Field); + } + size += teamPositions_.CalculateSize(_repeated_teamPositions_codec); + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + size += userArchiveProgressIdList_.CalculateSize(_repeated_userArchiveProgressIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterArchiveField other) { + if (other == null) { + return; + } + if (other.field_ != null) { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + Field.MergeFrom(other.Field); + } + teamPositions_.Add(other.teamPositions_); + if (other.Json.Length != 0) { + Json = other.Json; + } + userArchiveProgressIdList_.Add(other.userArchiveProgressIdList_); + _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: { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 26: { + teamPositions_.AddEntriesFrom(input, _repeated_teamPositions_codec); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 42: + case 40: { + userArchiveProgressIdList_.AddEntriesFrom(input, _repeated_userArchiveProgressIdList_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: { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 26: { + teamPositions_.AddEntriesFrom(ref input, _repeated_teamPositions_codec); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 42: + case 40: { + userArchiveProgressIdList_.AddEntriesFrom(ref input, _repeated_userArchiveProgressIdList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/field/item/obtain + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainArchiveFieldItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainArchiveFieldItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[581]; } + } + + [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 ReqObtainArchiveFieldItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainArchiveFieldItem(ReqObtainArchiveFieldItem other) : this() { + mapId_ = other.mapId_; + eventArchiveId_ = other.eventArchiveId_; + fieldObject_ = other.fieldObject_ != null ? other.fieldObject_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainArchiveFieldItem Clone() { + return new ReqObtainArchiveFieldItem(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 2; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EventArchiveId" field. + public const int EventArchiveIdFieldNumber = 3; + private int eventArchiveId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventArchiveId { + get { return eventArchiveId_; } + set { + eventArchiveId_ = value; + } + } + + /// Field number for the "FieldObject" field. + public const int FieldObjectFieldNumber = 4; + private global::EpinelPS.NetCampaignFieldObject fieldObject_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetCampaignFieldObject FieldObject { + get { return fieldObject_; } + set { + fieldObject_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainArchiveFieldItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainArchiveFieldItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if (EventArchiveId != other.EventArchiveId) return false; + if (!object.Equals(FieldObject, other.FieldObject)) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + if (EventArchiveId != 0) hash ^= EventArchiveId.GetHashCode(); + if (fieldObject_ != null) hash ^= FieldObject.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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (EventArchiveId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventArchiveId); + } + if (fieldObject_ != null) { + output.WriteRawTag(34); + output.WriteMessage(FieldObject); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MapId); + } + if (EventArchiveId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventArchiveId); + } + if (fieldObject_ != null) { + output.WriteRawTag(34); + output.WriteMessage(FieldObject); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (EventArchiveId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventArchiveId); + } + if (fieldObject_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FieldObject); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainArchiveFieldItem other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + if (other.EventArchiveId != 0) { + EventArchiveId = other.EventArchiveId; + } + if (other.fieldObject_ != null) { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + FieldObject.MergeFrom(other.FieldObject); + } + _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: { + MapId = input.ReadString(); + break; + } + case 24: { + EventArchiveId = input.ReadInt32(); + break; + } + case 34: { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + input.ReadMessage(FieldObject); + 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: { + MapId = input.ReadString(); + break; + } + case 24: { + EventArchiveId = input.ReadInt32(); + break; + } + case 34: { + if (fieldObject_ == null) { + FieldObject = new global::EpinelPS.NetCampaignFieldObject(); + } + input.ReadMessage(FieldObject); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainArchiveFieldItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainArchiveFieldItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[582]; } + } + + [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 ResObtainArchiveFieldItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainArchiveFieldItem(ResObtainArchiveFieldItem other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainArchiveFieldItem Clone() { + return new ResObtainArchiveFieldItem(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainArchiveFieldItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainArchiveFieldItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainArchiveFieldItem other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/memorial/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArchiveEventMemorials : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArchiveEventMemorials()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[583]; } + } + + [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 ReqGetArchiveEventMemorials() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveEventMemorials(ReqGetArchiveEventMemorials other) : this() { + archiveEventFieldId_ = other.archiveEventFieldId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArchiveEventMemorials Clone() { + return new ReqGetArchiveEventMemorials(this); + } + + /// Field number for the "ArchiveEventFieldId" field. + public const int ArchiveEventFieldIdFieldNumber = 1; + private int archiveEventFieldId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArchiveEventFieldId { + get { return archiveEventFieldId_; } + set { + archiveEventFieldId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArchiveEventMemorials); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArchiveEventMemorials other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArchiveEventFieldId != other.ArchiveEventFieldId) 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 (ArchiveEventFieldId != 0) hash ^= ArchiveEventFieldId.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 (ArchiveEventFieldId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveEventFieldId); + } + 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 (ArchiveEventFieldId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ArchiveEventFieldId); + } + 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 (ArchiveEventFieldId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArchiveEventFieldId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArchiveEventMemorials other) { + if (other == null) { + return; + } + if (other.ArchiveEventFieldId != 0) { + ArchiveEventFieldId = other.ArchiveEventFieldId; + } + _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: { + ArchiveEventFieldId = 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: { + ArchiveEventFieldId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArchiveEventMemorials : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArchiveEventMemorials()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[584]; } + } + + [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 ResGetArchiveEventMemorials() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveEventMemorials(ResGetArchiveEventMemorials other) : this() { + memorialIds_ = other.memorialIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArchiveEventMemorials Clone() { + return new ResGetArchiveEventMemorials(this); + } + + /// Field number for the "MemorialIds" field. + public const int MemorialIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_memorialIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField memorialIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MemorialIds { + get { return memorialIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArchiveEventMemorials); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArchiveEventMemorials other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!memorialIds_.Equals(other.memorialIds_)) 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 ^= memorialIds_.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 + memorialIds_.WriteTo(output, _repeated_memorialIds_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) { + memorialIds_.WriteTo(ref output, _repeated_memorialIds_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 += memorialIds_.CalculateSize(_repeated_memorialIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArchiveEventMemorials other) { + if (other == null) { + return; + } + memorialIds_.Add(other.memorialIds_); + _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: { + memorialIds_.AddEntriesFrom(input, _repeated_memorialIds_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: { + memorialIds_.AddEntriesFrom(ref input, _repeated_memorialIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /archive/field/escape + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEscapeArchiveField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEscapeArchiveField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[585]; } + } + + [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 ReqEscapeArchiveField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEscapeArchiveField(ReqEscapeArchiveField other) : this() { + mapId_ = other.mapId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEscapeArchiveField Clone() { + return new ReqEscapeArchiveField(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 1; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = 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 ReqEscapeArchiveField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEscapeArchiveField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) 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 (MapId.Length != 0) hash ^= MapId.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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEscapeArchiveField other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + _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: { + MapId = 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 10: { + MapId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEscapeArchiveField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEscapeArchiveField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[586]; } + } + + [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 ResEscapeArchiveField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEscapeArchiveField(ResEscapeArchiveField other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEscapeArchiveField Clone() { + return new ResEscapeArchiveField(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEscapeArchiveField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEscapeArchiveField 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(ResEscapeArchiveField 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaUserCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaUserCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[587]; } + } + + [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 NetArenaUserCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaUserCharacter(NetArenaUserCharacter other) : this() { + round_ = other.round_; + character_ = other.character_ != null ? other.character_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaUserCharacter Clone() { + return new NetArenaUserCharacter(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 2; + private global::EpinelPS.NetUserCharacterData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterData Character { + get { return character_; } + set { + character_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaUserCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaUserCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (!object.Equals(Character, other.Character)) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (character_ != null) hash ^= Character.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaUserCharacter other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterData(); + } + Character.MergeFrom(other.Character); + } + _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: { + Round = input.ReadInt32(); + break; + } + case 18: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterData(); + } + input.ReadMessage(Character); + 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: { + Round = input.ReadInt32(); + break; + } + case 18: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterData(); + } + input.ReadMessage(Character); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaEnemyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaEnemyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[588]; } + } + + [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 NetArenaEnemyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaEnemyData(NetArenaEnemyData other) : this() { + character_ = other.character_.Clone(); + items_ = other.items_.Clone(); + attractives_ = other.attractives_.Clone(); + harmonyCubes_ = other.harmonyCubes_.Clone(); + recycle_ = other.recycle_.Clone(); + awakenings_ = other.awakenings_.Clone(); + favoriteItems_ = other.favoriteItems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaEnemyData Clone() { + return new NetArenaEnemyData(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_character_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetArenaUserCharacter.Parser); + private readonly pbc::RepeatedField character_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Character { + get { return character_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Attractives" field. + public const int AttractivesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_attractives_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserAttractiveData.Parser); + private readonly pbc::RepeatedField attractives_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Attractives { + get { return attractives_; } + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_recycle_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserRecycleRoomData.Parser); + private readonly pbc::RepeatedField recycle_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Recycle { + get { return recycle_; } + } + + /// Field number for the "Awakenings" field. + public const int AwakeningsFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_awakenings_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetEquipmentAwakening.Parser); + private readonly pbc::RepeatedField awakenings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Awakenings { + get { return awakenings_; } + } + + /// Field number for the "FavoriteItems" field. + public const int FavoriteItemsFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_favoriteItems_codec + = pb::FieldCodec.ForMessage(74, global::EpinelPS.NetUserFavoriteItemData.Parser); + private readonly pbc::RepeatedField favoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItems { + get { return favoriteItems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaEnemyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaEnemyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!character_.Equals(other.character_)) return false; + if(!items_.Equals(other.items_)) return false; + if(!attractives_.Equals(other.attractives_)) return false; + if(!harmonyCubes_.Equals(other.harmonyCubes_)) return false; + if(!recycle_.Equals(other.recycle_)) return false; + if(!awakenings_.Equals(other.awakenings_)) return false; + if(!favoriteItems_.Equals(other.favoriteItems_)) 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 ^= character_.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= attractives_.GetHashCode(); + hash ^= harmonyCubes_.GetHashCode(); + hash ^= recycle_.GetHashCode(); + hash ^= awakenings_.GetHashCode(); + hash ^= favoriteItems_.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 + character_.WriteTo(output, _repeated_character_codec); + items_.WriteTo(output, _repeated_items_codec); + attractives_.WriteTo(output, _repeated_attractives_codec); + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_codec); + recycle_.WriteTo(output, _repeated_recycle_codec); + awakenings_.WriteTo(output, _repeated_awakenings_codec); + favoriteItems_.WriteTo(output, _repeated_favoriteItems_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) { + character_.WriteTo(ref output, _repeated_character_codec); + items_.WriteTo(ref output, _repeated_items_codec); + attractives_.WriteTo(ref output, _repeated_attractives_codec); + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_codec); + recycle_.WriteTo(ref output, _repeated_recycle_codec); + awakenings_.WriteTo(ref output, _repeated_awakenings_codec); + favoriteItems_.WriteTo(ref output, _repeated_favoriteItems_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 += character_.CalculateSize(_repeated_character_codec); + size += items_.CalculateSize(_repeated_items_codec); + size += attractives_.CalculateSize(_repeated_attractives_codec); + size += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + size += recycle_.CalculateSize(_repeated_recycle_codec); + size += awakenings_.CalculateSize(_repeated_awakenings_codec); + size += favoriteItems_.CalculateSize(_repeated_favoriteItems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaEnemyData other) { + if (other == null) { + return; + } + character_.Add(other.character_); + items_.Add(other.items_); + attractives_.Add(other.attractives_); + harmonyCubes_.Add(other.harmonyCubes_); + recycle_.Add(other.recycle_); + awakenings_.Add(other.awakenings_); + favoriteItems_.Add(other.favoriteItems_); + _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: { + character_.AddEntriesFrom(input, _repeated_character_codec); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 26: { + attractives_.AddEntriesFrom(input, _repeated_attractives_codec); + break; + } + case 42: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_codec); + break; + } + case 50: { + recycle_.AddEntriesFrom(input, _repeated_recycle_codec); + break; + } + case 66: { + awakenings_.AddEntriesFrom(input, _repeated_awakenings_codec); + break; + } + case 74: { + favoriteItems_.AddEntriesFrom(input, _repeated_favoriteItems_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: { + character_.AddEntriesFrom(ref input, _repeated_character_codec); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 26: { + attractives_.AddEntriesFrom(ref input, _repeated_attractives_codec); + break; + } + case 42: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + case 50: { + recycle_.AddEntriesFrom(ref input, _repeated_recycle_codec); + break; + } + case 66: { + awakenings_.AddEntriesFrom(ref input, _repeated_awakenings_codec); + break; + } + case 74: { + favoriteItems_.AddEntriesFrom(ref input, _repeated_favoriteItems_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[589]; } + } + + [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 NetArenaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaData(NetArenaData other) : this() { + rank_ = other.rank_; + rating_ = other.rating_; + tier_ = other.tier_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaData Clone() { + return new NetArenaData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Rating" field. + public const int RatingFieldNumber = 2; + private int rating_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rating { + get { return rating_; } + set { + rating_ = value; + } + } + + /// Field number for the "Tier" field. + public const int TierFieldNumber = 3; + private int tier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tier { + get { return tier_; } + set { + tier_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 4; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Rating != other.Rating) return false; + if (Tier != other.Tier) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Rating != 0) hash ^= Rating.GetHashCode(); + if (Tier != 0) hash ^= Tier.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Rating != 0) { + output.WriteRawTag(16); + output.WriteInt32(Rating); + } + if (Tier != 0) { + output.WriteRawTag(24); + output.WriteInt32(Tier); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Rating != 0) { + output.WriteRawTag(16); + output.WriteInt32(Rating); + } + if (Tier != 0) { + output.WriteRawTag(24); + output.WriteInt32(Tier); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Rating != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rating); + } + if (Tier != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tier); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Rating != 0) { + Rating = other.Rating; + } + if (other.Tier != 0) { + Tier = other.Tier; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Rating = input.ReadInt32(); + break; + } + case 24: { + Tier = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Rating = input.ReadInt32(); + break; + } + case 24: { + Tier = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaPointData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaPointData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[590]; } + } + + [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 NetSpecialArenaPointData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaPointData(NetSpecialArenaPointData other) : this() { + rank_ = other.rank_; + point_ = other.point_; + battleRank_ = other.battleRank_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaPointData Clone() { + return new NetSpecialArenaPointData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Point" field. + public const int PointFieldNumber = 2; + private int point_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Point { + get { return point_; } + set { + point_ = value; + } + } + + /// Field number for the "BattleRank" field. + public const int BattleRankFieldNumber = 3; + private long battleRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleRank { + get { return battleRank_; } + set { + battleRank_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 4; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaPointData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaPointData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Point != other.Point) return false; + if (BattleRank != other.BattleRank) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Point != 0) hash ^= Point.GetHashCode(); + if (BattleRank != 0L) hash ^= BattleRank.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Point != 0) { + output.WriteRawTag(16); + output.WriteInt32(Point); + } + if (BattleRank != 0L) { + output.WriteRawTag(24); + output.WriteInt64(BattleRank); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Point != 0) { + output.WriteRawTag(16); + output.WriteInt32(Point); + } + if (BattleRank != 0L) { + output.WriteRawTag(24); + output.WriteInt64(BattleRank); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Point != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Point); + } + if (BattleRank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BattleRank); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaPointData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Point != 0) { + Point = other.Point; + } + if (other.BattleRank != 0L) { + BattleRank = other.BattleRank; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Point = input.ReadInt32(); + break; + } + case 24: { + BattleRank = input.ReadInt64(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Point = input.ReadInt32(); + break; + } + case 24: { + BattleRank = input.ReadInt64(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetRookieArenaRecordData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetRookieArenaRecordData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[591]; } + } + + [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 NetRookieArenaRecordData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRookieArenaRecordData(NetRookieArenaRecordData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + arenaAt_ = other.arenaAt_; + beforeRating_ = other.beforeRating_; + afterRating_ = other.afterRating_; + isWin_ = other.isWin_; + isAttack_ = other.isAttack_; + season_ = other.season_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRookieArenaRecordData Clone() { + return new NetRookieArenaRecordData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "ArenaAt" field. + public const int ArenaAtFieldNumber = 2; + private long arenaAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ArenaAt { + get { return arenaAt_; } + set { + arenaAt_ = value; + } + } + + /// Field number for the "BeforeRating" field. + public const int BeforeRatingFieldNumber = 3; + private int beforeRating_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BeforeRating { + get { return beforeRating_; } + set { + beforeRating_ = value; + } + } + + /// Field number for the "AfterRating" field. + public const int AfterRatingFieldNumber = 4; + private int afterRating_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AfterRating { + get { return afterRating_; } + set { + afterRating_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 5; + 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 "IsAttack" field. + public const int IsAttackFieldNumber = 6; + private bool isAttack_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsAttack { + get { return isAttack_; } + set { + isAttack_ = value; + } + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 7; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetRookieArenaRecordData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetRookieArenaRecordData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (ArenaAt != other.ArenaAt) return false; + if (BeforeRating != other.BeforeRating) return false; + if (AfterRating != other.AfterRating) return false; + if (IsWin != other.IsWin) return false; + if (IsAttack != other.IsAttack) return false; + if (Season != other.Season) 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 (user_ != null) hash ^= User.GetHashCode(); + if (ArenaAt != 0L) hash ^= ArenaAt.GetHashCode(); + if (BeforeRating != 0) hash ^= BeforeRating.GetHashCode(); + if (AfterRating != 0) hash ^= AfterRating.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + if (IsAttack != false) hash ^= IsAttack.GetHashCode(); + if (Season != 0) hash ^= Season.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (ArenaAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ArenaAt); + } + if (BeforeRating != 0) { + output.WriteRawTag(24); + output.WriteInt32(BeforeRating); + } + if (AfterRating != 0) { + output.WriteRawTag(32); + output.WriteInt32(AfterRating); + } + if (IsWin != false) { + output.WriteRawTag(40); + output.WriteBool(IsWin); + } + if (IsAttack != false) { + output.WriteRawTag(48); + output.WriteBool(IsAttack); + } + if (Season != 0) { + output.WriteRawTag(56); + output.WriteInt32(Season); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (ArenaAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ArenaAt); + } + if (BeforeRating != 0) { + output.WriteRawTag(24); + output.WriteInt32(BeforeRating); + } + if (AfterRating != 0) { + output.WriteRawTag(32); + output.WriteInt32(AfterRating); + } + if (IsWin != false) { + output.WriteRawTag(40); + output.WriteBool(IsWin); + } + if (IsAttack != false) { + output.WriteRawTag(48); + output.WriteBool(IsAttack); + } + if (Season != 0) { + output.WriteRawTag(56); + output.WriteInt32(Season); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (ArenaAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ArenaAt); + } + if (BeforeRating != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BeforeRating); + } + if (AfterRating != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AfterRating); + } + if (IsWin != false) { + size += 1 + 1; + } + if (IsAttack != false) { + size += 1 + 1; + } + if (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetRookieArenaRecordData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.ArenaAt != 0L) { + ArenaAt = other.ArenaAt; + } + if (other.BeforeRating != 0) { + BeforeRating = other.BeforeRating; + } + if (other.AfterRating != 0) { + AfterRating = other.AfterRating; + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + if (other.IsAttack != false) { + IsAttack = other.IsAttack; + } + if (other.Season != 0) { + Season = other.Season; + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + ArenaAt = input.ReadInt64(); + break; + } + case 24: { + BeforeRating = input.ReadInt32(); + break; + } + case 32: { + AfterRating = input.ReadInt32(); + break; + } + case 40: { + IsWin = input.ReadBool(); + break; + } + case 48: { + IsAttack = input.ReadBool(); + break; + } + case 56: { + Season = 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 10: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + ArenaAt = input.ReadInt64(); + break; + } + case 24: { + BeforeRating = input.ReadInt32(); + break; + } + case 32: { + AfterRating = input.ReadInt32(); + break; + } + case 40: { + IsWin = input.ReadBool(); + break; + } + case 48: { + IsAttack = input.ReadBool(); + break; + } + case 56: { + Season = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRecordData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRecordData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[592]; } + } + + [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 NetSpecialArenaRecordData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRecordData(NetSpecialArenaRecordData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + season_ = other.season_; + arenaAt_ = other.arenaAt_; + beforeRank_ = other.beforeRank_; + afterRank_ = other.afterRank_; + isWin_ = other.isWin_; + isAttack_ = other.isAttack_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRecordData Clone() { + return new NetSpecialArenaRecordData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 2; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "ArenaAt" field. + public const int ArenaAtFieldNumber = 3; + private long arenaAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ArenaAt { + get { return arenaAt_; } + set { + arenaAt_ = value; + } + } + + /// Field number for the "BeforeRank" field. + public const int BeforeRankFieldNumber = 4; + private long beforeRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BeforeRank { + get { return beforeRank_; } + set { + beforeRank_ = value; + } + } + + /// Field number for the "AfterRank" field. + public const int AfterRankFieldNumber = 5; + private long afterRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long AfterRank { + get { return afterRank_; } + set { + afterRank_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 6; + 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 "IsAttack" field. + public const int IsAttackFieldNumber = 7; + private bool isAttack_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsAttack { + get { return isAttack_; } + set { + isAttack_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRecordData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRecordData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (Season != other.Season) return false; + if (ArenaAt != other.ArenaAt) return false; + if (BeforeRank != other.BeforeRank) return false; + if (AfterRank != other.AfterRank) return false; + if (IsWin != other.IsWin) return false; + if (IsAttack != other.IsAttack) 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 (user_ != null) hash ^= User.GetHashCode(); + if (Season != 0) hash ^= Season.GetHashCode(); + if (ArenaAt != 0L) hash ^= ArenaAt.GetHashCode(); + if (BeforeRank != 0L) hash ^= BeforeRank.GetHashCode(); + if (AfterRank != 0L) hash ^= AfterRank.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + if (IsAttack != false) hash ^= IsAttack.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + if (ArenaAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(ArenaAt); + } + if (BeforeRank != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BeforeRank); + } + if (AfterRank != 0L) { + output.WriteRawTag(40); + output.WriteInt64(AfterRank); + } + if (IsWin != false) { + output.WriteRawTag(48); + output.WriteBool(IsWin); + } + if (IsAttack != false) { + output.WriteRawTag(56); + output.WriteBool(IsAttack); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + if (ArenaAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(ArenaAt); + } + if (BeforeRank != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BeforeRank); + } + if (AfterRank != 0L) { + output.WriteRawTag(40); + output.WriteInt64(AfterRank); + } + if (IsWin != false) { + output.WriteRawTag(48); + output.WriteBool(IsWin); + } + if (IsAttack != false) { + output.WriteRawTag(56); + output.WriteBool(IsAttack); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + if (ArenaAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ArenaAt); + } + if (BeforeRank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeforeRank); + } + if (AfterRank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(AfterRank); + } + if (IsWin != false) { + size += 1 + 1; + } + if (IsAttack != 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(NetSpecialArenaRecordData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.Season != 0) { + Season = other.Season; + } + if (other.ArenaAt != 0L) { + ArenaAt = other.ArenaAt; + } + if (other.BeforeRank != 0L) { + BeforeRank = other.BeforeRank; + } + if (other.AfterRank != 0L) { + AfterRank = other.AfterRank; + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + if (other.IsAttack != false) { + IsAttack = other.IsAttack; + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 24: { + ArenaAt = input.ReadInt64(); + break; + } + case 32: { + BeforeRank = input.ReadInt64(); + break; + } + case 40: { + AfterRank = input.ReadInt64(); + break; + } + case 48: { + IsWin = input.ReadBool(); + break; + } + case 56: { + IsAttack = 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 10: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 24: { + ArenaAt = input.ReadInt64(); + break; + } + case 32: { + BeforeRank = input.ReadInt64(); + break; + } + case 40: { + AfterRank = input.ReadInt64(); + break; + } + case 48: { + IsWin = input.ReadBool(); + break; + } + case 56: { + IsAttack = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaProfileData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaProfileData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[593]; } + } + + [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 NetArenaProfileData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaProfileData(NetArenaProfileData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + team_ = other.team_ != null ? other.team_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaProfileData Clone() { + return new NetArenaProfileData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 2; + private global::EpinelPS.NetWholeUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaProfileData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaProfileData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Team, other.Team)) 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 (user_ != null) hash ^= User.GetHashCode(); + if (team_ != null) hash ^= Team.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaProfileData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + Team.MergeFrom(other.Team); + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 18: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + 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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 18: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[594]; } + } + + [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 NetArenaResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaResult(NetArenaResult other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaResult Clone() { + return new NetArenaResult(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetArenaRankData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaRankData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 2; + private global::EpinelPS.NetArenaRankData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaRankData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Enemy, other.Enemy)) 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 (user_ != null) hash ^= User.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Enemy); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Enemy); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaResult other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetArenaRankData(); + } + User.MergeFrom(other.User); + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaRankData(); + } + Enemy.MergeFrom(other.Enemy); + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaRankData(); + } + input.ReadMessage(User); + break; + } + case 18: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaRankData(); + } + input.ReadMessage(Enemy); + 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: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaRankData(); + } + input.ReadMessage(User); + break; + } + case 18: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaRankData(); + } + input.ReadMessage(Enemy); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaRankData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaRankData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[595]; } + } + + [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 NetArenaRankData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaRankData(NetArenaRankData other) : this() { + beforeRank_ = other.beforeRank_; + afterRank_ = other.afterRank_; + beforeRating_ = other.beforeRating_; + afterRating_ = other.afterRating_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaRankData Clone() { + return new NetArenaRankData(this); + } + + /// Field number for the "BeforeRank" field. + public const int BeforeRankFieldNumber = 1; + private long beforeRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BeforeRank { + get { return beforeRank_; } + set { + beforeRank_ = value; + } + } + + /// Field number for the "AfterRank" field. + public const int AfterRankFieldNumber = 2; + private long afterRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long AfterRank { + get { return afterRank_; } + set { + afterRank_ = value; + } + } + + /// Field number for the "BeforeRating" field. + public const int BeforeRatingFieldNumber = 3; + private int beforeRating_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BeforeRating { + get { return beforeRating_; } + set { + beforeRating_ = value; + } + } + + /// Field number for the "AfterRating" field. + public const int AfterRatingFieldNumber = 4; + private int afterRating_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int AfterRating { + get { return afterRating_; } + set { + afterRating_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaRankData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaRankData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BeforeRank != other.BeforeRank) return false; + if (AfterRank != other.AfterRank) return false; + if (BeforeRating != other.BeforeRating) return false; + if (AfterRating != other.AfterRating) 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 (BeforeRank != 0L) hash ^= BeforeRank.GetHashCode(); + if (AfterRank != 0L) hash ^= AfterRank.GetHashCode(); + if (BeforeRating != 0) hash ^= BeforeRating.GetHashCode(); + if (AfterRating != 0) hash ^= AfterRating.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 (BeforeRank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(BeforeRank); + } + if (AfterRank != 0L) { + output.WriteRawTag(16); + output.WriteInt64(AfterRank); + } + if (BeforeRating != 0) { + output.WriteRawTag(24); + output.WriteInt32(BeforeRating); + } + if (AfterRating != 0) { + output.WriteRawTag(32); + output.WriteInt32(AfterRating); + } + 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 (BeforeRank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(BeforeRank); + } + if (AfterRank != 0L) { + output.WriteRawTag(16); + output.WriteInt64(AfterRank); + } + if (BeforeRating != 0) { + output.WriteRawTag(24); + output.WriteInt32(BeforeRating); + } + if (AfterRating != 0) { + output.WriteRawTag(32); + output.WriteInt32(AfterRating); + } + 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 (BeforeRank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeforeRank); + } + if (AfterRank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(AfterRank); + } + if (BeforeRating != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BeforeRating); + } + if (AfterRating != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(AfterRating); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaRankData other) { + if (other == null) { + return; + } + if (other.BeforeRank != 0L) { + BeforeRank = other.BeforeRank; + } + if (other.AfterRank != 0L) { + AfterRank = other.AfterRank; + } + if (other.BeforeRating != 0) { + BeforeRating = other.BeforeRating; + } + if (other.AfterRating != 0) { + AfterRating = other.AfterRating; + } + _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: { + BeforeRank = input.ReadInt64(); + break; + } + case 16: { + AfterRank = input.ReadInt64(); + break; + } + case 24: { + BeforeRating = input.ReadInt32(); + break; + } + case 32: { + AfterRating = 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: { + BeforeRank = input.ReadInt64(); + break; + } + case 16: { + AfterRank = input.ReadInt64(); + break; + } + case 24: { + BeforeRating = input.ReadInt32(); + break; + } + case 32: { + AfterRating = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[596]; } + } + + [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 NetSpecialArenaResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaResult(NetSpecialArenaResult other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaResult Clone() { + return new NetSpecialArenaResult(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 2; + private global::EpinelPS.NetSpecialArenaRankResultData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaRankResultData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 3; + private global::EpinelPS.NetSpecialArenaRankResultData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaRankResultData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Enemy, other.Enemy)) 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 (user_ != null) hash ^= User.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.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 (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Enemy); + } + 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 (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Enemy); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaResult other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetSpecialArenaRankResultData(); + } + User.MergeFrom(other.User); + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetSpecialArenaRankResultData(); + } + Enemy.MergeFrom(other.Enemy); + } + _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 (user_ == null) { + User = new global::EpinelPS.NetSpecialArenaRankResultData(); + } + input.ReadMessage(User); + break; + } + case 26: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetSpecialArenaRankResultData(); + } + input.ReadMessage(Enemy); + 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 (user_ == null) { + User = new global::EpinelPS.NetSpecialArenaRankResultData(); + } + input.ReadMessage(User); + break; + } + case 26: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetSpecialArenaRankResultData(); + } + input.ReadMessage(Enemy); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRoundResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRoundResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[597]; } + } + + [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 NetSpecialArenaRoundResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRoundResult(NetSpecialArenaRoundResult other) : this() { + round_ = other.round_; + isWin_ = other.isWin_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRoundResult Clone() { + return new NetSpecialArenaRoundResult(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 2; + private bool isWin_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsWin { + get { return isWin_; } + set { + isWin_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRoundResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRoundResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (IsWin != other.IsWin) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (IsWin != false) hash ^= IsWin.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (IsWin != false) { + output.WriteRawTag(16); + output.WriteBool(IsWin); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (IsWin != false) { + output.WriteRawTag(16); + output.WriteBool(IsWin); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (IsWin != 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(NetSpecialArenaRoundResult other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + _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: { + Round = input.ReadInt32(); + break; + } + case 16: { + IsWin = 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 8: { + Round = input.ReadInt32(); + break; + } + case 16: { + IsWin = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRankData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRankData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[598]; } + } + + [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 NetSpecialArenaRankData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRankData(NetSpecialArenaRankData other) : this() { + rank_ = other.rank_; + tier_ = other.tier_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRankData Clone() { + return new NetSpecialArenaRankData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Tier" field. + public const int TierFieldNumber = 2; + private int tier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tier { + get { return tier_; } + set { + tier_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRankData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRankData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Tier != other.Tier) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Tier != 0) hash ^= Tier.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Tier != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tier); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Tier != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tier); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Tier != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tier); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaRankData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Tier != 0) { + Tier = other.Tier; + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Tier = 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Tier = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRankResultData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRankResultData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[599]; } + } + + [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 NetSpecialArenaRankResultData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRankResultData(NetSpecialArenaRankResultData other) : this() { + before_ = other.before_ != null ? other.before_.Clone() : null; + after_ = other.after_ != null ? other.after_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRankResultData Clone() { + return new NetSpecialArenaRankResultData(this); + } + + /// Field number for the "Before" field. + public const int BeforeFieldNumber = 1; + private global::EpinelPS.NetSpecialArenaRankData before_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaRankData Before { + get { return before_; } + set { + before_ = value; + } + } + + /// Field number for the "After" field. + public const int AfterFieldNumber = 2; + private global::EpinelPS.NetSpecialArenaRankData after_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaRankData After { + get { return after_; } + set { + after_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRankResultData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRankResultData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Before, other.Before)) return false; + if (!object.Equals(After, other.After)) 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 (before_ != null) hash ^= Before.GetHashCode(); + if (after_ != null) hash ^= After.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 (before_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Before); + } + if (after_ != null) { + output.WriteRawTag(18); + output.WriteMessage(After); + } + 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 (before_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Before); + } + if (after_ != null) { + output.WriteRawTag(18); + output.WriteMessage(After); + } + 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 (before_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Before); + } + if (after_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(After); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaRankResultData other) { + if (other == null) { + return; + } + if (other.before_ != null) { + if (before_ == null) { + Before = new global::EpinelPS.NetSpecialArenaRankData(); + } + Before.MergeFrom(other.Before); + } + if (other.after_ != null) { + if (after_ == null) { + After = new global::EpinelPS.NetSpecialArenaRankData(); + } + After.MergeFrom(other.After); + } + _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: { + if (before_ == null) { + Before = new global::EpinelPS.NetSpecialArenaRankData(); + } + input.ReadMessage(Before); + break; + } + case 18: { + if (after_ == null) { + After = new global::EpinelPS.NetSpecialArenaRankData(); + } + input.ReadMessage(After); + 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: { + if (before_ == null) { + Before = new global::EpinelPS.NetSpecialArenaRankData(); + } + input.ReadMessage(Before); + break; + } + case 18: { + if (after_ == null) { + After = new global::EpinelPS.NetSpecialArenaRankData(); + } + input.ReadMessage(After); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRoundTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRoundTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[600]; } + } + + [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 NetSpecialArenaRoundTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRoundTeam(NetSpecialArenaRoundTeam other) : this() { + round_ = other.round_; + teamNumber_ = other.teamNumber_; + team_ = other.team_ != null ? other.team_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRoundTeam Clone() { + return new NetSpecialArenaRoundTeam(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 2; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private global::EpinelPS.NetWholeUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRoundTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRoundTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(Team, other.Team)) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (team_ != null) hash ^= Team.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaRoundTeam other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + Team.MergeFrom(other.Team); + } + _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: { + Round = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + 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: { + Round = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserArenaSimpleData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserArenaSimpleData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[601]; } + } + + [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 NetUserArenaSimpleData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserArenaSimpleData(NetUserArenaSimpleData other) : this() { + type_ = other.type_; + nextSeasonAt_ = other.nextSeasonAt_; + rank_ = other.rank_; + tier_ = other.tier_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserArenaSimpleData Clone() { + return new NetUserArenaSimpleData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "NextSeasonAt" field. + public const int NextSeasonAtFieldNumber = 2; + private long nextSeasonAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long NextSeasonAt { + get { return nextSeasonAt_; } + set { + nextSeasonAt_ = value; + } + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 3; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Tier" field. + public const int TierFieldNumber = 4; + private int tier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tier { + get { return tier_; } + set { + tier_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserArenaSimpleData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserArenaSimpleData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (NextSeasonAt != other.NextSeasonAt) return false; + if (Rank != other.Rank) return false; + if (Tier != other.Tier) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (NextSeasonAt != 0L) hash ^= NextSeasonAt.GetHashCode(); + if (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Tier != 0) hash ^= Tier.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (NextSeasonAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(NextSeasonAt); + } + if (Rank != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Rank); + } + if (Tier != 0) { + output.WriteRawTag(32); + output.WriteInt32(Tier); + } + 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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (NextSeasonAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(NextSeasonAt); + } + if (Rank != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Rank); + } + if (Tier != 0) { + output.WriteRawTag(32); + output.WriteInt32(Tier); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (NextSeasonAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(NextSeasonAt); + } + if (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Tier != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tier); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserArenaSimpleData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.NextSeasonAt != 0L) { + NextSeasonAt = other.NextSeasonAt; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Tier != 0) { + Tier = other.Tier; + } + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + NextSeasonAt = input.ReadInt64(); + break; + } + case 24: { + Rank = input.ReadInt64(); + break; + } + case 32: { + Tier = 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: { + Type = input.ReadInt32(); + break; + } + case 16: { + NextSeasonAt = input.ReadInt64(); + break; + } + case 24: { + Rank = input.ReadInt64(); + break; + } + case 32: { + Tier = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaRivalData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaRivalData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[602]; } + } + + [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 NetArenaRivalData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaRivalData(NetArenaRivalData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + team_ = other.team_ != null ? other.team_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaRivalData Clone() { + return new NetArenaRivalData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetArenaData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 2; + private global::EpinelPS.NetWholeUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaRivalData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaRivalData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Team, other.Team)) 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 (user_ != null) hash ^= User.GetHashCode(); + if (team_ != null) hash ^= Team.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaRivalData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + User.MergeFrom(other.User); + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + Team.MergeFrom(other.Team); + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 18: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + 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: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 18: { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[603]; } + } + + [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 NetSpecialArenaCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaCharacter(NetSpecialArenaCharacter other) : this() { + round_ = other.round_; + tid_ = other.tid_; + csn_ = other.csn_; + level_ = other.level_; + combat_ = other.combat_; + costumeId_ = other.costumeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaCharacter Clone() { + return new NetSpecialArenaCharacter(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 3; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 4; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 5; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 6; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (Tid != other.Tid) return false; + if (Csn != other.Csn) return false; + if (Level != other.Level) return false; + if (Combat != other.Combat) return false; + if (CostumeId != other.CostumeId) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Combat != 0) hash ^= Combat.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(40); + output.WriteInt32(Combat); + } + if (CostumeId != 0) { + output.WriteRawTag(48); + output.WriteInt32(CostumeId); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Csn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Csn); + } + if (Level != 0) { + output.WriteRawTag(32); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(40); + output.WriteInt32(Combat); + } + if (CostumeId != 0) { + output.WriteRawTag(48); + output.WriteInt32(CostumeId); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaCharacter other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + _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: { + Round = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Combat = input.ReadInt32(); + break; + } + case 48: { + CostumeId = 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: { + Round = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Csn = input.ReadInt64(); + break; + } + case 32: { + Level = input.ReadInt32(); + break; + } + case 40: { + Combat = input.ReadInt32(); + break; + } + case 48: { + CostumeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRivalData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRivalData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[604]; } + } + + [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 NetSpecialArenaRivalData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRivalData(NetSpecialArenaRivalData other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + totalCombat_ = other.totalCombat_; + roundCharacter_ = other.roundCharacter_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRivalData Clone() { + return new NetSpecialArenaRivalData(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetArenaData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "TotalCombat" field. + public const int TotalCombatFieldNumber = 2; + private int totalCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalCombat { + get { return totalCombat_; } + set { + totalCombat_ = value; + } + } + + /// Field number for the "RoundCharacter" field. + public const int RoundCharacterFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_roundCharacter_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSpecialArenaCharacter.Parser); + private readonly pbc::RepeatedField roundCharacter_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RoundCharacter { + get { return roundCharacter_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRivalData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRivalData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (TotalCombat != other.TotalCombat) return false; + if(!roundCharacter_.Equals(other.roundCharacter_)) 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 (user_ != null) hash ^= User.GetHashCode(); + if (TotalCombat != 0) hash ^= TotalCombat.GetHashCode(); + hash ^= roundCharacter_.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (TotalCombat != 0) { + output.WriteRawTag(16); + output.WriteInt32(TotalCombat); + } + roundCharacter_.WriteTo(output, _repeated_roundCharacter_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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (TotalCombat != 0) { + output.WriteRawTag(16); + output.WriteInt32(TotalCombat); + } + roundCharacter_.WriteTo(ref output, _repeated_roundCharacter_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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (TotalCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalCombat); + } + size += roundCharacter_.CalculateSize(_repeated_roundCharacter_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaRivalData other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + User.MergeFrom(other.User); + } + if (other.TotalCombat != 0) { + TotalCombat = other.TotalCombat; + } + roundCharacter_.Add(other.roundCharacter_); + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 16: { + TotalCombat = input.ReadInt32(); + break; + } + case 26: { + roundCharacter_.AddEntriesFrom(input, _repeated_roundCharacter_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: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 16: { + TotalCombat = input.ReadInt32(); + break; + } + case 26: { + roundCharacter_.AddEntriesFrom(ref input, _repeated_roundCharacter_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetArenaBanInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetArenaBanInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[605]; } + } + + [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 NetArenaBanInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaBanInfo(NetArenaBanInfo other) : this() { + description_ = other.description_; + startAt_ = other.startAt_ != null ? other.startAt_.Clone() : null; + endAt_ = other.endAt_ != null ? other.endAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetArenaBanInfo Clone() { + return new NetArenaBanInfo(this); + } + + /// Field number for the "Description" field. + public const int DescriptionFieldNumber = 1; + private string description_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Description { + get { return description_; } + set { + description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetArenaBanInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetArenaBanInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Description != other.Description) return false; + if (!object.Equals(StartAt, other.StartAt)) return false; + if (!object.Equals(EndAt, other.EndAt)) 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 (Description.Length != 0) hash ^= Description.GetHashCode(); + if (startAt_ != null) hash ^= StartAt.GetHashCode(); + if (endAt_ != null) hash ^= EndAt.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 (Description.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Description); + } + if (startAt_ != null) { + output.WriteRawTag(18); + output.WriteMessage(StartAt); + } + if (endAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EndAt); + } + 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 (Description.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Description); + } + if (startAt_ != null) { + output.WriteRawTag(18); + output.WriteMessage(StartAt); + } + if (endAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EndAt); + } + 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 (Description.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); + } + if (startAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(StartAt); + } + if (endAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EndAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetArenaBanInfo other) { + if (other == null) { + return; + } + if (other.Description.Length != 0) { + Description = other.Description; + } + if (other.startAt_ != null) { + if (startAt_ == null) { + StartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + StartAt.MergeFrom(other.StartAt); + } + if (other.endAt_ != null) { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + EndAt.MergeFrom(other.EndAt); + } + _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: { + Description = input.ReadString(); + break; + } + case 18: { + if (startAt_ == null) { + StartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(StartAt); + break; + } + case 26: { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(EndAt); + 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: { + Description = input.ReadString(); + break; + } + case 18: { + if (startAt_ == null) { + StartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(StartAt); + break; + } + case 26: { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(EndAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[606]; } + } + + [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 ResGetArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArena(ResGetArena other) : this() { + server_ = other.server_; + user_ = other.user_ != null ? other.user_.Clone() : null; + arenaCount_ = other.arenaCount_; + rookieArenaContentsState_ = other.rookieArenaContentsState_; + schedules_ = other.schedules_.Clone(); + defenseTeam_ = other.defenseTeam_ != null ? other.defenseTeam_.Clone() : null; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArena Clone() { + return new ResGetArena(this); + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 2; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 4; + private global::EpinelPS.NetArenaData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "ArenaCount" field. + public const int ArenaCountFieldNumber = 8; + private int arenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArenaCount { + get { return arenaCount_; } + set { + arenaCount_ = value; + } + } + + /// Field number for the "RookieArenaContentsState" field. + public const int RookieArenaContentsStateFieldNumber = 9; + private global::EpinelPS.RookieArenaContentsState rookieArenaContentsState_ = global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.RookieArenaContentsState RookieArenaContentsState { + get { return rookieArenaContentsState_; } + set { + rookieArenaContentsState_ = value; + } + } + + /// Field number for the "Schedules" field. + public const int SchedulesFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_schedules_codec + = pb::FieldCodec.ForMessage(82, global::EpinelPS.NetSchedule.Parser); + private readonly pbc::RepeatedField schedules_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Schedules { + get { return schedules_; } + } + + /// Field number for the "DefenseTeam" field. + public const int DefenseTeamFieldNumber = 11; + private global::EpinelPS.NetUserTeamData defenseTeam_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserTeamData DefenseTeam { + get { return defenseTeam_; } + set { + defenseTeam_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 12; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 13; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArena other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Server != other.Server) return false; + if (!object.Equals(User, other.User)) return false; + if (ArenaCount != other.ArenaCount) return false; + if (RookieArenaContentsState != other.RookieArenaContentsState) return false; + if(!schedules_.Equals(other.schedules_)) return false; + if (!object.Equals(DefenseTeam, other.DefenseTeam)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 (Server != 0) hash ^= Server.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (ArenaCount != 0) hash ^= ArenaCount.GetHashCode(); + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) hash ^= RookieArenaContentsState.GetHashCode(); + hash ^= schedules_.GetHashCode(); + if (defenseTeam_ != null) hash ^= DefenseTeam.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 (Server != 0) { + output.WriteRawTag(16); + output.WriteInt32(Server); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + if (ArenaCount != 0) { + output.WriteRawTag(64); + output.WriteInt32(ArenaCount); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + output.WriteRawTag(72); + output.WriteEnum((int) RookieArenaContentsState); + } + schedules_.WriteTo(output, _repeated_schedules_codec); + if (defenseTeam_ != null) { + output.WriteRawTag(90); + output.WriteMessage(DefenseTeam); + } + if (IsBan != false) { + output.WriteRawTag(96); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(106); + output.WriteMessage(BanInfo); + } + 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 (Server != 0) { + output.WriteRawTag(16); + output.WriteInt32(Server); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + if (ArenaCount != 0) { + output.WriteRawTag(64); + output.WriteInt32(ArenaCount); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + output.WriteRawTag(72); + output.WriteEnum((int) RookieArenaContentsState); + } + schedules_.WriteTo(ref output, _repeated_schedules_codec); + if (defenseTeam_ != null) { + output.WriteRawTag(90); + output.WriteMessage(DefenseTeam); + } + if (IsBan != false) { + output.WriteRawTag(96); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(106); + output.WriteMessage(BanInfo); + } + 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 (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (ArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArenaCount); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) RookieArenaContentsState); + } + size += schedules_.CalculateSize(_repeated_schedules_codec); + if (defenseTeam_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DefenseTeam); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArena other) { + if (other == null) { + return; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + User.MergeFrom(other.User); + } + if (other.ArenaCount != 0) { + ArenaCount = other.ArenaCount; + } + if (other.RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + RookieArenaContentsState = other.RookieArenaContentsState; + } + schedules_.Add(other.schedules_); + if (other.defenseTeam_ != null) { + if (defenseTeam_ == null) { + DefenseTeam = new global::EpinelPS.NetUserTeamData(); + } + DefenseTeam.MergeFrom(other.DefenseTeam); + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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: { + Server = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 64: { + ArenaCount = input.ReadInt32(); + break; + } + case 72: { + RookieArenaContentsState = (global::EpinelPS.RookieArenaContentsState) input.ReadEnum(); + break; + } + case 82: { + schedules_.AddEntriesFrom(input, _repeated_schedules_codec); + break; + } + case 90: { + if (defenseTeam_ == null) { + DefenseTeam = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(DefenseTeam); + break; + } + case 96: { + IsBan = input.ReadBool(); + break; + } + case 106: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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: { + Server = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 64: { + ArenaCount = input.ReadInt32(); + break; + } + case 72: { + RookieArenaContentsState = (global::EpinelPS.RookieArenaContentsState) input.ReadEnum(); + break; + } + case 82: { + schedules_.AddEntriesFrom(ref input, _repeated_schedules_codec); + break; + } + case 90: { + if (defenseTeam_ == null) { + DefenseTeam = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(DefenseTeam); + break; + } + case 96: { + IsBan = input.ReadBool(); + break; + } + case 106: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/toprank + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArenaTopRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArenaTopRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[607]; } + } + + [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 ReqGetArenaTopRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaTopRank(ReqGetArenaTopRank other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaTopRank Clone() { + return new ReqGetArenaTopRank(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArenaTopRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArenaTopRank 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(ReqGetArenaTopRank 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaTopRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaTopRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[608]; } + } + + [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 ResGetArenaTopRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaTopRank(ResGetArenaTopRank other) : this() { + rankList_ = other.rankList_.Clone(); + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaTopRank Clone() { + return new ResGetArenaTopRank(this); + } + + /// Field number for the "RankList" field. + public const int RankListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rankList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetArenaData.Parser); + private readonly pbc::RepeatedField rankList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RankList { + get { return rankList_; } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 2; + private global::EpinelPS.NetArenaData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArenaTopRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaTopRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankList_.Equals(other.rankList_)) return false; + if (!object.Equals(User, other.User)) 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 ^= rankList_.GetHashCode(); + if (user_ != null) hash ^= User.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 + rankList_.WriteTo(output, _repeated_rankList_codec); + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + 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) { + rankList_.WriteTo(ref output, _repeated_rankList_codec); + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + 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 += rankList_.CalculateSize(_repeated_rankList_codec); + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArenaTopRank other) { + if (other == null) { + return; + } + rankList_.Add(other.rankList_); + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + User.MergeFrom(other.User); + } + _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: { + rankList_.AddEntriesFrom(input, _repeated_rankList_codec); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + 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: { + rankList_.AddEntriesFrom(ref input, _repeated_rankList_codec); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaEnemyList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaEnemyList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[609]; } + } + + [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 ResGetArenaEnemyList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaEnemyList(ResGetArenaEnemyList other) : this() { + list2_ = other.list2_.Clone(); + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaEnemyList Clone() { + return new ResGetArenaEnemyList(this); + } + + /// Field number for the "List2" field. + public const int List2FieldNumber = 3; + private static readonly pb::FieldCodec _repeated_list2_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetArenaRivalData.Parser); + private readonly pbc::RepeatedField list2_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List2 { + get { return list2_; } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 4; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 5; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArenaEnemyList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaEnemyList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!list2_.Equals(other.list2_)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 ^= list2_.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 + list2_.WriteTo(output, _repeated_list2_codec); + if (IsBan != false) { + output.WriteRawTag(32); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BanInfo); + } + 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) { + list2_.WriteTo(ref output, _repeated_list2_codec); + if (IsBan != false) { + output.WriteRawTag(32); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BanInfo); + } + 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 += list2_.CalculateSize(_repeated_list2_codec); + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArenaEnemyList other) { + if (other == null) { + return; + } + list2_.Add(other.list2_); + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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: { + list2_.AddEntriesFrom(input, _repeated_list2_codec); + break; + } + case 32: { + IsBan = input.ReadBool(); + break; + } + case 42: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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: { + list2_.AddEntriesFrom(ref input, _repeated_list2_codec); + break; + } + case 32: { + IsBan = input.ReadBool(); + break; + } + case 42: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaEnemyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaEnemyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[610]; } + } + + [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 ResGetArenaEnemyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaEnemyData(ResGetArenaEnemyData other) : this() { + team_ = other.team_ != null ? other.team_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaEnemyData Clone() { + return new ResGetArenaEnemyData(this); + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 2; + private global::EpinelPS.NetWholeUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArenaEnemyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaEnemyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Team, other.Team)) 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 (team_ != null) hash ^= Team.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 (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + 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 (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArenaEnemyData other) { + if (other == null) { + return; + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + Team.MergeFrom(other.Team); + } + _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 (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + 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 (team_ == null) { + Team = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Team); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResArenaStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResArenaStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[611]; } + } + + [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 ResArenaStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaStart(ResArenaStart other) : this() { + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + nonce_ = other.nonce_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaStart Clone() { + return new ResArenaStart(this); + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 2; + private global::EpinelPS.NetArenaEnemyData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaEnemyData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 3; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 4; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + /// Field number for the "Nonce" field. + public const int NonceFieldNumber = 5; + private int nonce_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Nonce { + get { return nonce_; } + set { + nonce_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResArenaStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResArenaStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Enemy, other.Enemy)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (Nonce != other.Nonce) 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 (enemy_ != null) hash ^= Enemy.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.GetHashCode(); + if (Nonce != 0) hash ^= Nonce.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 (enemy_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Enemy); + } + if (IsBan != false) { + output.WriteRawTag(24); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanInfo); + } + if (Nonce != 0) { + output.WriteRawTag(40); + output.WriteInt32(Nonce); + } + 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 (enemy_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Enemy); + } + if (IsBan != false) { + output.WriteRawTag(24); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanInfo); + } + if (Nonce != 0) { + output.WriteRawTag(40); + output.WriteInt32(Nonce); + } + 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 (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (Nonce != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Nonce); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResArenaStart other) { + if (other == null) { + return; + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + Enemy.MergeFrom(other.Enemy); + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + if (other.Nonce != 0) { + Nonce = other.Nonce; + } + _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 (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 24: { + IsBan = input.ReadBool(); + break; + } + case 34: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 40: { + Nonce = 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 18: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 24: { + IsBan = input.ReadBool(); + break; + } + case 34: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 40: { + Nonce = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResArenaResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResArenaResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[612]; } + } + + [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 ResArenaResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaResult(ResArenaResult other) : this() { + arenaCount_ = other.arenaCount_; + arenaResult_ = other.arenaResult_ != null ? other.arenaResult_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + user_ = other.user_ != null ? other.user_.Clone() : null; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + rookieArenaContentsState_ = other.rookieArenaContentsState_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaResult Clone() { + return new ResArenaResult(this); + } + + /// Field number for the "ArenaCount" field. + public const int ArenaCountFieldNumber = 2; + private int arenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArenaCount { + get { return arenaCount_; } + set { + arenaCount_ = value; + } + } + + /// Field number for the "ArenaResult" field. + public const int ArenaResultFieldNumber = 3; + private global::EpinelPS.NetArenaResult arenaResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaResult ArenaResult { + get { return arenaResult_; } + set { + arenaResult_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 5; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 6; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 7; + private global::EpinelPS.NetWholeUserData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 8; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 9; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + /// Field number for the "RookieArenaContentsState" field. + public const int RookieArenaContentsStateFieldNumber = 10; + private global::EpinelPS.RookieArenaContentsState rookieArenaContentsState_ = global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.RookieArenaContentsState RookieArenaContentsState { + get { return rookieArenaContentsState_; } + set { + rookieArenaContentsState_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResArenaResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResArenaResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArenaCount != other.ArenaCount) return false; + if (!object.Equals(ArenaResult, other.ArenaResult)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(Currency, other.Currency)) return false; + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (RookieArenaContentsState != other.RookieArenaContentsState) 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 (ArenaCount != 0) hash ^= ArenaCount.GetHashCode(); + if (arenaResult_ != null) hash ^= ArenaResult.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (currency_ != null) hash ^= Currency.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.GetHashCode(); + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) hash ^= RookieArenaContentsState.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 (ArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ArenaCount); + } + if (arenaResult_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ArenaResult); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (currency_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Currency); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + if (IsBan != false) { + output.WriteRawTag(64); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(74); + output.WriteMessage(BanInfo); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + output.WriteRawTag(80); + output.WriteEnum((int) RookieArenaContentsState); + } + 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 (ArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ArenaCount); + } + if (arenaResult_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ArenaResult); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (currency_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Currency); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + if (IsBan != false) { + output.WriteRawTag(64); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(74); + output.WriteMessage(BanInfo); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + output.WriteRawTag(80); + output.WriteEnum((int) RookieArenaContentsState); + } + 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 (ArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArenaCount); + } + if (arenaResult_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ArenaResult); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) RookieArenaContentsState); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResArenaResult other) { + if (other == null) { + return; + } + if (other.ArenaCount != 0) { + ArenaCount = other.ArenaCount; + } + if (other.arenaResult_ != null) { + if (arenaResult_ == null) { + ArenaResult = new global::EpinelPS.NetArenaResult(); + } + ArenaResult.MergeFrom(other.ArenaResult); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + Enemy.MergeFrom(other.Enemy); + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + if (other.RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + RookieArenaContentsState = other.RookieArenaContentsState; + } + _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: { + ArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (arenaResult_ == null) { + ArenaResult = new global::EpinelPS.NetArenaResult(); + } + input.ReadMessage(ArenaResult); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 64: { + IsBan = input.ReadBool(); + break; + } + case 74: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 80: { + RookieArenaContentsState = (global::EpinelPS.RookieArenaContentsState) 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: { + ArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (arenaResult_ == null) { + ArenaResult = new global::EpinelPS.NetArenaResult(); + } + input.ReadMessage(ArenaResult); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 64: { + IsBan = input.ReadBool(); + break; + } + case 74: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 80: { + RookieArenaContentsState = (global::EpinelPS.RookieArenaContentsState) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/botstart + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqArenaBotStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqArenaBotStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[613]; } + } + + [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 ReqArenaBotStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaBotStart(ReqArenaBotStart other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqArenaBotStart Clone() { + return new ReqArenaBotStart(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqArenaBotStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqArenaBotStart 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(ReqArenaBotStart 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResArenaBotStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResArenaBotStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[614]; } + } + + [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 ResArenaBotStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaBotStart(ResArenaBotStart other) : this() { + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaBotStart Clone() { + return new ResArenaBotStart(this); + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 1; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 2; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResArenaBotStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResArenaBotStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 (IsBan != false) { + output.WriteRawTag(8); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanInfo); + } + 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 (IsBan != false) { + output.WriteRawTag(8); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanInfo); + } + 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 (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResArenaBotStart other) { + if (other == null) { + return; + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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: { + IsBan = input.ReadBool(); + break; + } + case 18: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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: { + IsBan = input.ReadBool(); + break; + } + case 18: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResArenaBotResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResArenaBotResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[615]; } + } + + [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 ResArenaBotResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaBotResult(ResArenaBotResult other) : this() { + arenaCount_ = other.arenaCount_; + arenaResult_ = other.arenaResult_ != null ? other.arenaResult_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + user_ = other.user_ != null ? other.user_.Clone() : null; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + rookieArenaContentsState_ = other.rookieArenaContentsState_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaBotResult Clone() { + return new ResArenaBotResult(this); + } + + /// Field number for the "ArenaCount" field. + public const int ArenaCountFieldNumber = 2; + private int arenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ArenaCount { + get { return arenaCount_; } + set { + arenaCount_ = value; + } + } + + /// Field number for the "ArenaResult" field. + public const int ArenaResultFieldNumber = 3; + private global::EpinelPS.NetArenaResult arenaResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaResult ArenaResult { + get { return arenaResult_; } + set { + arenaResult_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 5; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 6; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 7; + private global::EpinelPS.NetWholeUserData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 8; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 9; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + /// Field number for the "RookieArenaContentsState" field. + public const int RookieArenaContentsStateFieldNumber = 10; + private global::EpinelPS.RookieArenaContentsState rookieArenaContentsState_ = global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.RookieArenaContentsState RookieArenaContentsState { + get { return rookieArenaContentsState_; } + set { + rookieArenaContentsState_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResArenaBotResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResArenaBotResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ArenaCount != other.ArenaCount) return false; + if (!object.Equals(ArenaResult, other.ArenaResult)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(Currency, other.Currency)) return false; + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (RookieArenaContentsState != other.RookieArenaContentsState) 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 (ArenaCount != 0) hash ^= ArenaCount.GetHashCode(); + if (arenaResult_ != null) hash ^= ArenaResult.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (currency_ != null) hash ^= Currency.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.GetHashCode(); + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) hash ^= RookieArenaContentsState.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 (ArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ArenaCount); + } + if (arenaResult_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ArenaResult); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (currency_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Currency); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + if (IsBan != false) { + output.WriteRawTag(64); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(74); + output.WriteMessage(BanInfo); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + output.WriteRawTag(80); + output.WriteEnum((int) RookieArenaContentsState); + } + 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 (ArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ArenaCount); + } + if (arenaResult_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ArenaResult); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (currency_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Currency); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + if (IsBan != false) { + output.WriteRawTag(64); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(74); + output.WriteMessage(BanInfo); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + output.WriteRawTag(80); + output.WriteEnum((int) RookieArenaContentsState); + } + 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 (ArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ArenaCount); + } + if (arenaResult_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ArenaResult); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) RookieArenaContentsState); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResArenaBotResult other) { + if (other == null) { + return; + } + if (other.ArenaCount != 0) { + ArenaCount = other.ArenaCount; + } + if (other.arenaResult_ != null) { + if (arenaResult_ == null) { + ArenaResult = new global::EpinelPS.NetArenaResult(); + } + ArenaResult.MergeFrom(other.ArenaResult); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + Enemy.MergeFrom(other.Enemy); + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + if (other.RookieArenaContentsState != global::EpinelPS.RookieArenaContentsState.RookieArenaContentsStateSuccess) { + RookieArenaContentsState = other.RookieArenaContentsState; + } + _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: { + ArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (arenaResult_ == null) { + ArenaResult = new global::EpinelPS.NetArenaResult(); + } + input.ReadMessage(ArenaResult); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 64: { + IsBan = input.ReadBool(); + break; + } + case 74: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 80: { + RookieArenaContentsState = (global::EpinelPS.RookieArenaContentsState) 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: { + ArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (arenaResult_ == null) { + ArenaResult = new global::EpinelPS.NetArenaResult(); + } + input.ReadMessage(ArenaResult); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 64: { + IsBan = input.ReadBool(); + break; + } + case 74: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 80: { + RookieArenaContentsState = (global::EpinelPS.RookieArenaContentsState) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaRecordList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaRecordList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[616]; } + } + + [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 ResGetArenaRecordList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaRecordList(ResGetArenaRecordList other) : this() { + list_ = other.list_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaRecordList Clone() { + return new ResGetArenaRecordList(this); + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetRookieArenaRecordData.Parser); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArenaRecordList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaRecordList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!list_.Equals(other.list_)) 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 ^= list_.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 + list_.WriteTo(output, _repeated_list_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) { + list_.WriteTo(ref output, _repeated_list_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 += list_.CalculateSize(_repeated_list_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArenaRecordList other) { + if (other == null) { + return; + } + list_.Add(other.list_); + _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: { + list_.AddEntriesFrom(input, _repeated_list_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 18: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[617]; } + } + + [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 ResGetSpecialArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArena(ResGetSpecialArena other) : this() { + server_ = other.server_; + user_ = other.user_ != null ? other.user_.Clone() : null; + specialArenaPoint_ = other.specialArenaPoint_; + schedules_ = other.schedules_.Clone(); + specialArenaCount_ = other.specialArenaCount_; + specialArenaContentsState_ = other.specialArenaContentsState_; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArena Clone() { + return new ResGetSpecialArena(this); + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 2; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 4; + private global::EpinelPS.NetArenaData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "SpecialArenaPoint" field. + public const int SpecialArenaPointFieldNumber = 7; + private long specialArenaPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SpecialArenaPoint { + get { return specialArenaPoint_; } + set { + specialArenaPoint_ = value; + } + } + + /// Field number for the "Schedules" field. + public const int SchedulesFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_schedules_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetSchedule.Parser); + private readonly pbc::RepeatedField schedules_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Schedules { + get { return schedules_; } + } + + /// Field number for the "SpecialArenaCount" field. + public const int SpecialArenaCountFieldNumber = 10; + private int specialArenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialArenaCount { + get { return specialArenaCount_; } + set { + specialArenaCount_ = value; + } + } + + /// Field number for the "SpecialArenaContentsState" field. + public const int SpecialArenaContentsStateFieldNumber = 11; + private global::EpinelPS.SpecialArenaContentsState specialArenaContentsState_ = global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaContentsState SpecialArenaContentsState { + get { return specialArenaContentsState_; } + set { + specialArenaContentsState_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 12; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 13; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArena other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Server != other.Server) return false; + if (!object.Equals(User, other.User)) return false; + if (SpecialArenaPoint != other.SpecialArenaPoint) return false; + if(!schedules_.Equals(other.schedules_)) return false; + if (SpecialArenaCount != other.SpecialArenaCount) return false; + if (SpecialArenaContentsState != other.SpecialArenaContentsState) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 (Server != 0) hash ^= Server.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (SpecialArenaPoint != 0L) hash ^= SpecialArenaPoint.GetHashCode(); + hash ^= schedules_.GetHashCode(); + if (SpecialArenaCount != 0) hash ^= SpecialArenaCount.GetHashCode(); + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) hash ^= SpecialArenaContentsState.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 (Server != 0) { + output.WriteRawTag(16); + output.WriteInt32(Server); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + if (SpecialArenaPoint != 0L) { + output.WriteRawTag(56); + output.WriteInt64(SpecialArenaPoint); + } + schedules_.WriteTo(output, _repeated_schedules_codec); + if (SpecialArenaCount != 0) { + output.WriteRawTag(80); + output.WriteInt32(SpecialArenaCount); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(88); + output.WriteEnum((int) SpecialArenaContentsState); + } + if (IsBan != false) { + output.WriteRawTag(96); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(106); + output.WriteMessage(BanInfo); + } + 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 (Server != 0) { + output.WriteRawTag(16); + output.WriteInt32(Server); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + if (SpecialArenaPoint != 0L) { + output.WriteRawTag(56); + output.WriteInt64(SpecialArenaPoint); + } + schedules_.WriteTo(ref output, _repeated_schedules_codec); + if (SpecialArenaCount != 0) { + output.WriteRawTag(80); + output.WriteInt32(SpecialArenaCount); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(88); + output.WriteEnum((int) SpecialArenaContentsState); + } + if (IsBan != false) { + output.WriteRawTag(96); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(106); + output.WriteMessage(BanInfo); + } + 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 (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (SpecialArenaPoint != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SpecialArenaPoint); + } + size += schedules_.CalculateSize(_repeated_schedules_codec); + if (SpecialArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialArenaCount); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialArenaContentsState); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArena other) { + if (other == null) { + return; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + User.MergeFrom(other.User); + } + if (other.SpecialArenaPoint != 0L) { + SpecialArenaPoint = other.SpecialArenaPoint; + } + schedules_.Add(other.schedules_); + if (other.SpecialArenaCount != 0) { + SpecialArenaCount = other.SpecialArenaCount; + } + if (other.SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + SpecialArenaContentsState = other.SpecialArenaContentsState; + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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: { + Server = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 56: { + SpecialArenaPoint = input.ReadInt64(); + break; + } + case 66: { + schedules_.AddEntriesFrom(input, _repeated_schedules_codec); + break; + } + case 80: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 88: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + case 96: { + IsBan = input.ReadBool(); + break; + } + case 106: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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: { + Server = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetArenaData(); + } + input.ReadMessage(User); + break; + } + case 56: { + SpecialArenaPoint = input.ReadInt64(); + break; + } + case 66: { + schedules_.AddEntriesFrom(ref input, _repeated_schedules_codec); + break; + } + case 80: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 88: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + case 96: { + IsBan = input.ReadBool(); + break; + } + case 106: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/toprank + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaTopRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaTopRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[618]; } + } + + [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 ReqGetSpecialArenaTopRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaTopRank(ReqGetSpecialArenaTopRank other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaTopRank Clone() { + return new ReqGetSpecialArenaTopRank(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaTopRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaTopRank 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(ReqGetSpecialArenaTopRank 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaTopRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaTopRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[619]; } + } + + [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 ResGetSpecialArenaTopRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaTopRank(ResGetSpecialArenaTopRank other) : this() { + rankList_ = other.rankList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaTopRank Clone() { + return new ResGetSpecialArenaTopRank(this); + } + + /// Field number for the "RankList" field. + public const int RankListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rankList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetArenaData.Parser); + private readonly pbc::RepeatedField rankList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RankList { + get { return rankList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaTopRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaTopRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankList_.Equals(other.rankList_)) 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 ^= rankList_.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 + rankList_.WriteTo(output, _repeated_rankList_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) { + rankList_.WriteTo(ref output, _repeated_rankList_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 += rankList_.CalculateSize(_repeated_rankList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaTopRank other) { + if (other == null) { + return; + } + rankList_.Add(other.rankList_); + _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: { + rankList_.AddEntriesFrom(input, _repeated_rankList_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: { + rankList_.AddEntriesFrom(ref input, _repeated_rankList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaEnemyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaEnemyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[620]; } + } + + [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 ResGetSpecialArenaEnemyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaEnemyData(ResGetSpecialArenaEnemyData other) : this() { + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaEnemyData Clone() { + return new ResGetSpecialArenaEnemyData(this); + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSpecialArenaRoundTeam.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaEnemyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaEnemyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!teams_.Equals(other.teams_)) 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 ^= teams_.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 + teams_.WriteTo(output, _repeated_teams_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) { + teams_.WriteTo(ref output, _repeated_teams_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 += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaEnemyData other) { + if (other == null) { + return; + } + teams_.Add(other.teams_); + _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: { + teams_.AddEntriesFrom(input, _repeated_teams_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 18: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSpecialArenaStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSpecialArenaStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[621]; } + } + + [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 ResSpecialArenaStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaStart(ResSpecialArenaStart other) : this() { + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + result_ = other.result_; + coolTime_ = other.coolTime_; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + nonce_ = other.nonce_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaStart Clone() { + return new ResSpecialArenaStart(this); + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 2; + private global::EpinelPS.NetArenaEnemyData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaEnemyData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 3; + private global::EpinelPS.SpecialArenaStartResult result_ = global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaStartResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "CoolTime" field. + public const int CoolTimeFieldNumber = 4; + private long coolTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CoolTime { + get { return coolTime_; } + set { + coolTime_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 5; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 6; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + /// Field number for the "Nonce" field. + public const int NonceFieldNumber = 7; + private int nonce_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Nonce { + get { return nonce_; } + set { + nonce_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSpecialArenaStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSpecialArenaStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Enemy, other.Enemy)) return false; + if (Result != other.Result) return false; + if (CoolTime != other.CoolTime) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (Nonce != other.Nonce) 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 (enemy_ != null) hash ^= Enemy.GetHashCode(); + if (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) hash ^= Result.GetHashCode(); + if (CoolTime != 0L) hash ^= CoolTime.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.GetHashCode(); + if (Nonce != 0) hash ^= Nonce.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 (enemy_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Enemy); + } + if (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + if (CoolTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CoolTime); + } + if (IsBan != false) { + output.WriteRawTag(40); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(BanInfo); + } + if (Nonce != 0) { + output.WriteRawTag(56); + output.WriteInt32(Nonce); + } + 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 (enemy_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Enemy); + } + if (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + if (CoolTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CoolTime); + } + if (IsBan != false) { + output.WriteRawTag(40); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(BanInfo); + } + if (Nonce != 0) { + output.WriteRawTag(56); + output.WriteInt32(Nonce); + } + 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 (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (CoolTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CoolTime); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (Nonce != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Nonce); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSpecialArenaStart other) { + if (other == null) { + return; + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + Enemy.MergeFrom(other.Enemy); + } + if (other.Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + Result = other.Result; + } + if (other.CoolTime != 0L) { + CoolTime = other.CoolTime; + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + if (other.Nonce != 0) { + Nonce = other.Nonce; + } + _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 (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 24: { + Result = (global::EpinelPS.SpecialArenaStartResult) input.ReadEnum(); + break; + } + case 32: { + CoolTime = input.ReadInt64(); + break; + } + case 40: { + IsBan = input.ReadBool(); + break; + } + case 50: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 56: { + Nonce = 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 18: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 24: { + Result = (global::EpinelPS.SpecialArenaStartResult) input.ReadEnum(); + break; + } + case 32: { + CoolTime = input.ReadInt64(); + break; + } + case 40: { + IsBan = input.ReadBool(); + break; + } + case 50: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 56: { + Nonce = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSpecialArenaResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSpecialArenaResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[622]; } + } + + [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 ResSpecialArenaResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaResult(ResSpecialArenaResult other) : this() { + specialArenaCount_ = other.specialArenaCount_; + battle_ = other.battle_ != null ? other.battle_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + user_ = other.user_ != null ? other.user_.Clone() : null; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + currencies_ = other.currencies_.Clone(); + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + specialArenaContentsState_ = other.specialArenaContentsState_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaResult Clone() { + return new ResSpecialArenaResult(this); + } + + /// Field number for the "SpecialArenaCount" field. + public const int SpecialArenaCountFieldNumber = 2; + private int specialArenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialArenaCount { + get { return specialArenaCount_; } + set { + specialArenaCount_ = value; + } + } + + /// Field number for the "Battle" field. + public const int BattleFieldNumber = 3; + private global::EpinelPS.NetSpecialArenaResult battle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaResult Battle { + get { return battle_; } + set { + battle_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 6; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 7; + private global::EpinelPS.NetWholeUserData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 9; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 10; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + /// Field number for the "SpecialArenaContentsState" field. + public const int SpecialArenaContentsStateFieldNumber = 11; + private global::EpinelPS.SpecialArenaContentsState specialArenaContentsState_ = global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaContentsState SpecialArenaContentsState { + get { return specialArenaContentsState_; } + set { + specialArenaContentsState_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSpecialArenaResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSpecialArenaResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SpecialArenaCount != other.SpecialArenaCount) return false; + if (!object.Equals(Battle, other.Battle)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (SpecialArenaContentsState != other.SpecialArenaContentsState) 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 (SpecialArenaCount != 0) hash ^= SpecialArenaCount.GetHashCode(); + if (battle_ != null) hash ^= Battle.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.GetHashCode(); + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) hash ^= SpecialArenaContentsState.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 (SpecialArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SpecialArenaCount); + } + if (battle_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Battle); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (IsBan != false) { + output.WriteRawTag(72); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(82); + output.WriteMessage(BanInfo); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(88); + output.WriteEnum((int) SpecialArenaContentsState); + } + 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 (SpecialArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SpecialArenaCount); + } + if (battle_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Battle); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (IsBan != false) { + output.WriteRawTag(72); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(82); + output.WriteMessage(BanInfo); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(88); + output.WriteEnum((int) SpecialArenaContentsState); + } + 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 (SpecialArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialArenaCount); + } + if (battle_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Battle); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialArenaContentsState); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSpecialArenaResult other) { + if (other == null) { + return; + } + if (other.SpecialArenaCount != 0) { + SpecialArenaCount = other.SpecialArenaCount; + } + if (other.battle_ != null) { + if (battle_ == null) { + Battle = new global::EpinelPS.NetSpecialArenaResult(); + } + Battle.MergeFrom(other.Battle); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + Enemy.MergeFrom(other.Enemy); + } + currencies_.Add(other.currencies_); + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + if (other.SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + SpecialArenaContentsState = other.SpecialArenaContentsState; + } + _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: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (battle_ == null) { + Battle = new global::EpinelPS.NetSpecialArenaResult(); + } + input.ReadMessage(Battle); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 66: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 72: { + IsBan = input.ReadBool(); + break; + } + case 82: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 88: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) 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: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (battle_ == null) { + Battle = new global::EpinelPS.NetSpecialArenaResult(); + } + input.ReadMessage(Battle); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 66: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 72: { + IsBan = input.ReadBool(); + break; + } + case 82: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 88: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/botstart + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSpecialArenaBotStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSpecialArenaBotStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[623]; } + } + + [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 ReqSpecialArenaBotStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaBotStart(ReqSpecialArenaBotStart other) : this() { + rank_ = other.rank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaBotStart Clone() { + return new ReqSpecialArenaBotStart(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 2; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSpecialArenaBotStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSpecialArenaBotStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) 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 (Rank != 0) hash ^= Rank.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 (Rank != 0) { + output.WriteRawTag(16); + output.WriteInt32(Rank); + } + 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 (Rank != 0) { + output.WriteRawTag(16); + output.WriteInt32(Rank); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSpecialArenaBotStart other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + _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: { + Rank = 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 16: { + Rank = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSpecialArenaBotStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSpecialArenaBotStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[624]; } + } + + [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 ResSpecialArenaBotStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaBotStart(ResSpecialArenaBotStart other) : this() { + result_ = other.result_; + coolTime_ = other.coolTime_; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaBotStart Clone() { + return new ResSpecialArenaBotStart(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SpecialArenaStartResult result_ = global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaStartResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "CoolTime" field. + public const int CoolTimeFieldNumber = 2; + private long coolTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CoolTime { + get { return coolTime_; } + set { + coolTime_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 3; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 4; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSpecialArenaBotStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSpecialArenaBotStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (CoolTime != other.CoolTime) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) hash ^= Result.GetHashCode(); + if (CoolTime != 0L) hash ^= CoolTime.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (CoolTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(CoolTime); + } + if (IsBan != false) { + output.WriteRawTag(24); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanInfo); + } + 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 (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (CoolTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(CoolTime); + } + if (IsBan != false) { + output.WriteRawTag(24); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BanInfo); + } + 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 (Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (CoolTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CoolTime); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSpecialArenaBotStart other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SpecialArenaStartResult.SpecialArenaStartResultSuccess) { + Result = other.Result; + } + if (other.CoolTime != 0L) { + CoolTime = other.CoolTime; + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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: { + Result = (global::EpinelPS.SpecialArenaStartResult) input.ReadEnum(); + break; + } + case 16: { + CoolTime = input.ReadInt64(); + break; + } + case 24: { + IsBan = input.ReadBool(); + break; + } + case 34: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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: { + Result = (global::EpinelPS.SpecialArenaStartResult) input.ReadEnum(); + break; + } + case 16: { + CoolTime = input.ReadInt64(); + break; + } + case 24: { + IsBan = input.ReadBool(); + break; + } + case 34: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/botresult + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSpecialArenaBotResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSpecialArenaBotResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[625]; } + } + + [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 ReqSpecialArenaBotResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaBotResult(ReqSpecialArenaBotResult other) : this() { + rank_ = other.rank_; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + result_ = other.result_.Clone(); + antiCheatBattleData_ = other.antiCheatBattleData_.Clone(); + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSpecialArenaBotResult Clone() { + return new ReqSpecialArenaBotResult(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 2; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 3; + private global::EpinelPS.NetArenaEnemyData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaEnemyData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_result_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSpecialArenaRoundResult.Parser); + private readonly pbc::RepeatedField result_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Result { + get { return result_; } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_antiCheatBattleData_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetAntiCheatArenaBattleData.Parser); + private readonly pbc::RepeatedField antiCheatBattleData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AntiCheatBattleData { + get { return antiCheatBattleData_; } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSpecialArenaBotResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSpecialArenaBotResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if(!result_.Equals(other.result_)) return false; + if(!antiCheatBattleData_.Equals(other.antiCheatBattleData_)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (Rank != 0) hash ^= Rank.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + hash ^= result_.GetHashCode(); + hash ^= antiCheatBattleData_.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (Rank != 0) { + output.WriteRawTag(16); + output.WriteInt32(Rank); + } + if (enemy_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Enemy); + } + result_.WriteTo(output, _repeated_result_codec); + antiCheatBattleData_.WriteTo(output, _repeated_antiCheatBattleData_codec); + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Rank != 0) { + output.WriteRawTag(16); + output.WriteInt32(Rank); + } + if (enemy_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Enemy); + } + result_.WriteTo(ref output, _repeated_result_codec); + antiCheatBattleData_.WriteTo(ref output, _repeated_antiCheatBattleData_codec); + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + size += result_.CalculateSize(_repeated_result_codec); + size += antiCheatBattleData_.CalculateSize(_repeated_antiCheatBattleData_codec); + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSpecialArenaBotResult other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + Enemy.MergeFrom(other.Enemy); + } + result_.Add(other.result_); + antiCheatBattleData_.Add(other.antiCheatBattleData_); + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + Rank = input.ReadInt32(); + break; + } + case 26: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 34: { + result_.AddEntriesFrom(input, _repeated_result_codec); + break; + } + case 42: { + antiCheatBattleData_.AddEntriesFrom(input, _repeated_antiCheatBattleData_codec); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + Rank = input.ReadInt32(); + break; + } + case 26: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetArenaEnemyData(); + } + input.ReadMessage(Enemy); + break; + } + case 34: { + result_.AddEntriesFrom(ref input, _repeated_result_codec); + break; + } + case 42: { + antiCheatBattleData_.AddEntriesFrom(ref input, _repeated_antiCheatBattleData_codec); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSpecialArenaBotResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSpecialArenaBotResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[626]; } + } + + [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 ResSpecialArenaBotResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaBotResult(ResSpecialArenaBotResult other) : this() { + specialArenaCount_ = other.specialArenaCount_; + battle_ = other.battle_ != null ? other.battle_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + user_ = other.user_ != null ? other.user_.Clone() : null; + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + currencies_ = other.currencies_.Clone(); + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + specialArenaContentsState_ = other.specialArenaContentsState_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaBotResult Clone() { + return new ResSpecialArenaBotResult(this); + } + + /// Field number for the "SpecialArenaCount" field. + public const int SpecialArenaCountFieldNumber = 2; + private int specialArenaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialArenaCount { + get { return specialArenaCount_; } + set { + specialArenaCount_ = value; + } + } + + /// Field number for the "Battle" field. + public const int BattleFieldNumber = 3; + private global::EpinelPS.NetSpecialArenaResult battle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaResult Battle { + get { return battle_; } + set { + battle_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 6; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 7; + private global::EpinelPS.NetWholeUserData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(66, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 9; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 10; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + /// Field number for the "SpecialArenaContentsState" field. + public const int SpecialArenaContentsStateFieldNumber = 11; + private global::EpinelPS.SpecialArenaContentsState specialArenaContentsState_ = global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaContentsState SpecialArenaContentsState { + get { return specialArenaContentsState_; } + set { + specialArenaContentsState_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSpecialArenaBotResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSpecialArenaBotResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SpecialArenaCount != other.SpecialArenaCount) return false; + if (!object.Equals(Battle, other.Battle)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(User, other.User)) return false; + if (!object.Equals(Enemy, other.Enemy)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (SpecialArenaContentsState != other.SpecialArenaContentsState) 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 (SpecialArenaCount != 0) hash ^= SpecialArenaCount.GetHashCode(); + if (battle_ != null) hash ^= Battle.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (enemy_ != null) hash ^= Enemy.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.GetHashCode(); + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) hash ^= SpecialArenaContentsState.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 (SpecialArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SpecialArenaCount); + } + if (battle_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Battle); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (IsBan != false) { + output.WriteRawTag(72); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(82); + output.WriteMessage(BanInfo); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(88); + output.WriteEnum((int) SpecialArenaContentsState); + } + 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 (SpecialArenaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SpecialArenaCount); + } + if (battle_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Battle); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (user_ != null) { + output.WriteRawTag(50); + output.WriteMessage(User); + } + if (enemy_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Enemy); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (IsBan != false) { + output.WriteRawTag(72); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(82); + output.WriteMessage(BanInfo); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(88); + output.WriteEnum((int) SpecialArenaContentsState); + } + 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 (SpecialArenaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialArenaCount); + } + if (battle_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Battle); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialArenaContentsState); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSpecialArenaBotResult other) { + if (other == null) { + return; + } + if (other.SpecialArenaCount != 0) { + SpecialArenaCount = other.SpecialArenaCount; + } + if (other.battle_ != null) { + if (battle_ == null) { + Battle = new global::EpinelPS.NetSpecialArenaResult(); + } + Battle.MergeFrom(other.Battle); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + Enemy.MergeFrom(other.Enemy); + } + currencies_.Add(other.currencies_); + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + if (other.SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + SpecialArenaContentsState = other.SpecialArenaContentsState; + } + _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: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (battle_ == null) { + Battle = new global::EpinelPS.NetSpecialArenaResult(); + } + input.ReadMessage(Battle); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 66: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 72: { + IsBan = input.ReadBool(); + break; + } + case 82: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 88: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) 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: { + SpecialArenaCount = input.ReadInt32(); + break; + } + case 26: { + if (battle_ == null) { + Battle = new global::EpinelPS.NetSpecialArenaResult(); + } + input.ReadMessage(Battle); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 50: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 58: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 66: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 72: { + IsBan = input.ReadBool(); + break; + } + case 82: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + case 88: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResShowSpecialArenaReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResShowSpecialArenaReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[627]; } + } + + [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 ResShowSpecialArenaReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShowSpecialArenaReward(ResShowSpecialArenaReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + specialArenaContentsState_ = other.specialArenaContentsState_; + history_ = other.history_ != null ? other.history_.Clone() : null; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShowSpecialArenaReward Clone() { + return new ResShowSpecialArenaReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "SpecialArenaContentsState" field. + public const int SpecialArenaContentsStateFieldNumber = 5; + private global::EpinelPS.SpecialArenaContentsState specialArenaContentsState_ = global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaContentsState SpecialArenaContentsState { + get { return specialArenaContentsState_; } + set { + specialArenaContentsState_ = value; + } + } + + /// Field number for the "History" field. + public const int HistoryFieldNumber = 6; + private global::EpinelPS.NetSpecialArenaRewardHistory history_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaRewardHistory History { + get { return history_; } + set { + history_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 7; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 8; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResShowSpecialArenaReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResShowSpecialArenaReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (SpecialArenaContentsState != other.SpecialArenaContentsState) return false; + if (!object.Equals(History, other.History)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) hash ^= SpecialArenaContentsState.GetHashCode(); + if (history_ != null) hash ^= History.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) SpecialArenaContentsState); + } + if (history_ != null) { + output.WriteRawTag(50); + output.WriteMessage(History); + } + if (IsBan != false) { + output.WriteRawTag(56); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BanInfo); + } + 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 (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) SpecialArenaContentsState); + } + if (history_ != null) { + output.WriteRawTag(50); + output.WriteMessage(History); + } + if (IsBan != false) { + output.WriteRawTag(56); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BanInfo); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialArenaContentsState); + } + if (history_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(History); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResShowSpecialArenaReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + SpecialArenaContentsState = other.SpecialArenaContentsState; + } + if (other.history_ != null) { + if (history_ == null) { + History = new global::EpinelPS.NetSpecialArenaRewardHistory(); + } + History.MergeFrom(other.History); + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 40: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + case 50: { + if (history_ == null) { + History = new global::EpinelPS.NetSpecialArenaRewardHistory(); + } + input.ReadMessage(History); + break; + } + case 56: { + IsBan = input.ReadBool(); + break; + } + case 66: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 40: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + case 50: { + if (history_ == null) { + History = new global::EpinelPS.NetSpecialArenaRewardHistory(); + } + input.ReadMessage(History); + break; + } + case 56: { + IsBan = input.ReadBool(); + break; + } + case 66: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/getrewardhistory + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaRewardHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaRewardHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[628]; } + } + + [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 ReqGetSpecialArenaRewardHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaRewardHistory(ReqGetSpecialArenaRewardHistory other) : this() { + lastSeq_ = other.lastSeq_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaRewardHistory Clone() { + return new ReqGetSpecialArenaRewardHistory(this); + } + + /// Field number for the "LastSeq" field. + public const int LastSeqFieldNumber = 1; + private long lastSeq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastSeq { + get { return lastSeq_; } + set { + lastSeq_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaRewardHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaRewardHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LastSeq != other.LastSeq) 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 (LastSeq != 0L) hash ^= LastSeq.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 (LastSeq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(LastSeq); + } + 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 (LastSeq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(LastSeq); + } + 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 (LastSeq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastSeq); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSpecialArenaRewardHistory other) { + if (other == null) { + return; + } + if (other.LastSeq != 0L) { + LastSeq = other.LastSeq; + } + _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: { + LastSeq = input.ReadInt64(); + 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: { + LastSeq = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaRewardHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaRewardHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[629]; } + } + + [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 ResGetSpecialArenaRewardHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaRewardHistory(ResGetSpecialArenaRewardHistory other) : this() { + history_ = other.history_ != null ? other.history_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaRewardHistory Clone() { + return new ResGetSpecialArenaRewardHistory(this); + } + + /// Field number for the "History" field. + public const int HistoryFieldNumber = 1; + private global::EpinelPS.NetSpecialArenaRewardHistory history_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSpecialArenaRewardHistory History { + get { return history_; } + set { + history_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaRewardHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaRewardHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(History, other.History)) 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 (history_ != null) hash ^= History.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 (history_ != null) { + output.WriteRawTag(10); + output.WriteMessage(History); + } + 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 (history_ != null) { + output.WriteRawTag(10); + output.WriteMessage(History); + } + 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 (history_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(History); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaRewardHistory other) { + if (other == null) { + return; + } + if (other.history_ != null) { + if (history_ == null) { + History = new global::EpinelPS.NetSpecialArenaRewardHistory(); + } + History.MergeFrom(other.History); + } + _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: { + if (history_ == null) { + History = new global::EpinelPS.NetSpecialArenaRewardHistory(); + } + input.ReadMessage(History); + 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: { + if (history_ == null) { + History = new global::EpinelPS.NetSpecialArenaRewardHistory(); + } + input.ReadMessage(History); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRewardHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRewardHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[630]; } + } + + [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 NetSpecialArenaRewardHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRewardHistory(NetSpecialArenaRewardHistory other) : this() { + totalLogCount_ = other.totalLogCount_; + logs_ = other.logs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRewardHistory Clone() { + return new NetSpecialArenaRewardHistory(this); + } + + /// Field number for the "TotalLogCount" field. + public const int TotalLogCountFieldNumber = 1; + private int totalLogCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalLogCount { + get { return totalLogCount_; } + set { + totalLogCount_ = value; + } + } + + /// Field number for the "Logs" field. + public const int LogsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_logs_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSpecialArenaRewardHistoryLog.Parser); + private readonly pbc::RepeatedField logs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Logs { + get { return logs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRewardHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRewardHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TotalLogCount != other.TotalLogCount) return false; + if(!logs_.Equals(other.logs_)) 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 (TotalLogCount != 0) hash ^= TotalLogCount.GetHashCode(); + hash ^= logs_.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 (TotalLogCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TotalLogCount); + } + logs_.WriteTo(output, _repeated_logs_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 (TotalLogCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TotalLogCount); + } + logs_.WriteTo(ref output, _repeated_logs_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 (TotalLogCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalLogCount); + } + size += logs_.CalculateSize(_repeated_logs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaRewardHistory other) { + if (other == null) { + return; + } + if (other.TotalLogCount != 0) { + TotalLogCount = other.TotalLogCount; + } + logs_.Add(other.logs_); + _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: { + TotalLogCount = input.ReadInt32(); + break; + } + case 18: { + logs_.AddEntriesFrom(input, _repeated_logs_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: { + TotalLogCount = input.ReadInt32(); + break; + } + case 18: { + logs_.AddEntriesFrom(ref input, _repeated_logs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSpecialArenaRewardHistoryLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSpecialArenaRewardHistoryLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[631]; } + } + + [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 NetSpecialArenaRewardHistoryLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRewardHistoryLog(NetSpecialArenaRewardHistoryLog other) : this() { + seq_ = other.seq_; + tier_ = other.tier_; + specialArenaTicket_ = other.specialArenaTicket_; + point_ = other.point_; + accumulateStartAt_ = other.accumulateStartAt_ != null ? other.accumulateStartAt_.Clone() : null; + accumulateEndAt_ = other.accumulateEndAt_ != null ? other.accumulateEndAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSpecialArenaRewardHistoryLog Clone() { + return new NetSpecialArenaRewardHistoryLog(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "Tier" field. + public const int TierFieldNumber = 2; + private int tier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tier { + get { return tier_; } + set { + tier_ = value; + } + } + + /// Field number for the "SpecialArenaTicket" field. + public const int SpecialArenaTicketFieldNumber = 3; + private long specialArenaTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SpecialArenaTicket { + get { return specialArenaTicket_; } + set { + specialArenaTicket_ = value; + } + } + + /// Field number for the "Point" field. + public const int PointFieldNumber = 4; + private long point_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Point { + get { return point_; } + set { + point_ = value; + } + } + + /// Field number for the "AccumulateStartAt" field. + public const int AccumulateStartAtFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp accumulateStartAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp AccumulateStartAt { + get { return accumulateStartAt_; } + set { + accumulateStartAt_ = value; + } + } + + /// Field number for the "AccumulateEndAt" field. + public const int AccumulateEndAtFieldNumber = 6; + private global::Google.Protobuf.WellKnownTypes.Timestamp accumulateEndAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp AccumulateEndAt { + get { return accumulateEndAt_; } + set { + accumulateEndAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSpecialArenaRewardHistoryLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSpecialArenaRewardHistoryLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (Tier != other.Tier) return false; + if (SpecialArenaTicket != other.SpecialArenaTicket) return false; + if (Point != other.Point) return false; + if (!object.Equals(AccumulateStartAt, other.AccumulateStartAt)) return false; + if (!object.Equals(AccumulateEndAt, other.AccumulateEndAt)) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (Tier != 0) hash ^= Tier.GetHashCode(); + if (SpecialArenaTicket != 0L) hash ^= SpecialArenaTicket.GetHashCode(); + if (Point != 0L) hash ^= Point.GetHashCode(); + if (accumulateStartAt_ != null) hash ^= AccumulateStartAt.GetHashCode(); + if (accumulateEndAt_ != null) hash ^= AccumulateEndAt.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (Tier != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tier); + } + if (SpecialArenaTicket != 0L) { + output.WriteRawTag(24); + output.WriteInt64(SpecialArenaTicket); + } + if (Point != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Point); + } + if (accumulateStartAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AccumulateStartAt); + } + if (accumulateEndAt_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AccumulateEndAt); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (Tier != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tier); + } + if (SpecialArenaTicket != 0L) { + output.WriteRawTag(24); + output.WriteInt64(SpecialArenaTicket); + } + if (Point != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Point); + } + if (accumulateStartAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AccumulateStartAt); + } + if (accumulateEndAt_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AccumulateEndAt); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (Tier != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tier); + } + if (SpecialArenaTicket != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SpecialArenaTicket); + } + if (Point != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Point); + } + if (accumulateStartAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AccumulateStartAt); + } + if (accumulateEndAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AccumulateEndAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSpecialArenaRewardHistoryLog other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.Tier != 0) { + Tier = other.Tier; + } + if (other.SpecialArenaTicket != 0L) { + SpecialArenaTicket = other.SpecialArenaTicket; + } + if (other.Point != 0L) { + Point = other.Point; + } + if (other.accumulateStartAt_ != null) { + if (accumulateStartAt_ == null) { + AccumulateStartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + AccumulateStartAt.MergeFrom(other.AccumulateStartAt); + } + if (other.accumulateEndAt_ != null) { + if (accumulateEndAt_ == null) { + AccumulateEndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + AccumulateEndAt.MergeFrom(other.AccumulateEndAt); + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + Tier = input.ReadInt32(); + break; + } + case 24: { + SpecialArenaTicket = input.ReadInt64(); + break; + } + case 32: { + Point = input.ReadInt64(); + break; + } + case 42: { + if (accumulateStartAt_ == null) { + AccumulateStartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(AccumulateStartAt); + break; + } + case 50: { + if (accumulateEndAt_ == null) { + AccumulateEndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(AccumulateEndAt); + 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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + Tier = input.ReadInt32(); + break; + } + case 24: { + SpecialArenaTicket = input.ReadInt64(); + break; + } + case 32: { + Point = input.ReadInt64(); + break; + } + case 42: { + if (accumulateStartAt_ == null) { + AccumulateStartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(AccumulateStartAt); + break; + } + case 50: { + if (accumulateEndAt_ == null) { + AccumulateEndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(AccumulateEndAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainSpecialArenaReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainSpecialArenaReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[632]; } + } + + [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 ResObtainSpecialArenaReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainSpecialArenaReward(ResObtainSpecialArenaReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + specialArenaPoint_ = other.specialArenaPoint_; + specialArenaContentsState_ = other.specialArenaContentsState_; + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainSpecialArenaReward Clone() { + return new ResObtainSpecialArenaReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "SpecialArenaPoint" field. + public const int SpecialArenaPointFieldNumber = 5; + private long specialArenaPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SpecialArenaPoint { + get { return specialArenaPoint_; } + set { + specialArenaPoint_ = value; + } + } + + /// Field number for the "SpecialArenaContentsState" field. + public const int SpecialArenaContentsStateFieldNumber = 6; + private global::EpinelPS.SpecialArenaContentsState specialArenaContentsState_ = global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SpecialArenaContentsState SpecialArenaContentsState { + get { return specialArenaContentsState_; } + set { + specialArenaContentsState_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 7; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 8; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainSpecialArenaReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainSpecialArenaReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (SpecialArenaPoint != other.SpecialArenaPoint) return false; + if (SpecialArenaContentsState != other.SpecialArenaContentsState) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (SpecialArenaPoint != 0L) hash ^= SpecialArenaPoint.GetHashCode(); + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) hash ^= SpecialArenaContentsState.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (SpecialArenaPoint != 0L) { + output.WriteRawTag(40); + output.WriteInt64(SpecialArenaPoint); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) SpecialArenaContentsState); + } + if (IsBan != false) { + output.WriteRawTag(56); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BanInfo); + } + 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 (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + if (SpecialArenaPoint != 0L) { + output.WriteRawTag(40); + output.WriteInt64(SpecialArenaPoint); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) SpecialArenaContentsState); + } + if (IsBan != false) { + output.WriteRawTag(56); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BanInfo); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (SpecialArenaPoint != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SpecialArenaPoint); + } + if (SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SpecialArenaContentsState); + } + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainSpecialArenaReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.SpecialArenaPoint != 0L) { + SpecialArenaPoint = other.SpecialArenaPoint; + } + if (other.SpecialArenaContentsState != global::EpinelPS.SpecialArenaContentsState.SpecialArenaContentsStateSuccess) { + SpecialArenaContentsState = other.SpecialArenaContentsState; + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 40: { + SpecialArenaPoint = input.ReadInt64(); + break; + } + case 48: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + case 56: { + IsBan = input.ReadBool(); + break; + } + case 66: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 40: { + SpecialArenaPoint = input.ReadInt64(); + break; + } + case 48: { + SpecialArenaContentsState = (global::EpinelPS.SpecialArenaContentsState) input.ReadEnum(); + break; + } + case 56: { + IsBan = input.ReadBool(); + break; + } + case 66: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaPointRankList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaPointRankList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[633]; } + } + + [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 ResGetSpecialArenaPointRankList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaPointRankList(ResGetSpecialArenaPointRankList other) : this() { + list_ = other.list_.Clone(); + userPointRank_ = other.userPointRank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaPointRankList Clone() { + return new ResGetSpecialArenaPointRankList(this); + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSpecialArenaPointData.Parser); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + /// Field number for the "UserPointRank" field. + public const int UserPointRankFieldNumber = 3; + private long userPointRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserPointRank { + get { return userPointRank_; } + set { + userPointRank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaPointRankList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaPointRankList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!list_.Equals(other.list_)) return false; + if (UserPointRank != other.UserPointRank) 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 ^= list_.GetHashCode(); + if (UserPointRank != 0L) hash ^= UserPointRank.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 + list_.WriteTo(output, _repeated_list_codec); + if (UserPointRank != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserPointRank); + } + 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) { + list_.WriteTo(ref output, _repeated_list_codec); + if (UserPointRank != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserPointRank); + } + 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 += list_.CalculateSize(_repeated_list_codec); + if (UserPointRank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserPointRank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaPointRankList other) { + if (other == null) { + return; + } + list_.Add(other.list_); + if (other.UserPointRank != 0L) { + UserPointRank = other.UserPointRank; + } + _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: { + list_.AddEntriesFrom(input, _repeated_list_codec); + break; + } + case 24: { + UserPointRank = input.ReadInt64(); + 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: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + case 24: { + UserPointRank = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/special/getrecordlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSpecialArenaRecordList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSpecialArenaRecordList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[634]; } + } + + [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 ReqGetSpecialArenaRecordList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaRecordList(ReqGetSpecialArenaRecordList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSpecialArenaRecordList Clone() { + return new ReqGetSpecialArenaRecordList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSpecialArenaRecordList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSpecialArenaRecordList 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(ReqGetSpecialArenaRecordList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaRecordList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaRecordList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[635]; } + } + + [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 ResGetSpecialArenaRecordList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaRecordList(ResGetSpecialArenaRecordList other) : this() { + list_ = other.list_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaRecordList Clone() { + return new ResGetSpecialArenaRecordList(this); + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSpecialArenaRecordData.Parser); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaRecordList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaRecordList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!list_.Equals(other.list_)) 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 ^= list_.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 + list_.WriteTo(output, _repeated_list_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) { + list_.WriteTo(ref output, _repeated_list_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 += list_.CalculateSize(_repeated_list_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaRecordList other) { + if (other == null) { + return; + } + list_.Add(other.list_); + _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: { + list_.AddEntriesFrom(input, _repeated_list_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: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaProfile : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaProfile()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[636]; } + } + + [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 ResGetSpecialArenaProfile() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaProfile(ResGetSpecialArenaProfile other) : this() { + attack_ = other.attack_.Clone(); + defense_ = other.defense_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaProfile Clone() { + return new ResGetSpecialArenaProfile(this); + } + + /// Field number for the "Attack" field. + public const int AttackFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_attack_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetWholeUserTeamData.Parser); + private readonly pbc::RepeatedField attack_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Attack { + get { return attack_; } + } + + /// Field number for the "Defense" field. + public const int DefenseFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_defense_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetWholeUserTeamData.Parser); + private readonly pbc::RepeatedField defense_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Defense { + get { return defense_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaProfile); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaProfile other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!attack_.Equals(other.attack_)) return false; + if(!defense_.Equals(other.defense_)) 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 ^= attack_.GetHashCode(); + hash ^= defense_.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 + attack_.WriteTo(output, _repeated_attack_codec); + defense_.WriteTo(output, _repeated_defense_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) { + attack_.WriteTo(ref output, _repeated_attack_codec); + defense_.WriteTo(ref output, _repeated_defense_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 += attack_.CalculateSize(_repeated_attack_codec); + size += defense_.CalculateSize(_repeated_defense_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaProfile other) { + if (other == null) { + return; + } + attack_.Add(other.attack_); + defense_.Add(other.defense_); + _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: { + attack_.AddEntriesFrom(input, _repeated_attack_codec); + break; + } + case 26: { + defense_.AddEntriesFrom(input, _repeated_defense_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 18: { + attack_.AddEntriesFrom(ref input, _repeated_attack_codec); + break; + } + case 26: { + defense_.AddEntriesFrom(ref input, _repeated_defense_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaEnemyList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaEnemyList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[637]; } + } + + [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 ResGetSpecialArenaEnemyList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaEnemyList(ResGetSpecialArenaEnemyList other) : this() { + list2_ = other.list2_.Clone(); + isBan_ = other.isBan_; + banInfo_ = other.banInfo_ != null ? other.banInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaEnemyList Clone() { + return new ResGetSpecialArenaEnemyList(this); + } + + /// Field number for the "List2" field. + public const int List2FieldNumber = 3; + private static readonly pb::FieldCodec _repeated_list2_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSpecialArenaRivalData.Parser); + private readonly pbc::RepeatedField list2_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List2 { + get { return list2_; } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 4; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 5; + private global::EpinelPS.NetArenaBanInfo banInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo BanInfo { + get { return banInfo_; } + set { + banInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaEnemyList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaEnemyList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!list2_.Equals(other.list2_)) return false; + if (IsBan != other.IsBan) return false; + if (!object.Equals(BanInfo, other.BanInfo)) 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 ^= list2_.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (banInfo_ != null) hash ^= BanInfo.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 + list2_.WriteTo(output, _repeated_list2_codec); + if (IsBan != false) { + output.WriteRawTag(32); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BanInfo); + } + 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) { + list2_.WriteTo(ref output, _repeated_list2_codec); + if (IsBan != false) { + output.WriteRawTag(32); + output.WriteBool(IsBan); + } + if (banInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BanInfo); + } + 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 += list2_.CalculateSize(_repeated_list2_codec); + if (IsBan != false) { + size += 1 + 1; + } + if (banInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaEnemyList other) { + if (other == null) { + return; + } + list2_.Add(other.list2_); + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.banInfo_ != null) { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + } + _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: { + list2_.AddEntriesFrom(input, _repeated_list2_codec); + break; + } + case 32: { + IsBan = input.ReadBool(); + break; + } + case 42: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + 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: { + list2_.AddEntriesFrom(ref input, _repeated_list2_codec); + break; + } + case 32: { + IsBan = input.ReadBool(); + break; + } + case 42: { + if (banInfo_ == null) { + BanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(BanInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/replay + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArenaReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArenaReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[638]; } + } + + [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 ReqGetArenaReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaReplay(ReqGetArenaReplay other) : this() { + matchId_ = other.matchId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaReplay Clone() { + return new ReqGetArenaReplay(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private string matchId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MatchId { + get { return matchId_; } + set { + matchId_ = 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 ReqGetArenaReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArenaReplay other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) 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 (MatchId.Length != 0) hash ^= MatchId.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MatchId); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MatchId); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MatchId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetArenaReplay other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + _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: { + MatchId = 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 10: { + MatchId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[639]; } + } + + [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 ResGetArenaReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaReplay(ResGetArenaReplay other) : this() { + downloadUrl_ = other.downloadUrl_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaReplay Clone() { + return new ResGetArenaReplay(this); + } + + /// Field number for the "DownloadUrl" field. + public const int DownloadUrlFieldNumber = 1; + private string downloadUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string DownloadUrl { + get { return downloadUrl_; } + set { + downloadUrl_ = 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 ResGetArenaReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaReplay other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DownloadUrl != other.DownloadUrl) 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 (DownloadUrl.Length != 0) hash ^= DownloadUrl.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 (DownloadUrl.Length != 0) { + output.WriteRawTag(10); + output.WriteString(DownloadUrl); + } + 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 (DownloadUrl.Length != 0) { + output.WriteRawTag(10); + output.WriteString(DownloadUrl); + } + 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 (DownloadUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(DownloadUrl); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArenaReplay other) { + if (other == null) { + return; + } + if (other.DownloadUrl.Length != 0) { + DownloadUrl = other.DownloadUrl; + } + _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: { + DownloadUrl = 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 10: { + DownloadUrl = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/upload + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChampionArenaReplayUpload : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChampionArenaReplayUpload()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[640]; } + } + + [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 ReqChampionArenaReplayUpload() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaReplayUpload(ReqChampionArenaReplayUpload other) : this() { + matchId_ = other.matchId_; + replayData_ = other.replayData_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaReplayUpload Clone() { + return new ReqChampionArenaReplayUpload(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private string matchId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ReplayData" field. + public const int ReplayDataFieldNumber = 2; + private pb::ByteString replayData_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString ReplayData { + get { return replayData_; } + set { + replayData_ = 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 ReqChampionArenaReplayUpload); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChampionArenaReplayUpload other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if (ReplayData != other.ReplayData) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (ReplayData.Length != 0) hash ^= ReplayData.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MatchId); + } + if (ReplayData.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(ReplayData); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MatchId); + } + if (ReplayData.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(ReplayData); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MatchId); + } + if (ReplayData.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(ReplayData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChampionArenaReplayUpload other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.ReplayData.Length != 0) { + ReplayData = other.ReplayData; + } + _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: { + MatchId = input.ReadString(); + break; + } + case 18: { + ReplayData = 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 10: { + MatchId = input.ReadString(); + break; + } + case 18: { + ReplayData = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaReplayUpload : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaReplayUpload()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[641]; } + } + + [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 ResChampionArenaReplayUpload() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaReplayUpload(ResChampionArenaReplayUpload other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaReplayUpload Clone() { + return new ResChampionArenaReplayUpload(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChampionArenaReplayUpload); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaReplayUpload 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(ResChampionArenaReplayUpload 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 + + } + + /// + /// URL: /arena/champion/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[642]; } + } + + [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 ReqGetChampionArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArena(ReqGetChampionArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArena Clone() { + return new ReqGetChampionArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArena 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(ReqGetChampionArena 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[643]; } + } + + [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 ResGetChampionArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArena(ResGetChampionArena other) : this() { + schedule_ = other.schedule_ != null ? other.schedule_.Clone() : null; + rankers_ = other.rankers_.Clone(); + alreadyRewardIds_ = other.alreadyRewardIds_.Clone(); + group_ = other.group_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArena Clone() { + return new ResGetChampionArena(this); + } + + /// Field number for the "Schedule" field. + public const int ScheduleFieldNumber = 1; + private global::EpinelPS.NetChampionArenaSchedule schedule_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaSchedule Schedule { + get { return schedule_; } + set { + schedule_ = value; + } + } + + /// Field number for the "Rankers" field. + public const int RankersFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_rankers_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetChampionArenaData.Parser); + private readonly pbc::RepeatedField rankers_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Rankers { + get { return rankers_; } + } + + /// Field number for the "AlreadyRewardIds" field. + public const int AlreadyRewardIdsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_alreadyRewardIds_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField alreadyRewardIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AlreadyRewardIds { + get { return alreadyRewardIds_; } + } + + /// Field number for the "Group" field. + public const int GroupFieldNumber = 4; + private int group_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Group { + get { return group_; } + set { + group_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArena other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Schedule, other.Schedule)) return false; + if(!rankers_.Equals(other.rankers_)) return false; + if(!alreadyRewardIds_.Equals(other.alreadyRewardIds_)) return false; + if (Group != other.Group) 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 (schedule_ != null) hash ^= Schedule.GetHashCode(); + hash ^= rankers_.GetHashCode(); + hash ^= alreadyRewardIds_.GetHashCode(); + if (Group != 0) hash ^= Group.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 (schedule_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Schedule); + } + rankers_.WriteTo(output, _repeated_rankers_codec); + alreadyRewardIds_.WriteTo(output, _repeated_alreadyRewardIds_codec); + if (Group != 0) { + output.WriteRawTag(32); + output.WriteInt32(Group); + } + 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 (schedule_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Schedule); + } + rankers_.WriteTo(ref output, _repeated_rankers_codec); + alreadyRewardIds_.WriteTo(ref output, _repeated_alreadyRewardIds_codec); + if (Group != 0) { + output.WriteRawTag(32); + output.WriteInt32(Group); + } + 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 (schedule_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Schedule); + } + size += rankers_.CalculateSize(_repeated_rankers_codec); + size += alreadyRewardIds_.CalculateSize(_repeated_alreadyRewardIds_codec); + if (Group != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Group); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArena other) { + if (other == null) { + return; + } + if (other.schedule_ != null) { + if (schedule_ == null) { + Schedule = new global::EpinelPS.NetChampionArenaSchedule(); + } + Schedule.MergeFrom(other.Schedule); + } + rankers_.Add(other.rankers_); + alreadyRewardIds_.Add(other.alreadyRewardIds_); + if (other.Group != 0) { + Group = other.Group; + } + _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: { + if (schedule_ == null) { + Schedule = new global::EpinelPS.NetChampionArenaSchedule(); + } + input.ReadMessage(Schedule); + break; + } + case 18: { + rankers_.AddEntriesFrom(input, _repeated_rankers_codec); + break; + } + case 26: + case 24: { + alreadyRewardIds_.AddEntriesFrom(input, _repeated_alreadyRewardIds_codec); + break; + } + case 32: { + Group = 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 10: { + if (schedule_ == null) { + Schedule = new global::EpinelPS.NetChampionArenaSchedule(); + } + input.ReadMessage(Schedule); + break; + } + case 18: { + rankers_.AddEntriesFrom(ref input, _repeated_rankers_codec); + break; + } + case 26: + case 24: { + alreadyRewardIds_.AddEntriesFrom(ref input, _repeated_alreadyRewardIds_codec); + break; + } + case 32: { + Group = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaSchedule : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaSchedule()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[644]; } + } + + [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 NetChampionArenaSchedule() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaSchedule(NetChampionArenaSchedule other) : this() { + scheduleType_ = other.scheduleType_; + schedules_ = other.schedules_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaSchedule Clone() { + return new NetChampionArenaSchedule(this); + } + + /// Field number for the "ScheduleType" field. + public const int ScheduleTypeFieldNumber = 1; + private global::EpinelPS.ChampionArenaScheduleType scheduleType_ = global::EpinelPS.ChampionArenaScheduleType.ChampionArenaScheduleTypeSeason; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ChampionArenaScheduleType ScheduleType { + get { return scheduleType_; } + set { + scheduleType_ = value; + } + } + + /// Field number for the "Schedules" field. + public const int SchedulesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_schedules_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSchedule.Parser); + private readonly pbc::RepeatedField schedules_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Schedules { + get { return schedules_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaSchedule); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaSchedule other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ScheduleType != other.ScheduleType) return false; + if(!schedules_.Equals(other.schedules_)) 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 (ScheduleType != global::EpinelPS.ChampionArenaScheduleType.ChampionArenaScheduleTypeSeason) hash ^= ScheduleType.GetHashCode(); + hash ^= schedules_.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 (ScheduleType != global::EpinelPS.ChampionArenaScheduleType.ChampionArenaScheduleTypeSeason) { + output.WriteRawTag(8); + output.WriteEnum((int) ScheduleType); + } + schedules_.WriteTo(output, _repeated_schedules_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 (ScheduleType != global::EpinelPS.ChampionArenaScheduleType.ChampionArenaScheduleTypeSeason) { + output.WriteRawTag(8); + output.WriteEnum((int) ScheduleType); + } + schedules_.WriteTo(ref output, _repeated_schedules_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 (ScheduleType != global::EpinelPS.ChampionArenaScheduleType.ChampionArenaScheduleTypeSeason) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ScheduleType); + } + size += schedules_.CalculateSize(_repeated_schedules_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaSchedule other) { + if (other == null) { + return; + } + if (other.ScheduleType != global::EpinelPS.ChampionArenaScheduleType.ChampionArenaScheduleTypeSeason) { + ScheduleType = other.ScheduleType; + } + schedules_.Add(other.schedules_); + _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: { + ScheduleType = (global::EpinelPS.ChampionArenaScheduleType) input.ReadEnum(); + break; + } + case 18: { + schedules_.AddEntriesFrom(input, _repeated_schedules_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: { + ScheduleType = (global::EpinelPS.ChampionArenaScheduleType) input.ReadEnum(); + break; + } + case 18: { + schedules_.AddEntriesFrom(ref input, _repeated_schedules_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/toprank + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqTopRankChampionArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqTopRankChampionArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[645]; } + } + + [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 ReqTopRankChampionArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqTopRankChampionArena(ReqTopRankChampionArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqTopRankChampionArena Clone() { + return new ReqTopRankChampionArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqTopRankChampionArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqTopRankChampionArena 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(ReqTopRankChampionArena 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResTopRankChampionArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResTopRankChampionArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[646]; } + } + + [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 ResTopRankChampionArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTopRankChampionArena(ResTopRankChampionArena other) : this() { + rankers_ = other.rankers_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTopRankChampionArena Clone() { + return new ResTopRankChampionArena(this); + } + + /// Field number for the "Rankers" field. + public const int RankersFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rankers_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaData.Parser); + private readonly pbc::RepeatedField rankers_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Rankers { + get { return rankers_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResTopRankChampionArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResTopRankChampionArena other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankers_.Equals(other.rankers_)) 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 ^= rankers_.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 + rankers_.WriteTo(output, _repeated_rankers_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) { + rankers_.WriteTo(ref output, _repeated_rankers_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 += rankers_.CalculateSize(_repeated_rankers_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResTopRankChampionArena other) { + if (other == null) { + return; + } + rankers_.Add(other.rankers_); + _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: { + rankers_.AddEntriesFrom(input, _repeated_rankers_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: { + rankers_.AddEntriesFrom(ref input, _repeated_rankers_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[647]; } + } + + [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 NetChampionArenaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaData(NetChampionArenaData other) : this() { + rank_ = other.rank_; + user_ = other.user_ != null ? other.user_.Clone() : null; + totalRankId_ = other.totalRankId_; + createdAt_ = other.createdAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaData Clone() { + return new NetChampionArenaData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 2; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "TotalRankId" field. + public const int TotalRankIdFieldNumber = 3; + private int totalRankId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalRankId { + get { return totalRankId_; } + set { + totalRankId_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (!object.Equals(User, other.User)) return false; + if (TotalRankId != other.TotalRankId) return false; + if (CreatedAt != other.CreatedAt) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (TotalRankId != 0) hash ^= TotalRankId.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (TotalRankId != 0) { + output.WriteRawTag(24); + output.WriteInt32(TotalRankId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (TotalRankId != 0) { + output.WriteRawTag(24); + output.WriteInt32(TotalRankId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (TotalRankId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalRankId); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.TotalRankId != 0) { + TotalRankId = other.TotalRankId; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 24: { + TotalRankId = input.ReadInt32(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + 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: { + Rank = input.ReadInt64(); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 24: { + TotalRankId = input.ReadInt32(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/group + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaGroupList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaGroupList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[648]; } + } + + [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 ReqGetChampionArenaGroupList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaGroupList(ReqGetChampionArenaGroupList other) : this() { + group_ = other.group_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaGroupList Clone() { + return new ReqGetChampionArenaGroupList(this); + } + + /// Field number for the "Group" field. + public const int GroupFieldNumber = 1; + private int group_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Group { + get { return group_; } + set { + group_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArenaGroupList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaGroupList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Group != other.Group) 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 (Group != 0) hash ^= Group.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 (Group != 0) { + output.WriteRawTag(8); + output.WriteInt32(Group); + } + 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 (Group != 0) { + output.WriteRawTag(8); + output.WriteInt32(Group); + } + 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 (Group != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Group); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetChampionArenaGroupList other) { + if (other == null) { + return; + } + if (other.Group != 0) { + Group = other.Group; + } + _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: { + Group = 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: { + Group = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaGroupList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaGroupList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[649]; } + } + + [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 ResGetChampionArenaGroupList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaGroupList(ResGetChampionArenaGroupList other) : this() { + user_ = other.user_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaGroupList Clone() { + return new ResGetChampionArenaGroupList(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_user_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetWholeUserData.Parser); + private readonly pbc::RepeatedField user_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField User { + get { return user_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaGroupList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaGroupList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!user_.Equals(other.user_)) 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 ^= user_.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 + user_.WriteTo(output, _repeated_user_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) { + user_.WriteTo(ref output, _repeated_user_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 += user_.CalculateSize(_repeated_user_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaGroupList other) { + if (other == null) { + return; + } + user_.Add(other.user_); + _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: { + user_.AddEntriesFrom(input, _repeated_user_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: { + user_.AddEntriesFrom(ref input, _repeated_user_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/groupresult + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaGroupResultList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaGroupResultList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[650]; } + } + + [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 ReqGetChampionArenaGroupResultList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaGroupResultList(ReqGetChampionArenaGroupResultList other) : this() { + group_ = other.group_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaGroupResultList Clone() { + return new ReqGetChampionArenaGroupResultList(this); + } + + /// Field number for the "Group" field. + public const int GroupFieldNumber = 1; + private int group_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Group { + get { return group_; } + set { + group_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArenaGroupResultList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaGroupResultList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Group != other.Group) 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 (Group != 0) hash ^= Group.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 (Group != 0) { + output.WriteRawTag(8); + output.WriteInt32(Group); + } + 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 (Group != 0) { + output.WriteRawTag(8); + output.WriteInt32(Group); + } + 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 (Group != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Group); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetChampionArenaGroupResultList other) { + if (other == null) { + return; + } + if (other.Group != 0) { + Group = other.Group; + } + _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: { + Group = 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: { + Group = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaGroupResultList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaGroupResultList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[651]; } + } + + [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 ResGetChampionArenaGroupResultList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaGroupResultList(ResGetChampionArenaGroupResultList other) : this() { + user_ = other.user_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaGroupResultList Clone() { + return new ResGetChampionArenaGroupResultList(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_user_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaGroupRanker.Parser); + private readonly pbc::RepeatedField user_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField User { + get { return user_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaGroupResultList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaGroupResultList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!user_.Equals(other.user_)) 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 ^= user_.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 + user_.WriteTo(output, _repeated_user_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) { + user_.WriteTo(ref output, _repeated_user_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 += user_.CalculateSize(_repeated_user_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaGroupResultList other) { + if (other == null) { + return; + } + user_.Add(other.user_); + _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: { + user_.AddEntriesFrom(input, _repeated_user_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: { + user_.AddEntriesFrom(ref input, _repeated_user_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaGroupRanker : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaGroupRanker()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[652]; } + } + + [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 NetChampionArenaGroupRanker() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaGroupRanker(NetChampionArenaGroupRanker other) : this() { + rank_ = other.rank_; + user_ = other.user_ != null ? other.user_.Clone() : null; + winCount_ = other.winCount_; + loseCount_ = other.loseCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaGroupRanker Clone() { + return new NetChampionArenaGroupRanker(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 2; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "WinCount" field. + public const int WinCountFieldNumber = 3; + private int winCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WinCount { + get { return winCount_; } + set { + winCount_ = value; + } + } + + /// Field number for the "LoseCount" field. + public const int LoseCountFieldNumber = 4; + private int loseCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LoseCount { + get { return loseCount_; } + set { + loseCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaGroupRanker); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaGroupRanker other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (!object.Equals(User, other.User)) return false; + if (WinCount != other.WinCount) return false; + if (LoseCount != other.LoseCount) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (WinCount != 0) hash ^= WinCount.GetHashCode(); + if (LoseCount != 0) hash ^= LoseCount.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (WinCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(WinCount); + } + if (LoseCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(LoseCount); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (WinCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(WinCount); + } + if (LoseCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(LoseCount); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (WinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WinCount); + } + if (LoseCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LoseCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaGroupRanker other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.WinCount != 0) { + WinCount = other.WinCount; + } + if (other.LoseCount != 0) { + LoseCount = other.LoseCount; + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 24: { + WinCount = input.ReadInt32(); + break; + } + case 32: { + LoseCount = 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: { + Rank = input.ReadInt64(); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 24: { + WinCount = input.ReadInt32(); + break; + } + case 32: { + LoseCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/betting + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChampionArenaBetting : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChampionArenaBetting()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[653]; } + } + + [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 ReqChampionArenaBetting() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaBetting(ReqChampionArenaBetting other) : this() { + matchId_ = other.matchId_; + bettingUsn_ = other.bettingUsn_; + bettingValue_ = other.bettingValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaBetting Clone() { + return new ReqChampionArenaBetting(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BettingUsn" field. + public const int BettingUsnFieldNumber = 2; + private long bettingUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingUsn { + get { return bettingUsn_; } + set { + bettingUsn_ = value; + } + } + + /// Field number for the "BettingValue" field. + public const int BettingValueFieldNumber = 3; + private long bettingValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingValue { + get { return bettingValue_; } + set { + bettingValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChampionArenaBetting); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChampionArenaBetting other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if (BettingUsn != other.BettingUsn) return false; + if (BettingValue != other.BettingValue) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (BettingUsn != 0L) hash ^= BettingUsn.GetHashCode(); + if (BettingValue != 0L) hash ^= BettingValue.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (BettingUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BettingUsn); + } + if (BettingValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(BettingValue); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (BettingUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BettingUsn); + } + if (BettingValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(BettingValue); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (BettingUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingUsn); + } + if (BettingValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChampionArenaBetting other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.BettingUsn != 0L) { + BettingUsn = other.BettingUsn; + } + if (other.BettingValue != 0L) { + BettingValue = other.BettingValue; + } + _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: { + MatchId = input.ReadBytes(); + break; + } + case 16: { + BettingUsn = input.ReadInt64(); + break; + } + case 24: { + BettingValue = input.ReadInt64(); + 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: { + MatchId = input.ReadBytes(); + break; + } + case 16: { + BettingUsn = input.ReadInt64(); + break; + } + case 24: { + BettingValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaBetting : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaBetting()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[654]; } + } + + [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 ResChampionArenaBetting() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaBetting(ResChampionArenaBetting other) : this() { + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaBetting Clone() { + return new ResChampionArenaBetting(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 1; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChampionArenaBetting); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaBetting other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Currency, other.Currency)) 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 (currency_ != null) hash ^= Currency.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 (currency_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChampionArenaBetting other) { + if (other == null) { + return; + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + _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: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + 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: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/bettinghistory + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChampionArenaBettingHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChampionArenaBettingHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[655]; } + } + + [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 ReqChampionArenaBettingHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaBettingHistory(ReqChampionArenaBettingHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaBettingHistory Clone() { + return new ReqChampionArenaBettingHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChampionArenaBettingHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChampionArenaBettingHistory 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(ReqChampionArenaBettingHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaBettingHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaBettingHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[656]; } + } + + [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 ResChampionArenaBettingHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaBettingHistory(ResChampionArenaBettingHistory other) : this() { + history_ = other.history_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaBettingHistory Clone() { + return new ResChampionArenaBettingHistory(this); + } + + /// Field number for the "History" field. + public const int HistoryFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_history_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaBettingHistory.Parser); + private readonly pbc::RepeatedField history_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField History { + get { return history_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChampionArenaBettingHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaBettingHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!history_.Equals(other.history_)) 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 ^= history_.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 + history_.WriteTo(output, _repeated_history_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) { + history_.WriteTo(ref output, _repeated_history_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 += history_.CalculateSize(_repeated_history_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChampionArenaBettingHistory other) { + if (other == null) { + return; + } + history_.Add(other.history_); + _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: { + history_.AddEntriesFrom(input, _repeated_history_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: { + history_.AddEntriesFrom(ref input, _repeated_history_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaBettingHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaBettingHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[657]; } + } + + [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 NetChampionArenaBettingHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaBettingHistory(NetChampionArenaBettingHistory other) : this() { + matchType_ = other.matchType_; + winner_ = other.winner_ != null ? other.winner_.Clone() : null; + loser_ = other.loser_ != null ? other.loser_.Clone() : null; + isBettingSuccess_ = other.isBettingSuccess_; + bettingValue_ = other.bettingValue_; + matchId_ = other.matchId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaBettingHistory Clone() { + return new NetChampionArenaBettingHistory(this); + } + + /// Field number for the "MatchType" field. + public const int MatchTypeFieldNumber = 1; + private global::EpinelPS.ChampionArenaBattleType matchType_ = global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ChampionArenaBattleType MatchType { + get { return matchType_; } + set { + matchType_ = value; + } + } + + /// Field number for the "Winner" field. + public const int WinnerFieldNumber = 2; + private global::EpinelPS.NetWholeUserData winner_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Winner { + get { return winner_; } + set { + winner_ = value; + } + } + + /// Field number for the "Loser" field. + public const int LoserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData loser_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Loser { + get { return loser_; } + set { + loser_ = value; + } + } + + /// Field number for the "IsBettingSuccess" field. + public const int IsBettingSuccessFieldNumber = 4; + private bool isBettingSuccess_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBettingSuccess { + get { return isBettingSuccess_; } + set { + isBettingSuccess_ = value; + } + } + + /// Field number for the "BettingValue" field. + public const int BettingValueFieldNumber = 5; + private long bettingValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingValue { + get { return bettingValue_; } + set { + bettingValue_ = value; + } + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 6; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = 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 NetChampionArenaBettingHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaBettingHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchType != other.MatchType) return false; + if (!object.Equals(Winner, other.Winner)) return false; + if (!object.Equals(Loser, other.Loser)) return false; + if (IsBettingSuccess != other.IsBettingSuccess) return false; + if (BettingValue != other.BettingValue) return false; + if (MatchId != other.MatchId) 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 (MatchType != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) hash ^= MatchType.GetHashCode(); + if (winner_ != null) hash ^= Winner.GetHashCode(); + if (loser_ != null) hash ^= Loser.GetHashCode(); + if (IsBettingSuccess != false) hash ^= IsBettingSuccess.GetHashCode(); + if (BettingValue != 0L) hash ^= BettingValue.GetHashCode(); + if (MatchId.Length != 0) hash ^= MatchId.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 (MatchType != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + output.WriteRawTag(8); + output.WriteEnum((int) MatchType); + } + if (winner_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Winner); + } + if (loser_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Loser); + } + if (IsBettingSuccess != false) { + output.WriteRawTag(32); + output.WriteBool(IsBettingSuccess); + } + if (BettingValue != 0L) { + output.WriteRawTag(40); + output.WriteInt64(BettingValue); + } + if (MatchId.Length != 0) { + output.WriteRawTag(50); + output.WriteBytes(MatchId); + } + 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 (MatchType != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + output.WriteRawTag(8); + output.WriteEnum((int) MatchType); + } + if (winner_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Winner); + } + if (loser_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Loser); + } + if (IsBettingSuccess != false) { + output.WriteRawTag(32); + output.WriteBool(IsBettingSuccess); + } + if (BettingValue != 0L) { + output.WriteRawTag(40); + output.WriteInt64(BettingValue); + } + if (MatchId.Length != 0) { + output.WriteRawTag(50); + output.WriteBytes(MatchId); + } + 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 (MatchType != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MatchType); + } + if (winner_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Winner); + } + if (loser_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Loser); + } + if (IsBettingSuccess != false) { + size += 1 + 1; + } + if (BettingValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingValue); + } + if (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaBettingHistory other) { + if (other == null) { + return; + } + if (other.MatchType != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + MatchType = other.MatchType; + } + if (other.winner_ != null) { + if (winner_ == null) { + Winner = new global::EpinelPS.NetWholeUserData(); + } + Winner.MergeFrom(other.Winner); + } + if (other.loser_ != null) { + if (loser_ == null) { + Loser = new global::EpinelPS.NetWholeUserData(); + } + Loser.MergeFrom(other.Loser); + } + if (other.IsBettingSuccess != false) { + IsBettingSuccess = other.IsBettingSuccess; + } + if (other.BettingValue != 0L) { + BettingValue = other.BettingValue; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + _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: { + MatchType = (global::EpinelPS.ChampionArenaBattleType) input.ReadEnum(); + break; + } + case 18: { + if (winner_ == null) { + Winner = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Winner); + break; + } + case 26: { + if (loser_ == null) { + Loser = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Loser); + break; + } + case 32: { + IsBettingSuccess = input.ReadBool(); + break; + } + case 40: { + BettingValue = input.ReadInt64(); + break; + } + case 50: { + MatchId = 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: { + MatchType = (global::EpinelPS.ChampionArenaBattleType) input.ReadEnum(); + break; + } + case 18: { + if (winner_ == null) { + Winner = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Winner); + break; + } + case 26: { + if (loser_ == null) { + Loser = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Loser); + break; + } + case 32: { + IsBettingSuccess = input.ReadBool(); + break; + } + case 40: { + BettingValue = input.ReadInt64(); + break; + } + case 50: { + MatchId = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/getmatch + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[658]; } + } + + [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 ReqGetChampionArenaMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaMatch(ReqGetChampionArenaMatch other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaMatch Clone() { + return new ReqGetChampionArenaMatch(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArenaMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaMatch 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(ReqGetChampionArenaMatch 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[659]; } + } + + [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 ResGetChampionArenaMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaMatch(ResGetChampionArenaMatch other) : this() { + matchId_ = other.matchId_; + red_ = other.red_ != null ? other.red_.Clone() : null; + blue_ = other.blue_ != null ? other.blue_.Clone() : null; + rounds_ = other.rounds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaMatch Clone() { + return new ResGetChampionArenaMatch(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Red" field. + public const int RedFieldNumber = 2; + private global::EpinelPS.NetChampionArenaUserData red_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaUserData Red { + get { return red_; } + set { + red_ = value; + } + } + + /// Field number for the "Blue" field. + public const int BlueFieldNumber = 3; + private global::EpinelPS.NetChampionArenaUserData blue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaUserData Blue { + get { return blue_; } + set { + blue_ = value; + } + } + + /// Field number for the "Rounds" field. + public const int RoundsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_rounds_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetChampionArenaRound.Parser); + private readonly pbc::RepeatedField rounds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Rounds { + get { return rounds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if (!object.Equals(Red, other.Red)) return false; + if (!object.Equals(Blue, other.Blue)) return false; + if(!rounds_.Equals(other.rounds_)) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (red_ != null) hash ^= Red.GetHashCode(); + if (blue_ != null) hash ^= Blue.GetHashCode(); + hash ^= rounds_.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (red_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Red); + } + if (blue_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Blue); + } + rounds_.WriteTo(output, _repeated_rounds_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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (red_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Red); + } + if (blue_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Blue); + } + rounds_.WriteTo(ref output, _repeated_rounds_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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (red_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Red); + } + if (blue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Blue); + } + size += rounds_.CalculateSize(_repeated_rounds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaMatch other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.red_ != null) { + if (red_ == null) { + Red = new global::EpinelPS.NetChampionArenaUserData(); + } + Red.MergeFrom(other.Red); + } + if (other.blue_ != null) { + if (blue_ == null) { + Blue = new global::EpinelPS.NetChampionArenaUserData(); + } + Blue.MergeFrom(other.Blue); + } + rounds_.Add(other.rounds_); + _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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + if (red_ == null) { + Red = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Red); + break; + } + case 26: { + if (blue_ == null) { + Blue = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Blue); + break; + } + case 34: { + rounds_.AddEntriesFrom(input, _repeated_rounds_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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + if (red_ == null) { + Red = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Red); + break; + } + case 26: { + if (blue_ == null) { + Blue = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Blue); + break; + } + case 34: { + rounds_.AddEntriesFrom(ref input, _repeated_rounds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBatchJobItemPayload : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBatchJobItemPayload()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[660]; } + } + + [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 NetBatchJobItemPayload() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBatchJobItemPayload(NetBatchJobItemPayload other) : this() { + matchId_ = other.matchId_; + red_ = other.red_ != null ? other.red_.Clone() : null; + blue_ = other.blue_ != null ? other.blue_.Clone() : null; + rounds_ = other.rounds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBatchJobItemPayload Clone() { + return new NetBatchJobItemPayload(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Red" field. + public const int RedFieldNumber = 2; + private global::EpinelPS.NetChampionArenaUserData red_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaUserData Red { + get { return red_; } + set { + red_ = value; + } + } + + /// Field number for the "Blue" field. + public const int BlueFieldNumber = 3; + private global::EpinelPS.NetChampionArenaUserData blue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaUserData Blue { + get { return blue_; } + set { + blue_ = value; + } + } + + /// Field number for the "Rounds" field. + public const int RoundsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_rounds_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetChampionArenaRound.Parser); + private readonly pbc::RepeatedField rounds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Rounds { + get { return rounds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetBatchJobItemPayload); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBatchJobItemPayload other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if (!object.Equals(Red, other.Red)) return false; + if (!object.Equals(Blue, other.Blue)) return false; + if(!rounds_.Equals(other.rounds_)) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (red_ != null) hash ^= Red.GetHashCode(); + if (blue_ != null) hash ^= Blue.GetHashCode(); + hash ^= rounds_.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (red_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Red); + } + if (blue_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Blue); + } + rounds_.WriteTo(output, _repeated_rounds_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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (red_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Red); + } + if (blue_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Blue); + } + rounds_.WriteTo(ref output, _repeated_rounds_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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (red_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Red); + } + if (blue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Blue); + } + size += rounds_.CalculateSize(_repeated_rounds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBatchJobItemPayload other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.red_ != null) { + if (red_ == null) { + Red = new global::EpinelPS.NetChampionArenaUserData(); + } + Red.MergeFrom(other.Red); + } + if (other.blue_ != null) { + if (blue_ == null) { + Blue = new global::EpinelPS.NetChampionArenaUserData(); + } + Blue.MergeFrom(other.Blue); + } + rounds_.Add(other.rounds_); + _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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + if (red_ == null) { + Red = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Red); + break; + } + case 26: { + if (blue_ == null) { + Blue = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Blue); + break; + } + case 34: { + rounds_.AddEntriesFrom(input, _repeated_rounds_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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + if (red_ == null) { + Red = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Red); + break; + } + case 26: { + if (blue_ == null) { + Blue = new global::EpinelPS.NetChampionArenaUserData(); + } + input.ReadMessage(Blue); + break; + } + case 34: { + rounds_.AddEntriesFrom(ref input, _repeated_rounds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaRound : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaRound()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[661]; } + } + + [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 NetChampionArenaRound() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaRound(NetChampionArenaRound other) : this() { + round_ = other.round_; + red_ = other.red_ != null ? other.red_.Clone() : null; + blue_ = other.blue_ != null ? other.blue_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaRound Clone() { + return new NetChampionArenaRound(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "Red" field. + public const int RedFieldNumber = 2; + private global::EpinelPS.NetWholeUserTeamData red_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Red { + get { return red_; } + set { + red_ = value; + } + } + + /// Field number for the "Blue" field. + public const int BlueFieldNumber = 3; + private global::EpinelPS.NetWholeUserTeamData blue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserTeamData Blue { + get { return blue_; } + set { + blue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaRound); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaRound other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (!object.Equals(Red, other.Red)) return false; + if (!object.Equals(Blue, other.Blue)) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (red_ != null) hash ^= Red.GetHashCode(); + if (blue_ != null) hash ^= Blue.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (red_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Red); + } + if (blue_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Blue); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (red_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Red); + } + if (blue_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Blue); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (red_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Red); + } + if (blue_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Blue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaRound other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.red_ != null) { + if (red_ == null) { + Red = new global::EpinelPS.NetWholeUserTeamData(); + } + Red.MergeFrom(other.Red); + } + if (other.blue_ != null) { + if (blue_ == null) { + Blue = new global::EpinelPS.NetWholeUserTeamData(); + } + Blue.MergeFrom(other.Blue); + } + _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: { + Round = input.ReadInt32(); + break; + } + case 18: { + if (red_ == null) { + Red = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Red); + break; + } + case 26: { + if (blue_ == null) { + Blue = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Blue); + 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: { + Round = input.ReadInt32(); + break; + } + case 18: { + if (red_ == null) { + Red = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Red); + break; + } + case 26: { + if (blue_ == null) { + Blue = new global::EpinelPS.NetWholeUserTeamData(); + } + input.ReadMessage(Blue); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/matchresult + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChampionArenaMatchResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChampionArenaMatchResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[662]; } + } + + [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 ReqChampionArenaMatchResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaMatchResult(ReqChampionArenaMatchResult other) : this() { + matchId_ = other.matchId_; + roundResults_ = other.roundResults_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaMatchResult Clone() { + return new ReqChampionArenaMatchResult(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RoundResults" field. + public const int RoundResultsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_roundResults_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetChampionArenaRoundResult.Parser); + private readonly pbc::RepeatedField roundResults_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RoundResults { + get { return roundResults_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChampionArenaMatchResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChampionArenaMatchResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if(!roundResults_.Equals(other.roundResults_)) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + hash ^= roundResults_.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + roundResults_.WriteTo(output, _repeated_roundResults_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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + roundResults_.WriteTo(ref output, _repeated_roundResults_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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + size += roundResults_.CalculateSize(_repeated_roundResults_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChampionArenaMatchResult other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + roundResults_.Add(other.roundResults_); + _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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + roundResults_.AddEntriesFrom(input, _repeated_roundResults_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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + roundResults_.AddEntriesFrom(ref input, _repeated_roundResults_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBatchJobItemResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBatchJobItemResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[663]; } + } + + [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 NetBatchJobItemResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBatchJobItemResult(NetBatchJobItemResult other) : this() { + matchId_ = other.matchId_; + roundResults_ = other.roundResults_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBatchJobItemResult Clone() { + return new NetBatchJobItemResult(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RoundResults" field. + public const int RoundResultsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_roundResults_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetChampionArenaRoundResult.Parser); + private readonly pbc::RepeatedField roundResults_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RoundResults { + get { return roundResults_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetBatchJobItemResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBatchJobItemResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if(!roundResults_.Equals(other.roundResults_)) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + hash ^= roundResults_.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + roundResults_.WriteTo(output, _repeated_roundResults_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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + roundResults_.WriteTo(ref output, _repeated_roundResults_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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + size += roundResults_.CalculateSize(_repeated_roundResults_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBatchJobItemResult other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + roundResults_.Add(other.roundResults_); + _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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + roundResults_.AddEntriesFrom(input, _repeated_roundResults_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: { + MatchId = input.ReadBytes(); + break; + } + case 18: { + roundResults_.AddEntriesFrom(ref input, _repeated_roundResults_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaMatchResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaMatchResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[664]; } + } + + [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 ResChampionArenaMatchResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaMatchResult(ResChampionArenaMatchResult other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaMatchResult Clone() { + return new ResChampionArenaMatchResult(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChampionArenaMatchResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaMatchResult 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(ResChampionArenaMatchResult 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaRoundResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaRoundResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[665]; } + } + + [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 NetChampionArenaRoundResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaRoundResult(NetChampionArenaRoundResult other) : this() { + round_ = other.round_; + winnerUsn_ = other.winnerUsn_; + loserUsn_ = other.loserUsn_; + replayData_ = other.replayData_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaRoundResult Clone() { + return new NetChampionArenaRoundResult(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "WinnerUsn" field. + public const int WinnerUsnFieldNumber = 2; + private long winnerUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long WinnerUsn { + get { return winnerUsn_; } + set { + winnerUsn_ = value; + } + } + + /// Field number for the "LoserUsn" field. + public const int LoserUsnFieldNumber = 3; + private long loserUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LoserUsn { + get { return loserUsn_; } + set { + loserUsn_ = value; + } + } + + /// Field number for the "ReplayData" field. + public const int ReplayDataFieldNumber = 4; + private pb::ByteString replayData_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString ReplayData { + get { return replayData_; } + set { + replayData_ = 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 NetChampionArenaRoundResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaRoundResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (WinnerUsn != other.WinnerUsn) return false; + if (LoserUsn != other.LoserUsn) return false; + if (ReplayData != other.ReplayData) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (WinnerUsn != 0L) hash ^= WinnerUsn.GetHashCode(); + if (LoserUsn != 0L) hash ^= LoserUsn.GetHashCode(); + if (ReplayData.Length != 0) hash ^= ReplayData.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (WinnerUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(WinnerUsn); + } + if (LoserUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(LoserUsn); + } + if (ReplayData.Length != 0) { + output.WriteRawTag(34); + output.WriteBytes(ReplayData); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (WinnerUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(WinnerUsn); + } + if (LoserUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(LoserUsn); + } + if (ReplayData.Length != 0) { + output.WriteRawTag(34); + output.WriteBytes(ReplayData); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (WinnerUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(WinnerUsn); + } + if (LoserUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LoserUsn); + } + if (ReplayData.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(ReplayData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaRoundResult other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.WinnerUsn != 0L) { + WinnerUsn = other.WinnerUsn; + } + if (other.LoserUsn != 0L) { + LoserUsn = other.LoserUsn; + } + if (other.ReplayData.Length != 0) { + ReplayData = other.ReplayData; + } + _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: { + Round = input.ReadInt32(); + break; + } + case 16: { + WinnerUsn = input.ReadInt64(); + break; + } + case 24: { + LoserUsn = input.ReadInt64(); + break; + } + case 34: { + ReplayData = 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: { + Round = input.ReadInt32(); + break; + } + case 16: { + WinnerUsn = input.ReadInt64(); + break; + } + case 24: { + LoserUsn = input.ReadInt64(); + break; + } + case 34: { + ReplayData = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[666]; } + } + + [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 NetChampionArenaUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaUserData(NetChampionArenaUserData other) : this() { + usn_ = other.usn_; + character_ = other.character_.Clone(); + items_ = other.items_.Clone(); + attractives_ = other.attractives_.Clone(); + outposts_ = other.outposts_.Clone(); + harmonyCubes_ = other.harmonyCubes_.Clone(); + recycle_ = other.recycle_.Clone(); + clearLessons_ = other.clearLessons_.Clone(); + awakenings_ = other.awakenings_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaUserData Clone() { + return new NetChampionArenaUserData(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_character_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetArenaUserCharacter.Parser); + private readonly pbc::RepeatedField character_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Character { + get { return character_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Attractives" field. + public const int AttractivesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_attractives_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserAttractiveData.Parser); + private readonly pbc::RepeatedField attractives_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Attractives { + get { return attractives_; } + } + + /// Field number for the "Outposts" field. + public const int OutpostsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_outposts_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserOutpostData.Parser); + private readonly pbc::RepeatedField outposts_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Outposts { + get { return outposts_; } + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_recycle_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetUserRecycleRoomData.Parser); + private readonly pbc::RepeatedField recycle_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Recycle { + get { return recycle_; } + } + + /// Field number for the "ClearLessons" field. + public const int ClearLessonsFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_clearLessons_codec + = pb::FieldCodec.ForInt32(66); + private readonly pbc::RepeatedField clearLessons_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearLessons { + get { return clearLessons_; } + } + + /// Field number for the "Awakenings" field. + public const int AwakeningsFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_awakenings_codec + = pb::FieldCodec.ForMessage(74, global::EpinelPS.NetEquipmentAwakening.Parser); + private readonly pbc::RepeatedField awakenings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Awakenings { + get { return awakenings_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if(!character_.Equals(other.character_)) return false; + if(!items_.Equals(other.items_)) return false; + if(!attractives_.Equals(other.attractives_)) return false; + if(!outposts_.Equals(other.outposts_)) return false; + if(!harmonyCubes_.Equals(other.harmonyCubes_)) return false; + if(!recycle_.Equals(other.recycle_)) return false; + if(!clearLessons_.Equals(other.clearLessons_)) return false; + if(!awakenings_.Equals(other.awakenings_)) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + hash ^= character_.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= attractives_.GetHashCode(); + hash ^= outposts_.GetHashCode(); + hash ^= harmonyCubes_.GetHashCode(); + hash ^= recycle_.GetHashCode(); + hash ^= clearLessons_.GetHashCode(); + hash ^= awakenings_.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + character_.WriteTo(output, _repeated_character_codec); + items_.WriteTo(output, _repeated_items_codec); + attractives_.WriteTo(output, _repeated_attractives_codec); + outposts_.WriteTo(output, _repeated_outposts_codec); + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_codec); + recycle_.WriteTo(output, _repeated_recycle_codec); + clearLessons_.WriteTo(output, _repeated_clearLessons_codec); + awakenings_.WriteTo(output, _repeated_awakenings_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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + character_.WriteTo(ref output, _repeated_character_codec); + items_.WriteTo(ref output, _repeated_items_codec); + attractives_.WriteTo(ref output, _repeated_attractives_codec); + outposts_.WriteTo(ref output, _repeated_outposts_codec); + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_codec); + recycle_.WriteTo(ref output, _repeated_recycle_codec); + clearLessons_.WriteTo(ref output, _repeated_clearLessons_codec); + awakenings_.WriteTo(ref output, _repeated_awakenings_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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + size += character_.CalculateSize(_repeated_character_codec); + size += items_.CalculateSize(_repeated_items_codec); + size += attractives_.CalculateSize(_repeated_attractives_codec); + size += outposts_.CalculateSize(_repeated_outposts_codec); + size += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + size += recycle_.CalculateSize(_repeated_recycle_codec); + size += clearLessons_.CalculateSize(_repeated_clearLessons_codec); + size += awakenings_.CalculateSize(_repeated_awakenings_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaUserData other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + character_.Add(other.character_); + items_.Add(other.items_); + attractives_.Add(other.attractives_); + outposts_.Add(other.outposts_); + harmonyCubes_.Add(other.harmonyCubes_); + recycle_.Add(other.recycle_); + clearLessons_.Add(other.clearLessons_); + awakenings_.Add(other.awakenings_); + _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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + character_.AddEntriesFrom(input, _repeated_character_codec); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 34: { + attractives_.AddEntriesFrom(input, _repeated_attractives_codec); + break; + } + case 42: { + outposts_.AddEntriesFrom(input, _repeated_outposts_codec); + break; + } + case 50: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_codec); + break; + } + case 58: { + recycle_.AddEntriesFrom(input, _repeated_recycle_codec); + break; + } + case 66: + case 64: { + clearLessons_.AddEntriesFrom(input, _repeated_clearLessons_codec); + break; + } + case 74: { + awakenings_.AddEntriesFrom(input, _repeated_awakenings_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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + character_.AddEntriesFrom(ref input, _repeated_character_codec); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 34: { + attractives_.AddEntriesFrom(ref input, _repeated_attractives_codec); + break; + } + case 42: { + outposts_.AddEntriesFrom(ref input, _repeated_outposts_codec); + break; + } + case 50: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + case 58: { + recycle_.AddEntriesFrom(ref input, _repeated_recycle_codec); + break; + } + case 66: + case 64: { + clearLessons_.AddEntriesFrom(ref input, _repeated_clearLessons_codec); + break; + } + case 74: { + awakenings_.AddEntriesFrom(ref input, _repeated_awakenings_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/replay + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[667]; } + } + + [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 ReqGetChampionArenaReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaReplay(ReqGetChampionArenaReplay other) : this() { + matchId_ = other.matchId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaReplay Clone() { + return new ReqGetChampionArenaReplay(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = 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 ReqGetChampionArenaReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaReplay other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) 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 (MatchId.Length != 0) hash ^= MatchId.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetChampionArenaReplay other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + _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: { + MatchId = 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 10: { + MatchId = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[668]; } + } + + [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 ResGetChampionArenaReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaReplay(ResGetChampionArenaReplay other) : this() { + replays_ = other.replays_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaReplay Clone() { + return new ResGetChampionArenaReplay(this); + } + + /// Field number for the "Replays" field. + public const int ReplaysFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_replays_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaReplay.Parser); + private readonly pbc::RepeatedField replays_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Replays { + get { return replays_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaReplay other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!replays_.Equals(other.replays_)) 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 ^= replays_.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 + replays_.WriteTo(output, _repeated_replays_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) { + replays_.WriteTo(ref output, _repeated_replays_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 += replays_.CalculateSize(_repeated_replays_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaReplay other) { + if (other == null) { + return; + } + replays_.Add(other.replays_); + _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: { + replays_.AddEntriesFrom(input, _repeated_replays_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: { + replays_.AddEntriesFrom(ref input, _repeated_replays_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[669]; } + } + + [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 NetChampionArenaReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaReplay(NetChampionArenaReplay other) : this() { + round_ = other.round_; + downloadUrl_ = other.downloadUrl_; + redUsn_ = other.redUsn_; + blueUsn_ = other.blueUsn_; + winnerUsn_ = other.winnerUsn_; + loserUsn_ = other.loserUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaReplay Clone() { + return new NetChampionArenaReplay(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "DownloadUrl" field. + public const int DownloadUrlFieldNumber = 2; + private string downloadUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string DownloadUrl { + get { return downloadUrl_; } + set { + downloadUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RedUsn" field. + public const int RedUsnFieldNumber = 3; + private long redUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RedUsn { + get { return redUsn_; } + set { + redUsn_ = value; + } + } + + /// Field number for the "BlueUsn" field. + public const int BlueUsnFieldNumber = 4; + private long blueUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BlueUsn { + get { return blueUsn_; } + set { + blueUsn_ = value; + } + } + + /// Field number for the "WinnerUsn" field. + public const int WinnerUsnFieldNumber = 5; + private long winnerUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long WinnerUsn { + get { return winnerUsn_; } + set { + winnerUsn_ = value; + } + } + + /// Field number for the "LoserUsn" field. + public const int LoserUsnFieldNumber = 6; + private long loserUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LoserUsn { + get { return loserUsn_; } + set { + loserUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaReplay other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if (DownloadUrl != other.DownloadUrl) return false; + if (RedUsn != other.RedUsn) return false; + if (BlueUsn != other.BlueUsn) return false; + if (WinnerUsn != other.WinnerUsn) return false; + if (LoserUsn != other.LoserUsn) 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 (Round != 0) hash ^= Round.GetHashCode(); + if (DownloadUrl.Length != 0) hash ^= DownloadUrl.GetHashCode(); + if (RedUsn != 0L) hash ^= RedUsn.GetHashCode(); + if (BlueUsn != 0L) hash ^= BlueUsn.GetHashCode(); + if (WinnerUsn != 0L) hash ^= WinnerUsn.GetHashCode(); + if (LoserUsn != 0L) hash ^= LoserUsn.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (DownloadUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(DownloadUrl); + } + if (RedUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(RedUsn); + } + if (BlueUsn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BlueUsn); + } + if (WinnerUsn != 0L) { + output.WriteRawTag(40); + output.WriteInt64(WinnerUsn); + } + if (LoserUsn != 0L) { + output.WriteRawTag(48); + output.WriteInt64(LoserUsn); + } + 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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + if (DownloadUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(DownloadUrl); + } + if (RedUsn != 0L) { + output.WriteRawTag(24); + output.WriteInt64(RedUsn); + } + if (BlueUsn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BlueUsn); + } + if (WinnerUsn != 0L) { + output.WriteRawTag(40); + output.WriteInt64(WinnerUsn); + } + if (LoserUsn != 0L) { + output.WriteRawTag(48); + output.WriteInt64(LoserUsn); + } + 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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + if (DownloadUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(DownloadUrl); + } + if (RedUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RedUsn); + } + if (BlueUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BlueUsn); + } + if (WinnerUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(WinnerUsn); + } + if (LoserUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LoserUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaReplay other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + if (other.DownloadUrl.Length != 0) { + DownloadUrl = other.DownloadUrl; + } + if (other.RedUsn != 0L) { + RedUsn = other.RedUsn; + } + if (other.BlueUsn != 0L) { + BlueUsn = other.BlueUsn; + } + if (other.WinnerUsn != 0L) { + WinnerUsn = other.WinnerUsn; + } + if (other.LoserUsn != 0L) { + LoserUsn = other.LoserUsn; + } + _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: { + Round = input.ReadInt32(); + break; + } + case 18: { + DownloadUrl = input.ReadString(); + break; + } + case 24: { + RedUsn = input.ReadInt64(); + break; + } + case 32: { + BlueUsn = input.ReadInt64(); + break; + } + case 40: { + WinnerUsn = input.ReadInt64(); + break; + } + case 48: { + LoserUsn = input.ReadInt64(); + 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: { + Round = input.ReadInt32(); + break; + } + case 18: { + DownloadUrl = input.ReadString(); + break; + } + case 24: { + RedUsn = input.ReadInt64(); + break; + } + case 32: { + BlueUsn = input.ReadInt64(); + break; + } + case 40: { + WinnerUsn = input.ReadInt64(); + break; + } + case 48: { + LoserUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/setteam + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetChampionArenaTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetChampionArenaTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[670]; } + } + + [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 ReqSetChampionArenaTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetChampionArenaTeam(ReqSetChampionArenaTeam other) : this() { + type_ = other.type_; + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetChampionArenaTeam Clone() { + return new ReqSetChampionArenaTeam(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetChampionArenaTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetChampionArenaTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if(!teams_.Equals(other.teams_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + hash ^= teams_.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + teams_.WriteTo(output, _repeated_teams_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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + teams_.WriteTo(ref output, _repeated_teams_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetChampionArenaTeam other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + teams_.Add(other.teams_); + _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: { + Type = input.ReadInt32(); + break; + } + case 18: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Type = input.ReadInt32(); + break; + } + case 18: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetChampionArenaTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetChampionArenaTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[671]; } + } + + [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 ResSetChampionArenaTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetChampionArenaTeam(ResSetChampionArenaTeam other) : this() { + type_ = other.type_; + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetChampionArenaTeam Clone() { + return new ResSetChampionArenaTeam(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetChampionArenaTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetChampionArenaTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if(!teams_.Equals(other.teams_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + hash ^= teams_.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + teams_.WriteTo(output, _repeated_teams_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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + teams_.WriteTo(ref output, _repeated_teams_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetChampionArenaTeam other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + teams_.Add(other.teams_); + _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: { + Type = input.ReadInt32(); + break; + } + case 18: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Type = input.ReadInt32(); + break; + } + case 18: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/profile + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaProfile : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaProfile()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[672]; } + } + + [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 ReqGetChampionArenaProfile() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaProfile(ReqGetChampionArenaProfile other) : this() { + usn_ = other.usn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaProfile Clone() { + return new ReqGetChampionArenaProfile(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArenaProfile); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaProfile other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) 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 (Usn != 0L) hash ^= Usn.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetChampionArenaProfile other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + _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: { + Usn = input.ReadInt64(); + 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: { + Usn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaProfile : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaProfile()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[673]; } + } + + [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 ResGetChampionArenaProfile() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaProfile(ResGetChampionArenaProfile other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaProfile Clone() { + return new ResGetChampionArenaProfile(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetChampionArenaTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaProfile); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaProfile other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if(!teams_.Equals(other.teams_)) 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 (user_ != null) hash ^= User.GetHashCode(); + hash ^= teams_.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + teams_.WriteTo(output, _repeated_teams_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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + teams_.WriteTo(ref output, _repeated_teams_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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaProfile other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + teams_.Add(other.teams_); + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 18: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 18: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[674]; } + } + + [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 NetChampionArenaTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaTeamData(NetChampionArenaTeamData other) : this() { + round_ = other.round_; + slots_ = other.slots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaTeamData Clone() { + return new NetChampionArenaTeamData(this); + } + + /// Field number for the "Round" field. + public const int RoundFieldNumber = 1; + private int round_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Round { + get { return round_; } + set { + round_ = value; + } + } + + /// Field number for the "Slots" field. + public const int SlotsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_slots_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetChampionArenaTeamSlot.Parser); + private readonly pbc::RepeatedField slots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Slots { + get { return slots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaTeamData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Round != other.Round) return false; + if(!slots_.Equals(other.slots_)) 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 (Round != 0) hash ^= Round.GetHashCode(); + hash ^= slots_.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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + slots_.WriteTo(output, _repeated_slots_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 (Round != 0) { + output.WriteRawTag(8); + output.WriteInt32(Round); + } + slots_.WriteTo(ref output, _repeated_slots_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 (Round != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Round); + } + size += slots_.CalculateSize(_repeated_slots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaTeamData other) { + if (other == null) { + return; + } + if (other.Round != 0) { + Round = other.Round; + } + slots_.Add(other.slots_); + _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: { + Round = input.ReadInt32(); + break; + } + case 18: { + slots_.AddEntriesFrom(input, _repeated_slots_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: { + Round = input.ReadInt32(); + break; + } + case 18: { + slots_.AddEntriesFrom(ref input, _repeated_slots_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaTeamSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaTeamSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[675]; } + } + + [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 NetChampionArenaTeamSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaTeamSlot(NetChampionArenaTeamSlot other) : this() { + slot_ = other.slot_; + tid_ = other.tid_; + level_ = other.level_; + combat_ = other.combat_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaTeamSlot Clone() { + return new NetChampionArenaTeamSlot(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 4; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaTeamSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaTeamSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Combat != other.Combat) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Combat != 0) hash ^= Combat.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaTeamSlot other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/matchlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChampionArenaMatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChampionArenaMatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[676]; } + } + + [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 ReqChampionArenaMatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaMatchList(ReqChampionArenaMatchList other) : this() { + group_ = other.group_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaMatchList Clone() { + return new ReqChampionArenaMatchList(this); + } + + /// Field number for the "Group" field. + public const int GroupFieldNumber = 1; + private int group_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Group { + get { return group_; } + set { + group_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChampionArenaMatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChampionArenaMatchList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Group != other.Group) 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 (Group != 0) hash ^= Group.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 (Group != 0) { + output.WriteRawTag(8); + output.WriteInt32(Group); + } + 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 (Group != 0) { + output.WriteRawTag(8); + output.WriteInt32(Group); + } + 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 (Group != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Group); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChampionArenaMatchList other) { + if (other == null) { + return; + } + if (other.Group != 0) { + Group = other.Group; + } + _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: { + Group = 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: { + Group = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaMatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaMatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[677]; } + } + + [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 ResChampionArenaMatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaMatchList(ResChampionArenaMatchList other) : this() { + matches_ = other.matches_.Clone(); + bettingMatchId_ = other.bettingMatchId_; + bettingMatchGroup_ = other.bettingMatchGroup_; + bettingHistories_ = other.bettingHistories_.Clone(); + bettingHistory_ = other.bettingHistory_ != null ? other.bettingHistory_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaMatchList Clone() { + return new ResChampionArenaMatchList(this); + } + + /// Field number for the "Matches" field. + public const int MatchesFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_matches_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaMatch.Parser); + private readonly pbc::RepeatedField matches_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Matches { + get { return matches_; } + } + + /// Field number for the "BettingMatchId" field. + public const int BettingMatchIdFieldNumber = 2; + private pb::ByteString bettingMatchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString BettingMatchId { + get { return bettingMatchId_; } + set { + bettingMatchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BettingMatchGroup" field. + public const int BettingMatchGroupFieldNumber = 3; + private int bettingMatchGroup_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BettingMatchGroup { + get { return bettingMatchGroup_; } + set { + bettingMatchGroup_ = value; + } + } + + /// Field number for the "BettingHistories" field. + public const int BettingHistoriesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_bettingHistories_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetChampionArenaMatchBetting.Parser); + private readonly pbc::RepeatedField bettingHistories_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BettingHistories { + get { return bettingHistories_; } + } + + /// Field number for the "BettingHistory" field. + public const int BettingHistoryFieldNumber = 5; + private global::EpinelPS.NetChampionArenaMatchBetting bettingHistory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaMatchBetting BettingHistory { + get { return bettingHistory_; } + set { + bettingHistory_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChampionArenaMatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaMatchList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!matches_.Equals(other.matches_)) return false; + if (BettingMatchId != other.BettingMatchId) return false; + if (BettingMatchGroup != other.BettingMatchGroup) return false; + if(!bettingHistories_.Equals(other.bettingHistories_)) return false; + if (!object.Equals(BettingHistory, other.BettingHistory)) 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 ^= matches_.GetHashCode(); + if (BettingMatchId.Length != 0) hash ^= BettingMatchId.GetHashCode(); + if (BettingMatchGroup != 0) hash ^= BettingMatchGroup.GetHashCode(); + hash ^= bettingHistories_.GetHashCode(); + if (bettingHistory_ != null) hash ^= BettingHistory.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 + matches_.WriteTo(output, _repeated_matches_codec); + if (BettingMatchId.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BettingMatchId); + } + if (BettingMatchGroup != 0) { + output.WriteRawTag(24); + output.WriteInt32(BettingMatchGroup); + } + bettingHistories_.WriteTo(output, _repeated_bettingHistories_codec); + if (bettingHistory_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BettingHistory); + } + 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) { + matches_.WriteTo(ref output, _repeated_matches_codec); + if (BettingMatchId.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BettingMatchId); + } + if (BettingMatchGroup != 0) { + output.WriteRawTag(24); + output.WriteInt32(BettingMatchGroup); + } + bettingHistories_.WriteTo(ref output, _repeated_bettingHistories_codec); + if (bettingHistory_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BettingHistory); + } + 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 += matches_.CalculateSize(_repeated_matches_codec); + if (BettingMatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(BettingMatchId); + } + if (BettingMatchGroup != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BettingMatchGroup); + } + size += bettingHistories_.CalculateSize(_repeated_bettingHistories_codec); + if (bettingHistory_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BettingHistory); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChampionArenaMatchList other) { + if (other == null) { + return; + } + matches_.Add(other.matches_); + if (other.BettingMatchId.Length != 0) { + BettingMatchId = other.BettingMatchId; + } + if (other.BettingMatchGroup != 0) { + BettingMatchGroup = other.BettingMatchGroup; + } + bettingHistories_.Add(other.bettingHistories_); + if (other.bettingHistory_ != null) { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaMatchBetting(); + } + BettingHistory.MergeFrom(other.BettingHistory); + } + _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: { + matches_.AddEntriesFrom(input, _repeated_matches_codec); + break; + } + case 18: { + BettingMatchId = input.ReadBytes(); + break; + } + case 24: { + BettingMatchGroup = input.ReadInt32(); + break; + } + case 34: { + bettingHistories_.AddEntriesFrom(input, _repeated_bettingHistories_codec); + break; + } + case 42: { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaMatchBetting(); + } + input.ReadMessage(BettingHistory); + 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: { + matches_.AddEntriesFrom(ref input, _repeated_matches_codec); + break; + } + case 18: { + BettingMatchId = input.ReadBytes(); + break; + } + case 24: { + BettingMatchGroup = input.ReadInt32(); + break; + } + case 34: { + bettingHistories_.AddEntriesFrom(ref input, _repeated_bettingHistories_codec); + break; + } + case 42: { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaMatchBetting(); + } + input.ReadMessage(BettingHistory); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaMatchBetting : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaMatchBetting()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[678]; } + } + + [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 NetChampionArenaMatchBetting() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaMatchBetting(NetChampionArenaMatchBetting other) : this() { + matchId_ = other.matchId_; + bettingUsn_ = other.bettingUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaMatchBetting Clone() { + return new NetChampionArenaMatchBetting(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BettingUsn" field. + public const int BettingUsnFieldNumber = 2; + private long bettingUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingUsn { + get { return bettingUsn_; } + set { + bettingUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaMatchBetting); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaMatchBetting other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) return false; + if (BettingUsn != other.BettingUsn) 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 (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (BettingUsn != 0L) hash ^= BettingUsn.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (BettingUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BettingUsn); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + if (BettingUsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BettingUsn); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (BettingUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaMatchBetting other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.BettingUsn != 0L) { + BettingUsn = other.BettingUsn; + } + _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: { + MatchId = input.ReadBytes(); + break; + } + case 16: { + BettingUsn = input.ReadInt64(); + 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: { + MatchId = input.ReadBytes(); + break; + } + case 16: { + BettingUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[679]; } + } + + [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 NetChampionArenaMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaMatch(NetChampionArenaMatch other) : this() { + type_ = other.type_; + groupId_ = other.groupId_; + matchId_ = other.matchId_; + user1_ = other.user1_ != null ? other.user1_.Clone() : null; + user2_ = other.user2_ != null ? other.user2_.Clone() : null; + isMatch_ = other.isMatch_; + winnerUsn_ = other.winnerUsn_; + tournamentGroupId_ = other.tournamentGroupId_; + matchGroupId_ = other.matchGroupId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaMatch Clone() { + return new NetChampionArenaMatch(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private global::EpinelPS.ChampionArenaBattleType type_ = global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ChampionArenaBattleType Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "GroupId" field. + public const int GroupIdFieldNumber = 2; + private int groupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GroupId { + get { return groupId_; } + set { + groupId_ = value; + } + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 3; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "User1" field. + public const int User1FieldNumber = 4; + private global::EpinelPS.NetWholeUserData user1_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User1 { + get { return user1_; } + set { + user1_ = value; + } + } + + /// Field number for the "User2" field. + public const int User2FieldNumber = 5; + private global::EpinelPS.NetWholeUserData user2_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User2 { + get { return user2_; } + set { + user2_ = value; + } + } + + /// Field number for the "IsMatch" field. + public const int IsMatchFieldNumber = 6; + private bool isMatch_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsMatch { + get { return isMatch_; } + set { + isMatch_ = value; + } + } + + /// Field number for the "WinnerUsn" field. + public const int WinnerUsnFieldNumber = 7; + private long winnerUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long WinnerUsn { + get { return winnerUsn_; } + set { + winnerUsn_ = value; + } + } + + /// Field number for the "TournamentGroupId" field. + public const int TournamentGroupIdFieldNumber = 8; + private int tournamentGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TournamentGroupId { + get { return tournamentGroupId_; } + set { + tournamentGroupId_ = value; + } + } + + /// Field number for the "MatchGroupId" field. + public const int MatchGroupIdFieldNumber = 9; + private int matchGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MatchGroupId { + get { return matchGroupId_; } + set { + matchGroupId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (GroupId != other.GroupId) return false; + if (MatchId != other.MatchId) return false; + if (!object.Equals(User1, other.User1)) return false; + if (!object.Equals(User2, other.User2)) return false; + if (IsMatch != other.IsMatch) return false; + if (WinnerUsn != other.WinnerUsn) return false; + if (TournamentGroupId != other.TournamentGroupId) return false; + if (MatchGroupId != other.MatchGroupId) 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 (Type != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) hash ^= Type.GetHashCode(); + if (GroupId != 0) hash ^= GroupId.GetHashCode(); + if (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (user1_ != null) hash ^= User1.GetHashCode(); + if (user2_ != null) hash ^= User2.GetHashCode(); + if (IsMatch != false) hash ^= IsMatch.GetHashCode(); + if (WinnerUsn != 0L) hash ^= WinnerUsn.GetHashCode(); + if (TournamentGroupId != 0) hash ^= TournamentGroupId.GetHashCode(); + if (MatchGroupId != 0) hash ^= MatchGroupId.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 (Type != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + output.WriteRawTag(8); + output.WriteEnum((int) Type); + } + if (GroupId != 0) { + output.WriteRawTag(16); + output.WriteInt32(GroupId); + } + if (MatchId.Length != 0) { + output.WriteRawTag(26); + output.WriteBytes(MatchId); + } + if (user1_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User1); + } + if (user2_ != null) { + output.WriteRawTag(42); + output.WriteMessage(User2); + } + if (IsMatch != false) { + output.WriteRawTag(48); + output.WriteBool(IsMatch); + } + if (WinnerUsn != 0L) { + output.WriteRawTag(56); + output.WriteInt64(WinnerUsn); + } + if (TournamentGroupId != 0) { + output.WriteRawTag(64); + output.WriteInt32(TournamentGroupId); + } + if (MatchGroupId != 0) { + output.WriteRawTag(72); + output.WriteInt32(MatchGroupId); + } + 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 (Type != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + output.WriteRawTag(8); + output.WriteEnum((int) Type); + } + if (GroupId != 0) { + output.WriteRawTag(16); + output.WriteInt32(GroupId); + } + if (MatchId.Length != 0) { + output.WriteRawTag(26); + output.WriteBytes(MatchId); + } + if (user1_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User1); + } + if (user2_ != null) { + output.WriteRawTag(42); + output.WriteMessage(User2); + } + if (IsMatch != false) { + output.WriteRawTag(48); + output.WriteBool(IsMatch); + } + if (WinnerUsn != 0L) { + output.WriteRawTag(56); + output.WriteInt64(WinnerUsn); + } + if (TournamentGroupId != 0) { + output.WriteRawTag(64); + output.WriteInt32(TournamentGroupId); + } + if (MatchGroupId != 0) { + output.WriteRawTag(72); + output.WriteInt32(MatchGroupId); + } + 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 (Type != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (GroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupId); + } + if (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (user1_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User1); + } + if (user2_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User2); + } + if (IsMatch != false) { + size += 1 + 1; + } + if (WinnerUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(WinnerUsn); + } + if (TournamentGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TournamentGroupId); + } + if (MatchGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MatchGroupId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaMatch other) { + if (other == null) { + return; + } + if (other.Type != global::EpinelPS.ChampionArenaBattleType.ChampionArenaBattleTypeBattle64) { + Type = other.Type; + } + if (other.GroupId != 0) { + GroupId = other.GroupId; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.user1_ != null) { + if (user1_ == null) { + User1 = new global::EpinelPS.NetWholeUserData(); + } + User1.MergeFrom(other.User1); + } + if (other.user2_ != null) { + if (user2_ == null) { + User2 = new global::EpinelPS.NetWholeUserData(); + } + User2.MergeFrom(other.User2); + } + if (other.IsMatch != false) { + IsMatch = other.IsMatch; + } + if (other.WinnerUsn != 0L) { + WinnerUsn = other.WinnerUsn; + } + if (other.TournamentGroupId != 0) { + TournamentGroupId = other.TournamentGroupId; + } + if (other.MatchGroupId != 0) { + MatchGroupId = other.MatchGroupId; + } + _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: { + Type = (global::EpinelPS.ChampionArenaBattleType) input.ReadEnum(); + break; + } + case 16: { + GroupId = input.ReadInt32(); + break; + } + case 26: { + MatchId = input.ReadBytes(); + break; + } + case 34: { + if (user1_ == null) { + User1 = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User1); + break; + } + case 42: { + if (user2_ == null) { + User2 = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User2); + break; + } + case 48: { + IsMatch = input.ReadBool(); + break; + } + case 56: { + WinnerUsn = input.ReadInt64(); + break; + } + case 64: { + TournamentGroupId = input.ReadInt32(); + break; + } + case 72: { + MatchGroupId = 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: { + Type = (global::EpinelPS.ChampionArenaBattleType) input.ReadEnum(); + break; + } + case 16: { + GroupId = input.ReadInt32(); + break; + } + case 26: { + MatchId = input.ReadBytes(); + break; + } + case 34: { + if (user1_ == null) { + User1 = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User1); + break; + } + case 42: { + if (user2_ == null) { + User2 = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User2); + break; + } + case 48: { + IsMatch = input.ReadBool(); + break; + } + case 56: { + WinnerUsn = input.ReadInt64(); + break; + } + case 64: { + TournamentGroupId = input.ReadInt32(); + break; + } + case 72: { + MatchGroupId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/getbetting + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaBetting : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaBetting()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[680]; } + } + + [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 ReqGetChampionArenaBetting() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaBetting(ReqGetChampionArenaBetting other) : this() { + matchId_ = other.matchId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaBetting Clone() { + return new ReqGetChampionArenaBetting(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = 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 ReqGetChampionArenaBetting); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaBetting other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) 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 (MatchId.Length != 0) hash ^= MatchId.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetChampionArenaBetting other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + _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: { + MatchId = 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 10: { + MatchId = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaBetting : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaBetting()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[681]; } + } + + [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 ResGetChampionArenaBetting() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaBetting(ResGetChampionArenaBetting other) : this() { + user1_ = other.user1_ != null ? other.user1_.Clone() : null; + user2_ = other.user2_ != null ? other.user2_.Clone() : null; + bettingUsn_ = other.bettingUsn_; + bettingValue_ = other.bettingValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaBetting Clone() { + return new ResGetChampionArenaBetting(this); + } + + /// Field number for the "User1" field. + public const int User1FieldNumber = 2; + private global::EpinelPS.NetChampionArenaBettingInfo user1_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaBettingInfo User1 { + get { return user1_; } + set { + user1_ = value; + } + } + + /// Field number for the "User2" field. + public const int User2FieldNumber = 3; + private global::EpinelPS.NetChampionArenaBettingInfo user2_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaBettingInfo User2 { + get { return user2_; } + set { + user2_ = value; + } + } + + /// Field number for the "BettingUsn" field. + public const int BettingUsnFieldNumber = 4; + private long bettingUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingUsn { + get { return bettingUsn_; } + set { + bettingUsn_ = value; + } + } + + /// Field number for the "BettingValue" field. + public const int BettingValueFieldNumber = 5; + private long bettingValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingValue { + get { return bettingValue_; } + set { + bettingValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaBetting); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaBetting other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User1, other.User1)) return false; + if (!object.Equals(User2, other.User2)) return false; + if (BettingUsn != other.BettingUsn) return false; + if (BettingValue != other.BettingValue) 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 (user1_ != null) hash ^= User1.GetHashCode(); + if (user2_ != null) hash ^= User2.GetHashCode(); + if (BettingUsn != 0L) hash ^= BettingUsn.GetHashCode(); + if (BettingValue != 0L) hash ^= BettingValue.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 (user1_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User1); + } + if (user2_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User2); + } + if (BettingUsn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BettingUsn); + } + if (BettingValue != 0L) { + output.WriteRawTag(40); + output.WriteInt64(BettingValue); + } + 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 (user1_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User1); + } + if (user2_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User2); + } + if (BettingUsn != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BettingUsn); + } + if (BettingValue != 0L) { + output.WriteRawTag(40); + output.WriteInt64(BettingValue); + } + 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 (user1_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User1); + } + if (user2_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User2); + } + if (BettingUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingUsn); + } + if (BettingValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaBetting other) { + if (other == null) { + return; + } + if (other.user1_ != null) { + if (user1_ == null) { + User1 = new global::EpinelPS.NetChampionArenaBettingInfo(); + } + User1.MergeFrom(other.User1); + } + if (other.user2_ != null) { + if (user2_ == null) { + User2 = new global::EpinelPS.NetChampionArenaBettingInfo(); + } + User2.MergeFrom(other.User2); + } + if (other.BettingUsn != 0L) { + BettingUsn = other.BettingUsn; + } + if (other.BettingValue != 0L) { + BettingValue = other.BettingValue; + } + _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 (user1_ == null) { + User1 = new global::EpinelPS.NetChampionArenaBettingInfo(); + } + input.ReadMessage(User1); + break; + } + case 26: { + if (user2_ == null) { + User2 = new global::EpinelPS.NetChampionArenaBettingInfo(); + } + input.ReadMessage(User2); + break; + } + case 32: { + BettingUsn = input.ReadInt64(); + break; + } + case 40: { + BettingValue = input.ReadInt64(); + 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 (user1_ == null) { + User1 = new global::EpinelPS.NetChampionArenaBettingInfo(); + } + input.ReadMessage(User1); + break; + } + case 26: { + if (user2_ == null) { + User2 = new global::EpinelPS.NetChampionArenaBettingInfo(); + } + input.ReadMessage(User2); + break; + } + case 32: { + BettingUsn = input.ReadInt64(); + break; + } + case 40: { + BettingValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaBettingInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaBettingInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[682]; } + } + + [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 NetChampionArenaBettingInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaBettingInfo(NetChampionArenaBettingInfo other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + bettingCount_ = other.bettingCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaBettingInfo Clone() { + return new NetChampionArenaBettingInfo(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "BettingCount" field. + public const int BettingCountFieldNumber = 2; + private long bettingCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BettingCount { + get { return bettingCount_; } + set { + bettingCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaBettingInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaBettingInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (BettingCount != other.BettingCount) 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 (user_ != null) hash ^= User.GetHashCode(); + if (BettingCount != 0L) hash ^= BettingCount.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (BettingCount != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BettingCount); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (BettingCount != 0L) { + output.WriteRawTag(16); + output.WriteInt64(BettingCount); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (BettingCount != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BettingCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaBettingInfo other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.BettingCount != 0L) { + BettingCount = other.BettingCount; + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + BettingCount = input.ReadInt64(); + 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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + BettingCount = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/finallist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChampionArenaFinalList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChampionArenaFinalList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[683]; } + } + + [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 ReqChampionArenaFinalList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaFinalList(ReqChampionArenaFinalList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChampionArenaFinalList Clone() { + return new ReqChampionArenaFinalList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChampionArenaFinalList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChampionArenaFinalList 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(ReqChampionArenaFinalList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaFinalList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaFinalList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[684]; } + } + + [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 ResChampionArenaFinalList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaFinalList(ResChampionArenaFinalList other) : this() { + matches_ = other.matches_.Clone(); + bettingMatchId_ = other.bettingMatchId_; + bettingHistories_ = other.bettingHistories_.Clone(); + bettingHistory_ = other.bettingHistory_ != null ? other.bettingHistory_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaFinalList Clone() { + return new ResChampionArenaFinalList(this); + } + + /// Field number for the "Matches" field. + public const int MatchesFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_matches_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaMatch.Parser); + private readonly pbc::RepeatedField matches_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Matches { + get { return matches_; } + } + + /// Field number for the "BettingMatchId" field. + public const int BettingMatchIdFieldNumber = 2; + private pb::ByteString bettingMatchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString BettingMatchId { + get { return bettingMatchId_; } + set { + bettingMatchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BettingHistories" field. + public const int BettingHistoriesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_bettingHistories_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetChampionArenaMatchBetting.Parser); + private readonly pbc::RepeatedField bettingHistories_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BettingHistories { + get { return bettingHistories_; } + } + + /// Field number for the "BettingHistory" field. + public const int BettingHistoryFieldNumber = 5; + private global::EpinelPS.NetChampionArenaMatchBetting bettingHistory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaMatchBetting BettingHistory { + get { return bettingHistory_; } + set { + bettingHistory_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChampionArenaFinalList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaFinalList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!matches_.Equals(other.matches_)) return false; + if (BettingMatchId != other.BettingMatchId) return false; + if(!bettingHistories_.Equals(other.bettingHistories_)) return false; + if (!object.Equals(BettingHistory, other.BettingHistory)) 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 ^= matches_.GetHashCode(); + if (BettingMatchId.Length != 0) hash ^= BettingMatchId.GetHashCode(); + hash ^= bettingHistories_.GetHashCode(); + if (bettingHistory_ != null) hash ^= BettingHistory.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 + matches_.WriteTo(output, _repeated_matches_codec); + if (BettingMatchId.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BettingMatchId); + } + bettingHistories_.WriteTo(output, _repeated_bettingHistories_codec); + if (bettingHistory_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BettingHistory); + } + 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) { + matches_.WriteTo(ref output, _repeated_matches_codec); + if (BettingMatchId.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BettingMatchId); + } + bettingHistories_.WriteTo(ref output, _repeated_bettingHistories_codec); + if (bettingHistory_ != null) { + output.WriteRawTag(42); + output.WriteMessage(BettingHistory); + } + 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 += matches_.CalculateSize(_repeated_matches_codec); + if (BettingMatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(BettingMatchId); + } + size += bettingHistories_.CalculateSize(_repeated_bettingHistories_codec); + if (bettingHistory_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BettingHistory); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChampionArenaFinalList other) { + if (other == null) { + return; + } + matches_.Add(other.matches_); + if (other.BettingMatchId.Length != 0) { + BettingMatchId = other.BettingMatchId; + } + bettingHistories_.Add(other.bettingHistories_); + if (other.bettingHistory_ != null) { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaMatchBetting(); + } + BettingHistory.MergeFrom(other.BettingHistory); + } + _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: { + matches_.AddEntriesFrom(input, _repeated_matches_codec); + break; + } + case 18: { + BettingMatchId = input.ReadBytes(); + break; + } + case 34: { + bettingHistories_.AddEntriesFrom(input, _repeated_bettingHistories_codec); + break; + } + case 42: { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaMatchBetting(); + } + input.ReadMessage(BettingHistory); + 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: { + matches_.AddEntriesFrom(ref input, _repeated_matches_codec); + break; + } + case 18: { + BettingMatchId = input.ReadBytes(); + break; + } + case 34: { + bettingHistories_.AddEntriesFrom(ref input, _repeated_bettingHistories_codec); + break; + } + case 42: { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaMatchBetting(); + } + input.ReadMessage(BettingHistory); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/getgroupreplay + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaGroupReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaGroupReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[685]; } + } + + [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 ReqGetChampionArenaGroupReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaGroupReplay(ReqGetChampionArenaGroupReplay other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaGroupReplay Clone() { + return new ReqGetChampionArenaGroupReplay(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArenaGroupReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaGroupReplay 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(ReqGetChampionArenaGroupReplay 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaGroupReplay : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaGroupReplay()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[686]; } + } + + [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 ResGetChampionArenaGroupReplay() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaGroupReplay(ResGetChampionArenaGroupReplay other) : this() { + matches_ = other.matches_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaGroupReplay Clone() { + return new ResGetChampionArenaGroupReplay(this); + } + + /// Field number for the "Matches" field. + public const int MatchesFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_matches_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetChampionArenaGroupData.Parser); + private readonly pbc::RepeatedField matches_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Matches { + get { return matches_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaGroupReplay); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaGroupReplay other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!matches_.Equals(other.matches_)) 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 ^= matches_.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 + matches_.WriteTo(output, _repeated_matches_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) { + matches_.WriteTo(ref output, _repeated_matches_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 += matches_.CalculateSize(_repeated_matches_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaGroupReplay other) { + if (other == null) { + return; + } + matches_.Add(other.matches_); + _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: { + matches_.AddEntriesFrom(input, _repeated_matches_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: { + matches_.AddEntriesFrom(ref input, _repeated_matches_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetChampionArenaGroupData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetChampionArenaGroupData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[687]; } + } + + [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 NetChampionArenaGroupData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaGroupData(NetChampionArenaGroupData other) : this() { + enemy_ = other.enemy_ != null ? other.enemy_.Clone() : null; + isWin_ = other.isWin_; + replays_ = other.replays_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetChampionArenaGroupData Clone() { + return new NetChampionArenaGroupData(this); + } + + /// Field number for the "Enemy" field. + public const int EnemyFieldNumber = 1; + private global::EpinelPS.NetWholeUserData enemy_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData Enemy { + get { return enemy_; } + set { + enemy_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 2; + 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 "Replays" field. + public const int ReplaysFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_replays_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetChampionArenaReplay.Parser); + private readonly pbc::RepeatedField replays_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Replays { + get { return replays_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetChampionArenaGroupData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetChampionArenaGroupData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Enemy, other.Enemy)) return false; + if (IsWin != other.IsWin) return false; + if(!replays_.Equals(other.replays_)) 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 (enemy_ != null) hash ^= Enemy.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + hash ^= replays_.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 (enemy_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Enemy); + } + if (IsWin != false) { + output.WriteRawTag(16); + output.WriteBool(IsWin); + } + replays_.WriteTo(output, _repeated_replays_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 (enemy_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Enemy); + } + if (IsWin != false) { + output.WriteRawTag(16); + output.WriteBool(IsWin); + } + replays_.WriteTo(ref output, _repeated_replays_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 (enemy_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Enemy); + } + if (IsWin != false) { + size += 1 + 1; + } + size += replays_.CalculateSize(_repeated_replays_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetChampionArenaGroupData other) { + if (other == null) { + return; + } + if (other.enemy_ != null) { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + Enemy.MergeFrom(other.Enemy); + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + replays_.Add(other.replays_); + _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: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 16: { + IsWin = input.ReadBool(); + break; + } + case 26: { + replays_.AddEntriesFrom(input, _repeated_replays_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: { + if (enemy_ == null) { + Enemy = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(Enemy); + break; + } + case 16: { + IsWin = input.ReadBool(); + break; + } + case 26: { + replays_.AddEntriesFrom(ref input, _repeated_replays_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/getbadgedata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetChampionArenaDataByBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetChampionArenaDataByBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[688]; } + } + + [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 ReqGetChampionArenaDataByBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaDataByBadge(ReqGetChampionArenaDataByBadge other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetChampionArenaDataByBadge Clone() { + return new ReqGetChampionArenaDataByBadge(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetChampionArenaDataByBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetChampionArenaDataByBadge 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(ReqGetChampionArenaDataByBadge 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetChampionArenaDataByBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetChampionArenaDataByBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[689]; } + } + + [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 ResGetChampionArenaDataByBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaDataByBadge(ResGetChampionArenaDataByBadge other) : this() { + schedule_ = other.schedule_ != null ? other.schedule_.Clone() : null; + hasBetCurrentRound_ = other.hasBetCurrentRound_; + hasUncheckedBetting_ = other.hasUncheckedBetting_; + currentOrLastSeasonStartAt_ = other.currentOrLastSeasonStartAt_ != null ? other.currentOrLastSeasonStartAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetChampionArenaDataByBadge Clone() { + return new ResGetChampionArenaDataByBadge(this); + } + + /// Field number for the "Schedule" field. + public const int ScheduleFieldNumber = 1; + private global::EpinelPS.NetChampionArenaSchedule schedule_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaSchedule Schedule { + get { return schedule_; } + set { + schedule_ = value; + } + } + + /// Field number for the "HasBetCurrentRound" field. + public const int HasBetCurrentRoundFieldNumber = 2; + private bool hasBetCurrentRound_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasBetCurrentRound { + get { return hasBetCurrentRound_; } + set { + hasBetCurrentRound_ = value; + } + } + + /// Field number for the "HasUncheckedBetting" field. + public const int HasUncheckedBettingFieldNumber = 3; + private bool hasUncheckedBetting_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasUncheckedBetting { + get { return hasUncheckedBetting_; } + set { + hasUncheckedBetting_ = value; + } + } + + /// Field number for the "CurrentOrLastSeasonStartAt" field. + public const int CurrentOrLastSeasonStartAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp currentOrLastSeasonStartAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CurrentOrLastSeasonStartAt { + get { return currentOrLastSeasonStartAt_; } + set { + currentOrLastSeasonStartAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetChampionArenaDataByBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetChampionArenaDataByBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Schedule, other.Schedule)) return false; + if (HasBetCurrentRound != other.HasBetCurrentRound) return false; + if (HasUncheckedBetting != other.HasUncheckedBetting) return false; + if (!object.Equals(CurrentOrLastSeasonStartAt, other.CurrentOrLastSeasonStartAt)) 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 (schedule_ != null) hash ^= Schedule.GetHashCode(); + if (HasBetCurrentRound != false) hash ^= HasBetCurrentRound.GetHashCode(); + if (HasUncheckedBetting != false) hash ^= HasUncheckedBetting.GetHashCode(); + if (currentOrLastSeasonStartAt_ != null) hash ^= CurrentOrLastSeasonStartAt.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 (schedule_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Schedule); + } + if (HasBetCurrentRound != false) { + output.WriteRawTag(16); + output.WriteBool(HasBetCurrentRound); + } + if (HasUncheckedBetting != false) { + output.WriteRawTag(24); + output.WriteBool(HasUncheckedBetting); + } + if (currentOrLastSeasonStartAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CurrentOrLastSeasonStartAt); + } + 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 (schedule_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Schedule); + } + if (HasBetCurrentRound != false) { + output.WriteRawTag(16); + output.WriteBool(HasBetCurrentRound); + } + if (HasUncheckedBetting != false) { + output.WriteRawTag(24); + output.WriteBool(HasUncheckedBetting); + } + if (currentOrLastSeasonStartAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CurrentOrLastSeasonStartAt); + } + 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 (schedule_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Schedule); + } + if (HasBetCurrentRound != false) { + size += 1 + 1; + } + if (HasUncheckedBetting != false) { + size += 1 + 1; + } + if (currentOrLastSeasonStartAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentOrLastSeasonStartAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetChampionArenaDataByBadge other) { + if (other == null) { + return; + } + if (other.schedule_ != null) { + if (schedule_ == null) { + Schedule = new global::EpinelPS.NetChampionArenaSchedule(); + } + Schedule.MergeFrom(other.Schedule); + } + if (other.HasBetCurrentRound != false) { + HasBetCurrentRound = other.HasBetCurrentRound; + } + if (other.HasUncheckedBetting != false) { + HasUncheckedBetting = other.HasUncheckedBetting; + } + if (other.currentOrLastSeasonStartAt_ != null) { + if (currentOrLastSeasonStartAt_ == null) { + CurrentOrLastSeasonStartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CurrentOrLastSeasonStartAt.MergeFrom(other.CurrentOrLastSeasonStartAt); + } + _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: { + if (schedule_ == null) { + Schedule = new global::EpinelPS.NetChampionArenaSchedule(); + } + input.ReadMessage(Schedule); + break; + } + case 16: { + HasBetCurrentRound = input.ReadBool(); + break; + } + case 24: { + HasUncheckedBetting = input.ReadBool(); + break; + } + case 34: { + if (currentOrLastSeasonStartAt_ == null) { + CurrentOrLastSeasonStartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CurrentOrLastSeasonStartAt); + 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: { + if (schedule_ == null) { + Schedule = new global::EpinelPS.NetChampionArenaSchedule(); + } + input.ReadMessage(Schedule); + break; + } + case 16: { + HasBetCurrentRound = input.ReadBool(); + break; + } + case 24: { + HasUncheckedBetting = input.ReadBool(); + break; + } + case 34: { + if (currentOrLastSeasonStartAt_ == null) { + CurrentOrLastSeasonStartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CurrentOrLastSeasonStartAt); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/champion/obtainbettingreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainChampionArenaBettingReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainChampionArenaBettingReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[690]; } + } + + [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 ReqObtainChampionArenaBettingReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainChampionArenaBettingReward(ReqObtainChampionArenaBettingReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainChampionArenaBettingReward Clone() { + return new ReqObtainChampionArenaBettingReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainChampionArenaBettingReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainChampionArenaBettingReward 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(ReqObtainChampionArenaBettingReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainChampionArenaBettingReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainChampionArenaBettingReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[691]; } + } + + [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 ResObtainChampionArenaBettingReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainChampionArenaBettingReward(ResObtainChampionArenaBettingReward other) : this() { + bettingHistory_ = other.bettingHistory_ != null ? other.bettingHistory_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainChampionArenaBettingReward Clone() { + return new ResObtainChampionArenaBettingReward(this); + } + + /// Field number for the "BettingHistory" field. + public const int BettingHistoryFieldNumber = 1; + private global::EpinelPS.NetChampionArenaBettingHistory bettingHistory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetChampionArenaBettingHistory BettingHistory { + get { return bettingHistory_; } + set { + bettingHistory_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainChampionArenaBettingReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainChampionArenaBettingReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(BettingHistory, other.BettingHistory)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (bettingHistory_ != null) hash ^= BettingHistory.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (bettingHistory_ != null) { + output.WriteRawTag(10); + output.WriteMessage(BettingHistory); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (bettingHistory_ != null) { + output.WriteRawTag(10); + output.WriteMessage(BettingHistory); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (bettingHistory_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BettingHistory); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainChampionArenaBettingReward other) { + if (other == null) { + return; + } + if (other.bettingHistory_ != null) { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaBettingHistory(); + } + BettingHistory.MergeFrom(other.BettingHistory); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaBettingHistory(); + } + input.ReadMessage(BettingHistory); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (bettingHistory_ == null) { + BettingHistory = new global::EpinelPS.NetChampionArenaBettingHistory(); + } + input.ReadMessage(BettingHistory); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /arena/getbaninfo + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetArenaBanInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetArenaBanInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[692]; } + } + + [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 ReqGetArenaBanInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaBanInfo(ReqGetArenaBanInfo other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetArenaBanInfo Clone() { + return new ReqGetArenaBanInfo(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetArenaBanInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetArenaBanInfo 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(ReqGetArenaBanInfo 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaBanInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaBanInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[693]; } + } + + [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 ResGetArenaBanInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaBanInfo(ResGetArenaBanInfo other) : this() { + rookieArenaBanInfo_ = other.rookieArenaBanInfo_ != null ? other.rookieArenaBanInfo_.Clone() : null; + specialArenaBanInfo_ = other.specialArenaBanInfo_ != null ? other.specialArenaBanInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaBanInfo Clone() { + return new ResGetArenaBanInfo(this); + } + + /// Field number for the "RookieArenaBanInfo" field. + public const int RookieArenaBanInfoFieldNumber = 1; + private global::EpinelPS.NetArenaBanInfo rookieArenaBanInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo RookieArenaBanInfo { + get { return rookieArenaBanInfo_; } + set { + rookieArenaBanInfo_ = value; + } + } + + /// Field number for the "SpecialArenaBanInfo" field. + public const int SpecialArenaBanInfoFieldNumber = 2; + private global::EpinelPS.NetArenaBanInfo specialArenaBanInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetArenaBanInfo SpecialArenaBanInfo { + get { return specialArenaBanInfo_; } + set { + specialArenaBanInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArenaBanInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaBanInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(RookieArenaBanInfo, other.RookieArenaBanInfo)) return false; + if (!object.Equals(SpecialArenaBanInfo, other.SpecialArenaBanInfo)) 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 (rookieArenaBanInfo_ != null) hash ^= RookieArenaBanInfo.GetHashCode(); + if (specialArenaBanInfo_ != null) hash ^= SpecialArenaBanInfo.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 (rookieArenaBanInfo_ != null) { + output.WriteRawTag(10); + output.WriteMessage(RookieArenaBanInfo); + } + if (specialArenaBanInfo_ != null) { + output.WriteRawTag(18); + output.WriteMessage(SpecialArenaBanInfo); + } + 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 (rookieArenaBanInfo_ != null) { + output.WriteRawTag(10); + output.WriteMessage(RookieArenaBanInfo); + } + if (specialArenaBanInfo_ != null) { + output.WriteRawTag(18); + output.WriteMessage(SpecialArenaBanInfo); + } + 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 (rookieArenaBanInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RookieArenaBanInfo); + } + if (specialArenaBanInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SpecialArenaBanInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetArenaBanInfo other) { + if (other == null) { + return; + } + if (other.rookieArenaBanInfo_ != null) { + if (rookieArenaBanInfo_ == null) { + RookieArenaBanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + RookieArenaBanInfo.MergeFrom(other.RookieArenaBanInfo); + } + if (other.specialArenaBanInfo_ != null) { + if (specialArenaBanInfo_ == null) { + SpecialArenaBanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + SpecialArenaBanInfo.MergeFrom(other.SpecialArenaBanInfo); + } + _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: { + if (rookieArenaBanInfo_ == null) { + RookieArenaBanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(RookieArenaBanInfo); + break; + } + case 18: { + if (specialArenaBanInfo_ == null) { + SpecialArenaBanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(SpecialArenaBanInfo); + 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: { + if (rookieArenaBanInfo_ == null) { + RookieArenaBanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(RookieArenaBanInfo); + break; + } + case 18: { + if (specialArenaBanInfo_ == null) { + SpecialArenaBanInfo = new global::EpinelPS.NetArenaBanInfo(); + } + input.ReadMessage(SpecialArenaBanInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[694]; } + } + + [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 NetBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBadge(NetBadge other) : this() { + seq_ = other.seq_; + badgeGuid_ = other.badgeGuid_; + badgeContent_ = other.badgeContent_; + location_ = other.location_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBadge Clone() { + return new NetBadge(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "BadgeGuid" field. + public const int BadgeGuidFieldNumber = 2; + private pb::ByteString badgeGuid_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString BadgeGuid { + get { return badgeGuid_; } + set { + badgeGuid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BadgeContent" field. + public const int BadgeContentFieldNumber = 3; + private global::EpinelPS.BadgeContents badgeContent_ = global::EpinelPS.BadgeContents.BadgeContentsNone; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.BadgeContents BadgeContent { + get { return badgeContent_; } + set { + badgeContent_ = value; + } + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 4; + private string location_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Location { + get { return location_; } + set { + location_ = 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 NetBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (BadgeGuid != other.BadgeGuid) return false; + if (BadgeContent != other.BadgeContent) return false; + if (Location != other.Location) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (BadgeGuid.Length != 0) hash ^= BadgeGuid.GetHashCode(); + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) hash ^= BadgeContent.GetHashCode(); + if (Location.Length != 0) hash ^= Location.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (BadgeGuid.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BadgeGuid); + } + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + output.WriteRawTag(24); + output.WriteEnum((int) BadgeContent); + } + if (Location.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Location); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (BadgeGuid.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BadgeGuid); + } + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + output.WriteRawTag(24); + output.WriteEnum((int) BadgeContent); + } + if (Location.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Location); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (BadgeGuid.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(BadgeGuid); + } + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BadgeContent); + } + if (Location.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Location); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBadge other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.BadgeGuid.Length != 0) { + BadgeGuid = other.BadgeGuid; + } + if (other.BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + BadgeContent = other.BadgeContent; + } + if (other.Location.Length != 0) { + Location = other.Location; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + BadgeGuid = input.ReadBytes(); + break; + } + case 24: { + BadgeContent = (global::EpinelPS.BadgeContents) input.ReadEnum(); + break; + } + case 34: { + Location = 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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + BadgeGuid = input.ReadBytes(); + break; + } + case 24: { + BadgeContent = (global::EpinelPS.BadgeContents) input.ReadEnum(); + break; + } + case 34: { + Location = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUniqueBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUniqueBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[695]; } + } + + [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 NetUniqueBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUniqueBadge(NetUniqueBadge other) : this() { + seq_ = other.seq_; + badgeGuid_ = other.badgeGuid_; + badgeContent_ = other.badgeContent_; + location_ = other.location_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUniqueBadge Clone() { + return new NetUniqueBadge(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "BadgeGuid" field. + public const int BadgeGuidFieldNumber = 2; + private pb::ByteString badgeGuid_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString BadgeGuid { + get { return badgeGuid_; } + set { + badgeGuid_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BadgeContent" field. + public const int BadgeContentFieldNumber = 3; + private global::EpinelPS.BadgeContents badgeContent_ = global::EpinelPS.BadgeContents.BadgeContentsNone; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.BadgeContents BadgeContent { + get { return badgeContent_; } + set { + badgeContent_ = value; + } + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 4; + private string location_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Location { + get { return location_; } + set { + location_ = 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 NetUniqueBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUniqueBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (BadgeGuid != other.BadgeGuid) return false; + if (BadgeContent != other.BadgeContent) return false; + if (Location != other.Location) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (BadgeGuid.Length != 0) hash ^= BadgeGuid.GetHashCode(); + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) hash ^= BadgeContent.GetHashCode(); + if (Location.Length != 0) hash ^= Location.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (BadgeGuid.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BadgeGuid); + } + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + output.WriteRawTag(24); + output.WriteEnum((int) BadgeContent); + } + if (Location.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Location); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (BadgeGuid.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(BadgeGuid); + } + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + output.WriteRawTag(24); + output.WriteEnum((int) BadgeContent); + } + if (Location.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Location); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (BadgeGuid.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(BadgeGuid); + } + if (BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BadgeContent); + } + if (Location.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Location); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUniqueBadge other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.BadgeGuid.Length != 0) { + BadgeGuid = other.BadgeGuid; + } + if (other.BadgeContent != global::EpinelPS.BadgeContents.BadgeContentsNone) { + BadgeContent = other.BadgeContent; + } + if (other.Location.Length != 0) { + Location = other.Location; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + BadgeGuid = input.ReadBytes(); + break; + } + case 24: { + BadgeContent = (global::EpinelPS.BadgeContents) input.ReadEnum(); + break; + } + case 34: { + Location = 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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + BadgeGuid = input.ReadBytes(); + break; + } + case 24: { + BadgeContent = (global::EpinelPS.BadgeContents) input.ReadEnum(); + break; + } + case 34: { + Location = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSyncBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSyncBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[696]; } + } + + [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 ResSyncBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSyncBadge(ResSyncBadge other) : this() { + badgeList_ = other.badgeList_.Clone(); + uniqueBadgeList_ = other.uniqueBadgeList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSyncBadge Clone() { + return new ResSyncBadge(this); + } + + /// Field number for the "BadgeList" field. + public const int BadgeListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_badgeList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetBadge.Parser); + private readonly pbc::RepeatedField badgeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BadgeList { + get { return badgeList_; } + } + + /// Field number for the "UniqueBadgeList" field. + public const int UniqueBadgeListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_uniqueBadgeList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUniqueBadge.Parser); + private readonly pbc::RepeatedField uniqueBadgeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UniqueBadgeList { + get { return uniqueBadgeList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSyncBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSyncBadge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!badgeList_.Equals(other.badgeList_)) return false; + if(!uniqueBadgeList_.Equals(other.uniqueBadgeList_)) 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 ^= badgeList_.GetHashCode(); + hash ^= uniqueBadgeList_.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 + badgeList_.WriteTo(output, _repeated_badgeList_codec); + uniqueBadgeList_.WriteTo(output, _repeated_uniqueBadgeList_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) { + badgeList_.WriteTo(ref output, _repeated_badgeList_codec); + uniqueBadgeList_.WriteTo(ref output, _repeated_uniqueBadgeList_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 += badgeList_.CalculateSize(_repeated_badgeList_codec); + size += uniqueBadgeList_.CalculateSize(_repeated_uniqueBadgeList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSyncBadge other) { + if (other == null) { + return; + } + badgeList_.Add(other.badgeList_); + uniqueBadgeList_.Add(other.uniqueBadgeList_); + _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: { + badgeList_.AddEntriesFrom(input, _repeated_badgeList_codec); + break; + } + case 18: { + uniqueBadgeList_.AddEntriesFrom(input, _repeated_uniqueBadgeList_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: { + badgeList_.AddEntriesFrom(ref input, _repeated_badgeList_codec); + break; + } + case 18: { + uniqueBadgeList_.AddEntriesFrom(ref input, _repeated_uniqueBadgeList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteBadge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteBadge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[697]; } + } + + [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 ResDeleteBadge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteBadge(ResDeleteBadge other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteBadge Clone() { + return new ResDeleteBadge(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteBadge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteBadge 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(ResDeleteBadge 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 + + } + + /// + /// URL: /bookmark/scenario/add + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[698]; } + } + + [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 ReqAddScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddScenarioBookmark(ReqAddScenarioBookmark other) : this() { + scenarioGroupId_ = other.scenarioGroupId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddScenarioBookmark Clone() { + return new ReqAddScenarioBookmark(this); + } + + /// Field number for the "ScenarioGroupId" field. + public const int ScenarioGroupIdFieldNumber = 1; + private string scenarioGroupId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioGroupId { + get { return scenarioGroupId_; } + set { + scenarioGroupId_ = 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 ReqAddScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ScenarioGroupId != other.ScenarioGroupId) 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 (ScenarioGroupId.Length != 0) hash ^= ScenarioGroupId.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 (ScenarioGroupId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ScenarioGroupId); + } + 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 (ScenarioGroupId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ScenarioGroupId); + } + 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 (ScenarioGroupId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioGroupId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddScenarioBookmark other) { + if (other == null) { + return; + } + if (other.ScenarioGroupId.Length != 0) { + ScenarioGroupId = other.ScenarioGroupId; + } + _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: { + ScenarioGroupId = 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 10: { + ScenarioGroupId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[699]; } + } + + [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 ResAddScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddScenarioBookmark(ResAddScenarioBookmark other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddScenarioBookmark Clone() { + return new ResAddScenarioBookmark(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddScenarioBookmark 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(ResAddScenarioBookmark 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 + + } + + /// + /// URL: /bookmark/scenario/remove + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRemoveScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRemoveScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[700]; } + } + + [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 ReqRemoveScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRemoveScenarioBookmark(ReqRemoveScenarioBookmark other) : this() { + scenarioGroupId_ = other.scenarioGroupId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRemoveScenarioBookmark Clone() { + return new ReqRemoveScenarioBookmark(this); + } + + /// Field number for the "ScenarioGroupId" field. + public const int ScenarioGroupIdFieldNumber = 1; + private string scenarioGroupId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioGroupId { + get { return scenarioGroupId_; } + set { + scenarioGroupId_ = 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 ReqRemoveScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRemoveScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ScenarioGroupId != other.ScenarioGroupId) 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 (ScenarioGroupId.Length != 0) hash ^= ScenarioGroupId.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 (ScenarioGroupId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ScenarioGroupId); + } + 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 (ScenarioGroupId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ScenarioGroupId); + } + 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 (ScenarioGroupId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioGroupId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRemoveScenarioBookmark other) { + if (other == null) { + return; + } + if (other.ScenarioGroupId.Length != 0) { + ScenarioGroupId = other.ScenarioGroupId; + } + _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: { + ScenarioGroupId = 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 10: { + ScenarioGroupId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRemoveScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRemoveScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[701]; } + } + + [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 ResRemoveScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRemoveScenarioBookmark(ResRemoveScenarioBookmark other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRemoveScenarioBookmark Clone() { + return new ResRemoveScenarioBookmark(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRemoveScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRemoveScenarioBookmark 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(ResRemoveScenarioBookmark 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 + + } + + /// + /// URL: /bookmark/event/scenario/add + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddEventScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddEventScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[702]; } + } + + [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 ReqAddEventScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddEventScenarioBookmark(ReqAddEventScenarioBookmark other) : this() { + eventId_ = other.eventId_; + scenarioGroupId_ = other.scenarioGroupId_; + dialogType_ = other.dialogType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddEventScenarioBookmark Clone() { + return new ReqAddEventScenarioBookmark(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ScenarioGroupId" field. + public const int ScenarioGroupIdFieldNumber = 2; + private string scenarioGroupId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioGroupId { + get { return scenarioGroupId_; } + set { + scenarioGroupId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DialogType" field. + public const int DialogTypeFieldNumber = 3; + private int dialogType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DialogType { + get { return dialogType_; } + set { + dialogType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddEventScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddEventScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ScenarioGroupId != other.ScenarioGroupId) return false; + if (DialogType != other.DialogType) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ScenarioGroupId.Length != 0) hash ^= ScenarioGroupId.GetHashCode(); + if (DialogType != 0) hash ^= DialogType.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ScenarioGroupId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioGroupId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ScenarioGroupId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioGroupId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ScenarioGroupId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioGroupId); + } + if (DialogType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DialogType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddEventScenarioBookmark other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ScenarioGroupId.Length != 0) { + ScenarioGroupId = other.ScenarioGroupId; + } + if (other.DialogType != 0) { + DialogType = other.DialogType; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + ScenarioGroupId = input.ReadString(); + break; + } + case 24: { + DialogType = 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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + ScenarioGroupId = input.ReadString(); + break; + } + case 24: { + DialogType = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddEventScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddEventScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[703]; } + } + + [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 ResAddEventScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddEventScenarioBookmark(ResAddEventScenarioBookmark other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddEventScenarioBookmark Clone() { + return new ResAddEventScenarioBookmark(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddEventScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddEventScenarioBookmark 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(ResAddEventScenarioBookmark 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 + + } + + /// + /// URL: /bookmark/event/scenario/remove + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRemoveEventScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRemoveEventScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[704]; } + } + + [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 ReqRemoveEventScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRemoveEventScenarioBookmark(ReqRemoveEventScenarioBookmark other) : this() { + eventId_ = other.eventId_; + scenarioGroupId_ = other.scenarioGroupId_; + dialogType_ = other.dialogType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRemoveEventScenarioBookmark Clone() { + return new ReqRemoveEventScenarioBookmark(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ScenarioGroupId" field. + public const int ScenarioGroupIdFieldNumber = 2; + private string scenarioGroupId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioGroupId { + get { return scenarioGroupId_; } + set { + scenarioGroupId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DialogType" field. + public const int DialogTypeFieldNumber = 3; + private int dialogType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DialogType { + get { return dialogType_; } + set { + dialogType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRemoveEventScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRemoveEventScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ScenarioGroupId != other.ScenarioGroupId) return false; + if (DialogType != other.DialogType) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ScenarioGroupId.Length != 0) hash ^= ScenarioGroupId.GetHashCode(); + if (DialogType != 0) hash ^= DialogType.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ScenarioGroupId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioGroupId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ScenarioGroupId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioGroupId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ScenarioGroupId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioGroupId); + } + if (DialogType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DialogType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRemoveEventScenarioBookmark other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ScenarioGroupId.Length != 0) { + ScenarioGroupId = other.ScenarioGroupId; + } + if (other.DialogType != 0) { + DialogType = other.DialogType; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + ScenarioGroupId = input.ReadString(); + break; + } + case 24: { + DialogType = 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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + ScenarioGroupId = input.ReadString(); + break; + } + case 24: { + DialogType = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRemoveEventScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRemoveEventScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[705]; } + } + + [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 ResRemoveEventScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRemoveEventScenarioBookmark(ResRemoveEventScenarioBookmark other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRemoveEventScenarioBookmark Clone() { + return new ResRemoveEventScenarioBookmark(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRemoveEventScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRemoveEventScenarioBookmark 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(ResRemoveEventScenarioBookmark 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 + + } + + /// + /// URL: /bookmark/scenario/exist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExistScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExistScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[706]; } + } + + [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 ReqExistScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistScenarioBookmark(ReqExistScenarioBookmark other) : this() { + bookmarkList_ = other.bookmarkList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistScenarioBookmark Clone() { + return new ReqExistScenarioBookmark(this); + } + + /// Field number for the "BookmarkList" field. + public const int BookmarkListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_bookmarkList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField bookmarkList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BookmarkList { + get { return bookmarkList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExistScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExistScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!bookmarkList_.Equals(other.bookmarkList_)) 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 ^= bookmarkList_.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 + bookmarkList_.WriteTo(output, _repeated_bookmarkList_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) { + bookmarkList_.WriteTo(ref output, _repeated_bookmarkList_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 += bookmarkList_.CalculateSize(_repeated_bookmarkList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExistScenarioBookmark other) { + if (other == null) { + return; + } + bookmarkList_.Add(other.bookmarkList_); + _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: { + bookmarkList_.AddEntriesFrom(input, _repeated_bookmarkList_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: { + bookmarkList_.AddEntriesFrom(ref input, _repeated_bookmarkList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExistScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExistScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[707]; } + } + + [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 ResExistScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistScenarioBookmark(ResExistScenarioBookmark other) : this() { + existBookmarkList_ = other.existBookmarkList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistScenarioBookmark Clone() { + return new ResExistScenarioBookmark(this); + } + + /// Field number for the "ExistBookmarkList" field. + public const int ExistBookmarkListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_existBookmarkList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField existBookmarkList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ExistBookmarkList { + get { return existBookmarkList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExistScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExistScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!existBookmarkList_.Equals(other.existBookmarkList_)) 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 ^= existBookmarkList_.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 + existBookmarkList_.WriteTo(output, _repeated_existBookmarkList_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) { + existBookmarkList_.WriteTo(ref output, _repeated_existBookmarkList_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 += existBookmarkList_.CalculateSize(_repeated_existBookmarkList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExistScenarioBookmark other) { + if (other == null) { + return; + } + existBookmarkList_.Add(other.existBookmarkList_); + _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: { + existBookmarkList_.AddEntriesFrom(input, _repeated_existBookmarkList_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: { + existBookmarkList_.AddEntriesFrom(ref input, _repeated_existBookmarkList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /bookmark/event/scenario/exist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExistEventScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExistEventScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[708]; } + } + + [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 ReqExistEventScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistEventScenarioBookmark(ReqExistEventScenarioBookmark other) : this() { + eventId_ = other.eventId_; + bookmarkList_ = other.bookmarkList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistEventScenarioBookmark Clone() { + return new ReqExistEventScenarioBookmark(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "BookmarkList" field. + public const int BookmarkListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_bookmarkList_codec + = pb::FieldCodec.ForString(18); + private readonly pbc::RepeatedField bookmarkList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BookmarkList { + get { return bookmarkList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExistEventScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExistEventScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!bookmarkList_.Equals(other.bookmarkList_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= bookmarkList_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + bookmarkList_.WriteTo(output, _repeated_bookmarkList_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + bookmarkList_.WriteTo(ref output, _repeated_bookmarkList_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += bookmarkList_.CalculateSize(_repeated_bookmarkList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExistEventScenarioBookmark other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + bookmarkList_.Add(other.bookmarkList_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + bookmarkList_.AddEntriesFrom(input, _repeated_bookmarkList_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + bookmarkList_.AddEntriesFrom(ref input, _repeated_bookmarkList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExistEventScenarioBookmark : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExistEventScenarioBookmark()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[709]; } + } + + [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 ResExistEventScenarioBookmark() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistEventScenarioBookmark(ResExistEventScenarioBookmark other) : this() { + existBookmarkList_ = other.existBookmarkList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistEventScenarioBookmark Clone() { + return new ResExistEventScenarioBookmark(this); + } + + /// Field number for the "ExistBookmarkList" field. + public const int ExistBookmarkListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_existBookmarkList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField existBookmarkList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ExistBookmarkList { + get { return existBookmarkList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExistEventScenarioBookmark); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExistEventScenarioBookmark other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!existBookmarkList_.Equals(other.existBookmarkList_)) 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 ^= existBookmarkList_.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 + existBookmarkList_.WriteTo(output, _repeated_existBookmarkList_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) { + existBookmarkList_.WriteTo(ref output, _repeated_existBookmarkList_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 += existBookmarkList_.CalculateSize(_repeated_existBookmarkList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExistEventScenarioBookmark other) { + if (other == null) { + return; + } + existBookmarkList_.Add(other.existBookmarkList_); + _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: { + existBookmarkList_.AddEntriesFrom(input, _repeated_existBookmarkList_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: { + existBookmarkList_.AddEntriesFrom(ref input, _repeated_existBookmarkList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCampaignFieldData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCampaignFieldData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[710]; } + } + + [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 ResGetCampaignFieldData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCampaignFieldData(ResGetCampaignFieldData other) : this() { + field_ = other.field_ != null ? other.field_.Clone() : null; + team_ = other.team_ != null ? other.team_.Clone() : null; + teamPositions_ = other.teamPositions_.Clone(); + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCampaignFieldData Clone() { + return new ResGetCampaignFieldData(this); + } + + /// Field number for the "Field" field. + public const int FieldFieldNumber = 2; + private global::EpinelPS.NetFieldObjectData field_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFieldObjectData Field { + get { return field_; } + set { + field_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private global::EpinelPS.NetUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "TeamPositions" field. + public const int TeamPositionsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_teamPositions_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetCampaignTeamPosition.Parser); + private readonly pbc::RepeatedField teamPositions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamPositions { + get { return teamPositions_; } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 5; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 ResGetCampaignFieldData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCampaignFieldData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Field, other.Field)) return false; + if (!object.Equals(Team, other.Team)) return false; + if(!teamPositions_.Equals(other.teamPositions_)) return false; + if (Json != other.Json) 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 (field_ != null) hash ^= Field.GetHashCode(); + if (team_ != null) hash ^= Team.GetHashCode(); + hash ^= teamPositions_.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (field_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Field); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + teamPositions_.WriteTo(output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Json); + } + 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 (field_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Field); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + teamPositions_.WriteTo(ref output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Json); + } + 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 (field_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Field); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + size += teamPositions_.CalculateSize(_repeated_teamPositions_codec); + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCampaignFieldData other) { + if (other == null) { + return; + } + if (other.field_ != null) { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + Field.MergeFrom(other.Field); + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + Team.MergeFrom(other.Team); + } + teamPositions_.Add(other.teamPositions_); + if (other.Json.Length != 0) { + Json = other.Json; + } + _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 (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(Team); + break; + } + case 34: { + teamPositions_.AddEntriesFrom(input, _repeated_teamPositions_codec); + break; + } + case 42: { + Json = 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 18: { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(Team); + break; + } + case 34: { + teamPositions_.AddEntriesFrom(ref input, _repeated_teamPositions_codec); + break; + } + case 42: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveCampaignField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveCampaignField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[711]; } + } + + [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 ResSaveCampaignField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveCampaignField(ResSaveCampaignField other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveCampaignField Clone() { + return new ResSaveCampaignField(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveCampaignField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveCampaignField 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(ResSaveCampaignField 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveCampaignFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveCampaignFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[712]; } + } + + [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 ResSaveCampaignFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveCampaignFieldObject(ResSaveCampaignFieldObject other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveCampaignFieldObject Clone() { + return new ResSaveCampaignFieldObject(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveCampaignFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveCampaignFieldObject 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(ResSaveCampaignFieldObject 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainCampaignItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainCampaignItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[713]; } + } + + [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 ResObtainCampaignItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainCampaignItem(ResObtainCampaignItem other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainCampaignItem Clone() { + return new ResObtainCampaignItem(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainCampaignItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainCampaignItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainCampaignItem other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEscapeCampaign : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEscapeCampaign()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[714]; } + } + + [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 ResEscapeCampaign() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEscapeCampaign(ResEscapeCampaign other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEscapeCampaign Clone() { + return new ResEscapeCampaign(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEscapeCampaign); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEscapeCampaign 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(ResEscapeCampaign 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCharacterData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCharacterData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[715]; } + } + + [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 ResGetCharacterData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCharacterData(ResGetCharacterData other) : this() { + character_ = other.character_.Clone(); + synchroStandardCharacters_ = other.synchroStandardCharacters_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCharacterData Clone() { + return new ResGetCharacterData(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_character_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField character_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Character { + get { return character_; } + } + + /// Field number for the "SynchroStandardCharacters" field. + public const int SynchroStandardCharactersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_synchroStandardCharacters_codec + = pb::FieldCodec.ForInt64(26); + private readonly pbc::RepeatedField synchroStandardCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SynchroStandardCharacters { + get { return synchroStandardCharacters_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetCharacterData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCharacterData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!character_.Equals(other.character_)) return false; + if(!synchroStandardCharacters_.Equals(other.synchroStandardCharacters_)) 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 ^= character_.GetHashCode(); + hash ^= synchroStandardCharacters_.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 + character_.WriteTo(output, _repeated_character_codec); + synchroStandardCharacters_.WriteTo(output, _repeated_synchroStandardCharacters_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) { + character_.WriteTo(ref output, _repeated_character_codec); + synchroStandardCharacters_.WriteTo(ref output, _repeated_synchroStandardCharacters_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 += character_.CalculateSize(_repeated_character_codec); + size += synchroStandardCharacters_.CalculateSize(_repeated_synchroStandardCharacters_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCharacterData other) { + if (other == null) { + return; + } + character_.Add(other.character_); + synchroStandardCharacters_.Add(other.synchroStandardCharacters_); + _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: { + character_.AddEntriesFrom(input, _repeated_character_codec); + break; + } + case 26: + case 24: { + synchroStandardCharacters_.AddEntriesFrom(input, _repeated_synchroStandardCharacters_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 18: { + character_.AddEntriesFrom(ref input, _repeated_character_codec); + break; + } + case 26: + case 24: { + synchroStandardCharacters_.AddEntriesFrom(ref input, _repeated_synchroStandardCharacters_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetAttractiveList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetAttractiveList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[716]; } + } + + [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 ResGetAttractiveList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAttractiveList(ResGetAttractiveList other) : this() { + attractives_ = other.attractives_.Clone(); + counselAvailableCount_ = other.counselAvailableCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAttractiveList Clone() { + return new ResGetAttractiveList(this); + } + + /// Field number for the "Attractives" field. + public const int AttractivesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_attractives_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserAttractiveData.Parser); + private readonly pbc::RepeatedField attractives_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Attractives { + get { return attractives_; } + } + + /// Field number for the "CounselAvailableCount" field. + public const int CounselAvailableCountFieldNumber = 3; + private int counselAvailableCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CounselAvailableCount { + get { return counselAvailableCount_; } + set { + counselAvailableCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetAttractiveList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetAttractiveList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!attractives_.Equals(other.attractives_)) return false; + if (CounselAvailableCount != other.CounselAvailableCount) 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 ^= attractives_.GetHashCode(); + if (CounselAvailableCount != 0) hash ^= CounselAvailableCount.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 + attractives_.WriteTo(output, _repeated_attractives_codec); + if (CounselAvailableCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(CounselAvailableCount); + } + 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) { + attractives_.WriteTo(ref output, _repeated_attractives_codec); + if (CounselAvailableCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(CounselAvailableCount); + } + 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 += attractives_.CalculateSize(_repeated_attractives_codec); + if (CounselAvailableCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CounselAvailableCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetAttractiveList other) { + if (other == null) { + return; + } + attractives_.Add(other.attractives_); + if (other.CounselAvailableCount != 0) { + CounselAvailableCount = other.CounselAvailableCount; + } + _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: { + attractives_.AddEntriesFrom(input, _repeated_attractives_codec); + break; + } + case 24: { + CounselAvailableCount = 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 18: { + attractives_.AddEntriesFrom(ref input, _repeated_attractives_codec); + break; + } + case 24: { + CounselAvailableCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterCounsel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterCounsel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[717]; } + } + + [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 ResCharacterCounsel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterCounsel(ResCharacterCounsel other) : this() { + attractive_ = other.attractive_ != null ? other.attractive_.Clone() : null; + exp_ = other.exp_ != null ? other.exp_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterCounsel Clone() { + return new ResCharacterCounsel(this); + } + + /// Field number for the "Attractive" field. + public const int AttractiveFieldNumber = 2; + private global::EpinelPS.NetUserAttractiveData attractive_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserAttractiveData Attractive { + get { return attractive_; } + set { + attractive_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 4; + private global::EpinelPS.NetIncreaseExpData exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetIncreaseExpData Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterCounsel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterCounsel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Attractive, other.Attractive)) return false; + if (!object.Equals(Exp, other.Exp)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (attractive_ != null) hash ^= Attractive.GetHashCode(); + if (exp_ != null) hash ^= Exp.GetHashCode(); + hash ^= currencies_.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 (attractive_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Attractive); + } + if (exp_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Exp); + } + currencies_.WriteTo(output, _repeated_currencies_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 (attractive_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Attractive); + } + if (exp_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Exp); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (attractive_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Attractive); + } + if (exp_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Exp); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterCounsel other) { + if (other == null) { + return; + } + if (other.attractive_ != null) { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + Attractive.MergeFrom(other.Attractive); + } + if (other.exp_ != null) { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + Exp.MergeFrom(other.Exp); + } + currencies_.Add(other.currencies_); + _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 (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + input.ReadMessage(Attractive); + break; + } + case 34: { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(Exp); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + input.ReadMessage(Attractive); + break; + } + case 34: { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(Exp); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterPresent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterPresent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[718]; } + } + + [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 ResCharacterPresent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterPresent(ResCharacterPresent other) : this() { + attractive_ = other.attractive_ != null ? other.attractive_.Clone() : null; + items_ = other.items_.Clone(); + exp_ = other.exp_ != null ? other.exp_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterPresent Clone() { + return new ResCharacterPresent(this); + } + + /// Field number for the "Attractive" field. + public const int AttractiveFieldNumber = 2; + private global::EpinelPS.NetUserAttractiveData attractive_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserAttractiveData Attractive { + get { return attractive_; } + set { + attractive_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 4; + private global::EpinelPS.NetIncreaseExpData exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetIncreaseExpData 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 ResCharacterPresent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterPresent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Attractive, other.Attractive)) return false; + if(!items_.Equals(other.items_)) return false; + if (!object.Equals(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 (attractive_ != null) hash ^= Attractive.GetHashCode(); + hash ^= items_.GetHashCode(); + if (exp_ != null) 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 (attractive_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Attractive); + } + items_.WriteTo(output, _repeated_items_codec); + if (exp_ != null) { + output.WriteRawTag(34); + output.WriteMessage(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 (attractive_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Attractive); + } + items_.WriteTo(ref output, _repeated_items_codec); + if (exp_ != null) { + output.WriteRawTag(34); + output.WriteMessage(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 (attractive_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Attractive); + } + size += items_.CalculateSize(_repeated_items_codec); + if (exp_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Exp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterPresent other) { + if (other == null) { + return; + } + if (other.attractive_ != null) { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + Attractive.MergeFrom(other.Attractive); + } + items_.Add(other.items_); + if (other.exp_ != null) { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + Exp.MergeFrom(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 18: { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + input.ReadMessage(Attractive); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 34: { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(Exp); + 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 (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + input.ReadMessage(Attractive); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 34: { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(Exp); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainAttractiveReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainAttractiveReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[719]; } + } + + [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 ResObtainAttractiveReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAttractiveReward(ResObtainAttractiveReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAttractiveReward Clone() { + return new ResObtainAttractiveReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainAttractiveReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainAttractiveReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainAttractiveReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[720]; } + } + + [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 ResCharacterUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterUpgrade(ResCharacterUpgrade other) : this() { + character_ = other.character_ != null ? other.character_.Clone() : null; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterUpgrade Clone() { + return new ResCharacterUpgrade(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Character, other.Character)) return false; + if(!items_.Equals(other.items_)) 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 (character_ != null) hash ^= Character.GetHashCode(); + hash ^= items_.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 + items_.WriteTo(output, _repeated_items_codec); + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + 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 (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterUpgrade other) { + if (other == null) { + return; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + items_.Add(other.items_); + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterCoreUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterCoreUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[721]; } + } + + [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 ResCharacterCoreUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterCoreUpgrade(ResCharacterCoreUpgrade other) : this() { + character_ = other.character_ != null ? other.character_.Clone() : null; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterCoreUpgrade Clone() { + return new ResCharacterCoreUpgrade(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterCoreUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterCoreUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Character, other.Character)) return false; + if(!items_.Equals(other.items_)) 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 (character_ != null) hash ^= Character.GetHashCode(); + hash ^= items_.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 + items_.WriteTo(output, _repeated_items_codec); + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + 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 (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterCoreUpgrade other) { + if (other == null) { + return; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + items_.Add(other.items_); + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterLevelUp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterLevelUp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[722]; } + } + + [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 ResCharacterLevelUp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterLevelUp(ResCharacterLevelUp other) : this() { + character_ = other.character_ != null ? other.character_.Clone() : null; + currencies_ = other.currencies_.Clone(); + synchroLv_ = other.synchroLv_; + synchroStandardCharacters_ = other.synchroStandardCharacters_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterLevelUp Clone() { + return new ResCharacterLevelUp(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 5; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "SynchroStandardCharacters" field. + public const int SynchroStandardCharactersFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_synchroStandardCharacters_codec + = pb::FieldCodec.ForInt64(50); + private readonly pbc::RepeatedField synchroStandardCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SynchroStandardCharacters { + get { return synchroStandardCharacters_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterLevelUp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterLevelUp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Character, other.Character)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (SynchroLv != other.SynchroLv) return false; + if(!synchroStandardCharacters_.Equals(other.synchroStandardCharacters_)) 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 (character_ != null) hash ^= Character.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + hash ^= synchroStandardCharacters_.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 + currencies_.WriteTo(output, _repeated_currencies_codec); + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + if (SynchroLv != 0) { + output.WriteRawTag(40); + output.WriteInt32(SynchroLv); + } + synchroStandardCharacters_.WriteTo(output, _repeated_synchroStandardCharacters_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) { + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + if (SynchroLv != 0) { + output.WriteRawTag(40); + output.WriteInt32(SynchroLv); + } + synchroStandardCharacters_.WriteTo(ref output, _repeated_synchroStandardCharacters_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 (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + size += synchroStandardCharacters_.CalculateSize(_repeated_synchroStandardCharacters_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterLevelUp other) { + if (other == null) { + return; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + currencies_.Add(other.currencies_); + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + synchroStandardCharacters_.Add(other.synchroStandardCharacters_); + _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: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 40: { + SynchroLv = input.ReadInt32(); + break; + } + case 50: + case 48: { + synchroStandardCharacters_.AddEntriesFrom(input, _repeated_synchroStandardCharacters_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 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 40: { + SynchroLv = input.ReadInt32(); + break; + } + case 50: + case 48: { + synchroStandardCharacters_.AddEntriesFrom(ref input, _repeated_synchroStandardCharacters_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterGrowReset : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterGrowReset()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[723]; } + } + + [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 ResCharacterGrowReset() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterGrowReset(ResCharacterGrowReset other) : this() { + character_ = other.character_ != null ? other.character_.Clone() : null; + currencies_ = other.currencies_.Clone(); + synchroLv_ = other.synchroLv_; + synchroStandardCharacters_ = other.synchroStandardCharacters_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterGrowReset Clone() { + return new ResCharacterGrowReset(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 2; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 4; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "SynchroStandardCharacters" field. + public const int SynchroStandardCharactersFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_synchroStandardCharacters_codec + = pb::FieldCodec.ForInt64(42); + private readonly pbc::RepeatedField synchroStandardCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SynchroStandardCharacters { + get { return synchroStandardCharacters_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterGrowReset); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterGrowReset other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Character, other.Character)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (SynchroLv != other.SynchroLv) return false; + if(!synchroStandardCharacters_.Equals(other.synchroStandardCharacters_)) 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 (character_ != null) hash ^= Character.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + hash ^= synchroStandardCharacters_.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 (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (SynchroLv != 0) { + output.WriteRawTag(32); + output.WriteInt32(SynchroLv); + } + synchroStandardCharacters_.WriteTo(output, _repeated_synchroStandardCharacters_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 (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (SynchroLv != 0) { + output.WriteRawTag(32); + output.WriteInt32(SynchroLv); + } + synchroStandardCharacters_.WriteTo(ref output, _repeated_synchroStandardCharacters_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 (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + size += synchroStandardCharacters_.CalculateSize(_repeated_synchroStandardCharacters_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterGrowReset other) { + if (other == null) { + return; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + currencies_.Add(other.currencies_); + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + synchroStandardCharacters_.Add(other.synchroStandardCharacters_); + _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 (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 32: { + SynchroLv = input.ReadInt32(); + break; + } + case 42: + case 40: { + synchroStandardCharacters_.AddEntriesFrom(input, _repeated_synchroStandardCharacters_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 18: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 32: { + SynchroLv = input.ReadInt32(); + break; + } + case 42: + case 40: { + synchroStandardCharacters_.AddEntriesFrom(ref input, _repeated_synchroStandardCharacters_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterSkillLevelUp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterSkillLevelUp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[724]; } + } + + [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 ResCharacterSkillLevelUp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterSkillLevelUp(ResCharacterSkillLevelUp other) : this() { + character_ = other.character_ != null ? other.character_.Clone() : null; + items_ = other.items_.Clone(); + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterSkillLevelUp Clone() { + return new ResCharacterSkillLevelUp(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 2; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterSkillLevelUp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterSkillLevelUp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Character, other.Character)) return false; + if(!items_.Equals(other.items_)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (character_ != null) hash ^= Character.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= currencies_.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 (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + items_.WriteTo(output, _repeated_items_codec); + currencies_.WriteTo(output, _repeated_currencies_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 (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + items_.WriteTo(ref output, _repeated_items_codec); + currencies_.WriteTo(ref output, _repeated_currencies_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 (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + size += items_.CalculateSize(_repeated_items_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterSkillLevelUp other) { + if (other == null) { + return; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + items_.Add(other.items_); + currencies_.Add(other.currencies_); + _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 (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 34: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 34: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSynchroData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSynchroData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[725]; } + } + + [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 ResGetSynchroData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSynchroData(ResGetSynchroData other) : this() { + synchro_ = other.synchro_ != null ? other.synchro_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSynchroData Clone() { + return new ResGetSynchroData(this); + } + + /// Field number for the "Synchro" field. + public const int SynchroFieldNumber = 2; + private global::EpinelPS.NetUserSynchroData synchro_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserSynchroData Synchro { + get { return synchro_; } + set { + synchro_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSynchroData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSynchroData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Synchro, other.Synchro)) 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 (synchro_ != null) hash ^= Synchro.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 (synchro_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Synchro); + } + 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 (synchro_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Synchro); + } + 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 (synchro_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Synchro); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSynchroData other) { + if (other == null) { + return; + } + if (other.synchro_ != null) { + if (synchro_ == null) { + Synchro = new global::EpinelPS.NetUserSynchroData(); + } + Synchro.MergeFrom(other.Synchro); + } + _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 (synchro_ == null) { + Synchro = new global::EpinelPS.NetUserSynchroData(); + } + input.ReadMessage(Synchro); + 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 (synchro_ == null) { + Synchro = new global::EpinelPS.NetUserSynchroData(); + } + input.ReadMessage(Synchro); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroRegister : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroRegister()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[726]; } + } + + [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 ResSynchroRegister() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroRegister(ResSynchroRegister other) : this() { + slot_ = other.slot_ != null ? other.slot_.Clone() : null; + character_ = other.character_ != null ? other.character_.Clone() : null; + isSynchro_ = other.isSynchro_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroRegister Clone() { + return new ResSynchroRegister(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private global::EpinelPS.NetSynchroSlot slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSynchroSlot Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "IsSynchro" field. + public const int IsSynchroFieldNumber = 5; + private bool isSynchro_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSynchro { + get { return isSynchro_; } + set { + isSynchro_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroRegister); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroRegister other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Slot, other.Slot)) return false; + if (!object.Equals(Character, other.Character)) return false; + if (IsSynchro != other.IsSynchro) 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 (slot_ != null) hash ^= Slot.GetHashCode(); + if (character_ != null) hash ^= Character.GetHashCode(); + if (IsSynchro != false) hash ^= IsSynchro.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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + if (IsSynchro != false) { + output.WriteRawTag(40); + output.WriteBool(IsSynchro); + } + 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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + if (IsSynchro != false) { + output.WriteRawTag(40); + output.WriteBool(IsSynchro); + } + 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 (slot_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Slot); + } + if (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + if (IsSynchro != 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(ResSynchroRegister other) { + if (other == null) { + return; + } + if (other.slot_ != null) { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + Slot.MergeFrom(other.Slot); + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + if (other.IsSynchro != false) { + IsSynchro = other.IsSynchro; + } + _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 (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 40: { + IsSynchro = 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 18: { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 40: { + IsSynchro = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroUnregist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroUnregist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[727]; } + } + + [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 ResSynchroUnregist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroUnregist(ResSynchroUnregist other) : this() { + slot_ = other.slot_ != null ? other.slot_.Clone() : null; + character_ = other.character_ != null ? other.character_.Clone() : null; + isSynchro_ = other.isSynchro_; + synchroLv_ = other.synchroLv_; + synchroStandardCharacters_ = other.synchroStandardCharacters_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroUnregist Clone() { + return new ResSynchroUnregist(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private global::EpinelPS.NetSynchroSlot slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSynchroSlot Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 4; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "IsSynchro" field. + public const int IsSynchroFieldNumber = 5; + private bool isSynchro_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSynchro { + get { return isSynchro_; } + set { + isSynchro_ = value; + } + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 6; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "SynchroStandardCharacters" field. + public const int SynchroStandardCharactersFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_synchroStandardCharacters_codec + = pb::FieldCodec.ForInt64(58); + private readonly pbc::RepeatedField synchroStandardCharacters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SynchroStandardCharacters { + get { return synchroStandardCharacters_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroUnregist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroUnregist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Slot, other.Slot)) return false; + if (!object.Equals(Character, other.Character)) return false; + if (IsSynchro != other.IsSynchro) return false; + if (SynchroLv != other.SynchroLv) return false; + if(!synchroStandardCharacters_.Equals(other.synchroStandardCharacters_)) 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 (slot_ != null) hash ^= Slot.GetHashCode(); + if (character_ != null) hash ^= Character.GetHashCode(); + if (IsSynchro != false) hash ^= IsSynchro.GetHashCode(); + if (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + hash ^= synchroStandardCharacters_.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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + if (IsSynchro != false) { + output.WriteRawTag(40); + output.WriteBool(IsSynchro); + } + if (SynchroLv != 0) { + output.WriteRawTag(48); + output.WriteInt32(SynchroLv); + } + synchroStandardCharacters_.WriteTo(output, _repeated_synchroStandardCharacters_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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + if (character_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Character); + } + if (IsSynchro != false) { + output.WriteRawTag(40); + output.WriteBool(IsSynchro); + } + if (SynchroLv != 0) { + output.WriteRawTag(48); + output.WriteInt32(SynchroLv); + } + synchroStandardCharacters_.WriteTo(ref output, _repeated_synchroStandardCharacters_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 (slot_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Slot); + } + if (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + if (IsSynchro != false) { + size += 1 + 1; + } + if (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + size += synchroStandardCharacters_.CalculateSize(_repeated_synchroStandardCharacters_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSynchroUnregist other) { + if (other == null) { + return; + } + if (other.slot_ != null) { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + Slot.MergeFrom(other.Slot); + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + if (other.IsSynchro != false) { + IsSynchro = other.IsSynchro; + } + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + synchroStandardCharacters_.Add(other.synchroStandardCharacters_); + _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 (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 40: { + IsSynchro = input.ReadBool(); + break; + } + case 48: { + SynchroLv = input.ReadInt32(); + break; + } + case 58: + case 56: { + synchroStandardCharacters_.AddEntriesFrom(input, _repeated_synchroStandardCharacters_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 18: { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 40: { + IsSynchro = input.ReadBool(); + break; + } + case 48: { + SynchroLv = input.ReadInt32(); + break; + } + case 58: + case 56: { + synchroStandardCharacters_.AddEntriesFrom(ref input, _repeated_synchroStandardCharacters_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroAddSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroAddSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[728]; } + } + + [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 ResSynchroAddSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroAddSlot(ResSynchroAddSlot other) : this() { + slot_ = other.slot_ != null ? other.slot_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroAddSlot Clone() { + return new ResSynchroAddSlot(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private global::EpinelPS.NetSynchroSlot slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSynchroSlot Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroAddSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroAddSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Slot, other.Slot)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (slot_ != null) hash ^= Slot.GetHashCode(); + hash ^= currencies_.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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + currencies_.WriteTo(output, _repeated_currencies_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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (slot_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Slot); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSynchroAddSlot other) { + if (other == null) { + return; + } + if (other.slot_ != null) { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + Slot.MergeFrom(other.Slot); + } + currencies_.Add(other.currencies_); + _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 (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/synchrodevice/addslotbyitem + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSynchroAddSlotByItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSynchroAddSlotByItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[729]; } + } + + [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 ReqSynchroAddSlotByItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroAddSlotByItem(ReqSynchroAddSlotByItem other) : this() { + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSynchroAddSlotByItem Clone() { + return new ReqSynchroAddSlotByItem(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSynchroAddSlotByItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSynchroAddSlotByItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSynchroAddSlotByItem other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Isn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroAddSlotByItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroAddSlotByItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[730]; } + } + + [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 ResSynchroAddSlotByItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroAddSlotByItem(ResSynchroAddSlotByItem other) : this() { + slot_ = other.slot_ != null ? other.slot_.Clone() : null; + item_ = other.item_ != null ? other.item_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroAddSlotByItem Clone() { + return new ResSynchroAddSlotByItem(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private global::EpinelPS.NetSynchroSlot slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSynchroSlot Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 2; + private global::EpinelPS.NetUserItemData item_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Item { + get { return item_; } + set { + item_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroAddSlotByItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroAddSlotByItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Slot, other.Slot)) return false; + if (!object.Equals(Item, other.Item)) 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 (slot_ != null) hash ^= Slot.GetHashCode(); + if (item_ != null) hash ^= Item.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 (slot_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Slot); + } + if (item_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Item); + } + 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 (slot_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Slot); + } + if (item_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Item); + } + 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 (slot_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Slot); + } + if (item_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSynchroAddSlotByItem other) { + if (other == null) { + return; + } + if (other.slot_ != null) { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + Slot.MergeFrom(other.Slot); + } + if (other.item_ != null) { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + Item.MergeFrom(other.Item); + } + _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: { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 18: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + 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: { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 18: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroImmediatelyInitialize : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroImmediatelyInitialize()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[731]; } + } + + [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 ResSynchroImmediatelyInitialize() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroImmediatelyInitialize(ResSynchroImmediatelyInitialize other) : this() { + slot_ = other.slot_ != null ? other.slot_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroImmediatelyInitialize Clone() { + return new ResSynchroImmediatelyInitialize(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 2; + private global::EpinelPS.NetSynchroSlot slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSynchroSlot Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroImmediatelyInitialize); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroImmediatelyInitialize other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Slot, other.Slot)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (slot_ != null) hash ^= Slot.GetHashCode(); + hash ^= currencies_.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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + currencies_.WriteTo(output, _repeated_currencies_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 (slot_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Slot); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (slot_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Slot); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSynchroImmediatelyInitialize other) { + if (other == null) { + return; + } + if (other.slot_ != null) { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + Slot.MergeFrom(other.Slot); + } + currencies_.Add(other.currencies_); + _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 (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: { + if (slot_ == null) { + Slot = new global::EpinelPS.NetSynchroSlot(); + } + input.ReadMessage(Slot); + break; + } + case 34: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroLevelUp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroLevelUp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[732]; } + } + + [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 ResSynchroLevelUp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroLevelUp(ResSynchroLevelUp other) : this() { + synchroLv_ = other.synchroLv_; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroLevelUp Clone() { + return new ResSynchroLevelUp(this); + } + + /// Field number for the "SynchroLv" field. + public const int SynchroLvFieldNumber = 2; + private int synchroLv_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SynchroLv { + get { return synchroLv_; } + set { + synchroLv_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroLevelUp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroLevelUp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SynchroLv != other.SynchroLv) return false; + if(!currencies_.Equals(other.currencies_)) 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 (SynchroLv != 0) hash ^= SynchroLv.GetHashCode(); + hash ^= currencies_.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 (SynchroLv != 0) { + output.WriteRawTag(16); + output.WriteInt32(SynchroLv); + } + currencies_.WriteTo(output, _repeated_currencies_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 (SynchroLv != 0) { + output.WriteRawTag(16); + output.WriteInt32(SynchroLv); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (SynchroLv != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SynchroLv); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSynchroLevelUp other) { + if (other == null) { + return; + } + if (other.SynchroLv != 0) { + SynchroLv = other.SynchroLv; + } + currencies_.Add(other.currencies_); + _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: { + SynchroLv = input.ReadInt32(); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + SynchroLv = input.ReadInt32(); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSynchroChange : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSynchroChange()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[733]; } + } + + [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 ResSynchroChange() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroChange(ResSynchroChange other) : this() { + characters_ = other.characters_.Clone(); + slots_ = other.slots_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSynchroChange Clone() { + return new ResSynchroChange(this); + } + + /// Field number for the "Characters" field. + public const int CharactersFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_characters_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField characters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Characters { + get { return characters_; } + } + + /// Field number for the "Slots" field. + public const int SlotsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_slots_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSynchroSlot.Parser); + private readonly pbc::RepeatedField slots_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Slots { + get { return slots_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSynchroChange); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSynchroChange other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!characters_.Equals(other.characters_)) return false; + if(!slots_.Equals(other.slots_)) 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 ^= characters_.GetHashCode(); + hash ^= slots_.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 + characters_.WriteTo(output, _repeated_characters_codec); + slots_.WriteTo(output, _repeated_slots_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) { + characters_.WriteTo(ref output, _repeated_characters_codec); + slots_.WriteTo(ref output, _repeated_slots_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 += characters_.CalculateSize(_repeated_characters_codec); + size += slots_.CalculateSize(_repeated_slots_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSynchroChange other) { + if (other == null) { + return; + } + characters_.Add(other.characters_); + slots_.Add(other.slots_); + _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: { + characters_.AddEntriesFrom(input, _repeated_characters_codec); + break; + } + case 26: { + slots_.AddEntriesFrom(input, _repeated_slots_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 18: { + characters_.AddEntriesFrom(ref input, _repeated_characters_codec); + break; + } + case 26: { + slots_.AddEntriesFrom(ref input, _repeated_slots_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCharacterCostumeData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCharacterCostumeData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[734]; } + } + + [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 ResGetCharacterCostumeData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCharacterCostumeData(ResGetCharacterCostumeData other) : this() { + costumeIds_ = other.costumeIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCharacterCostumeData Clone() { + return new ResGetCharacterCostumeData(this); + } + + /// Field number for the "CostumeIds" field. + public const int CostumeIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_costumeIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField costumeIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CostumeIds { + get { return costumeIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetCharacterCostumeData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCharacterCostumeData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!costumeIds_.Equals(other.costumeIds_)) 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 ^= costumeIds_.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 + costumeIds_.WriteTo(output, _repeated_costumeIds_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) { + costumeIds_.WriteTo(ref output, _repeated_costumeIds_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 += costumeIds_.CalculateSize(_repeated_costumeIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCharacterCostumeData other) { + if (other == null) { + return; + } + costumeIds_.Add(other.costumeIds_); + _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: + case 16: { + costumeIds_.AddEntriesFrom(input, _repeated_costumeIds_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 18: + case 16: { + costumeIds_.AddEntriesFrom(ref input, _repeated_costumeIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCharacterCostume : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCharacterCostume()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[735]; } + } + + [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 ResSetCharacterCostume() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterCostume(ResSetCharacterCostume other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterCostume Clone() { + return new ResSetCharacterCostume(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCharacterCostume); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCharacterCostume 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(ResSetCharacterCostume 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAttractiveFavorites : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAttractiveFavorites()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[736]; } + } + + [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 ResSetAttractiveFavorites() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAttractiveFavorites(ResSetAttractiveFavorites other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAttractiveFavorites Clone() { + return new ResSetAttractiveFavorites(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAttractiveFavorites); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAttractiveFavorites 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(ResSetAttractiveFavorites 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 + + } + + /// + /// URL: /character/skill/reset + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterSkillLevelReset : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterSkillLevelReset()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[737]; } + } + + [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 ReqCharacterSkillLevelReset() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterSkillLevelReset(ReqCharacterSkillLevelReset other) : this() { + csn_ = other.csn_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterSkillLevelReset Clone() { + return new ReqCharacterSkillLevelReset(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterSkillLevelReset); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterSkillLevelReset other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (EventId != other.EventId) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterSkillLevelReset other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + EventId = 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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterSkillLevelReset : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterSkillLevelReset()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[738]; } + } + + [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 ResCharacterSkillLevelReset() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterSkillLevelReset(ResCharacterSkillLevelReset other) : this() { + result_ = other.result_; + character_ = other.character_ != null ? other.character_.Clone() : null; + currencies_ = other.currencies_.Clone(); + userItems_ = other.userItems_.Clone(); + items_ = other.items_.Clone(); + redeems_ = other.redeems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterSkillLevelReset Clone() { + return new ResCharacterSkillLevelReset(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.CharacterSkillLevelResetResult result_ = global::EpinelPS.CharacterSkillLevelResetResult.CharacterSkillLevelResetResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CharacterSkillLevelResetResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 2; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "UserItems" field. + public const int UserItemsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_userItems_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField userItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserItems { + get { return userItems_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Redeems" field. + public const int RedeemsFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_redeems_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField redeems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Redeems { + get { return redeems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterSkillLevelReset); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterSkillLevelReset other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Character, other.Character)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if(!userItems_.Equals(other.userItems_)) return false; + if(!items_.Equals(other.items_)) return false; + if(!redeems_.Equals(other.redeems_)) 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 (Result != global::EpinelPS.CharacterSkillLevelResetResult.CharacterSkillLevelResetResultSuccess) hash ^= Result.GetHashCode(); + if (character_ != null) hash ^= Character.GetHashCode(); + hash ^= currencies_.GetHashCode(); + hash ^= userItems_.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= redeems_.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 (Result != global::EpinelPS.CharacterSkillLevelResetResult.CharacterSkillLevelResetResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + userItems_.WriteTo(output, _repeated_userItems_codec); + items_.WriteTo(output, _repeated_items_codec); + redeems_.WriteTo(output, _repeated_redeems_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 (Result != global::EpinelPS.CharacterSkillLevelResetResult.CharacterSkillLevelResetResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (character_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Character); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + userItems_.WriteTo(ref output, _repeated_userItems_codec); + items_.WriteTo(ref output, _repeated_items_codec); + redeems_.WriteTo(ref output, _repeated_redeems_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 (Result != global::EpinelPS.CharacterSkillLevelResetResult.CharacterSkillLevelResetResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + size += userItems_.CalculateSize(_repeated_userItems_codec); + size += items_.CalculateSize(_repeated_items_codec); + size += redeems_.CalculateSize(_repeated_redeems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterSkillLevelReset other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.CharacterSkillLevelResetResult.CharacterSkillLevelResetResultSuccess) { + Result = other.Result; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + currencies_.Add(other.currencies_); + userItems_.Add(other.userItems_); + items_.Add(other.items_); + redeems_.Add(other.redeems_); + _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: { + Result = (global::EpinelPS.CharacterSkillLevelResetResult) input.ReadEnum(); + break; + } + case 18: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 34: { + userItems_.AddEntriesFrom(input, _repeated_userItems_codec); + break; + } + case 42: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 50: { + redeems_.AddEntriesFrom(input, _repeated_redeems_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: { + Result = (global::EpinelPS.CharacterSkillLevelResetResult) input.ReadEnum(); + break; + } + case 18: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 34: { + userItems_.AddEntriesFrom(ref input, _repeated_userItems_codec); + break; + } + case 42: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 50: { + redeems_.AddEntriesFrom(ref input, _repeated_redeems_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/counsel/check + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCounseledBefore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCounseledBefore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[739]; } + } + + [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 ReqCounseledBefore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCounseledBefore(ReqCounseledBefore other) : this() { + counselTid_ = other.counselTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCounseledBefore Clone() { + return new ReqCounseledBefore(this); + } + + /// Field number for the "CounselTid" field. + public const int CounselTidFieldNumber = 1; + private int counselTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CounselTid { + get { return counselTid_; } + set { + counselTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCounseledBefore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCounseledBefore other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CounselTid != other.CounselTid) 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 (CounselTid != 0) hash ^= CounselTid.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 (CounselTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(CounselTid); + } + 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 (CounselTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(CounselTid); + } + 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 (CounselTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CounselTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCounseledBefore other) { + if (other == null) { + return; + } + if (other.CounselTid != 0) { + CounselTid = other.CounselTid; + } + _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: { + CounselTid = 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: { + CounselTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCounseledBefore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCounseledBefore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[740]; } + } + + [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 ResCounseledBefore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCounseledBefore(ResCounseledBefore other) : this() { + isCounseledBefore_ = other.isCounseledBefore_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCounseledBefore Clone() { + return new ResCounseledBefore(this); + } + + /// Field number for the "IsCounseledBefore" field. + public const int IsCounseledBeforeFieldNumber = 1; + private bool isCounseledBefore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsCounseledBefore { + get { return isCounseledBefore_; } + set { + isCounseledBefore_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCounseledBefore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCounseledBefore other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsCounseledBefore != other.IsCounseledBefore) 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 (IsCounseledBefore != false) hash ^= IsCounseledBefore.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 (IsCounseledBefore != false) { + output.WriteRawTag(8); + output.WriteBool(IsCounseledBefore); + } + 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 (IsCounseledBefore != false) { + output.WriteRawTag(8); + output.WriteBool(IsCounseledBefore); + } + 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 (IsCounseledBefore != 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(ResCounseledBefore other) { + if (other == null) { + return; + } + if (other.IsCounseledBefore != false) { + IsCounseledBefore = other.IsCounseledBefore; + } + _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: { + IsCounseledBefore = 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 8: { + IsCounseledBefore = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /character/counsel/quick + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCharacterQuickCounsel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCharacterQuickCounsel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[741]; } + } + + [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 ReqCharacterQuickCounsel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterQuickCounsel(ReqCharacterQuickCounsel other) : this() { + nameCode_ = other.nameCode_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCharacterQuickCounsel Clone() { + return new ReqCharacterQuickCounsel(this); + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 1; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCharacterQuickCounsel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCharacterQuickCounsel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NameCode != other.NameCode) 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 (NameCode != 0) hash ^= NameCode.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 (NameCode != 0) { + output.WriteRawTag(8); + output.WriteInt32(NameCode); + } + 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 (NameCode != 0) { + output.WriteRawTag(8); + output.WriteInt32(NameCode); + } + 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 (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCharacterQuickCounsel other) { + if (other == null) { + return; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + _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: { + NameCode = 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: { + NameCode = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCharacterQuickCounsel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCharacterQuickCounsel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[742]; } + } + + [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 ResCharacterQuickCounsel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterQuickCounsel(ResCharacterQuickCounsel other) : this() { + attractive_ = other.attractive_ != null ? other.attractive_.Clone() : null; + exp_ = other.exp_ != null ? other.exp_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCharacterQuickCounsel Clone() { + return new ResCharacterQuickCounsel(this); + } + + /// Field number for the "Attractive" field. + public const int AttractiveFieldNumber = 1; + private global::EpinelPS.NetUserAttractiveData attractive_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserAttractiveData Attractive { + get { return attractive_; } + set { + attractive_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 2; + private global::EpinelPS.NetIncreaseExpData exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetIncreaseExpData Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCharacterQuickCounsel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCharacterQuickCounsel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Attractive, other.Attractive)) return false; + if (!object.Equals(Exp, other.Exp)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (attractive_ != null) hash ^= Attractive.GetHashCode(); + if (exp_ != null) hash ^= Exp.GetHashCode(); + hash ^= currencies_.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 (attractive_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Attractive); + } + if (exp_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Exp); + } + currencies_.WriteTo(output, _repeated_currencies_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 (attractive_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Attractive); + } + if (exp_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Exp); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (attractive_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Attractive); + } + if (exp_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Exp); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCharacterQuickCounsel other) { + if (other == null) { + return; + } + if (other.attractive_ != null) { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + Attractive.MergeFrom(other.Attractive); + } + if (other.exp_ != null) { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + Exp.MergeFrom(other.Exp); + } + currencies_.Add(other.currencies_); + _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: { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + input.ReadMessage(Attractive); + break; + } + case 18: { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(Exp); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + if (attractive_ == null) { + Attractive = new global::EpinelPS.NetUserAttractiveData(); + } + input.ReadMessage(Attractive); + break; + } + case 18: { + if (exp_ == null) { + Exp = new global::EpinelPS.NetIncreaseExpData(); + } + input.ReadMessage(Exp); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCharacterEquipData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCharacterEquipData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[743]; } + } + + [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 NetCharacterEquipData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterEquipData(NetCharacterEquipData other) : this() { + csn_ = other.csn_; + tidList_ = other.tidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCharacterEquipData Clone() { + return new NetCharacterEquipData(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "TidList" field. + public const int TidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TidList { + get { return tidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCharacterEquipData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCharacterEquipData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if(!tidList_.Equals(other.tidList_)) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + hash ^= tidList_.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + tidList_.WriteTo(output, _repeated_tidList_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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + tidList_.WriteTo(ref output, _repeated_tidList_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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + size += tidList_.CalculateSize(_repeated_tidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCharacterEquipData other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + tidList_.Add(other.tidList_); + _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: { + Csn = input.ReadInt64(); + break; + } + case 18: + case 16: { + tidList_.AddEntriesFrom(input, _repeated_tidList_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: { + Csn = input.ReadInt64(); + break; + } + case 18: + case 16: { + tidList_.AddEntriesFrom(ref input, _repeated_tidList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[744]; } + } + + [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 ResResetUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetUser(ResResetUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetUser Clone() { + return new ResResetUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetUser 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(ResResetUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[745]; } + } + + [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 ResDeleteUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteUser(ResDeleteUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteUser Clone() { + return new ResDeleteUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteUser 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(ResDeleteUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetUserLv : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetUserLv()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[746]; } + } + + [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 ResSetUserLv() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUserLv(ResSetUserLv other) : this() { + userData_ = other.userData_ != null ? other.userData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUserLv Clone() { + return new ResSetUserLv(this); + } + + /// Field number for the "UserData" field. + public const int UserDataFieldNumber = 2; + private global::EpinelPS.NetUserData userData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserData UserData { + get { return userData_; } + set { + userData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetUserLv); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetUserLv other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserData, other.UserData)) 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 (userData_ != null) hash ^= UserData.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 (userData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserData); + } + 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 (userData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserData); + } + 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 (userData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetUserLv other) { + if (other == null) { + return; + } + if (other.userData_ != null) { + if (userData_ == null) { + UserData = new global::EpinelPS.NetUserData(); + } + UserData.MergeFrom(other.UserData); + } + _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 (userData_ == null) { + UserData = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(UserData); + 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 (userData_ == null) { + UserData = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(UserData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[747]; } + } + + [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 ResAddCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCharacter(ResAddCharacter other) : this() { + charList_ = other.charList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCharacter Clone() { + return new ResAddCharacter(this); + } + + /// Field number for the "CharList" field. + public const int CharListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_charList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField charList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharList { + get { return charList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!charList_.Equals(other.charList_)) 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 ^= charList_.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 + charList_.WriteTo(output, _repeated_charList_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) { + charList_.WriteTo(ref output, _repeated_charList_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 += charList_.CalculateSize(_repeated_charList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddCharacter other) { + if (other == null) { + return; + } + charList_.Add(other.charList_); + _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: { + charList_.AddEntriesFrom(input, _repeated_charList_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 18: { + charList_.AddEntriesFrom(ref input, _repeated_charList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCharacterLv : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCharacterLv()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[748]; } + } + + [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 ResSetCharacterLv() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterLv(ResSetCharacterLv other) : this() { + charList_ = other.charList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterLv Clone() { + return new ResSetCharacterLv(this); + } + + /// Field number for the "CharList" field. + public const int CharListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_charList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField charList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharList { + get { return charList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCharacterLv); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCharacterLv other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!charList_.Equals(other.charList_)) 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 ^= charList_.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 + charList_.WriteTo(output, _repeated_charList_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) { + charList_.WriteTo(ref output, _repeated_charList_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 += charList_.CalculateSize(_repeated_charList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetCharacterLv other) { + if (other == null) { + return; + } + charList_.Add(other.charList_); + _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: { + charList_.AddEntriesFrom(input, _repeated_charList_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 18: { + charList_.AddEntriesFrom(ref input, _repeated_charList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAllCharacterLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAllCharacterLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[749]; } + } + + [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 ResSetAllCharacterLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllCharacterLevel(ResSetAllCharacterLevel other) : this() { + charList_ = other.charList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllCharacterLevel Clone() { + return new ResSetAllCharacterLevel(this); + } + + /// Field number for the "CharList" field. + public const int CharListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_charList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField charList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharList { + get { return charList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAllCharacterLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAllCharacterLevel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!charList_.Equals(other.charList_)) 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 ^= charList_.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 + charList_.WriteTo(output, _repeated_charList_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) { + charList_.WriteTo(ref output, _repeated_charList_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 += charList_.CalculateSize(_repeated_charList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetAllCharacterLevel other) { + if (other == null) { + return; + } + charList_.Add(other.charList_); + _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: { + charList_.AddEntriesFrom(input, _repeated_charList_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 18: { + charList_.AddEntriesFrom(ref input, _repeated_charList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteCharacters : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteCharacters()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[750]; } + } + + [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 ResDeleteCharacters() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteCharacters(ResDeleteCharacters other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteCharacters Clone() { + return new ResDeleteCharacters(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteCharacters); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteCharacters 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(ResDeleteCharacters 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddAllCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddAllCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[751]; } + } + + [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 ResAddAllCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddAllCharacter(ResAddAllCharacter other) : this() { + charList_ = other.charList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddAllCharacter Clone() { + return new ResAddAllCharacter(this); + } + + /// Field number for the "CharList" field. + public const int CharListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_charList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField charList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharList { + get { return charList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddAllCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddAllCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!charList_.Equals(other.charList_)) 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 ^= charList_.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 + charList_.WriteTo(output, _repeated_charList_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) { + charList_.WriteTo(ref output, _repeated_charList_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 += charList_.CalculateSize(_repeated_charList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddAllCharacter other) { + if (other == null) { + return; + } + charList_.Add(other.charList_); + _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: { + charList_.AddEntriesFrom(input, _repeated_charList_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 18: { + charList_.AddEntriesFrom(ref input, _repeated_charList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[752]; } + } + + [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 ResAddCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCurrency(ResAddCurrency other) : this() { + currencyData_ = other.currencyData_ != null ? other.currencyData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCurrency Clone() { + return new ResAddCurrency(this); + } + + /// Field number for the "CurrencyData" field. + public const int CurrencyDataFieldNumber = 2; + private global::EpinelPS.NetUserCurrencyData currencyData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData CurrencyData { + get { return currencyData_; } + set { + currencyData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddCurrency other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CurrencyData, other.CurrencyData)) 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 (currencyData_ != null) hash ^= CurrencyData.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 (currencyData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(CurrencyData); + } + 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 (currencyData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(CurrencyData); + } + 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 (currencyData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrencyData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddCurrency other) { + if (other == null) { + return; + } + if (other.currencyData_ != null) { + if (currencyData_ == null) { + CurrencyData = new global::EpinelPS.NetUserCurrencyData(); + } + CurrencyData.MergeFrom(other.CurrencyData); + } + _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 (currencyData_ == null) { + CurrencyData = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(CurrencyData); + 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 (currencyData_ == null) { + CurrencyData = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(CurrencyData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[753]; } + } + + [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 ResAddItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddItem(ResAddItem other) : this() { + itemList_ = other.itemList_.Clone(); + redeemList_ = other.redeemList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddItem Clone() { + return new ResAddItem(this); + } + + /// Field number for the "ItemList" field. + public const int ItemListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_itemList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField itemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemList { + get { return itemList_; } + } + + /// Field number for the "RedeemList" field. + public const int RedeemListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_redeemList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField redeemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RedeemList { + get { return redeemList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!itemList_.Equals(other.itemList_)) return false; + if(!redeemList_.Equals(other.redeemList_)) 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 ^= itemList_.GetHashCode(); + hash ^= redeemList_.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 + itemList_.WriteTo(output, _repeated_itemList_codec); + redeemList_.WriteTo(output, _repeated_redeemList_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) { + itemList_.WriteTo(ref output, _repeated_itemList_codec); + redeemList_.WriteTo(ref output, _repeated_redeemList_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 += itemList_.CalculateSize(_repeated_itemList_codec); + size += redeemList_.CalculateSize(_repeated_redeemList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddItem other) { + if (other == null) { + return; + } + itemList_.Add(other.itemList_); + redeemList_.Add(other.redeemList_); + _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: { + itemList_.AddEntriesFrom(input, _repeated_itemList_codec); + break; + } + case 26: { + redeemList_.AddEntriesFrom(input, _repeated_redeemList_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 18: { + itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec); + break; + } + case 26: { + redeemList_.AddEntriesFrom(ref input, _repeated_redeemList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDelItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDelItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[754]; } + } + + [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 ResDelItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDelItem(ResDelItem other) : this() { + itemList_ = other.itemList_.Clone(); + redeemList_ = other.redeemList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDelItem Clone() { + return new ResDelItem(this); + } + + /// Field number for the "ItemList" field. + public const int ItemListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_itemList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField itemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemList { + get { return itemList_; } + } + + /// Field number for the "RedeemList" field. + public const int RedeemListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_redeemList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField redeemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RedeemList { + get { return redeemList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDelItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDelItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!itemList_.Equals(other.itemList_)) return false; + if(!redeemList_.Equals(other.redeemList_)) 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 ^= itemList_.GetHashCode(); + hash ^= redeemList_.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 + itemList_.WriteTo(output, _repeated_itemList_codec); + redeemList_.WriteTo(output, _repeated_redeemList_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) { + itemList_.WriteTo(ref output, _repeated_itemList_codec); + redeemList_.WriteTo(ref output, _repeated_redeemList_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 += itemList_.CalculateSize(_repeated_itemList_codec); + size += redeemList_.CalculateSize(_repeated_redeemList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDelItem other) { + if (other == null) { + return; + } + itemList_.Add(other.itemList_); + redeemList_.Add(other.redeemList_); + _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: { + itemList_.AddEntriesFrom(input, _repeated_itemList_codec); + break; + } + case 26: { + redeemList_.AddEntriesFrom(input, _repeated_redeemList_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 18: { + itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec); + break; + } + case 26: { + redeemList_.AddEntriesFrom(ref input, _repeated_redeemList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResPostMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResPostMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[755]; } + } + + [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 ResPostMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPostMail(ResPostMail other) : this() { + mail_ = other.mail_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPostMail Clone() { + return new ResPostMail(this); + } + + /// Field number for the "Mail" field. + public const int MailFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_mail_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserMailData.Parser); + private readonly pbc::RepeatedField mail_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Mail { + get { return mail_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResPostMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResPostMail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!mail_.Equals(other.mail_)) 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 ^= mail_.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 + mail_.WriteTo(output, _repeated_mail_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) { + mail_.WriteTo(ref output, _repeated_mail_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 += mail_.CalculateSize(_repeated_mail_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResPostMail other) { + if (other == null) { + return; + } + mail_.Add(other.mail_); + _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: { + mail_.AddEntriesFrom(input, _repeated_mail_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 18: { + mail_.AddEntriesFrom(ref input, _repeated_mail_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetLastLogin : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetLastLogin()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[756]; } + } + + [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 ResSetLastLogin() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetLastLogin(ResSetLastLogin other) : this() { + lastLoginTic_ = other.lastLoginTic_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetLastLogin Clone() { + return new ResSetLastLogin(this); + } + + /// Field number for the "LastLoginTic" field. + public const int LastLoginTicFieldNumber = 2; + private long lastLoginTic_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastLoginTic { + get { return lastLoginTic_; } + set { + lastLoginTic_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetLastLogin); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetLastLogin other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LastLoginTic != other.LastLoginTic) 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 (LastLoginTic != 0L) hash ^= LastLoginTic.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 (LastLoginTic != 0L) { + output.WriteRawTag(16); + output.WriteInt64(LastLoginTic); + } + 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 (LastLoginTic != 0L) { + output.WriteRawTag(16); + output.WriteInt64(LastLoginTic); + } + 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 (LastLoginTic != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastLoginTic); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetLastLogin other) { + if (other == null) { + return; + } + if (other.LastLoginTic != 0L) { + LastLoginTic = other.LastLoginTic; + } + _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: { + LastLoginTic = input.ReadInt64(); + 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: { + LastLoginTic = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetBuyLimit : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetBuyLimit()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[757]; } + } + + [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 ResResetBuyLimit() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetBuyLimit(ResResetBuyLimit other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetBuyLimit Clone() { + return new ResResetBuyLimit(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetBuyLimit); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetBuyLimit 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(ResResetBuyLimit 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetFriendship : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetFriendship()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[758]; } + } + + [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 ResResetFriendship() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetFriendship(ResResetFriendship other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetFriendship Clone() { + return new ResResetFriendship(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetFriendship); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetFriendship 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(ResResetFriendship 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[759]; } + } + + [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 ResResetStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetStage(ResResetStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetStage Clone() { + return new ResResetStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetStage 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(ResResetStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllNormalStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllNormalStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[760]; } + } + + [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 ResClearAllNormalStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllNormalStage(ResClearAllNormalStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllNormalStage Clone() { + return new ResClearAllNormalStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllNormalStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllNormalStage 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(ResClearAllNormalStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllHardStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllHardStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[761]; } + } + + [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 ResClearAllHardStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllHardStage(ResClearAllHardStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllHardStage Clone() { + return new ResClearAllHardStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllHardStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllHardStage 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(ResClearAllHardStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[762]; } + } + + [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 ResResetTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTower(ResResetTower other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTower Clone() { + return new ResResetTower(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTower 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(ResResetTower 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[763]; } + } + + [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 ResClearAllTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllTower(ResClearAllTower other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllTower Clone() { + return new ResClearAllTower(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllTower 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(ResClearAllTower 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllFieldItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllFieldItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[764]; } + } + + [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 ResClearAllFieldItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllFieldItem(ResClearAllFieldItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllFieldItem Clone() { + return new ResClearAllFieldItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllFieldItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllFieldItem 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(ResClearAllFieldItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearFieldItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearFieldItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[765]; } + } + + [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 ResClearFieldItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearFieldItem(ResClearFieldItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearFieldItem Clone() { + return new ResClearFieldItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearFieldItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearFieldItem 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(ResClearFieldItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAcquireGuildActivityPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAcquireGuildActivityPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[766]; } + } + + [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 ResAcquireGuildActivityPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcquireGuildActivityPoint(ResAcquireGuildActivityPoint other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcquireGuildActivityPoint Clone() { + return new ResAcquireGuildActivityPoint(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAcquireGuildActivityPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAcquireGuildActivityPoint 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(ResAcquireGuildActivityPoint 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetGachaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetGachaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[767]; } + } + + [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 ResResetGachaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetGachaData(ResResetGachaData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetGachaData Clone() { + return new ResResetGachaData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetGachaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetGachaData 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(ResResetGachaData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetShopRenewCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetShopRenewCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[768]; } + } + + [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 ResResetShopRenewCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetShopRenewCount(ResResetShopRenewCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetShopRenewCount Clone() { + return new ResResetShopRenewCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetShopRenewCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetShopRenewCount 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(ResResetShopRenewCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetShop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetShop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[769]; } + } + + [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 ResResetShop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetShop(ResResetShop other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetShop Clone() { + return new ResResetShop(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetShop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetShop 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(ResResetShop 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[770]; } + } + + [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 ResResetBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetBuilding(ResResetBuilding other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetBuilding Clone() { + return new ResResetBuilding(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetBuilding 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(ResResetBuilding 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceAcceptFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceAcceptFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[771]; } + } + + [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 ResForceAcceptFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAcceptFriend(ResForceAcceptFriend other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAcceptFriend Clone() { + return new ResForceAcceptFriend(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceAcceptFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceAcceptFriend 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(ResForceAcceptFriend 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[772]; } + } + + [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 ResSetTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTrigger(ResSetTrigger other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTrigger Clone() { + return new ResSetTrigger(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTrigger 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(ResSetTrigger 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[773]; } + } + + [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 ResResetTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTrigger(ResResetTrigger other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTrigger Clone() { + return new ResResetTrigger(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTrigger 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(ResResetTrigger 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTodayCounsel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTodayCounsel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[774]; } + } + + [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 ResResetTodayCounsel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTodayCounsel(ResResetTodayCounsel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTodayCounsel Clone() { + return new ResResetTodayCounsel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTodayCounsel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTodayCounsel 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(ResResetTodayCounsel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllAttractiveCounselData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllAttractiveCounselData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[775]; } + } + + [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 ResResetAllAttractiveCounselData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllAttractiveCounselData(ResResetAllAttractiveCounselData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllAttractiveCounselData Clone() { + return new ResResetAllAttractiveCounselData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllAttractiveCounselData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllAttractiveCounselData 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(ResResetAllAttractiveCounselData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMainQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMainQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[776]; } + } + + [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 ResClearMainQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMainQuest(ResClearMainQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMainQuest Clone() { + return new ResClearMainQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMainQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMainQuest 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(ResClearMainQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearMainQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearMainQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[777]; } + } + + [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 ResAllClearMainQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearMainQuest(ResAllClearMainQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearMainQuest Clone() { + return new ResAllClearMainQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearMainQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearMainQuest 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(ResAllClearMainQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllAddItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllAddItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[778]; } + } + + [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 ResAllAddItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAddItem(ResAllAddItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAddItem Clone() { + return new ResAllAddItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllAddItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllAddItem 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(ResAllAddItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetOutpostEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetOutpostEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[779]; } + } + + [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 ResResetOutpostEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOutpostEvent(ResResetOutpostEvent other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOutpostEvent Clone() { + return new ResResetOutpostEvent(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetOutpostEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetOutpostEvent 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(ResResetOutpostEvent 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMessenger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMessenger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[780]; } + } + + [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 ResResetMessenger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMessenger(ResResetMessenger other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMessenger Clone() { + return new ResResetMessenger(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMessenger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMessenger 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(ResResetMessenger 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResReceiveRequestFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResReceiveRequestFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[781]; } + } + + [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 ResReceiveRequestFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReceiveRequestFriend(ResReceiveRequestFriend other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReceiveRequestFriend Clone() { + return new ResReceiveRequestFriend(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResReceiveRequestFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResReceiveRequestFriend 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(ResReceiveRequestFriend 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllAddCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllAddCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[782]; } + } + + [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 ResAllAddCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAddCurrency(ResAllAddCurrency other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAddCurrency Clone() { + return new ResAllAddCurrency(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllAddCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllAddCurrency 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(ResAllAddCurrency 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAttractiveLv : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAttractiveLv()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[783]; } + } + + [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 ResSetAttractiveLv() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAttractiveLv(ResSetAttractiveLv other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAttractiveLv Clone() { + return new ResSetAttractiveLv(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAttractiveLv); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAttractiveLv 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(ResSetAttractiveLv 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetOutpostTime : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetOutpostTime()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[784]; } + } + + [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 ResSetOutpostTime() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetOutpostTime(ResSetOutpostTime other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetOutpostTime Clone() { + return new ResSetOutpostTime(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetOutpostTime); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetOutpostTime 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(ResSetOutpostTime 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[785]; } + } + + [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 ResClearAllLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllLostSector(ResClearAllLostSector other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllLostSector Clone() { + return new ResClearAllLostSector(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllLostSector 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(ResClearAllLostSector 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllAddJukeboxBgm : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllAddJukeboxBgm()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[786]; } + } + + [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 ResAllAddJukeboxBgm() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAddJukeboxBgm(ResAllAddJukeboxBgm other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAddJukeboxBgm Clone() { + return new ResAllAddJukeboxBgm(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllAddJukeboxBgm); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllAddJukeboxBgm 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(ResAllAddJukeboxBgm 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddJukeboxBgm : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddJukeboxBgm()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[787]; } + } + + [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 ResAddJukeboxBgm() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddJukeboxBgm(ResAddJukeboxBgm other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddJukeboxBgm Clone() { + return new ResAddJukeboxBgm(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddJukeboxBgm); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddJukeboxBgm 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(ResAddJukeboxBgm 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSynchroLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSynchroLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[788]; } + } + + [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 ResSetSynchroLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSynchroLevel(ResSetSynchroLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSynchroLevel Clone() { + return new ResSetSynchroLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSynchroLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSynchroLevel 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(ResSetSynchroLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetRecycleResearchLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetRecycleResearchLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[789]; } + } + + [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 ResSetRecycleResearchLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetRecycleResearchLevel(ResSetRecycleResearchLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetRecycleResearchLevel Clone() { + return new ResSetRecycleResearchLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetRecycleResearchLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetRecycleResearchLevel 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(ResSetRecycleResearchLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetArenaReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetArenaReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[790]; } + } + + [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 ResGetArenaReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaReward(ResGetArenaReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetArenaReward Clone() { + return new ResGetArenaReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetArenaReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetArenaReward 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(ResGetArenaReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllDispatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllDispatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[791]; } + } + + [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 ResClearAllDispatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllDispatch(ResClearAllDispatch other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllDispatch Clone() { + return new ResClearAllDispatch(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllDispatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllDispatch 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(ResClearAllDispatch 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetInventory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetInventory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[792]; } + } + + [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 ResResetInventory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetInventory(ResResetInventory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetInventory Clone() { + return new ResResetInventory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetInventory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetInventory 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(ResResetInventory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetLostSectorWithReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetLostSectorWithReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[793]; } + } + + [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 ResResetLostSectorWithReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLostSectorWithReward(ResResetLostSectorWithReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLostSectorWithReward Clone() { + return new ResResetLostSectorWithReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetLostSectorWithReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetLostSectorWithReward 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(ResResetLostSectorWithReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTacticAcademy : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTacticAcademy()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[794]; } + } + + [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 ResResetTacticAcademy() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTacticAcademy(ResResetTacticAcademy other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTacticAcademy Clone() { + return new ResResetTacticAcademy(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTacticAcademy); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTacticAcademy 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(ResResetTacticAcademy 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllLessonTacticAcademy : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllLessonTacticAcademy()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[795]; } + } + + [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 ResAllLessonTacticAcademy() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllLessonTacticAcademy(ResAllLessonTacticAcademy other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllLessonTacticAcademy Clone() { + return new ResAllLessonTacticAcademy(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllLessonTacticAcademy); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllLessonTacticAcademy 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(ResAllLessonTacticAcademy 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetLessonTacticAcademy : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetLessonTacticAcademy()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[796]; } + } + + [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 ResSetLessonTacticAcademy() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetLessonTacticAcademy(ResSetLessonTacticAcademy other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetLessonTacticAcademy Clone() { + return new ResSetLessonTacticAcademy(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetLessonTacticAcademy); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetLessonTacticAcademy 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(ResSetLessonTacticAcademy 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSignQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSignQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[797]; } + } + + [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 ResForceSignQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSignQuest(ResForceSignQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSignQuest Clone() { + return new ResForceSignQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSignQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSignQuest 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(ResForceSignQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainAllWallpaper : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainAllWallpaper()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[798]; } + } + + [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 ResObtainAllWallpaper() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAllWallpaper(ResObtainAllWallpaper other) : this() { + wallpaperList_ = other.wallpaperList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAllWallpaper Clone() { + return new ResObtainAllWallpaper(this); + } + + /// Field number for the "WallpaperList" field. + public const int WallpaperListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_wallpaperList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField wallpaperList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField WallpaperList { + get { return wallpaperList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainAllWallpaper); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainAllWallpaper other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!wallpaperList_.Equals(other.wallpaperList_)) 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 ^= wallpaperList_.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 + wallpaperList_.WriteTo(output, _repeated_wallpaperList_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) { + wallpaperList_.WriteTo(ref output, _repeated_wallpaperList_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 += wallpaperList_.CalculateSize(_repeated_wallpaperList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainAllWallpaper other) { + if (other == null) { + return; + } + wallpaperList_.Add(other.wallpaperList_); + _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: + case 16: { + wallpaperList_.AddEntriesFrom(input, _repeated_wallpaperList_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 18: + case 16: { + wallpaperList_.AddEntriesFrom(ref input, _repeated_wallpaperList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetFieldCollection : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetFieldCollection()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[799]; } + } + + [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 ResResetFieldCollection() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetFieldCollection(ResResetFieldCollection other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetFieldCollection Clone() { + return new ResResetFieldCollection(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetFieldCollection); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetFieldCollection 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(ResResetFieldCollection 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTowerDailyClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTowerDailyClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[800]; } + } + + [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 ResResetTowerDailyClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTowerDailyClear(ResResetTowerDailyClear other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTowerDailyClear Clone() { + return new ResResetTowerDailyClear(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTowerDailyClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTowerDailyClear 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(ResResetTowerDailyClear 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetDispatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetDispatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[801]; } + } + + [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 ResResetDispatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDispatch(ResResetDispatch other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDispatch Clone() { + return new ResResetDispatch(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetDispatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetDispatch 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(ResResetDispatch 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetOutpost : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetOutpost()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[802]; } + } + + [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 ResResetOutpost() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOutpost(ResResetOutpost other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOutpost Clone() { + return new ResResetOutpost(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetOutpost); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetOutpost 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(ResResetOutpost 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[803]; } + } + + [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 ResResetHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetHarmonyCube(ResResetHarmonyCube other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetHarmonyCube Clone() { + return new ResResetHarmonyCube(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetHarmonyCube 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(ResResetHarmonyCube 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetArenaCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetArenaCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[804]; } + } + + [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 ResResetArenaCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetArenaCount(ResResetArenaCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetArenaCount Clone() { + return new ResResetArenaCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetArenaCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetArenaCount 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(ResResetArenaCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceRegisterGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceRegisterGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[805]; } + } + + [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 ResForceRegisterGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceRegisterGuild(ResForceRegisterGuild other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceRegisterGuild Clone() { + return new ResForceRegisterGuild(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceRegisterGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceRegisterGuild 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(ResForceRegisterGuild 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetBuildingTimeSecond : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetBuildingTimeSecond()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[806]; } + } + + [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 ResSetBuildingTimeSecond() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetBuildingTimeSecond(ResSetBuildingTimeSecond other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetBuildingTimeSecond Clone() { + return new ResSetBuildingTimeSecond(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetBuildingTimeSecond); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetBuildingTimeSecond 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(ResSetBuildingTimeSecond 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainAllMemory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainAllMemory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[807]; } + } + + [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 ResObtainAllMemory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAllMemory(ResObtainAllMemory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAllMemory Clone() { + return new ResObtainAllMemory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainAllMemory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainAllMemory 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(ResObtainAllMemory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMemorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMemorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[808]; } + } + + [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 ResResetMemorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMemorial(ResResetMemorial other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMemorial Clone() { + return new ResResetMemorial(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMemorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMemorial 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(ResResetMemorial 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddMemory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddMemory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[809]; } + } + + [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 ResAddMemory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddMemory(ResAddMemory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddMemory Clone() { + return new ResAddMemory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddMemory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddMemory 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(ResAddMemory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResOpenAllLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResOpenAllLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[810]; } + } + + [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 ResOpenAllLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenAllLostSector(ResOpenAllLostSector other) : this() { + lostSector_ = other.lostSector_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenAllLostSector Clone() { + return new ResOpenAllLostSector(this); + } + + /// Field number for the "LostSector" field. + public const int LostSectorFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_lostSector_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserLostSectorData.Parser); + private readonly pbc::RepeatedField lostSector_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LostSector { + get { return lostSector_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResOpenAllLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResOpenAllLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!lostSector_.Equals(other.lostSector_)) 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 ^= lostSector_.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 + lostSector_.WriteTo(output, _repeated_lostSector_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) { + lostSector_.WriteTo(ref output, _repeated_lostSector_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 += lostSector_.CalculateSize(_repeated_lostSector_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResOpenAllLostSector other) { + if (other == null) { + return; + } + lostSector_.Add(other.lostSector_); + _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: { + lostSector_.AddEntriesFrom(input, _repeated_lostSector_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 18: { + lostSector_.AddEntriesFrom(ref input, _repeated_lostSector_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllLostSectorReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllLostSectorReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[811]; } + } + + [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 ResResetAllLostSectorReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllLostSectorReward(ResResetAllLostSectorReward other) : this() { + lostSector_ = other.lostSector_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllLostSectorReward Clone() { + return new ResResetAllLostSectorReward(this); + } + + /// Field number for the "LostSector" field. + public const int LostSectorFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_lostSector_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserLostSectorData.Parser); + private readonly pbc::RepeatedField lostSector_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LostSector { + get { return lostSector_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllLostSectorReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllLostSectorReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!lostSector_.Equals(other.lostSector_)) 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 ^= lostSector_.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 + lostSector_.WriteTo(output, _repeated_lostSector_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) { + lostSector_.WriteTo(ref output, _repeated_lostSector_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 += lostSector_.CalculateSize(_repeated_lostSector_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResResetAllLostSectorReward other) { + if (other == null) { + return; + } + lostSector_.Add(other.lostSector_); + _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: { + lostSector_.AddEntriesFrom(input, _repeated_lostSector_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 18: { + lostSector_.AddEntriesFrom(ref input, _repeated_lostSector_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[812]; } + } + + [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 ResResetAllLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllLostSector(ResResetAllLostSector other) : this() { + lostSector_ = other.lostSector_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllLostSector Clone() { + return new ResResetAllLostSector(this); + } + + /// Field number for the "LostSector" field. + public const int LostSectorFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_lostSector_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserLostSectorData.Parser); + private readonly pbc::RepeatedField lostSector_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LostSector { + get { return lostSector_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!lostSector_.Equals(other.lostSector_)) 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 ^= lostSector_.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 + lostSector_.WriteTo(output, _repeated_lostSector_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) { + lostSector_.WriteTo(ref output, _repeated_lostSector_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 += lostSector_.CalculateSize(_repeated_lostSector_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResResetAllLostSector other) { + if (other == null) { + return; + } + lostSector_.Add(other.lostSector_); + _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: { + lostSector_.AddEntriesFrom(input, _repeated_lostSector_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 18: { + lostSector_.AddEntriesFrom(ref input, _repeated_lostSector_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddInfraCoreExp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddInfraCoreExp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[813]; } + } + + [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 ResAddInfraCoreExp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddInfraCoreExp(ResAddInfraCoreExp other) : this() { + userData_ = other.userData_ != null ? other.userData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddInfraCoreExp Clone() { + return new ResAddInfraCoreExp(this); + } + + /// Field number for the "UserData" field. + public const int UserDataFieldNumber = 2; + private global::EpinelPS.NetUserData userData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserData UserData { + get { return userData_; } + set { + userData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddInfraCoreExp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddInfraCoreExp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserData, other.UserData)) 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 (userData_ != null) hash ^= UserData.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 (userData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserData); + } + 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 (userData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserData); + } + 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 (userData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddInfraCoreExp other) { + if (other == null) { + return; + } + if (other.userData_ != null) { + if (userData_ == null) { + UserData = new global::EpinelPS.NetUserData(); + } + UserData.MergeFrom(other.UserData); + } + _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 (userData_ == null) { + UserData = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(UserData); + 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 (userData_ == null) { + UserData = new global::EpinelPS.NetUserData(); + } + input.ReadMessage(UserData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetInfraCore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetInfraCore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[814]; } + } + + [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 ResResetInfraCore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetInfraCore(ResResetInfraCore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetInfraCore Clone() { + return new ResResetInfraCore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetInfraCore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetInfraCore 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(ResResetInfraCore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetGuildGrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetGuildGrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[815]; } + } + + [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 ResSetGuildGrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGuildGrade(ResSetGuildGrade other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGuildGrade Clone() { + return new ResSetGuildGrade(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetGuildGrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetGuildGrade 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(ResSetGuildGrade 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetRandomReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetRandomReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[816]; } + } + + [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 ResGetRandomReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRandomReward(ResGetRandomReward other) : this() { + reward_ = other.reward_.Clone(); + finalReward_ = other.finalReward_ != null ? other.finalReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRandomReward Clone() { + return new ResGetRandomReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_reward_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetRewardData.Parser); + private readonly pbc::RepeatedField reward_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Reward { + get { return reward_; } + } + + /// Field number for the "FinalReward" field. + public const int FinalRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData finalReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData FinalReward { + get { return finalReward_; } + set { + finalReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetRandomReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetRandomReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!reward_.Equals(other.reward_)) return false; + if (!object.Equals(FinalReward, other.FinalReward)) 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 ^= reward_.GetHashCode(); + if (finalReward_ != null) hash ^= FinalReward.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 + reward_.WriteTo(output, _repeated_reward_codec); + if (finalReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FinalReward); + } + 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) { + reward_.WriteTo(ref output, _repeated_reward_codec); + if (finalReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FinalReward); + } + 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 += reward_.CalculateSize(_repeated_reward_codec); + if (finalReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FinalReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetRandomReward other) { + if (other == null) { + return; + } + reward_.Add(other.reward_); + if (other.finalReward_ != null) { + if (finalReward_ == null) { + FinalReward = new global::EpinelPS.NetRewardData(); + } + FinalReward.MergeFrom(other.FinalReward); + } + _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: { + reward_.AddEntriesFrom(input, _repeated_reward_codec); + break; + } + case 26: { + if (finalReward_ == null) { + FinalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(FinalReward); + 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: { + reward_.AddEntriesFrom(ref input, _repeated_reward_codec); + break; + } + case 26: { + if (finalReward_ == null) { + FinalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(FinalReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLoginEventAttendance : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLoginEventAttendance()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[817]; } + } + + [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 ResLoginEventAttendance() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLoginEventAttendance(ResLoginEventAttendance other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLoginEventAttendance Clone() { + return new ResLoginEventAttendance(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLoginEventAttendance); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLoginEventAttendance 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(ResLoginEventAttendance 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeDailyEventJoinDate : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeDailyEventJoinDate()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[818]; } + } + + [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 ResChangeDailyEventJoinDate() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeDailyEventJoinDate(ResChangeDailyEventJoinDate other) : this() { + changedEventJoinDate_ = other.changedEventJoinDate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeDailyEventJoinDate Clone() { + return new ResChangeDailyEventJoinDate(this); + } + + /// Field number for the "ChangedEventJoinDate" field. + public const int ChangedEventJoinDateFieldNumber = 2; + private long changedEventJoinDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ChangedEventJoinDate { + get { return changedEventJoinDate_; } + set { + changedEventJoinDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeDailyEventJoinDate); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeDailyEventJoinDate other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ChangedEventJoinDate != other.ChangedEventJoinDate) 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 (ChangedEventJoinDate != 0L) hash ^= ChangedEventJoinDate.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 (ChangedEventJoinDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ChangedEventJoinDate); + } + 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 (ChangedEventJoinDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ChangedEventJoinDate); + } + 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 (ChangedEventJoinDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ChangedEventJoinDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChangeDailyEventJoinDate other) { + if (other == null) { + return; + } + if (other.ChangedEventJoinDate != 0L) { + ChangedEventJoinDate = other.ChangedEventJoinDate; + } + _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: { + ChangedEventJoinDate = input.ReadInt64(); + 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: { + ChangedEventJoinDate = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetCharacterSkillLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetCharacterSkillLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[819]; } + } + + [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 ResResetCharacterSkillLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetCharacterSkillLevel(ResResetCharacterSkillLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetCharacterSkillLevel Clone() { + return new ResResetCharacterSkillLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetCharacterSkillLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetCharacterSkillLevel 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(ResResetCharacterSkillLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllCharacterSkillLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllCharacterSkillLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[820]; } + } + + [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 ResResetAllCharacterSkillLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllCharacterSkillLevel(ResResetAllCharacterSkillLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllCharacterSkillLevel Clone() { + return new ResResetAllCharacterSkillLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllCharacterSkillLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllCharacterSkillLevel 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(ResResetAllCharacterSkillLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAllCharacterGradeCore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAllCharacterGradeCore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[821]; } + } + + [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 ResSetAllCharacterGradeCore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllCharacterGradeCore(ResSetAllCharacterGradeCore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllCharacterGradeCore Clone() { + return new ResSetAllCharacterGradeCore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAllCharacterGradeCore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAllCharacterGradeCore 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(ResSetAllCharacterGradeCore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCharacterEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCharacterEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[822]; } + } + + [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 ResSetCharacterEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterEquipment(ResSetCharacterEquipment other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterEquipment Clone() { + return new ResSetCharacterEquipment(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCharacterEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCharacterEquipment 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(ResSetCharacterEquipment 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetDailyEventMissionReceiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetDailyEventMissionReceiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[823]; } + } + + [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 ResResetDailyEventMissionReceiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDailyEventMissionReceiveRecord(ResResetDailyEventMissionReceiveRecord other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDailyEventMissionReceiveRecord Clone() { + return new ResResetDailyEventMissionReceiveRecord(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetDailyEventMissionReceiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetDailyEventMissionReceiveRecord 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(ResResetDailyEventMissionReceiveRecord 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateTestMails : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateTestMails()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[824]; } + } + + [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 ResCreateTestMails() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateTestMails(ResCreateTestMails other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateTestMails Clone() { + return new ResCreateTestMails(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateTestMails); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateTestMails 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(ResCreateTestMails 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteCoopEventShop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteCoopEventShop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[825]; } + } + + [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 ResDeleteCoopEventShop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteCoopEventShop(ResDeleteCoopEventShop other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteCoopEventShop Clone() { + return new ResDeleteCoopEventShop(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteCoopEventShop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteCoopEventShop 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(ResDeleteCoopEventShop 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[826]; } + } + + [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 ResSetCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCurrency(ResSetCurrency other) : this() { + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCurrency Clone() { + return new ResSetCurrency(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 2; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCurrency other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Currency, other.Currency)) 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 (currency_ != null) hash ^= Currency.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 (currency_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetCurrency other) { + if (other == null) { + return; + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + _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 (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + 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 (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddChargeCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddChargeCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[827]; } + } + + [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 ResAddChargeCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddChargeCurrency(ResAddChargeCurrency other) : this() { + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddChargeCurrency Clone() { + return new ResAddChargeCurrency(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 2; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddChargeCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddChargeCurrency other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Currency, other.Currency)) 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 (currency_ != null) hash ^= Currency.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 (currency_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddChargeCurrency other) { + if (other == null) { + return; + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + _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 (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + 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 (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSubtractChargeCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSubtractChargeCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[828]; } + } + + [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 ResSubtractChargeCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSubtractChargeCurrency(ResSubtractChargeCurrency other) : this() { + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSubtractChargeCurrency Clone() { + return new ResSubtractChargeCurrency(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 2; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSubtractChargeCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSubtractChargeCurrency other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Currency, other.Currency)) 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 (currency_ != null) hash ^= Currency.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 (currency_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Currency); + } + 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 (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSubtractChargeCurrency other) { + if (other == null) { + return; + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + _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 (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + 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 (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainFieldItemByCheat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainFieldItemByCheat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[829]; } + } + + [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 ResObtainFieldItemByCheat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFieldItemByCheat(ResObtainFieldItemByCheat other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFieldItemByCheat Clone() { + return new ResObtainFieldItemByCheat(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainFieldItemByCheat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainFieldItemByCheat 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(ResObtainFieldItemByCheat 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[830]; } + } + + [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 ResAddFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddFrame(ResAddFrame other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddFrame Clone() { + return new ResAddFrame(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddFrame 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(ResAddFrame 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddAllFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddAllFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[831]; } + } + + [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 ResAddAllFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddAllFrame(ResAddAllFrame other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddAllFrame Clone() { + return new ResAddAllFrame(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddAllFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddAllFrame 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(ResAddAllFrame 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteFrame : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteFrame()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[832]; } + } + + [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 ResDeleteFrame() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteFrame(ResDeleteFrame other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteFrame Clone() { + return new ResDeleteFrame(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteFrame); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteFrame 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(ResDeleteFrame 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetOpenAllTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetOpenAllTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[833]; } + } + + [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 ResSetOpenAllTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetOpenAllTower(ResSetOpenAllTower other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetOpenAllTower Clone() { + return new ResSetOpenAllTower(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetOpenAllTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetOpenAllTower 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(ResSetOpenAllTower 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForcePickTodayRandomMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForcePickTodayRandomMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[834]; } + } + + [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 ResForcePickTodayRandomMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForcePickTodayRandomMessage(ResForcePickTodayRandomMessage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForcePickTodayRandomMessage Clone() { + return new ResForcePickTodayRandomMessage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForcePickTodayRandomMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForcePickTodayRandomMessage 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(ResForcePickTodayRandomMessage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForcePickTodayDailyMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForcePickTodayDailyMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[835]; } + } + + [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 ResForcePickTodayDailyMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForcePickTodayDailyMessage(ResForcePickTodayDailyMessage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForcePickTodayDailyMessage Clone() { + return new ResForcePickTodayDailyMessage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForcePickTodayDailyMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForcePickTodayDailyMessage 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(ResForcePickTodayDailyMessage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFillUpTriggersForMessenger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFillUpTriggersForMessenger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[836]; } + } + + [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 ResFillUpTriggersForMessenger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFillUpTriggersForMessenger(ResFillUpTriggersForMessenger other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFillUpTriggersForMessenger Clone() { + return new ResFillUpTriggersForMessenger(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFillUpTriggersForMessenger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFillUpTriggersForMessenger 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(ResFillUpTriggersForMessenger 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddAllCorporationEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddAllCorporationEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[837]; } + } + + [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 ResAddAllCorporationEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddAllCorporationEquipment(ResAddAllCorporationEquipment other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddAllCorporationEquipment Clone() { + return new ResAddAllCorporationEquipment(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddAllCorporationEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddAllCorporationEquipment 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(ResAddAllCorporationEquipment 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainPassPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainPassPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[838]; } + } + + [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 ResObtainPassPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPassPoint(ResObtainPassPoint other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPassPoint Clone() { + return new ResObtainPassPoint(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainPassPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainPassPoint 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(ResObtainPassPoint 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetPass : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetPass()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[839]; } + } + + [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 ResResetPass() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetPass(ResResetPass other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetPass Clone() { + return new ResResetPass(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetPass); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetPass 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(ResResetPass 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetPremiumPass : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetPremiumPass()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[840]; } + } + + [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 ResSetPremiumPass() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetPremiumPass(ResSetPremiumPass other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetPremiumPass Clone() { + return new ResSetPremiumPass(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetPremiumPass); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetPremiumPass 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(ResSetPremiumPass 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceFriendRequest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceFriendRequest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[841]; } + } + + [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 ResForceFriendRequest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceFriendRequest(ResForceFriendRequest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceFriendRequest Clone() { + return new ResForceFriendRequest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceFriendRequest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceFriendRequest 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(ResForceFriendRequest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteAllDummyUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteAllDummyUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[842]; } + } + + [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 ResDeleteAllDummyUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllDummyUser(ResDeleteAllDummyUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllDummyUser Clone() { + return new ResDeleteAllDummyUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteAllDummyUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteAllDummyUser 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(ResDeleteAllDummyUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[843]; } + } + + [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 ResClearSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSubQuest(ResClearSubQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSubQuest Clone() { + return new ResClearSubQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearSubQuest 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(ResClearSubQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMainQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMainQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[844]; } + } + + [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 ResResetMainQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMainQuestReward(ResResetMainQuestReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMainQuestReward Clone() { + return new ResResetMainQuestReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMainQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMainQuestReward 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(ResResetMainQuestReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetMonthlySubscription : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetMonthlySubscription()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[845]; } + } + + [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 ResSetMonthlySubscription() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetMonthlySubscription(ResSetMonthlySubscription other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetMonthlySubscription Clone() { + return new ResSetMonthlySubscription(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetMonthlySubscription); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetMonthlySubscription 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(ResSetMonthlySubscription 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteSimRoom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteSimRoom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[846]; } + } + + [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 ResDeleteSimRoom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteSimRoom(ResDeleteSimRoom other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteSimRoom Clone() { + return new ResDeleteSimRoom(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteSimRoom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteSimRoom 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(ResDeleteSimRoom 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceBuyCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceBuyCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[847]; } + } + + [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 ResForceBuyCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceBuyCampaignPackage(ResForceBuyCampaignPackage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceBuyCampaignPackage Clone() { + return new ResForceBuyCampaignPackage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceBuyCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceBuyCampaignPackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResForceBuyCampaignPackage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[848]; } + } + + [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 ResResetCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetCampaignPackage(ResResetCampaignPackage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetCampaignPackage Clone() { + return new ResResetCampaignPackage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetCampaignPackage 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(ResResetCampaignPackage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddSimRoomBuff : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddSimRoomBuff()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[849]; } + } + + [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 ResAddSimRoomBuff() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddSimRoomBuff(ResAddSimRoomBuff other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddSimRoomBuff Clone() { + return new ResAddSimRoomBuff(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddSimRoomBuff); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddSimRoomBuff 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(ResAddSimRoomBuff 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteSimRoomBuff : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteSimRoomBuff()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[850]; } + } + + [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 ResDeleteSimRoomBuff() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteSimRoomBuff(ResDeleteSimRoomBuff other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteSimRoomBuff Clone() { + return new ResDeleteSimRoomBuff(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteSimRoomBuff); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteSimRoomBuff 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(ResDeleteSimRoomBuff 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteAllSimRoomBuffs : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteAllSimRoomBuffs()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[851]; } + } + + [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 ResDeleteAllSimRoomBuffs() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllSimRoomBuffs(ResDeleteAllSimRoomBuffs other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllSimRoomBuffs Clone() { + return new ResDeleteAllSimRoomBuffs(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteAllSimRoomBuffs); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteAllSimRoomBuffs 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(ResDeleteAllSimRoomBuffs 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceClearIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceClearIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[852]; } + } + + [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 ResForceClearIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceClearIntercept(ResForceClearIntercept other) : this() { + normalReward_ = other.normalReward_.Clone(); + bonusReward_ = other.bonusReward_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceClearIntercept Clone() { + return new ResForceClearIntercept(this); + } + + /// Field number for the "NormalReward" field. + public const int NormalRewardFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_normalReward_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetRewardData.Parser); + private readonly pbc::RepeatedField normalReward_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField NormalReward { + get { return normalReward_; } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_bonusReward_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetRewardData.Parser); + private readonly pbc::RepeatedField bonusReward_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BonusReward { + get { return bonusReward_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceClearIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceClearIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!normalReward_.Equals(other.normalReward_)) return false; + if(!bonusReward_.Equals(other.bonusReward_)) 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 ^= normalReward_.GetHashCode(); + hash ^= bonusReward_.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 + normalReward_.WriteTo(output, _repeated_normalReward_codec); + bonusReward_.WriteTo(output, _repeated_bonusReward_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) { + normalReward_.WriteTo(ref output, _repeated_normalReward_codec); + bonusReward_.WriteTo(ref output, _repeated_bonusReward_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 += normalReward_.CalculateSize(_repeated_normalReward_codec); + size += bonusReward_.CalculateSize(_repeated_bonusReward_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResForceClearIntercept other) { + if (other == null) { + return; + } + normalReward_.Add(other.normalReward_); + bonusReward_.Add(other.bonusReward_); + _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: { + normalReward_.AddEntriesFrom(input, _repeated_normalReward_codec); + break; + } + case 18: { + bonusReward_.AddEntriesFrom(input, _repeated_bonusReward_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: { + normalReward_.AddEntriesFrom(ref input, _repeated_normalReward_codec); + break; + } + case 18: { + bonusReward_.AddEntriesFrom(ref input, _repeated_bonusReward_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetInAppShop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetInAppShop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[853]; } + } + + [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 ResResetInAppShop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetInAppShop(ResResetInAppShop other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetInAppShop Clone() { + return new ResResetInAppShop(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetInAppShop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetInAppShop 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(ResResetInAppShop 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResInAppShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResInAppShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[854]; } + } + + [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 ResInAppShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInAppShopBuyProduct(ResInAppShopBuyProduct other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInAppShopBuyProduct Clone() { + return new ResInAppShopBuyProduct(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResInAppShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResInAppShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResInAppShopBuyProduct other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddCheatInAppShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddCheatInAppShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[855]; } + } + + [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 ResAddCheatInAppShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCheatInAppShopBuyProduct(ResAddCheatInAppShopBuyProduct other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCheatInAppShopBuyProduct Clone() { + return new ResAddCheatInAppShopBuyProduct(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddCheatInAppShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddCheatInAppShopBuyProduct 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(ResAddCheatInAppShopBuyProduct 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetOutpostBattleLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetOutpostBattleLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[856]; } + } + + [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 ResSetOutpostBattleLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetOutpostBattleLevel(ResSetOutpostBattleLevel other) : this() { + result_ = other.result_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetOutpostBattleLevel Clone() { + return new ResSetOutpostBattleLevel(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private bool result_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetOutpostBattleLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetOutpostBattleLevel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Reward, other.Reward)) 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 (Result != false) hash ^= Result.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (Result != false) { + output.WriteRawTag(8); + output.WriteBool(Result); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (Result != false) { + output.WriteRawTag(8); + output.WriteBool(Result); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (Result != false) { + size += 1 + 1; + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetOutpostBattleLevel other) { + if (other == null) { + return; + } + if (other.Result != false) { + Result = other.Result; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + Result = input.ReadBool(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + Result = input.ReadBool(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFillInterceptTicket : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFillInterceptTicket()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[857]; } + } + + [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 ResFillInterceptTicket() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFillInterceptTicket(ResFillInterceptTicket other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFillInterceptTicket Clone() { + return new ResFillInterceptTicket(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFillInterceptTicket); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFillInterceptTicket 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(ResFillInterceptTicket 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddCostume : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddCostume()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[858]; } + } + + [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 ResAddCostume() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCostume(ResAddCostume other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCostume Clone() { + return new ResAddCostume(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddCostume); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddCostume 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(ResAddCostume 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteCostume : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteCostume()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[859]; } + } + + [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 ResDeleteCostume() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteCostume(ResDeleteCostume other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteCostume Clone() { + return new ResDeleteCostume(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteCostume); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteCostume 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(ResDeleteCostume 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSimRoomStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSimRoomStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[860]; } + } + + [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 ResSetSimRoomStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSimRoomStage(ResSetSimRoomStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSimRoomStage Clone() { + return new ResSetSimRoomStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSimRoomStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSimRoomStage 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(ResSetSimRoomStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearAllSimRoomStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearAllSimRoomStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[861]; } + } + + [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 ResClearAllSimRoomStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllSimRoomStage(ResClearAllSimRoomStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearAllSimRoomStage Clone() { + return new ResClearAllSimRoomStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearAllSimRoomStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearAllSimRoomStage 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(ResClearAllSimRoomStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetWorldRaidPlayCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetWorldRaidPlayCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[862]; } + } + + [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 ResResetWorldRaidPlayCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetWorldRaidPlayCount(ResResetWorldRaidPlayCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetWorldRaidPlayCount Clone() { + return new ResResetWorldRaidPlayCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetWorldRaidPlayCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetWorldRaidPlayCount 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(ResResetWorldRaidPlayCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSendFriendshipPointCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSendFriendshipPointCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[863]; } + } + + [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 ResSetSendFriendshipPointCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSendFriendshipPointCount(ResSetSendFriendshipPointCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSendFriendshipPointCount Clone() { + return new ResSetSendFriendshipPointCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSendFriendshipPointCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSendFriendshipPointCount 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(ResSetSendFriendshipPointCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetReceiveFriendshipPointCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetReceiveFriendshipPointCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[864]; } + } + + [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 ResSetReceiveFriendshipPointCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetReceiveFriendshipPointCount(ResSetReceiveFriendshipPointCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetReceiveFriendshipPointCount Clone() { + return new ResSetReceiveFriendshipPointCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetReceiveFriendshipPointCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetReceiveFriendshipPointCount 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(ResSetReceiveFriendshipPointCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetDiceNumber : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetDiceNumber()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[865]; } + } + + [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 ResSetDiceNumber() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDiceNumber(ResSetDiceNumber other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDiceNumber Clone() { + return new ResSetDiceNumber(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetDiceNumber); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetDiceNumber 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(ResSetDiceNumber 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetDiceSweepCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetDiceSweepCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[866]; } + } + + [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 ResSetDiceSweepCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDiceSweepCount(ResSetDiceSweepCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDiceSweepCount Clone() { + return new ResSetDiceSweepCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetDiceSweepCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetDiceSweepCount 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(ResSetDiceSweepCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetDiceHeroPower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetDiceHeroPower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[867]; } + } + + [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 ResSetDiceHeroPower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDiceHeroPower(ResSetDiceHeroPower other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDiceHeroPower Clone() { + return new ResSetDiceHeroPower(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetDiceHeroPower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetDiceHeroPower 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(ResSetDiceHeroPower 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetDice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetDice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[868]; } + } + + [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 ResResetDice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDice(ResResetDice other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDice Clone() { + return new ResResetDice(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetDice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetDice 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(ResResetDice 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDoTimeShift : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDoTimeShift()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[869]; } + } + + [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 ResDoTimeShift() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDoTimeShift(ResDoTimeShift other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDoTimeShift Clone() { + return new ResDoTimeShift(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDoTimeShift); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDoTimeShift 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(ResDoTimeShift 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatExecuteGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatExecuteGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[870]; } + } + + [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 ResCheatExecuteGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatExecuteGacha(ResCheatExecuteGacha other) : this() { + gacha_ = other.gacha_.Clone(); + currencies_ = other.currencies_.Clone(); + characters_ = other.characters_.Clone(); + items_ = other.items_.Clone(); + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatExecuteGacha Clone() { + return new ResCheatExecuteGacha(this); + } + + /// Field number for the "Gacha" field. + public const int GachaFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_gacha_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetGachaEntityData.Parser); + private readonly pbc::RepeatedField gacha_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Gacha { + get { return gacha_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "Characters" field. + public const int CharactersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_characters_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCharacterDefaultData.Parser); + private readonly pbc::RepeatedField characters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Characters { + get { return characters_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 5; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatExecuteGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatExecuteGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!gacha_.Equals(other.gacha_)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if(!characters_.Equals(other.characters_)) return false; + if(!items_.Equals(other.items_)) return false; + if (!object.Equals(Reward, other.Reward)) 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 ^= gacha_.GetHashCode(); + hash ^= currencies_.GetHashCode(); + hash ^= characters_.GetHashCode(); + hash ^= items_.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 + gacha_.WriteTo(output, _repeated_gacha_codec); + currencies_.WriteTo(output, _repeated_currencies_codec); + characters_.WriteTo(output, _repeated_characters_codec); + items_.WriteTo(output, _repeated_items_codec); + if (reward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Reward); + } + 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) { + gacha_.WriteTo(ref output, _repeated_gacha_codec); + currencies_.WriteTo(ref output, _repeated_currencies_codec); + characters_.WriteTo(ref output, _repeated_characters_codec); + items_.WriteTo(ref output, _repeated_items_codec); + if (reward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Reward); + } + 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 += gacha_.CalculateSize(_repeated_gacha_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + size += characters_.CalculateSize(_repeated_characters_codec); + size += items_.CalculateSize(_repeated_items_codec); + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCheatExecuteGacha other) { + if (other == null) { + return; + } + gacha_.Add(other.gacha_); + currencies_.Add(other.currencies_); + characters_.Add(other.characters_); + items_.Add(other.items_); + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + gacha_.AddEntriesFrom(input, _repeated_gacha_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 26: { + characters_.AddEntriesFrom(input, _repeated_characters_codec); + break; + } + case 34: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 42: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + gacha_.AddEntriesFrom(ref input, _repeated_gacha_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 26: { + characters_.AddEntriesFrom(ref input, _repeated_characters_codec); + break; + } + case 34: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 42: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllMountEquipmentDelete : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllMountEquipmentDelete()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[871]; } + } + + [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 ResAllMountEquipmentDelete() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllMountEquipmentDelete(ResAllMountEquipmentDelete other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllMountEquipmentDelete Clone() { + return new ResAllMountEquipmentDelete(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllMountEquipmentDelete); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllMountEquipmentDelete 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(ResAllMountEquipmentDelete 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMountEquipmentDelete : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMountEquipmentDelete()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[872]; } + } + + [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 ResMountEquipmentDelete() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMountEquipmentDelete(ResMountEquipmentDelete other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMountEquipmentDelete Clone() { + return new ResMountEquipmentDelete(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMountEquipmentDelete); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMountEquipmentDelete 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(ResMountEquipmentDelete 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDummyGuildJoinRequest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDummyGuildJoinRequest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[873]; } + } + + [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 ResDummyGuildJoinRequest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDummyGuildJoinRequest(ResDummyGuildJoinRequest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDummyGuildJoinRequest Clone() { + return new ResDummyGuildJoinRequest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDummyGuildJoinRequest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDummyGuildJoinRequest 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(ResDummyGuildJoinRequest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDummyGuildList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDummyGuildList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[874]; } + } + + [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 ResDummyGuildList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDummyGuildList(ResDummyGuildList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDummyGuildList Clone() { + return new ResDummyGuildList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDummyGuildList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDummyGuildList 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(ResDummyGuildList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCharacterSkillLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCharacterSkillLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[875]; } + } + + [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 ResSetCharacterSkillLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterSkillLevel(ResSetCharacterSkillLevel other) : this() { + character_ = other.character_ != null ? other.character_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharacterSkillLevel Clone() { + return new ResSetCharacterSkillLevel(this); + } + + /// Field number for the "Character" field. + public const int CharacterFieldNumber = 1; + private global::EpinelPS.NetUserCharacterDefaultData character_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCharacterDefaultData Character { + get { return character_; } + set { + character_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCharacterSkillLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCharacterSkillLevel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Character, other.Character)) 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 (character_ != null) hash ^= Character.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 (character_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Character); + } + 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 (character_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Character); + } + 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 (character_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Character); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetCharacterSkillLevel other) { + if (other == null) { + return; + } + if (other.character_ != null) { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + Character.MergeFrom(other.Character); + } + _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: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + 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: { + if (character_ == null) { + Character = new global::EpinelPS.NetUserCharacterDefaultData(); + } + input.ReadMessage(Character); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCharactersGradeCore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCharactersGradeCore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[876]; } + } + + [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 ResSetCharactersGradeCore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharactersGradeCore(ResSetCharactersGradeCore other) : this() { + charList_ = other.charList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCharactersGradeCore Clone() { + return new ResSetCharactersGradeCore(this); + } + + /// Field number for the "CharList" field. + public const int CharListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_charList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField charList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharList { + get { return charList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCharactersGradeCore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCharactersGradeCore other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!charList_.Equals(other.charList_)) 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 ^= charList_.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 + charList_.WriteTo(output, _repeated_charList_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) { + charList_.WriteTo(ref output, _repeated_charList_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 += charList_.CalculateSize(_repeated_charList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetCharactersGradeCore other) { + if (other == null) { + return; + } + charList_.Add(other.charList_); + _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: { + charList_.AddEntriesFrom(input, _repeated_charList_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: { + charList_.AddEntriesFrom(ref input, _repeated_charList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnableSpotCheat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnableSpotCheat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[877]; } + } + + [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 ResEnableSpotCheat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnableSpotCheat(ResEnableSpotCheat other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnableSpotCheat Clone() { + return new ResEnableSpotCheat(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnableSpotCheat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnableSpotCheat 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(ResEnableSpotCheat 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResArenaSettleCheat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResArenaSettleCheat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[878]; } + } + + [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 ResArenaSettleCheat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaSettleCheat(ResArenaSettleCheat other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResArenaSettleCheat Clone() { + return new ResArenaSettleCheat(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResArenaSettleCheat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResArenaSettleCheat 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(ResArenaSettleCheat 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChampionArenaLastMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChampionArenaLastMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[879]; } + } + + [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 ResChampionArenaLastMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaLastMatch(ResChampionArenaLastMatch other) : this() { + matchId_ = other.matchId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChampionArenaLastMatch Clone() { + return new ResChampionArenaLastMatch(this); + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 1; + private pb::ByteString matchId_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString MatchId { + get { return matchId_; } + set { + matchId_ = 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 ResChampionArenaLastMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChampionArenaLastMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MatchId != other.MatchId) 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 (MatchId.Length != 0) hash ^= MatchId.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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + 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 (MatchId.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(MatchId); + } + 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 (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(MatchId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChampionArenaLastMatch other) { + if (other == null) { + return; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + _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: { + MatchId = 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 10: { + MatchId = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceUnionRaidDailySettle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceUnionRaidDailySettle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[880]; } + } + + [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 ResForceUnionRaidDailySettle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceUnionRaidDailySettle(ResForceUnionRaidDailySettle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceUnionRaidDailySettle Clone() { + return new ResForceUnionRaidDailySettle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceUnionRaidDailySettle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceUnionRaidDailySettle 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(ResForceUnionRaidDailySettle 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatPostSystemMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatPostSystemMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[881]; } + } + + [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 ResCheatPostSystemMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatPostSystemMail(ResCheatPostSystemMail other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatPostSystemMail Clone() { + return new ResCheatPostSystemMail(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatPostSystemMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatPostSystemMail 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(ResCheatPostSystemMail 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetLoginEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetLoginEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[882]; } + } + + [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 ResResetLoginEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLoginEvent(ResResetLoginEvent other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLoginEvent Clone() { + return new ResResetLoginEvent(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetLoginEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetLoginEvent 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(ResResetLoginEvent 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearUnionRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearUnionRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[883]; } + } + + [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 ResClearUnionRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearUnionRaid(ResClearUnionRaid other) : this() { + current_ = other.current_ != null ? other.current_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearUnionRaid Clone() { + return new ResClearUnionRaid(this); + } + + /// Field number for the "Current" field. + public const int CurrentFieldNumber = 1; + private global::EpinelPS.NetUnionRaidGuildInfo current_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidGuildInfo Current { + get { return current_; } + set { + current_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearUnionRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearUnionRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Current, other.Current)) 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 (current_ != null) hash ^= Current.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 (current_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Current); + } + 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 (current_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Current); + } + 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 (current_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Current); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearUnionRaid other) { + if (other == null) { + return; + } + if (other.current_ != null) { + if (current_ == null) { + Current = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + Current.MergeFrom(other.Current); + } + _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: { + if (current_ == null) { + Current = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Current); + 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: { + if (current_ == null) { + Current = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Current); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[884]; } + } + + [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 ResAllClearEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearEventStage(ResAllClearEventStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearEventStage Clone() { + return new ResAllClearEventStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearEventStage 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(ResAllClearEventStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[885]; } + } + + [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 ResResetEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetEventStage(ResResetEventStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetEventStage Clone() { + return new ResResetEventStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetEventStage 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(ResResetEventStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSettleUnionRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSettleUnionRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[886]; } + } + + [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 ResForceSettleUnionRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSettleUnionRaid(ResForceSettleUnionRaid other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSettleUnionRaid Clone() { + return new ResForceSettleUnionRaid(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSettleUnionRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSettleUnionRaid 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(ResForceSettleUnionRaid 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeLiberateStep : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeLiberateStep()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[887]; } + } + + [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 ResChangeLiberateStep() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeLiberateStep(ResChangeLiberateStep other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeLiberateStep Clone() { + return new ResChangeLiberateStep(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeLiberateStep); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeLiberateStep 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(ResChangeLiberateStep 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetLiberateProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetLiberateProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[888]; } + } + + [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 ResResetLiberateProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLiberateProgress(ResResetLiberateProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLiberateProgress Clone() { + return new ResResetLiberateProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetLiberateProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetLiberateProgress 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(ResResetLiberateProgress 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[889]; } + } + + [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 ResResetScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetScenario(ResResetScenario other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetScenario Clone() { + return new ResResetScenario(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetScenario 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(ResResetScenario 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBanUnionRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBanUnionRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[890]; } + } + + [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 ResBanUnionRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBanUnionRaid(ResBanUnionRaid other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBanUnionRaid Clone() { + return new ResBanUnionRaid(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBanUnionRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBanUnionRaid 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(ResBanUnionRaid 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCalcCombat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCalcCombat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[891]; } + } + + [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 ResCalcCombat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCalcCombat(ResCalcCombat other) : this() { + combatData_ = other.combatData_.Clone(); + legacyCombatData_ = other.legacyCombatData_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCalcCombat Clone() { + return new ResCalcCombat(this); + } + + /// Field number for the "CombatData" field. + public const int CombatDataFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_combatData_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetCalcCombatData.Parser); + private readonly pbc::RepeatedField combatData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CombatData { + get { return combatData_; } + } + + /// Field number for the "LegacyCombatData" field. + public const int LegacyCombatDataFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_legacyCombatData_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetCalcCombatData.Parser); + private readonly pbc::RepeatedField legacyCombatData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LegacyCombatData { + get { return legacyCombatData_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCalcCombat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCalcCombat other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!combatData_.Equals(other.combatData_)) return false; + if(!legacyCombatData_.Equals(other.legacyCombatData_)) 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 ^= combatData_.GetHashCode(); + hash ^= legacyCombatData_.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 + combatData_.WriteTo(output, _repeated_combatData_codec); + legacyCombatData_.WriteTo(output, _repeated_legacyCombatData_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) { + combatData_.WriteTo(ref output, _repeated_combatData_codec); + legacyCombatData_.WriteTo(ref output, _repeated_legacyCombatData_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 += combatData_.CalculateSize(_repeated_combatData_codec); + size += legacyCombatData_.CalculateSize(_repeated_legacyCombatData_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCalcCombat other) { + if (other == null) { + return; + } + combatData_.Add(other.combatData_); + legacyCombatData_.Add(other.legacyCombatData_); + _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: { + combatData_.AddEntriesFrom(input, _repeated_combatData_codec); + break; + } + case 18: { + legacyCombatData_.AddEntriesFrom(input, _repeated_legacyCombatData_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: { + combatData_.AddEntriesFrom(ref input, _repeated_combatData_codec); + break; + } + case 18: { + legacyCombatData_.AddEntriesFrom(ref input, _repeated_legacyCombatData_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCalcCombatData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCalcCombatData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[892]; } + } + + [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 NetCalcCombatData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCalcCombatData(NetCalcCombatData other) : this() { + id_ = other.id_; + nameCode_ = other.nameCode_; + combat_ = other.combat_; + stat_ = other.stat_ != null ? other.stat_.Clone() : null; + idType_ = other.idType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCalcCombatData Clone() { + return new NetCalcCombatData(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private long id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 3; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + /// Field number for the "Stat" field. + public const int StatFieldNumber = 4; + private global::EpinelPS.NetCharacterCombatData stat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetCharacterCombatData Stat { + get { return stat_; } + set { + stat_ = value; + } + } + + /// Field number for the "IdType" field. + public const int IdTypeFieldNumber = 5; + private global::EpinelPS.CalcCombatDataIdType idType_ = global::EpinelPS.CalcCombatDataIdType.Csn; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CalcCombatDataIdType IdType { + get { return idType_; } + set { + idType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCalcCombatData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCalcCombatData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if (NameCode != other.NameCode) return false; + if (Combat != other.Combat) return false; + if (!object.Equals(Stat, other.Stat)) return false; + if (IdType != other.IdType) 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 != 0L) hash ^= Id.GetHashCode(); + if (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (Combat != 0) hash ^= Combat.GetHashCode(); + if (stat_ != null) hash ^= Stat.GetHashCode(); + if (IdType != global::EpinelPS.CalcCombatDataIdType.Csn) hash ^= IdType.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 != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Id); + } + if (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (Combat != 0) { + output.WriteRawTag(24); + output.WriteInt32(Combat); + } + if (stat_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Stat); + } + if (IdType != global::EpinelPS.CalcCombatDataIdType.Csn) { + output.WriteRawTag(40); + output.WriteEnum((int) IdType); + } + 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 != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Id); + } + if (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (Combat != 0) { + output.WriteRawTag(24); + output.WriteInt32(Combat); + } + if (stat_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Stat); + } + if (IdType != global::EpinelPS.CalcCombatDataIdType.Csn) { + output.WriteRawTag(40); + output.WriteEnum((int) IdType); + } + 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 != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Id); + } + if (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (stat_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stat); + } + if (IdType != global::EpinelPS.CalcCombatDataIdType.Csn) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IdType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCalcCombatData other) { + if (other == null) { + return; + } + if (other.Id != 0L) { + Id = other.Id; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + if (other.stat_ != null) { + if (stat_ == null) { + Stat = new global::EpinelPS.NetCharacterCombatData(); + } + Stat.MergeFrom(other.Stat); + } + if (other.IdType != global::EpinelPS.CalcCombatDataIdType.Csn) { + IdType = other.IdType; + } + _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.ReadInt64(); + break; + } + case 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + Combat = input.ReadInt32(); + break; + } + case 34: { + if (stat_ == null) { + Stat = new global::EpinelPS.NetCharacterCombatData(); + } + input.ReadMessage(Stat); + break; + } + case 40: { + IdType = (global::EpinelPS.CalcCombatDataIdType) 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: { + Id = input.ReadInt64(); + break; + } + case 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + Combat = input.ReadInt32(); + break; + } + case 34: { + if (stat_ == null) { + Stat = new global::EpinelPS.NetCharacterCombatData(); + } + input.ReadMessage(Stat); + break; + } + case 40: { + IdType = (global::EpinelPS.CalcCombatDataIdType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetUnionRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetUnionRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[893]; } + } + + [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 ResResetUnionRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetUnionRaid(ResResetUnionRaid other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetUnionRaid Clone() { + return new ResResetUnionRaid(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetUnionRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetUnionRaid 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(ResResetUnionRaid 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetInfiniteSuddenEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetInfiniteSuddenEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[894]; } + } + + [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 ResSetInfiniteSuddenEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteSuddenEvent(ResSetInfiniteSuddenEvent other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteSuddenEvent Clone() { + return new ResSetInfiniteSuddenEvent(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetInfiniteSuddenEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetInfiniteSuddenEvent 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(ResSetInfiniteSuddenEvent 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetInfiniteCounsel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetInfiniteCounsel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[895]; } + } + + [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 ResSetInfiniteCounsel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteCounsel(ResSetInfiniteCounsel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteCounsel Clone() { + return new ResSetInfiniteCounsel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetInfiniteCounsel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetInfiniteCounsel 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(ResSetInfiniteCounsel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetEventQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetEventQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[896]; } + } + + [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 ResResetEventQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetEventQuestData(ResResetEventQuestData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetEventQuestData Clone() { + return new ResResetEventQuestData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetEventQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetEventQuestData 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(ResResetEventQuestData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetRookieArenaRating : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetRookieArenaRating()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[897]; } + } + + [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 ResSetRookieArenaRating() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetRookieArenaRating(ResSetRookieArenaRating other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetRookieArenaRating Clone() { + return new ResSetRookieArenaRating(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetRookieArenaRating); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetRookieArenaRating 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(ResSetRookieArenaRating 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetRookieArenaRatingTargetUsn : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetRookieArenaRatingTargetUsn()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[898]; } + } + + [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 ResSetRookieArenaRatingTargetUsn() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetRookieArenaRatingTargetUsn(ResSetRookieArenaRatingTargetUsn other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetRookieArenaRatingTargetUsn Clone() { + return new ResSetRookieArenaRatingTargetUsn(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetRookieArenaRatingTargetUsn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetRookieArenaRatingTargetUsn 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(ResSetRookieArenaRatingTargetUsn 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRookieArenaTenWin : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRookieArenaTenWin()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[899]; } + } + + [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 ResRookieArenaTenWin() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRookieArenaTenWin(ResRookieArenaTenWin other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRookieArenaTenWin Clone() { + return new ResRookieArenaTenWin(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRookieArenaTenWin); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRookieArenaTenWin 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(ResRookieArenaTenWin 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteArenaReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteArenaReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[900]; } + } + + [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 ResDeleteArenaReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaReward(ResDeleteArenaReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaReward Clone() { + return new ResDeleteArenaReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteArenaReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteArenaReward 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(ResDeleteArenaReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSynchroCharacters : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSynchroCharacters()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[901]; } + } + + [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 ResSetSynchroCharacters() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSynchroCharacters(ResSetSynchroCharacters other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSynchroCharacters Clone() { + return new ResSetSynchroCharacters(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSynchroCharacters); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSynchroCharacters 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(ResSetSynchroCharacters 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAllCurrencyMax : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAllCurrencyMax()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[902]; } + } + + [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 ResSetAllCurrencyMax() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllCurrencyMax(ResSetAllCurrencyMax other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllCurrencyMax Clone() { + return new ResSetAllCurrencyMax(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAllCurrencyMax); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAllCurrencyMax 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(ResSetAllCurrencyMax 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAllEquipmentLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAllEquipmentLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[903]; } + } + + [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 ResSetAllEquipmentLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllEquipmentLevel(ResSetAllEquipmentLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllEquipmentLevel Clone() { + return new ResSetAllEquipmentLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAllEquipmentLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAllEquipmentLevel 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(ResSetAllEquipmentLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetOutpostBattleRetroactive : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetOutpostBattleRetroactive()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[904]; } + } + + [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 ResResetOutpostBattleRetroactive() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOutpostBattleRetroactive(ResResetOutpostBattleRetroactive other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOutpostBattleRetroactive Clone() { + return new ResResetOutpostBattleRetroactive(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetOutpostBattleRetroactive); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetOutpostBattleRetroactive 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(ResResetOutpostBattleRetroactive 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetAllHarmonyCubeLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetAllHarmonyCubeLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[905]; } + } + + [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 ResSetAllHarmonyCubeLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllHarmonyCubeLevel(ResSetAllHarmonyCubeLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetAllHarmonyCubeLevel Clone() { + return new ResSetAllHarmonyCubeLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetAllHarmonyCubeLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetAllHarmonyCubeLevel 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(ResSetAllHarmonyCubeLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetEquipAwakenOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetEquipAwakenOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[906]; } + } + + [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 ResSetEquipAwakenOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetEquipAwakenOption(ResSetEquipAwakenOption other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetEquipAwakenOption Clone() { + return new ResSetEquipAwakenOption(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetEquipAwakenOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetEquipAwakenOption 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(ResSetEquipAwakenOption 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeSpecialArenaRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeSpecialArenaRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[907]; } + } + + [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 ResChangeSpecialArenaRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeSpecialArenaRank(ResChangeSpecialArenaRank other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeSpecialArenaRank Clone() { + return new ResChangeSpecialArenaRank(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeSpecialArenaRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeSpecialArenaRank 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(ResChangeSpecialArenaRank 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSpecialArenaPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSpecialArenaPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[908]; } + } + + [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 ResSetSpecialArenaPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialArenaPoint(ResSetSpecialArenaPoint other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialArenaPoint Clone() { + return new ResSetSpecialArenaPoint(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSpecialArenaPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSpecialArenaPoint 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(ResSetSpecialArenaPoint 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSpecialArenaTicketBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSpecialArenaTicketBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[909]; } + } + + [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 ResSetSpecialArenaTicketBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialArenaTicketBox(ResSetSpecialArenaTicketBox other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialArenaTicketBox Clone() { + return new ResSetSpecialArenaTicketBox(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSpecialArenaTicketBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSpecialArenaTicketBox 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(ResSetSpecialArenaTicketBox 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSpecialArenaPointBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSpecialArenaPointBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[910]; } + } + + [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 ResSetSpecialArenaPointBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialArenaPointBox(ResSetSpecialArenaPointBox other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSpecialArenaPointBox Clone() { + return new ResSetSpecialArenaPointBox(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSpecialArenaPointBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSpecialArenaPointBox 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(ResSetSpecialArenaPointBox 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetSpecialArenaBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetSpecialArenaBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[911]; } + } + + [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 ResResetSpecialArenaBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSpecialArenaBattle(ResResetSpecialArenaBattle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSpecialArenaBattle Clone() { + return new ResResetSpecialArenaBattle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetSpecialArenaBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetSpecialArenaBattle 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(ResResetSpecialArenaBattle 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTriggerForAchievement : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTriggerForAchievement()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[912]; } + } + + [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 ResSetTriggerForAchievement() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTriggerForAchievement(ResSetTriggerForAchievement other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTriggerForAchievement Clone() { + return new ResSetTriggerForAchievement(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTriggerForAchievement); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTriggerForAchievement 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(ResSetTriggerForAchievement 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatGetUserData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatGetUserData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[913]; } + } + + [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 ResCheatGetUserData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatGetUserData(ResCheatGetUserData other) : this() { + asn_ = other.asn_; + openId_ = other.openId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatGetUserData Clone() { + return new ResCheatGetUserData(this); + } + + /// Field number for the "Asn" field. + public const int AsnFieldNumber = 1; + private long asn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Asn { + get { return asn_; } + set { + asn_ = value; + } + } + + /// Field number for the "OpenId" field. + public const int OpenIdFieldNumber = 2; + private string openId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string OpenId { + get { return openId_; } + set { + openId_ = 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 ResCheatGetUserData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatGetUserData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Asn != other.Asn) return false; + if (OpenId != other.OpenId) 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 (Asn != 0L) hash ^= Asn.GetHashCode(); + if (OpenId.Length != 0) hash ^= OpenId.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 (Asn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Asn); + } + if (OpenId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(OpenId); + } + 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 (Asn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Asn); + } + if (OpenId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(OpenId); + } + 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 (Asn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Asn); + } + if (OpenId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(OpenId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCheatGetUserData other) { + if (other == null) { + return; + } + if (other.Asn != 0L) { + Asn = other.Asn; + } + if (other.OpenId.Length != 0) { + OpenId = other.OpenId; + } + _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: { + Asn = input.ReadInt64(); + break; + } + case 18: { + OpenId = 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: { + Asn = input.ReadInt64(); + break; + } + case 18: { + OpenId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearChallengeStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearChallengeStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[914]; } + } + + [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 ResAllClearChallengeStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearChallengeStage(ResAllClearChallengeStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearChallengeStage Clone() { + return new ResAllClearChallengeStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearChallengeStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearChallengeStage 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(ResAllClearChallengeStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFillEventStoryTicket : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFillEventStoryTicket()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[915]; } + } + + [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 ResFillEventStoryTicket() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFillEventStoryTicket(ResFillEventStoryTicket other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFillEventStoryTicket Clone() { + return new ResFillEventStoryTicket(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFillEventStoryTicket); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFillEventStoryTicket 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(ResFillEventStoryTicket 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetInfiniteChallengeStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetInfiniteChallengeStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[916]; } + } + + [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 ResSetInfiniteChallengeStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteChallengeStage(ResSetInfiniteChallengeStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteChallengeStage Clone() { + return new ResSetInfiniteChallengeStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetInfiniteChallengeStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetInfiniteChallengeStage 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(ResSetInfiniteChallengeStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllDailyFreeGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllDailyFreeGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[917]; } + } + + [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 ResResetAllDailyFreeGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllDailyFreeGacha(ResResetAllDailyFreeGacha other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllDailyFreeGacha Clone() { + return new ResResetAllDailyFreeGacha(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllDailyFreeGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllDailyFreeGacha 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(ResResetAllDailyFreeGacha 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTextAdventureTicket : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTextAdventureTicket()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[918]; } + } + + [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 ResResetTextAdventureTicket() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTextAdventureTicket(ResResetTextAdventureTicket other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTextAdventureTicket Clone() { + return new ResResetTextAdventureTicket(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTextAdventureTicket); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTextAdventureTicket 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(ResResetTextAdventureTicket 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetInfiniteTextAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetInfiniteTextAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[919]; } + } + + [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 ResSetInfiniteTextAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteTextAdventure(ResSetInfiniteTextAdventure other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteTextAdventure Clone() { + return new ResSetInfiniteTextAdventure(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetInfiniteTextAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetInfiniteTextAdventure 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(ResSetInfiniteTextAdventure 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTextAdventureData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTextAdventureData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[920]; } + } + + [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 ResResetTextAdventureData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTextAdventureData(ResResetTextAdventureData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTextAdventureData Clone() { + return new ResResetTextAdventureData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTextAdventureData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTextAdventureData 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(ResResetTextAdventureData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceRecordTextAdventureEnding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceRecordTextAdventureEnding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[921]; } + } + + [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 ResForceRecordTextAdventureEnding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceRecordTextAdventureEnding(ResForceRecordTextAdventureEnding other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceRecordTextAdventureEnding Clone() { + return new ResForceRecordTextAdventureEnding(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceRecordTextAdventureEnding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceRecordTextAdventureEnding 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(ResForceRecordTextAdventureEnding 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCheatPresetIdList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCheatPresetIdList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[922]; } + } + + [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 ResGetCheatPresetIdList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCheatPresetIdList(ResGetCheatPresetIdList other) : this() { + idList_ = other.idList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCheatPresetIdList Clone() { + return new ResGetCheatPresetIdList(this); + } + + /// Field number for the "IdList" field. + public const int IdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_idList_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField idList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField IdList { + get { return idList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetCheatPresetIdList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCheatPresetIdList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!idList_.Equals(other.idList_)) 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 ^= idList_.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 + idList_.WriteTo(output, _repeated_idList_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) { + idList_.WriteTo(ref output, _repeated_idList_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 += idList_.CalculateSize(_repeated_idList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCheatPresetIdList other) { + if (other == null) { + return; + } + idList_.Add(other.idList_); + _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: { + idList_.AddEntriesFrom(input, _repeated_idList_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: { + idList_.AddEntriesFrom(ref input, _repeated_idList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCheatPreset : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCheatPreset()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[923]; } + } + + [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 ResGetCheatPreset() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCheatPreset(ResGetCheatPreset other) : this() { + preset_ = other.preset_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCheatPreset Clone() { + return new ResGetCheatPreset(this); + } + + /// Field number for the "Preset" field. + public const int PresetFieldNumber = 1; + private string preset_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Preset { + get { return preset_; } + set { + preset_ = 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 ResGetCheatPreset); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCheatPreset other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Preset != other.Preset) 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 (Preset.Length != 0) hash ^= Preset.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 (Preset.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Preset); + } + 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 (Preset.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Preset); + } + 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 (Preset.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Preset); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCheatPreset other) { + if (other == null) { + return; + } + if (other.Preset.Length != 0) { + Preset = other.Preset; + } + _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: { + Preset = 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 10: { + Preset = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRegisterCheatPreset : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRegisterCheatPreset()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[924]; } + } + + [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 ResRegisterCheatPreset() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRegisterCheatPreset(ResRegisterCheatPreset other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRegisterCheatPreset Clone() { + return new ResRegisterCheatPreset(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRegisterCheatPreset); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRegisterCheatPreset 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(ResRegisterCheatPreset 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSoloRaidClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSoloRaidClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[925]; } + } + + [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 ResForceSoloRaidClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSoloRaidClear(ResForceSoloRaidClear other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSoloRaidClear Clone() { + return new ResForceSoloRaidClear(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSoloRaidClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSoloRaidClear 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(ResForceSoloRaidClear 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllSoloRaidClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllSoloRaidClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[926]; } + } + + [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 ResResetAllSoloRaidClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllSoloRaidClear(ResResetAllSoloRaidClear other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllSoloRaidClear Clone() { + return new ResResetAllSoloRaidClear(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllSoloRaidClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllSoloRaidClear 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(ResResetAllSoloRaidClear 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetOpenCountSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetOpenCountSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[927]; } + } + + [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 ResResetOpenCountSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOpenCountSoloRaid(ResResetOpenCountSoloRaid other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetOpenCountSoloRaid Clone() { + return new ResResetOpenCountSoloRaid(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetOpenCountSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetOpenCountSoloRaid 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(ResResetOpenCountSoloRaid 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSetSoloRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSetSoloRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[928]; } + } + + [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 ResForceSetSoloRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSetSoloRaidRanking(ResForceSetSoloRaidRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSetSoloRaidRanking Clone() { + return new ResForceSetSoloRaidRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSetSoloRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSetSoloRaidRanking 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(ResForceSetSoloRaidRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateSoloRaidDummyUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateSoloRaidDummyUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[929]; } + } + + [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 ResCreateSoloRaidDummyUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateSoloRaidDummyUser(ResCreateSoloRaidDummyUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateSoloRaidDummyUser Clone() { + return new ResCreateSoloRaidDummyUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateSoloRaidDummyUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateSoloRaidDummyUser 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(ResCreateSoloRaidDummyUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetSoloRaidSettle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetSoloRaidSettle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[930]; } + } + + [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 ResResetSoloRaidSettle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSoloRaidSettle(ResResetSoloRaidSettle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSoloRaidSettle Clone() { + return new ResResetSoloRaidSettle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetSoloRaidSettle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetSoloRaidSettle 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(ResResetSoloRaidSettle 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCompletableDailyEventMissions : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCompletableDailyEventMissions()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[931]; } + } + + [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 ResSetCompletableDailyEventMissions() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCompletableDailyEventMissions(ResSetCompletableDailyEventMissions other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCompletableDailyEventMissions Clone() { + return new ResSetCompletableDailyEventMissions(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCompletableDailyEventMissions); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCompletableDailyEventMissions 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(ResSetCompletableDailyEventMissions 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatSoloRaidBan : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatSoloRaidBan()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[932]; } + } + + [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 ResCheatSoloRaidBan() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatSoloRaidBan(ResCheatSoloRaidBan other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatSoloRaidBan Clone() { + return new ResCheatSoloRaidBan(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatSoloRaidBan); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatSoloRaidBan 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(ResCheatSoloRaidBan 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSubscription : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSubscription()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[933]; } + } + + [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 ResSetSubscription() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSubscription(ResSetSubscription other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSubscription Clone() { + return new ResSetSubscription(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSubscription); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSubscription 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(ResSetSubscription 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetSoloRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetSoloRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[934]; } + } + + [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 ResResetSoloRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSoloRaidRanking(ResResetSoloRaidRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSoloRaidRanking Clone() { + return new ResResetSoloRaidRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetSoloRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetSoloRaidRanking 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(ResResetSoloRaidRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllSoloRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllSoloRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[935]; } + } + + [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 ResResetAllSoloRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllSoloRaidRanking(ResResetAllSoloRaidRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllSoloRaidRanking Clone() { + return new ResResetAllSoloRaidRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllSoloRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllSoloRaidRanking 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(ResResetAllSoloRaidRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetBoxGachaSimulationResults : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetBoxGachaSimulationResults()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[936]; } + } + + [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 ResGetBoxGachaSimulationResults() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetBoxGachaSimulationResults(ResGetBoxGachaSimulationResults other) : this() { + results_ = other.results_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetBoxGachaSimulationResults Clone() { + return new ResGetBoxGachaSimulationResults(this); + } + + /// Field number for the "Results" field. + public const int ResultsFieldNumber = 1; + private static readonly pbc::MapField.Codec _map_results_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForInt32(8, 0), pb::FieldCodec.ForInt32(16, 0), 10); + private readonly pbc::MapField results_ = new pbc::MapField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::MapField Results { + get { return results_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetBoxGachaSimulationResults); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetBoxGachaSimulationResults other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!Results.Equals(other.Results)) 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 ^= Results.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 + results_.WriteTo(output, _map_results_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) { + results_.WriteTo(ref output, _map_results_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 += results_.CalculateSize(_map_results_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetBoxGachaSimulationResults other) { + if (other == null) { + return; + } + results_.MergeFrom(other.results_); + _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: { + results_.AddEntriesFrom(input, _map_results_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: { + results_.AddEntriesFrom(ref input, _map_results_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearBoxGachaResults : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearBoxGachaResults()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[937]; } + } + + [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 ResClearBoxGachaResults() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearBoxGachaResults(ResClearBoxGachaResults other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearBoxGachaResults Clone() { + return new ResClearBoxGachaResults(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearBoxGachaResults); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearBoxGachaResults 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(ResClearBoxGachaResults 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteContentDummyUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteContentDummyUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[938]; } + } + + [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 ResDeleteContentDummyUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteContentDummyUser(ResDeleteContentDummyUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteContentDummyUser Clone() { + return new ResDeleteContentDummyUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteContentDummyUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteContentDummyUser 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(ResDeleteContentDummyUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetErrorMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetErrorMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[939]; } + } + + [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 ResGetErrorMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetErrorMessage(ResGetErrorMessage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetErrorMessage Clone() { + return new ResGetErrorMessage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetErrorMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetErrorMessage 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(ResGetErrorMessage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateFriendDummyUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateFriendDummyUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[940]; } + } + + [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 ResCreateFriendDummyUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateFriendDummyUser(ResCreateFriendDummyUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateFriendDummyUser Clone() { + return new ResCreateFriendDummyUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateFriendDummyUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateFriendDummyUser 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(ResCreateFriendDummyUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteDummyUnion : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteDummyUnion()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[941]; } + } + + [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 ResDeleteDummyUnion() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteDummyUnion(ResDeleteDummyUnion other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteDummyUnion Clone() { + return new ResDeleteDummyUnion(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteDummyUnion); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteDummyUnion 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(ResDeleteDummyUnion 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCorrectRemovedStaticData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCorrectRemovedStaticData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[942]; } + } + + [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 ResCorrectRemovedStaticData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCorrectRemovedStaticData(ResCorrectRemovedStaticData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCorrectRemovedStaticData Clone() { + return new ResCorrectRemovedStaticData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCorrectRemovedStaticData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCorrectRemovedStaticData 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(ResCorrectRemovedStaticData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateSpecialArenaPointDummy : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateSpecialArenaPointDummy()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[943]; } + } + + [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 ResCreateSpecialArenaPointDummy() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateSpecialArenaPointDummy(ResCreateSpecialArenaPointDummy other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateSpecialArenaPointDummy Clone() { + return new ResCreateSpecialArenaPointDummy(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateSpecialArenaPointDummy); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateSpecialArenaPointDummy 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(ResCreateSpecialArenaPointDummy 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateChampionArenaDummy : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateChampionArenaDummy()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[944]; } + } + + [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 ResCreateChampionArenaDummy() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateChampionArenaDummy(ResCreateChampionArenaDummy other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateChampionArenaDummy Clone() { + return new ResCreateChampionArenaDummy(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateChampionArenaDummy); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateChampionArenaDummy 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(ResCreateChampionArenaDummy 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteArenaSettlementHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteArenaSettlementHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[945]; } + } + + [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 ResDeleteArenaSettlementHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaSettlementHistory(ResDeleteArenaSettlementHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaSettlementHistory Clone() { + return new ResDeleteArenaSettlementHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteArenaSettlementHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteArenaSettlementHistory 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(ResDeleteArenaSettlementHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteArenaRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteArenaRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[946]; } + } + + [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 ResDeleteArenaRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaRanking(ResDeleteArenaRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaRanking Clone() { + return new ResDeleteArenaRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteArenaRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteArenaRanking 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(ResDeleteArenaRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteArenaPlayHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteArenaPlayHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[947]; } + } + + [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 ResDeleteArenaPlayHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaPlayHistory(ResDeleteArenaPlayHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaPlayHistory Clone() { + return new ResDeleteArenaPlayHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteArenaPlayHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteArenaPlayHistory 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(ResDeleteArenaPlayHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResShowArenaServerInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResShowArenaServerInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[948]; } + } + + [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 ResShowArenaServerInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShowArenaServerInfo(ResShowArenaServerInfo other) : this() { + server_ = other.server_; + isLastServer_ = other.isLastServer_; + botCount_ = other.botCount_; + currentSeasonIndex_ = other.currentSeasonIndex_; + isSeasonSettle_ = other.isSeasonSettle_; + isDailySettle_ = other.isDailySettle_; + isRearrange_ = other.isRearrange_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShowArenaServerInfo Clone() { + return new ResShowArenaServerInfo(this); + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 1; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "IsLastServer" field. + public const int IsLastServerFieldNumber = 2; + private bool isLastServer_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsLastServer { + get { return isLastServer_; } + set { + isLastServer_ = value; + } + } + + /// Field number for the "BotCount" field. + public const int BotCountFieldNumber = 3; + private int botCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BotCount { + get { return botCount_; } + set { + botCount_ = value; + } + } + + /// Field number for the "CurrentSeasonIndex" field. + public const int CurrentSeasonIndexFieldNumber = 4; + private int currentSeasonIndex_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentSeasonIndex { + get { return currentSeasonIndex_; } + set { + currentSeasonIndex_ = value; + } + } + + /// Field number for the "IsSeasonSettle" field. + public const int IsSeasonSettleFieldNumber = 5; + private bool isSeasonSettle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSeasonSettle { + get { return isSeasonSettle_; } + set { + isSeasonSettle_ = value; + } + } + + /// Field number for the "IsDailySettle" field. + public const int IsDailySettleFieldNumber = 6; + private bool isDailySettle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDailySettle { + get { return isDailySettle_; } + set { + isDailySettle_ = value; + } + } + + /// Field number for the "IsRearrange" field. + public const int IsRearrangeFieldNumber = 7; + private bool isRearrange_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsRearrange { + get { return isRearrange_; } + set { + isRearrange_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResShowArenaServerInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResShowArenaServerInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Server != other.Server) return false; + if (IsLastServer != other.IsLastServer) return false; + if (BotCount != other.BotCount) return false; + if (CurrentSeasonIndex != other.CurrentSeasonIndex) return false; + if (IsSeasonSettle != other.IsSeasonSettle) return false; + if (IsDailySettle != other.IsDailySettle) return false; + if (IsRearrange != other.IsRearrange) 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 (Server != 0) hash ^= Server.GetHashCode(); + if (IsLastServer != false) hash ^= IsLastServer.GetHashCode(); + if (BotCount != 0) hash ^= BotCount.GetHashCode(); + if (CurrentSeasonIndex != 0) hash ^= CurrentSeasonIndex.GetHashCode(); + if (IsSeasonSettle != false) hash ^= IsSeasonSettle.GetHashCode(); + if (IsDailySettle != false) hash ^= IsDailySettle.GetHashCode(); + if (IsRearrange != false) hash ^= IsRearrange.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 (Server != 0) { + output.WriteRawTag(8); + output.WriteInt32(Server); + } + if (IsLastServer != false) { + output.WriteRawTag(16); + output.WriteBool(IsLastServer); + } + if (BotCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BotCount); + } + if (CurrentSeasonIndex != 0) { + output.WriteRawTag(32); + output.WriteInt32(CurrentSeasonIndex); + } + if (IsSeasonSettle != false) { + output.WriteRawTag(40); + output.WriteBool(IsSeasonSettle); + } + if (IsDailySettle != false) { + output.WriteRawTag(48); + output.WriteBool(IsDailySettle); + } + if (IsRearrange != false) { + output.WriteRawTag(56); + output.WriteBool(IsRearrange); + } + 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 (Server != 0) { + output.WriteRawTag(8); + output.WriteInt32(Server); + } + if (IsLastServer != false) { + output.WriteRawTag(16); + output.WriteBool(IsLastServer); + } + if (BotCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BotCount); + } + if (CurrentSeasonIndex != 0) { + output.WriteRawTag(32); + output.WriteInt32(CurrentSeasonIndex); + } + if (IsSeasonSettle != false) { + output.WriteRawTag(40); + output.WriteBool(IsSeasonSettle); + } + if (IsDailySettle != false) { + output.WriteRawTag(48); + output.WriteBool(IsDailySettle); + } + if (IsRearrange != false) { + output.WriteRawTag(56); + output.WriteBool(IsRearrange); + } + 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 (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (IsLastServer != false) { + size += 1 + 1; + } + if (BotCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BotCount); + } + if (CurrentSeasonIndex != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentSeasonIndex); + } + if (IsSeasonSettle != false) { + size += 1 + 1; + } + if (IsDailySettle != false) { + size += 1 + 1; + } + if (IsRearrange != 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(ResShowArenaServerInfo other) { + if (other == null) { + return; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.IsLastServer != false) { + IsLastServer = other.IsLastServer; + } + if (other.BotCount != 0) { + BotCount = other.BotCount; + } + if (other.CurrentSeasonIndex != 0) { + CurrentSeasonIndex = other.CurrentSeasonIndex; + } + if (other.IsSeasonSettle != false) { + IsSeasonSettle = other.IsSeasonSettle; + } + if (other.IsDailySettle != false) { + IsDailySettle = other.IsDailySettle; + } + if (other.IsRearrange != false) { + IsRearrange = other.IsRearrange; + } + _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: { + Server = input.ReadInt32(); + break; + } + case 16: { + IsLastServer = input.ReadBool(); + break; + } + case 24: { + BotCount = input.ReadInt32(); + break; + } + case 32: { + CurrentSeasonIndex = input.ReadInt32(); + break; + } + case 40: { + IsSeasonSettle = input.ReadBool(); + break; + } + case 48: { + IsDailySettle = input.ReadBool(); + break; + } + case 56: { + IsRearrange = 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 8: { + Server = input.ReadInt32(); + break; + } + case 16: { + IsLastServer = input.ReadBool(); + break; + } + case 24: { + BotCount = input.ReadInt32(); + break; + } + case 32: { + CurrentSeasonIndex = input.ReadInt32(); + break; + } + case 40: { + IsSeasonSettle = input.ReadBool(); + break; + } + case 48: { + IsDailySettle = input.ReadBool(); + break; + } + case 56: { + IsRearrange = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteAllArenaPlayHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteAllArenaPlayHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[949]; } + } + + [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 ResDeleteAllArenaPlayHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllArenaPlayHistory(ResDeleteAllArenaPlayHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllArenaPlayHistory Clone() { + return new ResDeleteAllArenaPlayHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteAllArenaPlayHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteAllArenaPlayHistory 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(ResDeleteAllArenaPlayHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateRookieArenaDummy : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateRookieArenaDummy()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[950]; } + } + + [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 ResCreateRookieArenaDummy() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateRookieArenaDummy(ResCreateRookieArenaDummy other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateRookieArenaDummy Clone() { + return new ResCreateRookieArenaDummy(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateRookieArenaDummy); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateRookieArenaDummy 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(ResCreateRookieArenaDummy 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatBanArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatBanArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[951]; } + } + + [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 ResCheatBanArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatBanArena(ResCheatBanArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatBanArena Clone() { + return new ResCheatBanArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatBanArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatBanArena 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(ResCheatBanArena 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatBanRestoreArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatBanRestoreArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[952]; } + } + + [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 ResCheatBanRestoreArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatBanRestoreArena(ResCheatBanRestoreArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatBanRestoreArena Clone() { + return new ResCheatBanRestoreArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatBanRestoreArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatBanRestoreArena 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(ResCheatBanRestoreArena 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllArenaRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllArenaRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[953]; } + } + + [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 ResResetAllArenaRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllArenaRanking(ResResetAllArenaRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllArenaRanking Clone() { + return new ResResetAllArenaRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllArenaRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllArenaRanking 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(ResResetAllArenaRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRollbackArenaRearrange : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRollbackArenaRearrange()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[954]; } + } + + [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 ResRollbackArenaRearrange() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRollbackArenaRearrange(ResRollbackArenaRearrange other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRollbackArenaRearrange Clone() { + return new ResRollbackArenaRearrange(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRollbackArenaRearrange); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRollbackArenaRearrange 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(ResRollbackArenaRearrange 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSetUnionRaidScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSetUnionRaidScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[955]; } + } + + [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 ResForceSetUnionRaidScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSetUnionRaidScore(ResForceSetUnionRaidScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSetUnionRaidScore Clone() { + return new ResForceSetUnionRaidScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSetUnionRaidScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSetUnionRaidScore 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(ResForceSetUnionRaidScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllUnionRaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllUnionRaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[956]; } + } + + [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 ResResetAllUnionRaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllUnionRaidData(ResResetAllUnionRaidData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllUnionRaidData Clone() { + return new ResResetAllUnionRaidData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllUnionRaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllUnionRaidData 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(ResResetAllUnionRaidData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateDummyUnionRaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateDummyUnionRaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[957]; } + } + + [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 ResCreateDummyUnionRaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateDummyUnionRaidData(ResCreateDummyUnionRaidData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateDummyUnionRaidData Clone() { + return new ResCreateDummyUnionRaidData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateDummyUnionRaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateDummyUnionRaidData 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(ResCreateDummyUnionRaidData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetAllArena : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetAllArena()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[958]; } + } + + [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 ResResetAllArena() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllArena(ResResetAllArena other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetAllArena Clone() { + return new ResResetAllArena(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetAllArena); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetAllArena 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(ResResetAllArena 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateDummyChampionArenaMatchResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateDummyChampionArenaMatchResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[959]; } + } + + [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 ResCreateDummyChampionArenaMatchResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateDummyChampionArenaMatchResult(ResCreateDummyChampionArenaMatchResult other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateDummyChampionArenaMatchResult Clone() { + return new ResCreateDummyChampionArenaMatchResult(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateDummyChampionArenaMatchResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateDummyChampionArenaMatchResult 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(ResCreateDummyChampionArenaMatchResult 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeChampionArenaUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeChampionArenaUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[960]; } + } + + [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 ResChangeChampionArenaUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeChampionArenaUser(ResChangeChampionArenaUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeChampionArenaUser Clone() { + return new ResChangeChampionArenaUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeChampionArenaUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeChampionArenaUser 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(ResChangeChampionArenaUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidDummyInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidDummyInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[961]; } + } + + [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 ResGetUnionRaidDummyInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidDummyInfo(ResGetUnionRaidDummyInfo other) : this() { + dummyUnionCount_ = other.dummyUnionCount_; + realUnionCount_ = other.realUnionCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidDummyInfo Clone() { + return new ResGetUnionRaidDummyInfo(this); + } + + /// Field number for the "DummyUnionCount" field. + public const int DummyUnionCountFieldNumber = 1; + private int dummyUnionCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DummyUnionCount { + get { return dummyUnionCount_; } + set { + dummyUnionCount_ = value; + } + } + + /// Field number for the "RealUnionCount" field. + public const int RealUnionCountFieldNumber = 2; + private int realUnionCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RealUnionCount { + get { return realUnionCount_; } + set { + realUnionCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidDummyInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidDummyInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DummyUnionCount != other.DummyUnionCount) return false; + if (RealUnionCount != other.RealUnionCount) 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 (DummyUnionCount != 0) hash ^= DummyUnionCount.GetHashCode(); + if (RealUnionCount != 0) hash ^= RealUnionCount.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 (DummyUnionCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(DummyUnionCount); + } + if (RealUnionCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RealUnionCount); + } + 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 (DummyUnionCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(DummyUnionCount); + } + if (RealUnionCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RealUnionCount); + } + 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 (DummyUnionCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DummyUnionCount); + } + if (RealUnionCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RealUnionCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidDummyInfo other) { + if (other == null) { + return; + } + if (other.DummyUnionCount != 0) { + DummyUnionCount = other.DummyUnionCount; + } + if (other.RealUnionCount != 0) { + RealUnionCount = other.RealUnionCount; + } + _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: { + DummyUnionCount = input.ReadInt32(); + break; + } + case 16: { + RealUnionCount = 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: { + DummyUnionCount = input.ReadInt32(); + break; + } + case 16: { + RealUnionCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExistUnionRaidSettleHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExistUnionRaidSettleHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[962]; } + } + + [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 ResExistUnionRaidSettleHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistUnionRaidSettleHistory(ResExistUnionRaidSettleHistory other) : this() { + available_ = other.available_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistUnionRaidSettleHistory Clone() { + return new ResExistUnionRaidSettleHistory(this); + } + + /// Field number for the "Available" field. + public const int AvailableFieldNumber = 1; + private bool available_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Available { + get { return available_; } + set { + available_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExistUnionRaidSettleHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExistUnionRaidSettleHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Available != other.Available) 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 (Available != false) hash ^= Available.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 (Available != false) { + output.WriteRawTag(8); + output.WriteBool(Available); + } + 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 (Available != false) { + output.WriteRawTag(8); + output.WriteBool(Available); + } + 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 (Available != 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(ResExistUnionRaidSettleHistory other) { + if (other == null) { + return; + } + if (other.Available != false) { + Available = other.Available; + } + _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: { + Available = 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 8: { + Available = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameBBQDailyProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameBBQDailyProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[963]; } + } + + [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 ResResetMiniGameBBQDailyProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameBBQDailyProgress(ResResetMiniGameBBQDailyProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameBBQDailyProgress Clone() { + return new ResResetMiniGameBBQDailyProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameBBQDailyProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameBBQDailyProgress 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(ResResetMiniGameBBQDailyProgress 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameBBQAccumulatedScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameBBQAccumulatedScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[964]; } + } + + [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 ResResetMiniGameBBQAccumulatedScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameBBQAccumulatedScore(ResResetMiniGameBBQAccumulatedScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameBBQAccumulatedScore Clone() { + return new ResResetMiniGameBBQAccumulatedScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameBBQAccumulatedScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameBBQAccumulatedScore 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(ResResetMiniGameBBQAccumulatedScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResInvalidateSession : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResInvalidateSession()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[965]; } + } + + [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 ResInvalidateSession() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInvalidateSession(ResInvalidateSession other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInvalidateSession Clone() { + return new ResInvalidateSession(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResInvalidateSession); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResInvalidateSession 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(ResInvalidateSession 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetChampionArenaDummyTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetChampionArenaDummyTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[966]; } + } + + [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 ResSetChampionArenaDummyTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetChampionArenaDummyTeam(ResSetChampionArenaDummyTeam other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetChampionArenaDummyTeam Clone() { + return new ResSetChampionArenaDummyTeam(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetChampionArenaDummyTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetChampionArenaDummyTeam 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(ResSetChampionArenaDummyTeam 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSpecialArenaServerInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSpecialArenaServerInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[967]; } + } + + [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 ResGetSpecialArenaServerInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaServerInfo(ResGetSpecialArenaServerInfo other) : this() { + serverCount_ = other.serverCount_; + under10UserServer_ = other.under10UserServer_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSpecialArenaServerInfo Clone() { + return new ResGetSpecialArenaServerInfo(this); + } + + /// Field number for the "ServerCount" field. + public const int ServerCountFieldNumber = 1; + private int serverCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ServerCount { + get { return serverCount_; } + set { + serverCount_ = value; + } + } + + /// Field number for the "Under10UserServer" field. + public const int Under10UserServerFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_under10UserServer_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField under10UserServer_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Under10UserServer { + get { return under10UserServer_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSpecialArenaServerInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSpecialArenaServerInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ServerCount != other.ServerCount) return false; + if(!under10UserServer_.Equals(other.under10UserServer_)) 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 (ServerCount != 0) hash ^= ServerCount.GetHashCode(); + hash ^= under10UserServer_.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 (ServerCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(ServerCount); + } + under10UserServer_.WriteTo(output, _repeated_under10UserServer_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 (ServerCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(ServerCount); + } + under10UserServer_.WriteTo(ref output, _repeated_under10UserServer_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 (ServerCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ServerCount); + } + size += under10UserServer_.CalculateSize(_repeated_under10UserServer_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSpecialArenaServerInfo other) { + if (other == null) { + return; + } + if (other.ServerCount != 0) { + ServerCount = other.ServerCount; + } + under10UserServer_.Add(other.under10UserServer_); + _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: { + ServerCount = input.ReadInt32(); + break; + } + case 18: + case 16: { + under10UserServer_.AddEntriesFrom(input, _repeated_under10UserServer_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: { + ServerCount = input.ReadInt32(); + break; + } + case 18: + case 16: { + under10UserServer_.AddEntriesFrom(ref input, _repeated_under10UserServer_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetInfiniteTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetInfiniteTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[968]; } + } + + [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 ResSetInfiniteTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteTower(ResSetInfiniteTower other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetInfiniteTower Clone() { + return new ResSetInfiniteTower(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetInfiniteTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetInfiniteTower 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(ResSetInfiniteTower 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameCe002 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameCe002()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[969]; } + } + + [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 ResResetMiniGameCe002() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameCe002(ResResetMiniGameCe002 other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameCe002 Clone() { + return new ResResetMiniGameCe002(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameCe002); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameCe002 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(ResResetMiniGameCe002 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResInAppPurchasePayFail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResInAppPurchasePayFail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[970]; } + } + + [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 ResInAppPurchasePayFail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInAppPurchasePayFail(ResInAppPurchasePayFail other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInAppPurchasePayFail Clone() { + return new ResInAppPurchasePayFail(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResInAppPurchasePayFail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResInAppPurchasePayFail 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(ResInAppPurchasePayFail 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddArchiveRecord : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddArchiveRecord()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[971]; } + } + + [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 ResAddArchiveRecord() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddArchiveRecord(ResAddArchiveRecord other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddArchiveRecord Clone() { + return new ResAddArchiveRecord(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddArchiveRecord); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddArchiveRecord 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(ResAddArchiveRecord 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearArchiveEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearArchiveEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[972]; } + } + + [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 ResAllClearArchiveEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearArchiveEventStage(ResAllClearArchiveEventStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearArchiveEventStage Clone() { + return new ResAllClearArchiveEventStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearArchiveEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearArchiveEventStage 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(ResAllClearArchiveEventStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetChampionArenaBettingReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetChampionArenaBettingReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[973]; } + } + + [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 ResResetChampionArenaBettingReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetChampionArenaBettingReward(ResResetChampionArenaBettingReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetChampionArenaBettingReward Clone() { + return new ResResetChampionArenaBettingReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetChampionArenaBettingReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetChampionArenaBettingReward 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(ResResetChampionArenaBettingReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeGuildMemberLastActionAt : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeGuildMemberLastActionAt()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[974]; } + } + + [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 ResChangeGuildMemberLastActionAt() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildMemberLastActionAt(ResChangeGuildMemberLastActionAt other) : this() { + changedLastActionAt_ = other.changedLastActionAt_ != null ? other.changedLastActionAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildMemberLastActionAt Clone() { + return new ResChangeGuildMemberLastActionAt(this); + } + + /// Field number for the "ChangedLastActionAt" field. + public const int ChangedLastActionAtFieldNumber = 1; + private global::Google.Protobuf.WellKnownTypes.Timestamp changedLastActionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ChangedLastActionAt { + get { return changedLastActionAt_; } + set { + changedLastActionAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeGuildMemberLastActionAt); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeGuildMemberLastActionAt other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(ChangedLastActionAt, other.ChangedLastActionAt)) 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 (changedLastActionAt_ != null) hash ^= ChangedLastActionAt.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 (changedLastActionAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ChangedLastActionAt); + } + 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 (changedLastActionAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ChangedLastActionAt); + } + 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 (changedLastActionAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChangedLastActionAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChangeGuildMemberLastActionAt other) { + if (other == null) { + return; + } + if (other.changedLastActionAt_ != null) { + if (changedLastActionAt_ == null) { + ChangedLastActionAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ChangedLastActionAt.MergeFrom(other.ChangedLastActionAt); + } + _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: { + if (changedLastActionAt_ == null) { + ChangedLastActionAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ChangedLastActionAt); + 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: { + if (changedLastActionAt_ == null) { + ChangedLastActionAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ChangedLastActionAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeGuildMemberJoinedAt : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeGuildMemberJoinedAt()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[975]; } + } + + [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 ResChangeGuildMemberJoinedAt() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildMemberJoinedAt(ResChangeGuildMemberJoinedAt other) : this() { + changedJoinedAt_ = other.changedJoinedAt_ != null ? other.changedJoinedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildMemberJoinedAt Clone() { + return new ResChangeGuildMemberJoinedAt(this); + } + + /// Field number for the "ChangedJoinedAt" field. + public const int ChangedJoinedAtFieldNumber = 1; + private global::Google.Protobuf.WellKnownTypes.Timestamp changedJoinedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ChangedJoinedAt { + get { return changedJoinedAt_; } + set { + changedJoinedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeGuildMemberJoinedAt); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeGuildMemberJoinedAt other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(ChangedJoinedAt, other.ChangedJoinedAt)) 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 (changedJoinedAt_ != null) hash ^= ChangedJoinedAt.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 (changedJoinedAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ChangedJoinedAt); + } + 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 (changedJoinedAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ChangedJoinedAt); + } + 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 (changedJoinedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ChangedJoinedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChangeGuildMemberJoinedAt other) { + if (other == null) { + return; + } + if (other.changedJoinedAt_ != null) { + if (changedJoinedAt_ == null) { + ChangedJoinedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ChangedJoinedAt.MergeFrom(other.ChangedJoinedAt); + } + _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: { + if (changedJoinedAt_ == null) { + ChangedJoinedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ChangedJoinedAt); + 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: { + if (changedJoinedAt_ == null) { + ChangedJoinedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ChangedJoinedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatBanUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatBanUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[976]; } + } + + [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 ResCheatBanUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatBanUser(ResCheatBanUser other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatBanUser Clone() { + return new ResCheatBanUser(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatBanUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatBanUser 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(ResCheatBanUser 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResIgnoreSucceedFlag : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResIgnoreSucceedFlag()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[977]; } + } + + [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 ResIgnoreSucceedFlag() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResIgnoreSucceedFlag(ResIgnoreSucceedFlag other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResIgnoreSucceedFlag Clone() { + return new ResIgnoreSucceedFlag(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResIgnoreSucceedFlag); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResIgnoreSucceedFlag 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(ResIgnoreSucceedFlag 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatToggleFeatureFlag : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatToggleFeatureFlag()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[978]; } + } + + [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 ResCheatToggleFeatureFlag() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatToggleFeatureFlag(ResCheatToggleFeatureFlag other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatToggleFeatureFlag Clone() { + return new ResCheatToggleFeatureFlag(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatToggleFeatureFlag); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatToggleFeatureFlag 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(ResCheatToggleFeatureFlag 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateRearrangeArenaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateRearrangeArenaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[979]; } + } + + [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 ResCreateRearrangeArenaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateRearrangeArenaData(ResCreateRearrangeArenaData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateRearrangeArenaData Clone() { + return new ResCreateRearrangeArenaData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateRearrangeArenaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateRearrangeArenaData 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(ResCreateRearrangeArenaData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetSupportCharacterUseCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetSupportCharacterUseCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[980]; } + } + + [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 ResResetSupportCharacterUseCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSupportCharacterUseCount(ResResetSupportCharacterUseCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSupportCharacterUseCount Clone() { + return new ResResetSupportCharacterUseCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetSupportCharacterUseCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetSupportCharacterUseCount 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(ResResetSupportCharacterUseCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateDummyMultiRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateDummyMultiRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[981]; } + } + + [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 ResCreateDummyMultiRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateDummyMultiRaidRanking(ResCreateDummyMultiRaidRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateDummyMultiRaidRanking Clone() { + return new ResCreateDummyMultiRaidRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateDummyMultiRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateDummyMultiRaidRanking 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(ResCreateDummyMultiRaidRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSendMultiRaidSettleMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSendMultiRaidSettleMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[982]; } + } + + [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 ResForceSendMultiRaidSettleMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSendMultiRaidSettleMail(ResForceSendMultiRaidSettleMail other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSendMultiRaidSettleMail Clone() { + return new ResForceSendMultiRaidSettleMail(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSendMultiRaidSettleMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSendMultiRaidSettleMail 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(ResForceSendMultiRaidSettleMail 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMultiRaidSettleHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMultiRaidSettleHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[983]; } + } + + [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 ResResetMultiRaidSettleHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMultiRaidSettleHistory(ResResetMultiRaidSettleHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMultiRaidSettleHistory Clone() { + return new ResResetMultiRaidSettleHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMultiRaidSettleHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMultiRaidSettleHistory 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(ResResetMultiRaidSettleHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMultiRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMultiRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[984]; } + } + + [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 ResResetMultiRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMultiRaidRanking(ResResetMultiRaidRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMultiRaidRanking Clone() { + return new ResResetMultiRaidRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMultiRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMultiRaidRanking 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(ResResetMultiRaidRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceSetMultiRaidScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceSetMultiRaidScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[985]; } + } + + [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 ResForceSetMultiRaidScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSetMultiRaidScore(ResForceSetMultiRaidScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceSetMultiRaidScore Clone() { + return new ResForceSetMultiRaidScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceSetMultiRaidScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceSetMultiRaidScore 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(ResForceSetMultiRaidScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceUpdateMiniGameNKSProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceUpdateMiniGameNKSProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[986]; } + } + + [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 ResForceUpdateMiniGameNKSProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceUpdateMiniGameNKSProgress(ResForceUpdateMiniGameNKSProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceUpdateMiniGameNKSProgress Clone() { + return new ResForceUpdateMiniGameNKSProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceUpdateMiniGameNKSProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceUpdateMiniGameNKSProgress 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(ResForceUpdateMiniGameNKSProgress 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameNKS : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameNKS()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[987]; } + } + + [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 ResResetMiniGameNKS() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameNKS(ResResetMiniGameNKS other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameNKS Clone() { + return new ResResetMiniGameNKS(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameNKS); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameNKS 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(ResResetMiniGameNKS 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceAssignMultiRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceAssignMultiRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[988]; } + } + + [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 ResForceAssignMultiRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAssignMultiRaid(ResForceAssignMultiRaid other) : this() { + ip_ = other.ip_; + port_ = other.port_; + roomId_ = other.roomId_; + matchId_ = other.matchId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAssignMultiRaid Clone() { + return new ResForceAssignMultiRaid(this); + } + + /// Field number for the "Ip" field. + public const int IpFieldNumber = 1; + 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 "Port" field. + public const int PortFieldNumber = 2; + private int port_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Port { + get { return port_; } + set { + port_ = value; + } + } + + /// Field number for the "RoomId" field. + public const int RoomIdFieldNumber = 3; + private string roomId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RoomId { + get { return roomId_; } + set { + roomId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 4; + private string matchId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MatchId { + get { return matchId_; } + set { + matchId_ = 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 ResForceAssignMultiRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceAssignMultiRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ip != other.Ip) return false; + if (Port != other.Port) return false; + if (RoomId != other.RoomId) return false; + if (MatchId != other.MatchId) 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 (Ip.Length != 0) hash ^= Ip.GetHashCode(); + if (Port != 0) hash ^= Port.GetHashCode(); + if (RoomId.Length != 0) hash ^= RoomId.GetHashCode(); + if (MatchId.Length != 0) hash ^= MatchId.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 (Ip.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Ip); + } + if (Port != 0) { + output.WriteRawTag(16); + output.WriteInt32(Port); + } + if (RoomId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(RoomId); + } + if (MatchId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(MatchId); + } + 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 (Ip.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Ip); + } + if (Port != 0) { + output.WriteRawTag(16); + output.WriteInt32(Port); + } + if (RoomId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(RoomId); + } + if (MatchId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(MatchId); + } + 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 (Ip.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Ip); + } + if (Port != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Port); + } + if (RoomId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(RoomId); + } + if (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MatchId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResForceAssignMultiRaid other) { + if (other == null) { + return; + } + if (other.Ip.Length != 0) { + Ip = other.Ip; + } + if (other.Port != 0) { + Port = other.Port; + } + if (other.RoomId.Length != 0) { + RoomId = other.RoomId; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + _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: { + Ip = input.ReadString(); + break; + } + case 16: { + Port = input.ReadInt32(); + break; + } + case 26: { + RoomId = input.ReadString(); + break; + } + case 34: { + MatchId = 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 10: { + Ip = input.ReadString(); + break; + } + case 16: { + Port = input.ReadInt32(); + break; + } + case 26: { + RoomId = input.ReadString(); + break; + } + case 34: { + MatchId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateSupportCharacterCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateSupportCharacterCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[989]; } + } + + [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 ResUpdateSupportCharacterCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateSupportCharacterCount(ResUpdateSupportCharacterCount other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateSupportCharacterCount Clone() { + return new ResUpdateSupportCharacterCount(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateSupportCharacterCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateSupportCharacterCount 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(ResUpdateSupportCharacterCount 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetDateSim : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetDateSim()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[990]; } + } + + [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 ResResetDateSim() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDateSim(ResResetDateSim other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDateSim Clone() { + return new ResResetDateSim(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetDateSim); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetDateSim 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(ResResetDateSim 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceClearDateSimDialogEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceClearDateSimDialogEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[991]; } + } + + [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 ResForceClearDateSimDialogEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceClearDateSimDialogEvent(ResForceClearDateSimDialogEvent other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceClearDateSimDialogEvent Clone() { + return new ResForceClearDateSimDialogEvent(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceClearDateSimDialogEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceClearDateSimDialogEvent 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(ResForceClearDateSimDialogEvent 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSpecialArenaMatchable : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSpecialArenaMatchable()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[992]; } + } + + [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 ResSpecialArenaMatchable() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaMatchable(ResSpecialArenaMatchable other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSpecialArenaMatchable Clone() { + return new ResSpecialArenaMatchable(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSpecialArenaMatchable); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSpecialArenaMatchable 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(ResSpecialArenaMatchable 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameDessertRushDailyProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameDessertRushDailyProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[993]; } + } + + [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 ResResetMiniGameDessertRushDailyProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameDessertRushDailyProgress(ResResetMiniGameDessertRushDailyProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameDessertRushDailyProgress Clone() { + return new ResResetMiniGameDessertRushDailyProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameDessertRushDailyProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameDessertRushDailyProgress 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(ResResetMiniGameDessertRushDailyProgress 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameDessertRushAccumulatedScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameDessertRushAccumulatedScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[994]; } + } + + [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 ResResetMiniGameDessertRushAccumulatedScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameDessertRushAccumulatedScore(ResResetMiniGameDessertRushAccumulatedScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameDessertRushAccumulatedScore Clone() { + return new ResResetMiniGameDessertRushAccumulatedScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameDessertRushAccumulatedScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameDessertRushAccumulatedScore 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(ResResetMiniGameDessertRushAccumulatedScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceAddMiniGameDessertRushDailyScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceAddMiniGameDessertRushDailyScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[995]; } + } + + [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 ResForceAddMiniGameDessertRushDailyScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAddMiniGameDessertRushDailyScore(ResForceAddMiniGameDessertRushDailyScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAddMiniGameDessertRushDailyScore Clone() { + return new ResForceAddMiniGameDessertRushDailyScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceAddMiniGameDessertRushDailyScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceAddMiniGameDessertRushDailyScore 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(ResForceAddMiniGameDessertRushDailyScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeRankingServer : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeRankingServer()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[996]; } + } + + [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 ResChangeRankingServer() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeRankingServer(ResChangeRankingServer other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeRankingServer Clone() { + return new ResChangeRankingServer(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeRankingServer); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeRankingServer 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(ResChangeRankingServer 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameTabTabMaidDailyProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameTabTabMaidDailyProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[997]; } + } + + [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 ResResetMiniGameTabTabMaidDailyProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameTabTabMaidDailyProgress(ResResetMiniGameTabTabMaidDailyProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameTabTabMaidDailyProgress Clone() { + return new ResResetMiniGameTabTabMaidDailyProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameTabTabMaidDailyProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameTabTabMaidDailyProgress 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(ResResetMiniGameTabTabMaidDailyProgress 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameTabTabMaidAccumulatedScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameTabTabMaidAccumulatedScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[998]; } + } + + [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 ResResetMiniGameTabTabMaidAccumulatedScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameTabTabMaidAccumulatedScore(ResResetMiniGameTabTabMaidAccumulatedScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameTabTabMaidAccumulatedScore Clone() { + return new ResResetMiniGameTabTabMaidAccumulatedScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameTabTabMaidAccumulatedScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameTabTabMaidAccumulatedScore 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(ResResetMiniGameTabTabMaidAccumulatedScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceAddMiniGameTabTabMaidDailyScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceAddMiniGameTabTabMaidDailyScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[999]; } + } + + [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 ResForceAddMiniGameTabTabMaidDailyScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAddMiniGameTabTabMaidDailyScore(ResForceAddMiniGameTabTabMaidDailyScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceAddMiniGameTabTabMaidDailyScore Clone() { + return new ResForceAddMiniGameTabTabMaidDailyScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceAddMiniGameTabTabMaidDailyScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceAddMiniGameTabTabMaidDailyScore 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(ResForceAddMiniGameTabTabMaidDailyScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateFriendRecommend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateFriendRecommend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1000]; } + } + + [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 ResUpdateFriendRecommend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateFriendRecommend(ResUpdateFriendRecommend other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateFriendRecommend Clone() { + return new ResUpdateFriendRecommend(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateFriendRecommend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateFriendRecommend 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(ResUpdateFriendRecommend 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1001]; } + } + + [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 ResUpdateRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateRanking(ResUpdateRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateRanking Clone() { + return new ResUpdateRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateRanking 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(ResUpdateRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteArenaHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteArenaHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1002]; } + } + + [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 ResDeleteArenaHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaHistory(ResDeleteArenaHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteArenaHistory Clone() { + return new ResDeleteArenaHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteArenaHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteArenaHistory 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(ResDeleteArenaHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceUserToUnionRelatedRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceUserToUnionRelatedRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1003]; } + } + + [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 ResForceUserToUnionRelatedRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceUserToUnionRelatedRanking(ResForceUserToUnionRelatedRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceUserToUnionRelatedRanking Clone() { + return new ResForceUserToUnionRelatedRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceUserToUnionRelatedRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceUserToUnionRelatedRanking 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(ResForceUserToUnionRelatedRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetMiniGameTabTabMaidMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetMiniGameTabTabMaidMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1004]; } + } + + [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 ResResetMiniGameTabTabMaidMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameTabTabMaidMissionReward(ResResetMiniGameTabTabMaidMissionReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetMiniGameTabTabMaidMissionReward Clone() { + return new ResResetMiniGameTabTabMaidMissionReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetMiniGameTabTabMaidMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetMiniGameTabTabMaidMissionReward 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(ResResetMiniGameTabTabMaidMissionReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetSpecialLobbySlotData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetSpecialLobbySlotData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1005]; } + } + + [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 ResResetSpecialLobbySlotData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSpecialLobbySlotData(ResResetSpecialLobbySlotData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSpecialLobbySlotData Clone() { + return new ResResetSpecialLobbySlotData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetSpecialLobbySlotData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetSpecialLobbySlotData 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(ResResetSpecialLobbySlotData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnequipAllFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnequipAllFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1006]; } + } + + [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 ResUnequipAllFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnequipAllFavoriteItem(ResUnequipAllFavoriteItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnequipAllFavoriteItem Clone() { + return new ResUnequipAllFavoriteItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnequipAllFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnequipAllFavoriteItem 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(ResUnequipAllFavoriteItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnequipFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnequipFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1007]; } + } + + [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 ResUnequipFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnequipFavoriteItem(ResUnequipFavoriteItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnequipFavoriteItem Clone() { + return new ResUnequipFavoriteItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnequipFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnequipFavoriteItem 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(ResUnequipFavoriteItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResTestIncreaseExpFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResTestIncreaseExpFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1008]; } + } + + [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 ResTestIncreaseExpFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTestIncreaseExpFavoriteItem(ResTestIncreaseExpFavoriteItem other) : this() { + resultList_ = other.resultList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTestIncreaseExpFavoriteItem Clone() { + return new ResTestIncreaseExpFavoriteItem(this); + } + + /// Field number for the "ResultList" field. + public const int ResultListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_resultList_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField resultList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ResultList { + get { return resultList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResTestIncreaseExpFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResTestIncreaseExpFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!resultList_.Equals(other.resultList_)) 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 ^= resultList_.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 + resultList_.WriteTo(output, _repeated_resultList_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) { + resultList_.WriteTo(ref output, _repeated_resultList_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 += resultList_.CalculateSize(_repeated_resultList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResTestIncreaseExpFavoriteItem other) { + if (other == null) { + return; + } + resultList_.Add(other.resultList_); + _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: { + resultList_.AddEntriesFrom(input, _repeated_resultList_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: { + resultList_.AddEntriesFrom(ref input, _repeated_resultList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResForceEquipFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResForceEquipFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1009]; } + } + + [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 ResForceEquipFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceEquipFavoriteItem(ResForceEquipFavoriteItem other) : this() { + favoriteItems_ = other.favoriteItems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResForceEquipFavoriteItem Clone() { + return new ResForceEquipFavoriteItem(this); + } + + /// Field number for the "FavoriteItems" field. + public const int FavoriteItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItems_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserFavoriteItemData.Parser); + private readonly pbc::RepeatedField favoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItems { + get { return favoriteItems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResForceEquipFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResForceEquipFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItems_.Equals(other.favoriteItems_)) 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 ^= favoriteItems_.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 + favoriteItems_.WriteTo(output, _repeated_favoriteItems_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) { + favoriteItems_.WriteTo(ref output, _repeated_favoriteItems_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 += favoriteItems_.CalculateSize(_repeated_favoriteItems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResForceEquipFavoriteItem other) { + if (other == null) { + return; + } + favoriteItems_.Add(other.favoriteItems_); + _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: { + favoriteItems_.AddEntriesFrom(input, _repeated_favoriteItems_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: { + favoriteItems_.AddEntriesFrom(ref input, _repeated_favoriteItems_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddCollectionItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddCollectionItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1010]; } + } + + [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 ResAddCollectionItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCollectionItem(ResAddCollectionItem other) : this() { + favoriteItems_ = other.favoriteItems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCollectionItem Clone() { + return new ResAddCollectionItem(this); + } + + /// Field number for the "FavoriteItems" field. + public const int FavoriteItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItems_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserFavoriteItemData.Parser); + private readonly pbc::RepeatedField favoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItems { + get { return favoriteItems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddCollectionItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddCollectionItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItems_.Equals(other.favoriteItems_)) 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 ^= favoriteItems_.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 + favoriteItems_.WriteTo(output, _repeated_favoriteItems_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) { + favoriteItems_.WriteTo(ref output, _repeated_favoriteItems_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 += favoriteItems_.CalculateSize(_repeated_favoriteItems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddCollectionItem other) { + if (other == null) { + return; + } + favoriteItems_.Add(other.favoriteItems_); + _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: { + favoriteItems_.AddEntriesFrom(input, _repeated_favoriteItems_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: { + favoriteItems_.AddEntriesFrom(ref input, _repeated_favoriteItems_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetSideStory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetSideStory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1011]; } + } + + [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 ResResetSideStory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSideStory(ResResetSideStory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetSideStory Clone() { + return new ResResetSideStory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetSideStory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetSideStory 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(ResResetSideStory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearSideStory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearSideStory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1012]; } + } + + [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 ResAllClearSideStory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearSideStory(ResAllClearSideStory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearSideStory Clone() { + return new ResAllClearSideStory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearSideStory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearSideStory 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(ResAllClearSideStory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1013]; } + } + + [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 ResResetFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetFavoriteItemQuest(ResResetFavoriteItemQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetFavoriteItemQuest Clone() { + return new ResResetFavoriteItemQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetFavoriteItemQuest 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(ResResetFavoriteItemQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCollectionItemLevel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCollectionItemLevel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1014]; } + } + + [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 ResSetCollectionItemLevel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCollectionItemLevel(ResSetCollectionItemLevel other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCollectionItemLevel Clone() { + return new ResSetCollectionItemLevel(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCollectionItemLevel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCollectionItemLevel 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(ResSetCollectionItemLevel 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameTowerDefenseAddCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameTowerDefenseAddCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1015]; } + } + + [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 ResMiniGameTowerDefenseAddCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseAddCurrency(ResMiniGameTowerDefenseAddCurrency other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseAddCurrency Clone() { + return new ResMiniGameTowerDefenseAddCurrency(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameTowerDefenseAddCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameTowerDefenseAddCurrency 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(ResMiniGameTowerDefenseAddCurrency 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameTowerDefenseResetMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameTowerDefenseResetMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1016]; } + } + + [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 ResMiniGameTowerDefenseResetMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseResetMission(ResMiniGameTowerDefenseResetMission other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseResetMission Clone() { + return new ResMiniGameTowerDefenseResetMission(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameTowerDefenseResetMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameTowerDefenseResetMission 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(ResMiniGameTowerDefenseResetMission 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameTowerDefenseResetStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameTowerDefenseResetStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1017]; } + } + + [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 ResMiniGameTowerDefenseResetStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseResetStage(ResMiniGameTowerDefenseResetStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseResetStage Clone() { + return new ResMiniGameTowerDefenseResetStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameTowerDefenseResetStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameTowerDefenseResetStage 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(ResMiniGameTowerDefenseResetStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameTowerDefenseAllClearStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameTowerDefenseAllClearStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1018]; } + } + + [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 ResMiniGameTowerDefenseAllClearStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseAllClearStage(ResMiniGameTowerDefenseAllClearStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameTowerDefenseAllClearStage Clone() { + return new ResMiniGameTowerDefenseAllClearStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameTowerDefenseAllClearStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameTowerDefenseAllClearStage 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(ResMiniGameTowerDefenseAllClearStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatObtainAllProfileCardObjects : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatObtainAllProfileCardObjects()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1019]; } + } + + [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 ResCheatObtainAllProfileCardObjects() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatObtainAllProfileCardObjects(ResCheatObtainAllProfileCardObjects other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatObtainAllProfileCardObjects Clone() { + return new ResCheatObtainAllProfileCardObjects(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatObtainAllProfileCardObjects); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatObtainAllProfileCardObjects 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(ResCheatObtainAllProfileCardObjects 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatRemoveAllProfileCardObjects : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatRemoveAllProfileCardObjects()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1020]; } + } + + [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 ResCheatRemoveAllProfileCardObjects() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatRemoveAllProfileCardObjects(ResCheatRemoveAllProfileCardObjects other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatRemoveAllProfileCardObjects Clone() { + return new ResCheatRemoveAllProfileCardObjects(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatRemoveAllProfileCardObjects); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatRemoveAllProfileCardObjects 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(ResCheatRemoveAllProfileCardObjects 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatObtainProfileCardObjects : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatObtainProfileCardObjects()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1021]; } + } + + [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 ResCheatObtainProfileCardObjects() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatObtainProfileCardObjects(ResCheatObtainProfileCardObjects other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatObtainProfileCardObjects Clone() { + return new ResCheatObtainProfileCardObjects(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatObtainProfileCardObjects); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatObtainProfileCardObjects 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(ResCheatObtainProfileCardObjects 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatRemoveProfileCardObjects : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatRemoveProfileCardObjects()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1022]; } + } + + [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 ResCheatRemoveProfileCardObjects() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatRemoveProfileCardObjects(ResCheatRemoveProfileCardObjects other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatRemoveProfileCardObjects Clone() { + return new ResCheatRemoveProfileCardObjects(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatRemoveProfileCardObjects); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatRemoveProfileCardObjects 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(ResCheatRemoveProfileCardObjects 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDisableWatermarkPasswordAuth : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDisableWatermarkPasswordAuth()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1023]; } + } + + [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 ResDisableWatermarkPasswordAuth() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDisableWatermarkPasswordAuth(ResDisableWatermarkPasswordAuth other) : this() { + success_ = other.success_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDisableWatermarkPasswordAuth Clone() { + return new ResDisableWatermarkPasswordAuth(this); + } + + /// Field number for the "Success" field. + public const int SuccessFieldNumber = 1; + private bool success_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Success { + get { return success_; } + set { + success_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDisableWatermarkPasswordAuth); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDisableWatermarkPasswordAuth other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Success != other.Success) 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 (Success != false) hash ^= Success.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 (Success != false) { + output.WriteRawTag(8); + output.WriteBool(Success); + } + 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 (Success != false) { + output.WriteRawTag(8); + output.WriteBool(Success); + } + 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 (Success != 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(ResDisableWatermarkPasswordAuth other) { + if (other == null) { + return; + } + if (other.Success != false) { + Success = other.Success; + } + _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: { + Success = 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 8: { + Success = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatMiniGameBan : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatMiniGameBan()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1024]; } + } + + [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 ResCheatMiniGameBan() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatMiniGameBan(ResCheatMiniGameBan other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatMiniGameBan Clone() { + return new ResCheatMiniGameBan(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatMiniGameBan); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatMiniGameBan 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(ResCheatMiniGameBan 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatProceedFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatProceedFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1025]; } + } + + [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 ResCheatProceedFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatProceedFavoriteItemQuest(ResCheatProceedFavoriteItemQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatProceedFavoriteItemQuest Clone() { + return new ResCheatProceedFavoriteItemQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatProceedFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatProceedFavoriteItemQuest 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(ResCheatProceedFavoriteItemQuest 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 + + } + + /// + /// (Removed by tool) + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetBypassRunningSodaAntiCheat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetBypassRunningSodaAntiCheat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1026]; } + } + + [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 ResSetBypassRunningSodaAntiCheat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetBypassRunningSodaAntiCheat(ResSetBypassRunningSodaAntiCheat other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetBypassRunningSodaAntiCheat Clone() { + return new ResSetBypassRunningSodaAntiCheat(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetBypassRunningSodaAntiCheat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetBypassRunningSodaAntiCheat 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(ResSetBypassRunningSodaAntiCheat 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatNKSV2Ban : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatNKSV2Ban()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1027]; } + } + + [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 ResCheatNKSV2Ban() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatNKSV2Ban(ResCheatNKSV2Ban other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatNKSV2Ban Clone() { + return new ResCheatNKSV2Ban(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatNKSV2Ban); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatNKSV2Ban 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(ResCheatNKSV2Ban 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatIssueUnionFreeRenameTicket : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatIssueUnionFreeRenameTicket()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1028]; } + } + + [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 ResCheatIssueUnionFreeRenameTicket() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatIssueUnionFreeRenameTicket(ResCheatIssueUnionFreeRenameTicket other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatIssueUnionFreeRenameTicket Clone() { + return new ResCheatIssueUnionFreeRenameTicket(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatIssueUnionFreeRenameTicket); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatIssueUnionFreeRenameTicket 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(ResCheatIssueUnionFreeRenameTicket 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatRenameUnion : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatRenameUnion()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1029]; } + } + + [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 ResCheatRenameUnion() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatRenameUnion(ResCheatRenameUnion other) : this() { + failureReason_ = other.failureReason_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatRenameUnion Clone() { + return new ResCheatRenameUnion(this); + } + + /// Field number for the "FailureReason" field. + public const int FailureReasonFieldNumber = 1; + private global::EpinelPS.CheatRenameUnionFailureReason failureReason_ = global::EpinelPS.CheatRenameUnionFailureReason.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CheatRenameUnionFailureReason FailureReason { + get { return failureReason_; } + set { + failureReason_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatRenameUnion); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatRenameUnion other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FailureReason != other.FailureReason) 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 (FailureReason != global::EpinelPS.CheatRenameUnionFailureReason.None) hash ^= FailureReason.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 (FailureReason != global::EpinelPS.CheatRenameUnionFailureReason.None) { + output.WriteRawTag(8); + output.WriteEnum((int) FailureReason); + } + 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 (FailureReason != global::EpinelPS.CheatRenameUnionFailureReason.None) { + output.WriteRawTag(8); + output.WriteEnum((int) FailureReason); + } + 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 (FailureReason != global::EpinelPS.CheatRenameUnionFailureReason.None) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) FailureReason); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCheatRenameUnion other) { + if (other == null) { + return; + } + if (other.FailureReason != global::EpinelPS.CheatRenameUnionFailureReason.None) { + FailureReason = other.FailureReason; + } + _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: { + FailureReason = (global::EpinelPS.CheatRenameUnionFailureReason) 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: { + FailureReason = (global::EpinelPS.CheatRenameUnionFailureReason) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetIslandAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetIslandAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1030]; } + } + + [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 ResResetIslandAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetIslandAdventure(ResResetIslandAdventure other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetIslandAdventure Clone() { + return new ResResetIslandAdventure(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetIslandAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetIslandAdventure 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(ResResetIslandAdventure 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatAcquireAllUserTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatAcquireAllUserTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1031]; } + } + + [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 ResCheatAcquireAllUserTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatAcquireAllUserTitle(ResCheatAcquireAllUserTitle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatAcquireAllUserTitle Clone() { + return new ResCheatAcquireAllUserTitle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatAcquireAllUserTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatAcquireAllUserTitle 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(ResCheatAcquireAllUserTitle 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatUpdateUserTitleAcquireCondition : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatUpdateUserTitleAcquireCondition()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1032]; } + } + + [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 ResCheatUpdateUserTitleAcquireCondition() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatUpdateUserTitleAcquireCondition(ResCheatUpdateUserTitleAcquireCondition other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatUpdateUserTitleAcquireCondition Clone() { + return new ResCheatUpdateUserTitleAcquireCondition(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatUpdateUserTitleAcquireCondition); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatUpdateUserTitleAcquireCondition 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(ResCheatUpdateUserTitleAcquireCondition 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddCurrencyIslandAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddCurrencyIslandAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1033]; } + } + + [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 ResAddCurrencyIslandAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCurrencyIslandAdventure(ResAddCurrencyIslandAdventure other) : this() { + currency_ = other.currency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddCurrencyIslandAdventure Clone() { + return new ResAddCurrencyIslandAdventure(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 1; + private long currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddCurrencyIslandAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddCurrencyIslandAdventure other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Currency != other.Currency) 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 (Currency != 0L) hash ^= Currency.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 (Currency != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Currency); + } + 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 (Currency != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Currency); + } + 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 (Currency != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddCurrencyIslandAdventure other) { + if (other == null) { + return; + } + if (other.Currency != 0L) { + Currency = other.Currency; + } + _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: { + Currency = input.ReadInt64(); + 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: { + Currency = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBypassMiniGameIslandSpotRuleCheat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBypassMiniGameIslandSpotRuleCheat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1034]; } + } + + [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 ResBypassMiniGameIslandSpotRuleCheat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBypassMiniGameIslandSpotRuleCheat(ResBypassMiniGameIslandSpotRuleCheat other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBypassMiniGameIslandSpotRuleCheat Clone() { + return new ResBypassMiniGameIslandSpotRuleCheat(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBypassMiniGameIslandSpotRuleCheat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBypassMiniGameIslandSpotRuleCheat 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(ResBypassMiniGameIslandSpotRuleCheat 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheatClearMiniGameIslandMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheatClearMiniGameIslandMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1035]; } + } + + [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 ResCheatClearMiniGameIslandMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatClearMiniGameIslandMission(ResCheatClearMiniGameIslandMission other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheatClearMiniGameIslandMission Clone() { + return new ResCheatClearMiniGameIslandMission(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheatClearMiniGameIslandMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheatClearMiniGameIslandMission 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(ResCheatClearMiniGameIslandMission 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class LoginEventRewardHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LoginEventRewardHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1036]; } + } + + [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 LoginEventRewardHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public LoginEventRewardHistory(LoginEventRewardHistory other) : this() { + isReceived_ = other.isReceived_; + day_ = other.day_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public LoginEventRewardHistory Clone() { + return new LoginEventRewardHistory(this); + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 1; + private bool isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + /// Field number for the "Day" field. + public const int DayFieldNumber = 2; + private int day_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Day { + get { return day_; } + set { + day_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as LoginEventRewardHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(LoginEventRewardHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsReceived != other.IsReceived) return false; + if (Day != other.Day) 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 (IsReceived != false) hash ^= IsReceived.GetHashCode(); + if (Day != 0) hash ^= Day.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 (IsReceived != false) { + output.WriteRawTag(8); + output.WriteBool(IsReceived); + } + if (Day != 0) { + output.WriteRawTag(16); + output.WriteInt32(Day); + } + 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 (IsReceived != false) { + output.WriteRawTag(8); + output.WriteBool(IsReceived); + } + if (Day != 0) { + output.WriteRawTag(16); + output.WriteInt32(Day); + } + 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 (IsReceived != false) { + size += 1 + 1; + } + if (Day != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Day); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(LoginEventRewardHistory other) { + if (other == null) { + return; + } + if (other.IsReceived != false) { + IsReceived = other.IsReceived; + } + if (other.Day != 0) { + Day = other.Day; + } + _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: { + IsReceived = input.ReadBool(); + break; + } + case 16: { + Day = 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: { + IsReceived = input.ReadBool(); + break; + } + case 16: { + Day = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class LoginEventAttendance : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LoginEventAttendance()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1037]; } + } + + [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 LoginEventAttendance() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public LoginEventAttendance(LoginEventAttendance other) : this() { + day_ = other.day_; + attendanceDate_ = other.attendanceDate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public LoginEventAttendance Clone() { + return new LoginEventAttendance(this); + } + + /// Field number for the "Day" field. + public const int DayFieldNumber = 1; + private int day_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Day { + get { return day_; } + set { + day_ = value; + } + } + + /// Field number for the "AttendanceDate" field. + public const int AttendanceDateFieldNumber = 2; + private long attendanceDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long AttendanceDate { + get { return attendanceDate_; } + set { + attendanceDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as LoginEventAttendance); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(LoginEventAttendance other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Day != other.Day) return false; + if (AttendanceDate != other.AttendanceDate) 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 (Day != 0) hash ^= Day.GetHashCode(); + if (AttendanceDate != 0L) hash ^= AttendanceDate.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 (Day != 0) { + output.WriteRawTag(8); + output.WriteInt32(Day); + } + if (AttendanceDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(AttendanceDate); + } + 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 (Day != 0) { + output.WriteRawTag(8); + output.WriteInt32(Day); + } + if (AttendanceDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(AttendanceDate); + } + 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 (Day != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Day); + } + if (AttendanceDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(AttendanceDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(LoginEventAttendance other) { + if (other == null) { + return; + } + if (other.Day != 0) { + Day = other.Day; + } + if (other.AttendanceDate != 0L) { + AttendanceDate = other.AttendanceDate; + } + _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: { + Day = input.ReadInt32(); + break; + } + case 16: { + AttendanceDate = input.ReadInt64(); + 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: { + Day = input.ReadInt32(); + break; + } + case 16: { + AttendanceDate = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEventWithJoinData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEventWithJoinData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1038]; } + } + + [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 NetEventWithJoinData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventWithJoinData(NetEventWithJoinData other) : this() { + eventData_ = other.eventData_ != null ? other.eventData_.Clone() : null; + joinAt_ = other.joinAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventWithJoinData Clone() { + return new NetEventWithJoinData(this); + } + + /// Field number for the "EventData" field. + public const int EventDataFieldNumber = 1; + private global::EpinelPS.NetEventData eventData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEventData EventData { + get { return eventData_; } + set { + eventData_ = value; + } + } + + /// Field number for the "JoinAt" field. + public const int JoinAtFieldNumber = 2; + private long joinAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JoinAt { + get { return joinAt_; } + set { + joinAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEventWithJoinData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEventWithJoinData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(EventData, other.EventData)) return false; + if (JoinAt != other.JoinAt) 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 (eventData_ != null) hash ^= EventData.GetHashCode(); + if (JoinAt != 0L) hash ^= JoinAt.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 (eventData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(EventData); + } + if (JoinAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(JoinAt); + } + 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 (eventData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(EventData); + } + if (JoinAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(JoinAt); + } + 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 (eventData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EventData); + } + if (JoinAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JoinAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetEventWithJoinData other) { + if (other == null) { + return; + } + if (other.eventData_ != null) { + if (eventData_ == null) { + EventData = new global::EpinelPS.NetEventData(); + } + EventData.MergeFrom(other.EventData); + } + if (other.JoinAt != 0L) { + JoinAt = other.JoinAt; + } + _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: { + if (eventData_ == null) { + EventData = new global::EpinelPS.NetEventData(); + } + input.ReadMessage(EventData); + break; + } + case 16: { + JoinAt = input.ReadInt64(); + 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: { + if (eventData_ == null) { + EventData = new global::EpinelPS.NetEventData(); + } + input.ReadMessage(EventData); + break; + } + case 16: { + JoinAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEventJoinData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEventJoinData()); + private pb::UnknownFieldSet _unknownFields; + private int _hasBits0; + [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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1039]; } + } + + [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 NetEventJoinData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventJoinData(NetEventJoinData other) : this() { + _hasBits0 = other._hasBits0; + eventId_ = other.eventId_; + joinDate_ = other.joinDate_; + clearDate_ = other.clearDate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventJoinData Clone() { + return new NetEventJoinData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "JoinDate" field. + public const int JoinDateFieldNumber = 2; + private long joinDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JoinDate { + get { return joinDate_; } + set { + joinDate_ = value; + } + } + + /// Field number for the "ClearDate" field. + public const int ClearDateFieldNumber = 3; + private readonly static long ClearDateDefaultValue = 0L; + + private long clearDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ClearDate { + get { if ((_hasBits0 & 1) != 0) { return clearDate_; } else { return ClearDateDefaultValue; } } + set { + _hasBits0 |= 1; + clearDate_ = value; + } + } + /// Gets whether the "ClearDate" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasClearDate { + get { return (_hasBits0 & 1) != 0; } + } + /// Clears the value of the "ClearDate" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearClearDate() { + _hasBits0 &= ~1; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEventJoinData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEventJoinData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (JoinDate != other.JoinDate) return false; + if (ClearDate != other.ClearDate) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (JoinDate != 0L) hash ^= JoinDate.GetHashCode(); + if (HasClearDate) hash ^= ClearDate.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (JoinDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(JoinDate); + } + if (HasClearDate) { + output.WriteRawTag(24); + output.WriteInt64(ClearDate); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (JoinDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(JoinDate); + } + if (HasClearDate) { + output.WriteRawTag(24); + output.WriteInt64(ClearDate); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (JoinDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JoinDate); + } + if (HasClearDate) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ClearDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetEventJoinData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.JoinDate != 0L) { + JoinDate = other.JoinDate; + } + if (other.HasClearDate) { + ClearDate = other.ClearDate; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + JoinDate = input.ReadInt64(); + break; + } + case 24: { + ClearDate = input.ReadInt64(); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + JoinDate = input.ReadInt64(); + break; + } + case 24: { + ClearDate = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLastClearedEventStageData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLastClearedEventStageData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1040]; } + } + + [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 NetLastClearedEventStageData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLastClearedEventStageData(NetLastClearedEventStageData other) : this() { + difficultyId_ = other.difficultyId_; + stageId_ = other.stageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLastClearedEventStageData Clone() { + return new NetLastClearedEventStageData(this); + } + + /// Field number for the "DifficultyId" field. + public const int DifficultyIdFieldNumber = 1; + private int difficultyId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DifficultyId { + get { return difficultyId_; } + set { + difficultyId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLastClearedEventStageData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLastClearedEventStageData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DifficultyId != other.DifficultyId) return false; + if (StageId != other.StageId) 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 (DifficultyId != 0) hash ^= DifficultyId.GetHashCode(); + if (StageId != 0) hash ^= StageId.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 (DifficultyId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DifficultyId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (DifficultyId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DifficultyId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (DifficultyId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DifficultyId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetLastClearedEventStageData other) { + if (other == null) { + return; + } + if (other.DifficultyId != 0) { + DifficultyId = other.DifficultyId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + _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: { + DifficultyId = input.ReadInt32(); + break; + } + case 16: { + StageId = 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: { + DifficultyId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetEventList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetEventList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1041]; } + } + + [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 ResGetEventList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventList(ResGetEventList other) : this() { + eventList_ = other.eventList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventList Clone() { + return new ResGetEventList(this); + } + + /// Field number for the "EventList" field. + public const int EventListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_eventList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetEventData.Parser); + private readonly pbc::RepeatedField eventList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventList { + get { return eventList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetEventList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetEventList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventList_.Equals(other.eventList_)) 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 ^= eventList_.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 + eventList_.WriteTo(output, _repeated_eventList_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) { + eventList_.WriteTo(ref output, _repeated_eventList_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 += eventList_.CalculateSize(_repeated_eventList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetEventList other) { + if (other == null) { + return; + } + eventList_.Add(other.eventList_); + _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: { + eventList_.AddEntriesFrom(input, _repeated_eventList_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 18: { + eventList_.AddEntriesFrom(ref input, _repeated_eventList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLoginEventData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLoginEventData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1042]; } + } + + [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 ResLoginEventData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLoginEventData(ResLoginEventData other) : this() { + endDate_ = other.endDate_; + disableDate_ = other.disableDate_; + rewardHistories_ = other.rewardHistories_.Clone(); + lastAttendance_ = other.lastAttendance_ != null ? other.lastAttendance_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLoginEventData Clone() { + return new ResLoginEventData(this); + } + + /// Field number for the "EndDate" field. + public const int EndDateFieldNumber = 2; + private long endDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndDate { + get { return endDate_; } + set { + endDate_ = value; + } + } + + /// Field number for the "DisableDate" field. + public const int DisableDateFieldNumber = 3; + private long disableDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DisableDate { + get { return disableDate_; } + set { + disableDate_ = value; + } + } + + /// Field number for the "RewardHistories" field. + public const int RewardHistoriesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_rewardHistories_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.LoginEventRewardHistory.Parser); + private readonly pbc::RepeatedField rewardHistories_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RewardHistories { + get { return rewardHistories_; } + } + + /// Field number for the "LastAttendance" field. + public const int LastAttendanceFieldNumber = 6; + private global::EpinelPS.LoginEventAttendance lastAttendance_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LoginEventAttendance LastAttendance { + get { return lastAttendance_; } + set { + lastAttendance_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLoginEventData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLoginEventData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EndDate != other.EndDate) return false; + if (DisableDate != other.DisableDate) return false; + if(!rewardHistories_.Equals(other.rewardHistories_)) return false; + if (!object.Equals(LastAttendance, other.LastAttendance)) 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 (EndDate != 0L) hash ^= EndDate.GetHashCode(); + if (DisableDate != 0L) hash ^= DisableDate.GetHashCode(); + hash ^= rewardHistories_.GetHashCode(); + if (lastAttendance_ != null) hash ^= LastAttendance.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 (EndDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EndDate); + } + if (DisableDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(DisableDate); + } + rewardHistories_.WriteTo(output, _repeated_rewardHistories_codec); + if (lastAttendance_ != null) { + output.WriteRawTag(50); + output.WriteMessage(LastAttendance); + } + 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 (EndDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(EndDate); + } + if (DisableDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(DisableDate); + } + rewardHistories_.WriteTo(ref output, _repeated_rewardHistories_codec); + if (lastAttendance_ != null) { + output.WriteRawTag(50); + output.WriteMessage(LastAttendance); + } + 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 (EndDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndDate); + } + if (DisableDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DisableDate); + } + size += rewardHistories_.CalculateSize(_repeated_rewardHistories_codec); + if (lastAttendance_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LastAttendance); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResLoginEventData other) { + if (other == null) { + return; + } + if (other.EndDate != 0L) { + EndDate = other.EndDate; + } + if (other.DisableDate != 0L) { + DisableDate = other.DisableDate; + } + rewardHistories_.Add(other.rewardHistories_); + if (other.lastAttendance_ != null) { + if (lastAttendance_ == null) { + LastAttendance = new global::EpinelPS.LoginEventAttendance(); + } + LastAttendance.MergeFrom(other.LastAttendance); + } + _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: { + EndDate = input.ReadInt64(); + break; + } + case 24: { + DisableDate = input.ReadInt64(); + break; + } + case 42: { + rewardHistories_.AddEntriesFrom(input, _repeated_rewardHistories_codec); + break; + } + case 50: { + if (lastAttendance_ == null) { + LastAttendance = new global::EpinelPS.LoginEventAttendance(); + } + input.ReadMessage(LastAttendance); + 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: { + EndDate = input.ReadInt64(); + break; + } + case 24: { + DisableDate = input.ReadInt64(); + break; + } + case 42: { + rewardHistories_.AddEntriesFrom(ref input, _repeated_rewardHistories_codec); + break; + } + case 50: { + if (lastAttendance_ == null) { + LastAttendance = new global::EpinelPS.LoginEventAttendance(); + } + input.ReadMessage(LastAttendance); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/login/replenish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqLoginEventReplenish : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqLoginEventReplenish()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1043]; } + } + + [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 ReqLoginEventReplenish() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLoginEventReplenish(ReqLoginEventReplenish other) : this() { + eventId_ = other.eventId_; + replenishCount_ = other.replenishCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLoginEventReplenish Clone() { + return new ReqLoginEventReplenish(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ReplenishCount" field. + public const int ReplenishCountFieldNumber = 2; + private int replenishCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ReplenishCount { + get { return replenishCount_; } + set { + replenishCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqLoginEventReplenish); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqLoginEventReplenish other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ReplenishCount != other.ReplenishCount) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ReplenishCount != 0) hash ^= ReplenishCount.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ReplenishCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ReplenishCount); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ReplenishCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ReplenishCount); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ReplenishCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ReplenishCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqLoginEventReplenish other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ReplenishCount != 0) { + ReplenishCount = other.ReplenishCount; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ReplenishCount = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ReplenishCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLoginEventReplenish : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLoginEventReplenish()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1044]; } + } + + [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 ResLoginEventReplenish() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLoginEventReplenish(ResLoginEventReplenish other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLoginEventReplenish Clone() { + return new ResLoginEventReplenish(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLoginEventReplenish); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLoginEventReplenish other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= currencies_.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + currencies_.WriteTo(output, _repeated_currencies_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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResLoginEventReplenish other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + currencies_.Add(other.currencies_); + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetEventMissionClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetEventMissionClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1045]; } + } + + [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 ResGetEventMissionClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventMissionClear(ResGetEventMissionClear other) : this() { + eventMissionClearList_ = other.eventMissionClearList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventMissionClear Clone() { + return new ResGetEventMissionClear(this); + } + + /// Field number for the "EventMissionClearList" field. + public const int EventMissionClearListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_eventMissionClearList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetEventMissionClearData.Parser); + private readonly pbc::RepeatedField eventMissionClearList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventMissionClearList { + get { return eventMissionClearList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetEventMissionClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetEventMissionClear other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventMissionClearList_.Equals(other.eventMissionClearList_)) 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 ^= eventMissionClearList_.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 + eventMissionClearList_.WriteTo(output, _repeated_eventMissionClearList_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) { + eventMissionClearList_.WriteTo(ref output, _repeated_eventMissionClearList_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 += eventMissionClearList_.CalculateSize(_repeated_eventMissionClearList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetEventMissionClear other) { + if (other == null) { + return; + } + eventMissionClearList_.Add(other.eventMissionClearList_); + _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: { + eventMissionClearList_.AddEntriesFrom(input, _repeated_eventMissionClearList_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 18: { + eventMissionClearList_.AddEntriesFrom(ref input, _repeated_eventMissionClearList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainDailyEventReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainDailyEventReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1046]; } + } + + [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 ResObtainDailyEventReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDailyEventReward(ResObtainDailyEventReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDailyEventReward Clone() { + return new ResObtainDailyEventReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainDailyEventReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainDailyEventReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainDailyEventReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainLoginEventReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainLoginEventReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1047]; } + } + + [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 ResObtainLoginEventReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainLoginEventReward(ResObtainLoginEventReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainLoginEventReward Clone() { + return new ResObtainLoginEventReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainLoginEventReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainLoginEventReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainLoginEventReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetJoinedEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetJoinedEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1048]; } + } + + [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 ResGetJoinedEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJoinedEvent(ResGetJoinedEvent other) : this() { + eventWithJoinData_ = other.eventWithJoinData_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJoinedEvent Clone() { + return new ResGetJoinedEvent(this); + } + + /// Field number for the "EventWithJoinData" field. + public const int EventWithJoinDataFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_eventWithJoinData_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetEventWithJoinData.Parser); + private readonly pbc::RepeatedField eventWithJoinData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventWithJoinData { + get { return eventWithJoinData_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetJoinedEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetJoinedEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventWithJoinData_.Equals(other.eventWithJoinData_)) 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 ^= eventWithJoinData_.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 + eventWithJoinData_.WriteTo(output, _repeated_eventWithJoinData_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) { + eventWithJoinData_.WriteTo(ref output, _repeated_eventWithJoinData_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 += eventWithJoinData_.CalculateSize(_repeated_eventWithJoinData_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetJoinedEvent other) { + if (other == null) { + return; + } + eventWithJoinData_.Add(other.eventWithJoinData_); + _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: { + eventWithJoinData_.AddEntriesFrom(input, _repeated_eventWithJoinData_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 26: { + eventWithJoinData_.AddEntriesFrom(ref input, _repeated_eventWithJoinData_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMultiRaidRewardedCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMultiRaidRewardedCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1049]; } + } + + [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 ResGetMultiRaidRewardedCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMultiRaidRewardedCount(ResGetMultiRaidRewardedCount other) : this() { + rewardedCount_ = other.rewardedCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMultiRaidRewardedCount Clone() { + return new ResGetMultiRaidRewardedCount(this); + } + + /// Field number for the "RewardedCount" field. + public const int RewardedCountFieldNumber = 2; + private int rewardedCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardedCount { + get { return rewardedCount_; } + set { + rewardedCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMultiRaidRewardedCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMultiRaidRewardedCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RewardedCount != other.RewardedCount) 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 (RewardedCount != 0) hash ^= RewardedCount.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 (RewardedCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardedCount); + } + 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 (RewardedCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardedCount); + } + 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 (RewardedCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardedCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMultiRaidRewardedCount other) { + if (other == null) { + return; + } + if (other.RewardedCount != 0) { + RewardedCount = other.RewardedCount; + } + _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: { + RewardedCount = 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 16: { + RewardedCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStartMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStartMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1050]; } + } + + [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 ResStartMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartMatch(ResStartMatch other) : this() { + ticketId_ = other.ticketId_; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartMatch Clone() { + return new ResStartMatch(this); + } + + /// Field number for the "TicketId" field. + public const int TicketIdFieldNumber = 1; + private string ticketId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string TicketId { + get { return ticketId_; } + set { + ticketId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 3; + private global::EpinelPS.StartMatchResult result_ = global::EpinelPS.StartMatchResult.StartMatchResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.StartMatchResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResStartMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStartMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TicketId != other.TicketId) return false; + if (Result != other.Result) 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 (TicketId.Length != 0) hash ^= TicketId.GetHashCode(); + if (Result != global::EpinelPS.StartMatchResult.StartMatchResultSuccess) hash ^= Result.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 (TicketId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(TicketId); + } + if (Result != global::EpinelPS.StartMatchResult.StartMatchResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + 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 (TicketId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(TicketId); + } + if (Result != global::EpinelPS.StartMatchResult.StartMatchResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + 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 (TicketId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(TicketId); + } + if (Result != global::EpinelPS.StartMatchResult.StartMatchResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResStartMatch other) { + if (other == null) { + return; + } + if (other.TicketId.Length != 0) { + TicketId = other.TicketId; + } + if (other.Result != global::EpinelPS.StartMatchResult.StartMatchResultSuccess) { + Result = other.Result; + } + _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: { + TicketId = input.ReadString(); + break; + } + case 24: { + Result = (global::EpinelPS.StartMatchResult) 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 10: { + TicketId = input.ReadString(); + break; + } + case 24: { + Result = (global::EpinelPS.StartMatchResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMultiRaidReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMultiRaidReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1051]; } + } + + [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 ResObtainMultiRaidReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMultiRaidReward(ResObtainMultiRaidReward other) : this() { + rewardData_ = other.rewardData_ != null ? other.rewardData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMultiRaidReward Clone() { + return new ResObtainMultiRaidReward(this); + } + + /// Field number for the "RewardData" field. + public const int RewardDataFieldNumber = 2; + private global::EpinelPS.NetRewardData rewardData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData RewardData { + get { return rewardData_; } + set { + rewardData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMultiRaidReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMultiRaidReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(RewardData, other.RewardData)) 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 (rewardData_ != null) hash ^= RewardData.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 (rewardData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(RewardData); + } + 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 (rewardData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(RewardData); + } + 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 (rewardData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RewardData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMultiRaidReward other) { + if (other == null) { + return; + } + if (other.rewardData_ != null) { + if (rewardData_ == null) { + RewardData = new global::EpinelPS.NetRewardData(); + } + RewardData.MergeFrom(other.RewardData); + } + _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 (rewardData_ == null) { + RewardData = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardData); + 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 (rewardData_ == null) { + RewardData = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMultiRaidRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMultiRaidRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1052]; } + } + + [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 NetMultiRaidRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMultiRaidRankingData(NetMultiRaidRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMultiRaidRankingData Clone() { + return new NetMultiRaidRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMultiRaidRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMultiRaidRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMultiRaidRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMultiRaidRankingTopUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMultiRaidRankingTopUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1053]; } + } + + [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 ResGetMultiRaidRankingTopUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMultiRaidRankingTopUser(ResGetMultiRaidRankingTopUser other) : this() { + topRankingList_ = other.topRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMultiRaidRankingTopUser Clone() { + return new ResGetMultiRaidRankingTopUser(this); + } + + /// Field number for the "TopRankingList" field. + public const int TopRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_topRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMultiRaidRankingData.Parser); + private readonly pbc::RepeatedField topRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TopRankingList { + get { return topRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMultiRaidRankingTopUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMultiRaidRankingTopUser other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!topRankingList_.Equals(other.topRankingList_)) 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 ^= topRankingList_.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 + topRankingList_.WriteTo(output, _repeated_topRankingList_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) { + topRankingList_.WriteTo(ref output, _repeated_topRankingList_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 += topRankingList_.CalculateSize(_repeated_topRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMultiRaidRankingTopUser other) { + if (other == null) { + return; + } + topRankingList_.Add(other.topRankingList_); + _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: { + topRankingList_.AddEntriesFrom(input, _repeated_topRankingList_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 18: { + topRankingList_.AddEntriesFrom(ref input, _repeated_topRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMultiRaidUserRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMultiRaidUserRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1054]; } + } + + [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 ResGetMultiRaidUserRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMultiRaidUserRanking(ResGetMultiRaidUserRanking other) : this() { + userRanking_ = other.userRanking_ != null ? other.userRanking_.Clone() : null; + total_ = other.total_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMultiRaidUserRanking Clone() { + return new ResGetMultiRaidUserRanking(this); + } + + /// Field number for the "UserRanking" field. + public const int UserRankingFieldNumber = 2; + private global::EpinelPS.NetMultiRaidRankingData userRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMultiRaidRankingData UserRanking { + get { return userRanking_; } + set { + userRanking_ = value; + } + } + + /// Field number for the "Total" field. + public const int TotalFieldNumber = 3; + private long total_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Total { + get { return total_; } + set { + total_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMultiRaidUserRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMultiRaidUserRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserRanking, other.UserRanking)) return false; + if (Total != other.Total) 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 (userRanking_ != null) hash ^= UserRanking.GetHashCode(); + if (Total != 0L) hash ^= Total.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 (userRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserRanking); + } + if (Total != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Total); + } + 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 (userRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserRanking); + } + if (Total != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Total); + } + 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 (userRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserRanking); + } + if (Total != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Total); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMultiRaidUserRanking other) { + if (other == null) { + return; + } + if (other.userRanking_ != null) { + if (userRanking_ == null) { + UserRanking = new global::EpinelPS.NetMultiRaidRankingData(); + } + UserRanking.MergeFrom(other.UserRanking); + } + if (other.Total != 0L) { + Total = other.Total; + } + _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 (userRanking_ == null) { + UserRanking = new global::EpinelPS.NetMultiRaidRankingData(); + } + input.ReadMessage(UserRanking); + break; + } + case 24: { + Total = input.ReadInt64(); + 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 (userRanking_ == null) { + UserRanking = new global::EpinelPS.NetMultiRaidRankingData(); + } + input.ReadMessage(UserRanking); + break; + } + case 24: { + Total = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/multiraid/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMultiRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMultiRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1055]; } + } + + [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 ReqClearMultiRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMultiRaid(ReqClearMultiRaid other) : this() { + eventId_ = other.eventId_; + damage_ = other.damage_; + userSlot_ = other.userSlot_; + matchId_ = other.matchId_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMultiRaid Clone() { + return new ReqClearMultiRaid(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 2; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "UserSlot" field. + public const int UserSlotFieldNumber = 3; + private int userSlot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserSlot { + get { return userSlot_; } + set { + userSlot_ = value; + } + } + + /// Field number for the "MatchId" field. + public const int MatchIdFieldNumber = 4; + private string matchId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MatchId { + get { return matchId_; } + set { + matchId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMultiRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMultiRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Damage != other.Damage) return false; + if (UserSlot != other.UserSlot) return false; + if (MatchId != other.MatchId) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (UserSlot != 0) hash ^= UserSlot.GetHashCode(); + if (MatchId.Length != 0) hash ^= MatchId.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (UserSlot != 0) { + output.WriteRawTag(24); + output.WriteInt32(UserSlot); + } + if (MatchId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(MatchId); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (UserSlot != 0) { + output.WriteRawTag(24); + output.WriteInt32(UserSlot); + } + if (MatchId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(MatchId); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (UserSlot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserSlot); + } + if (MatchId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MatchId); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMultiRaid other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.UserSlot != 0) { + UserSlot = other.UserSlot; + } + if (other.MatchId.Length != 0) { + MatchId = other.MatchId; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + UserSlot = input.ReadInt32(); + break; + } + case 34: { + MatchId = input.ReadString(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 24: { + UserSlot = input.ReadInt32(); + break; + } + case 34: { + MatchId = input.ReadString(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMultiRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMultiRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1056]; } + } + + [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 ResClearMultiRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMultiRaid(ResClearMultiRaid other) : this() { + isReward_ = other.isReward_; + rewardData_ = other.rewardData_ != null ? other.rewardData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMultiRaid Clone() { + return new ResClearMultiRaid(this); + } + + /// Field number for the "IsReward" field. + public const int IsRewardFieldNumber = 1; + private bool isReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReward { + get { return isReward_; } + set { + isReward_ = value; + } + } + + /// Field number for the "RewardData" field. + public const int RewardDataFieldNumber = 2; + private global::EpinelPS.NetRewardData rewardData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData RewardData { + get { return rewardData_; } + set { + rewardData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMultiRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMultiRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsReward != other.IsReward) return false; + if (!object.Equals(RewardData, other.RewardData)) 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 (IsReward != false) hash ^= IsReward.GetHashCode(); + if (rewardData_ != null) hash ^= RewardData.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 (IsReward != false) { + output.WriteRawTag(8); + output.WriteBool(IsReward); + } + if (rewardData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(RewardData); + } + 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 (IsReward != false) { + output.WriteRawTag(8); + output.WriteBool(IsReward); + } + if (rewardData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(RewardData); + } + 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 (IsReward != false) { + size += 1 + 1; + } + if (rewardData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RewardData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMultiRaid other) { + if (other == null) { + return; + } + if (other.IsReward != false) { + IsReward = other.IsReward; + } + if (other.rewardData_ != null) { + if (rewardData_ == null) { + RewardData = new global::EpinelPS.NetRewardData(); + } + RewardData.MergeFrom(other.RewardData); + } + _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: { + IsReward = input.ReadBool(); + break; + } + case 18: { + if (rewardData_ == null) { + RewardData = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardData); + 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: { + IsReward = input.ReadBool(); + break; + } + case 18: { + if (rewardData_ == null) { + RewardData = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEventShopProductData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEventShopProductData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1057]; } + } + + [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 NetEventShopProductData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventShopProductData(NetEventShopProductData other) : this() { + shopTid_ = other.shopTid_; + shopCategory_ = other.shopCategory_; + list_ = other.list_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventShopProductData Clone() { + return new NetEventShopProductData(this); + } + + /// Field number for the "ShopTid" field. + public const int ShopTidFieldNumber = 1; + private int shopTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopTid { + get { return shopTid_; } + set { + shopTid_ = value; + } + } + + /// Field number for the "ShopCategory" field. + public const int ShopCategoryFieldNumber = 2; + private int shopCategory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopCategory { + get { return shopCategory_; } + set { + shopCategory_ = value; + } + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetShopProductInfoData.Parser); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEventShopProductData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEventShopProductData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShopTid != other.ShopTid) return false; + if (ShopCategory != other.ShopCategory) return false; + if(!list_.Equals(other.list_)) 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 (ShopTid != 0) hash ^= ShopTid.GetHashCode(); + if (ShopCategory != 0) hash ^= ShopCategory.GetHashCode(); + hash ^= list_.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 (ShopTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShopTid); + } + if (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + list_.WriteTo(output, _repeated_list_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 (ShopTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShopTid); + } + if (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + list_.WriteTo(ref output, _repeated_list_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 (ShopTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopTid); + } + if (ShopCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopCategory); + } + size += list_.CalculateSize(_repeated_list_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetEventShopProductData other) { + if (other == null) { + return; + } + if (other.ShopTid != 0) { + ShopTid = other.ShopTid; + } + if (other.ShopCategory != 0) { + ShopCategory = other.ShopCategory; + } + list_.Add(other.list_); + _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: { + ShopTid = input.ReadInt32(); + break; + } + case 16: { + ShopCategory = input.ReadInt32(); + break; + } + case 26: { + list_.AddEntriesFrom(input, _repeated_list_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: { + ShopTid = input.ReadInt32(); + break; + } + case 16: { + ShopCategory = input.ReadInt32(); + break; + } + case 26: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEventShopProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEventShopProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1058]; } + } + + [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 ResEventShopProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEventShopProductList(ResEventShopProductList other) : this() { + shops_ = other.shops_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEventShopProductList Clone() { + return new ResEventShopProductList(this); + } + + /// Field number for the "Shops" field. + public const int ShopsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_shops_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetEventShopProductData.Parser); + private readonly pbc::RepeatedField shops_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Shops { + get { return shops_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEventShopProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEventShopProductList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!shops_.Equals(other.shops_)) 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 ^= shops_.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 + shops_.WriteTo(output, _repeated_shops_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) { + shops_.WriteTo(ref output, _repeated_shops_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 += shops_.CalculateSize(_repeated_shops_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEventShopProductList other) { + if (other == null) { + return; + } + shops_.Add(other.shops_); + _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: { + shops_.AddEntriesFrom(input, _repeated_shops_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 18: { + shops_.AddEntriesFrom(ref input, _repeated_shops_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEventShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEventShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1059]; } + } + + [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 ResEventShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEventShopBuyProduct(ResEventShopBuyProduct other) : this() { + result_ = other.result_; + product_ = other.product_ != null ? other.product_.Clone() : null; + item_ = other.item_ != null ? other.item_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEventShopBuyProduct Clone() { + return new ResEventShopBuyProduct(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 6; + private global::EpinelPS.EventShopBuyProductResult result_ = global::EpinelPS.EventShopBuyProductResult.EventShopBuyProductResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.EventShopBuyProductResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Product" field. + public const int ProductFieldNumber = 2; + private global::EpinelPS.NetShopBuyProductData product_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetShopBuyProductData Product { + get { return product_; } + set { + product_ = value; + } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 4; + private global::EpinelPS.NetUserItemData item_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Item { + get { return item_; } + set { + item_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEventShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEventShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Product, other.Product)) return false; + if (!object.Equals(Item, other.Item)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (Result != global::EpinelPS.EventShopBuyProductResult.EventShopBuyProductResultSuccess) hash ^= Result.GetHashCode(); + if (product_ != null) hash ^= Product.GetHashCode(); + if (item_ != null) hash ^= Item.GetHashCode(); + hash ^= currencies_.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 (product_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Product); + } + if (item_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Item); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (Result != global::EpinelPS.EventShopBuyProductResult.EventShopBuyProductResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) Result); + } + 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 (product_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Product); + } + if (item_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Item); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (Result != global::EpinelPS.EventShopBuyProductResult.EventShopBuyProductResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.EventShopBuyProductResult.EventShopBuyProductResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (product_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Product); + } + if (item_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEventShopBuyProduct other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.EventShopBuyProductResult.EventShopBuyProductResultSuccess) { + Result = other.Result; + } + if (other.product_ != null) { + if (product_ == null) { + Product = new global::EpinelPS.NetShopBuyProductData(); + } + Product.MergeFrom(other.Product); + } + if (other.item_ != null) { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + Item.MergeFrom(other.Item); + } + currencies_.Add(other.currencies_); + _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 (product_ == null) { + Product = new global::EpinelPS.NetShopBuyProductData(); + } + input.ReadMessage(Product); + break; + } + case 34: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 48: { + Result = (global::EpinelPS.EventShopBuyProductResult) 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 18: { + if (product_ == null) { + Product = new global::EpinelPS.NetShopBuyProductData(); + } + input.ReadMessage(Product); + break; + } + case 34: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 48: { + Result = (global::EpinelPS.EventShopBuyProductResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1060]; } + } + + [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 ResEnterEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventStage(ResEnterEventStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventStage Clone() { + return new ResEnterEventStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterEventStage 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(ResEnterEventStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1061]; } + } + + [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 ResClearEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearEventStage(ResClearEventStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + bonusReward_ = other.bonusReward_ != null ? other.bonusReward_.Clone() : null; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + remainTicket_ = other.remainTicket_; + firstClearReward_ = other.firstClearReward_ != null ? other.firstClearReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearEventStage Clone() { + return new ResClearEventStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData bonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusReward { + get { return bonusReward_; } + set { + bonusReward_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 4; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + /// Field number for the "FirstClearReward" field. + public const int FirstClearRewardFieldNumber = 5; + private global::EpinelPS.NetRewardData firstClearReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData FirstClearReward { + get { return firstClearReward_; } + set { + firstClearReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearEventStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(BonusReward, other.BonusReward)) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) return false; + if (RemainTicket != other.RemainTicket) return false; + if (!object.Equals(FirstClearReward, other.FirstClearReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (bonusReward_ != null) hash ^= BonusReward.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.GetHashCode(); + if (firstClearReward_ != null) hash ^= FirstClearReward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(UserLevelUpReward); + } + if (RemainTicket != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainTicket); + } + if (firstClearReward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(FirstClearReward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(UserLevelUpReward); + } + if (RemainTicket != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainTicket); + } + if (firstClearReward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(FirstClearReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (bonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusReward); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (firstClearReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FirstClearReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearEventStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.bonusReward_ != null) { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + BonusReward.MergeFrom(other.BonusReward); + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + if (other.firstClearReward_ != null) { + if (firstClearReward_ == null) { + FirstClearReward = new global::EpinelPS.NetRewardData(); + } + FirstClearReward.MergeFrom(other.FirstClearReward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 26: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 32: { + RemainTicket = input.ReadInt32(); + break; + } + case 42: { + if (firstClearReward_ == null) { + FirstClearReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(FirstClearReward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 26: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 32: { + RemainTicket = input.ReadInt32(); + break; + } + case 42: { + if (firstClearReward_ == null) { + FirstClearReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(FirstClearReward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/fastclearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1062]; } + } + + [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 ReqFastClearEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearEventStage(ReqFastClearEventStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + eventId_ = other.eventId_; + clearCount_ = other.clearCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearEventStage Clone() { + return new ReqFastClearEventStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 1; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 2; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 3; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ClearCount" field. + public const int ClearCountFieldNumber = 4; + private int clearCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ClearCount { + get { return clearCount_; } + set { + clearCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearEventStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (EventId != other.EventId) return false; + if (ClearCount != other.ClearCount) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (EventId != 0) hash ^= EventId.GetHashCode(); + if (ClearCount != 0) hash ^= ClearCount.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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (EventId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventId); + } + if (ClearCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ClearCount); + } + 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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (EventId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventId); + } + if (ClearCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ClearCount); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ClearCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ClearCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearEventStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ClearCount != 0) { + ClearCount = other.ClearCount; + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 24: { + EventId = input.ReadInt32(); + break; + } + case 32: { + ClearCount = 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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 24: { + EventId = input.ReadInt32(); + break; + } + case 32: { + ClearCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearEventStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearEventStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1063]; } + } + + [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 ResFastClearEventStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearEventStage(ResFastClearEventStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + bonusReward_ = other.bonusReward_ != null ? other.bonusReward_.Clone() : null; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + remainTicket_ = other.remainTicket_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearEventStage Clone() { + return new ResFastClearEventStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData bonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusReward { + get { return bonusReward_; } + set { + bonusReward_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 4; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearEventStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearEventStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(BonusReward, other.BonusReward)) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) return false; + if (RemainTicket != other.RemainTicket) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (bonusReward_ != null) hash ^= BonusReward.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(UserLevelUpReward); + } + if (RemainTicket != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(UserLevelUpReward); + } + if (RemainTicket != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (bonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusReward); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastClearEventStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.bonusReward_ != null) { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + BonusReward.MergeFrom(other.BonusReward); + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 26: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 32: { + RemainTicket = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 26: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 32: { + RemainTicket = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainEventMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainEventMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1064]; } + } + + [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 ResObtainEventMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainEventMissionReward(ResObtainEventMissionReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainEventMissionReward Clone() { + return new ResObtainEventMissionReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 2; + private global::EpinelPS.ObtainEventMissionRewardResult result_ = global::EpinelPS.ObtainEventMissionRewardResult.ObtainEventMissionRewardResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ObtainEventMissionRewardResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainEventMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainEventMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (Result != other.Result) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (Result != global::EpinelPS.ObtainEventMissionRewardResult.ObtainEventMissionRewardResultSuccess) hash ^= Result.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (Result != global::EpinelPS.ObtainEventMissionRewardResult.ObtainEventMissionRewardResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (Result != global::EpinelPS.ObtainEventMissionRewardResult.ObtainEventMissionRewardResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (Result != global::EpinelPS.ObtainEventMissionRewardResult.ObtainEventMissionRewardResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainEventMissionReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.Result != global::EpinelPS.ObtainEventMissionRewardResult.ObtainEventMissionRewardResultSuccess) { + Result = other.Result; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + Result = (global::EpinelPS.ObtainEventMissionRewardResult) 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + Result = (global::EpinelPS.ObtainEventMissionRewardResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStoryDungeonEventData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStoryDungeonEventData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1065]; } + } + + [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 ResStoryDungeonEventData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStoryDungeonEventData(ResStoryDungeonEventData other) : this() { + remainTicket_ = other.remainTicket_; + lastClearedEventStageList_ = other.lastClearedEventStageList_.Clone(); + teamData_ = other.teamData_ != null ? other.teamData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStoryDungeonEventData Clone() { + return new ResStoryDungeonEventData(this); + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 1; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + /// Field number for the "LastClearedEventStageList" field. + public const int LastClearedEventStageListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_lastClearedEventStageList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetLastClearedEventStageData.Parser); + private readonly pbc::RepeatedField lastClearedEventStageList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LastClearedEventStageList { + get { return lastClearedEventStageList_; } + } + + /// Field number for the "TeamData" field. + public const int TeamDataFieldNumber = 3; + private global::EpinelPS.NetUserTeamData teamData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserTeamData TeamData { + get { return teamData_; } + set { + teamData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResStoryDungeonEventData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStoryDungeonEventData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RemainTicket != other.RemainTicket) return false; + if(!lastClearedEventStageList_.Equals(other.lastClearedEventStageList_)) return false; + if (!object.Equals(TeamData, other.TeamData)) 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 (RemainTicket != 0) hash ^= RemainTicket.GetHashCode(); + hash ^= lastClearedEventStageList_.GetHashCode(); + if (teamData_ != null) hash ^= TeamData.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 (RemainTicket != 0) { + output.WriteRawTag(8); + output.WriteInt32(RemainTicket); + } + lastClearedEventStageList_.WriteTo(output, _repeated_lastClearedEventStageList_codec); + if (teamData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(TeamData); + } + 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 (RemainTicket != 0) { + output.WriteRawTag(8); + output.WriteInt32(RemainTicket); + } + lastClearedEventStageList_.WriteTo(ref output, _repeated_lastClearedEventStageList_codec); + if (teamData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(TeamData); + } + 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 (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + size += lastClearedEventStageList_.CalculateSize(_repeated_lastClearedEventStageList_codec); + if (teamData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TeamData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResStoryDungeonEventData other) { + if (other == null) { + return; + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + lastClearedEventStageList_.Add(other.lastClearedEventStageList_); + if (other.teamData_ != null) { + if (teamData_ == null) { + TeamData = new global::EpinelPS.NetUserTeamData(); + } + TeamData.MergeFrom(other.TeamData); + } + _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: { + RemainTicket = input.ReadInt32(); + break; + } + case 18: { + lastClearedEventStageList_.AddEntriesFrom(input, _repeated_lastClearedEventStageList_codec); + break; + } + case 26: { + if (teamData_ == null) { + TeamData = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(TeamData); + 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: { + RemainTicket = input.ReadInt32(); + break; + } + case 18: { + lastClearedEventStageList_.AddEntriesFrom(ref input, _repeated_lastClearedEventStageList_codec); + break; + } + case 26: { + if (teamData_ == null) { + TeamData = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(TeamData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetEventScenarioData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetEventScenarioData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1066]; } + } + + [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 ResGetEventScenarioData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventScenarioData(ResGetEventScenarioData other) : this() { + scenarioIdList_ = other.scenarioIdList_.Clone(); + bookmarkScenarioList_ = other.bookmarkScenarioList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventScenarioData Clone() { + return new ResGetEventScenarioData(this); + } + + /// Field number for the "ScenarioIdList" field. + public const int ScenarioIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_scenarioIdList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField scenarioIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioIdList { + get { return scenarioIdList_; } + } + + /// Field number for the "BookmarkScenarioList" field. + public const int BookmarkScenarioListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_bookmarkScenarioList_codec + = pb::FieldCodec.ForString(18); + private readonly pbc::RepeatedField bookmarkScenarioList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BookmarkScenarioList { + get { return bookmarkScenarioList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetEventScenarioData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetEventScenarioData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!scenarioIdList_.Equals(other.scenarioIdList_)) return false; + if(!bookmarkScenarioList_.Equals(other.bookmarkScenarioList_)) 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 ^= scenarioIdList_.GetHashCode(); + hash ^= bookmarkScenarioList_.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 + scenarioIdList_.WriteTo(output, _repeated_scenarioIdList_codec); + bookmarkScenarioList_.WriteTo(output, _repeated_bookmarkScenarioList_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) { + scenarioIdList_.WriteTo(ref output, _repeated_scenarioIdList_codec); + bookmarkScenarioList_.WriteTo(ref output, _repeated_bookmarkScenarioList_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 += scenarioIdList_.CalculateSize(_repeated_scenarioIdList_codec); + size += bookmarkScenarioList_.CalculateSize(_repeated_bookmarkScenarioList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetEventScenarioData other) { + if (other == null) { + return; + } + scenarioIdList_.Add(other.scenarioIdList_); + bookmarkScenarioList_.Add(other.bookmarkScenarioList_); + _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: { + scenarioIdList_.AddEntriesFrom(input, _repeated_scenarioIdList_codec); + break; + } + case 18: { + bookmarkScenarioList_.AddEntriesFrom(input, _repeated_bookmarkScenarioList_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: { + scenarioIdList_.AddEntriesFrom(ref input, _repeated_scenarioIdList_codec); + break; + } + case 18: { + bookmarkScenarioList_.AddEntriesFrom(ref input, _repeated_bookmarkScenarioList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/scenario/exist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExistEventScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExistEventScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1067]; } + } + + [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 ReqExistEventScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistEventScenario(ReqExistEventScenario other) : this() { + eventId_ = other.eventId_; + scenarioGroupIds_ = other.scenarioGroupIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExistEventScenario Clone() { + return new ReqExistEventScenario(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ScenarioGroupIds" field. + public const int ScenarioGroupIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_scenarioGroupIds_codec + = pb::FieldCodec.ForString(18); + private readonly pbc::RepeatedField scenarioGroupIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioGroupIds { + get { return scenarioGroupIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExistEventScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExistEventScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!scenarioGroupIds_.Equals(other.scenarioGroupIds_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= scenarioGroupIds_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + scenarioGroupIds_.WriteTo(output, _repeated_scenarioGroupIds_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + scenarioGroupIds_.WriteTo(ref output, _repeated_scenarioGroupIds_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += scenarioGroupIds_.CalculateSize(_repeated_scenarioGroupIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExistEventScenario other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + scenarioGroupIds_.Add(other.scenarioGroupIds_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + scenarioGroupIds_.AddEntriesFrom(input, _repeated_scenarioGroupIds_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + scenarioGroupIds_.AddEntriesFrom(ref input, _repeated_scenarioGroupIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExistEventScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExistEventScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1068]; } + } + + [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 ResExistEventScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistEventScenario(ResExistEventScenario other) : this() { + existGroupIds_ = other.existGroupIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExistEventScenario Clone() { + return new ResExistEventScenario(this); + } + + /// Field number for the "ExistGroupIds" field. + public const int ExistGroupIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_existGroupIds_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField existGroupIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ExistGroupIds { + get { return existGroupIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExistEventScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExistEventScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!existGroupIds_.Equals(other.existGroupIds_)) 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 ^= existGroupIds_.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 + existGroupIds_.WriteTo(output, _repeated_existGroupIds_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) { + existGroupIds_.WriteTo(ref output, _repeated_existGroupIds_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 += existGroupIds_.CalculateSize(_repeated_existGroupIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExistEventScenario other) { + if (other == null) { + return; + } + existGroupIds_.Add(other.existGroupIds_); + _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: { + existGroupIds_.AddEntriesFrom(input, _repeated_existGroupIds_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: { + existGroupIds_.AddEntriesFrom(ref input, _repeated_existGroupIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/login/allreceive + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainAllLoginEventReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainAllLoginEventReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1069]; } + } + + [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 ReqObtainAllLoginEventReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainAllLoginEventReward(ReqObtainAllLoginEventReward other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainAllLoginEventReward Clone() { + return new ReqObtainAllLoginEventReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainAllLoginEventReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainAllLoginEventReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainAllLoginEventReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainAllLoginEventReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainAllLoginEventReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1070]; } + } + + [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 ResObtainAllLoginEventReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAllLoginEventReward(ResObtainAllLoginEventReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + day_ = other.day_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAllLoginEventReward Clone() { + return new ResObtainAllLoginEventReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Day" field. + public const int DayFieldNumber = 2; + private int day_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Day { + get { return day_; } + set { + day_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainAllLoginEventReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainAllLoginEventReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (Day != other.Day) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (Day != 0) hash ^= Day.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (Day != 0) { + output.WriteRawTag(16); + output.WriteInt32(Day); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (Day != 0) { + output.WriteRawTag(16); + output.WriteInt32(Day); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (Day != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Day); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainAllLoginEventReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.Day != 0) { + Day = other.Day; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + Day = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + Day = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/boxgacha/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetEventBoxGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetEventBoxGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1071]; } + } + + [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 ReqGetEventBoxGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventBoxGacha(ReqGetEventBoxGacha other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventBoxGacha Clone() { + return new ReqGetEventBoxGacha(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetEventBoxGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetEventBoxGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetEventBoxGacha other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetEventBoxGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetEventBoxGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1072]; } + } + + [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 ResGetEventBoxGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventBoxGacha(ResGetEventBoxGacha other) : this() { + rewardOrders_ = other.rewardOrders_.Clone(); + gachaCount_ = other.gachaCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventBoxGacha Clone() { + return new ResGetEventBoxGacha(this); + } + + /// Field number for the "RewardOrders" field. + public const int RewardOrdersFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rewardOrders_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField rewardOrders_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RewardOrders { + get { return rewardOrders_; } + } + + /// Field number for the "GachaCount" field. + public const int GachaCountFieldNumber = 2; + private int gachaCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GachaCount { + get { return gachaCount_; } + set { + gachaCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetEventBoxGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetEventBoxGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rewardOrders_.Equals(other.rewardOrders_)) return false; + if (GachaCount != other.GachaCount) 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 ^= rewardOrders_.GetHashCode(); + if (GachaCount != 0) hash ^= GachaCount.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 + rewardOrders_.WriteTo(output, _repeated_rewardOrders_codec); + if (GachaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(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) { + rewardOrders_.WriteTo(ref output, _repeated_rewardOrders_codec); + if (GachaCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(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; + size += rewardOrders_.CalculateSize(_repeated_rewardOrders_codec); + if (GachaCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GachaCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetEventBoxGacha other) { + if (other == null) { + return; + } + rewardOrders_.Add(other.rewardOrders_); + if (other.GachaCount != 0) { + GachaCount = other.GachaCount; + } + _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: { + rewardOrders_.AddEntriesFrom(input, _repeated_rewardOrders_codec); + break; + } + case 16: { + GachaCount = 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 10: + case 8: { + rewardOrders_.AddEntriesFrom(ref input, _repeated_rewardOrders_codec); + break; + } + case 16: { + GachaCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/boxgacha/execute + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExecuteEventBoxGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExecuteEventBoxGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1073]; } + } + + [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 ReqExecuteEventBoxGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExecuteEventBoxGacha(ReqExecuteEventBoxGacha other) : this() { + eventId_ = other.eventId_; + currentCount_ = other.currentCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExecuteEventBoxGacha Clone() { + return new ReqExecuteEventBoxGacha(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "CurrentCount" field. + public const int CurrentCountFieldNumber = 2; + private int currentCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentCount { + get { return currentCount_; } + set { + currentCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExecuteEventBoxGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExecuteEventBoxGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (CurrentCount != other.CurrentCount) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (CurrentCount != 0) hash ^= CurrentCount.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CurrentCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentCount); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CurrentCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentCount); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (CurrentCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExecuteEventBoxGacha other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.CurrentCount != 0) { + CurrentCount = other.CurrentCount; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CurrentCount = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CurrentCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExecuteEventBoxGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExecuteEventBoxGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1074]; } + } + + [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 ResExecuteEventBoxGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExecuteEventBoxGacha(ResExecuteEventBoxGacha other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + ticket_ = other.ticket_ != null ? other.ticket_.Clone() : null; + rewardOrders_ = other.rewardOrders_.Clone(); + freeTicket_ = other.freeTicket_ != null ? other.freeTicket_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExecuteEventBoxGacha Clone() { + return new ResExecuteEventBoxGacha(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Ticket" field. + public const int TicketFieldNumber = 2; + private global::EpinelPS.NetUserItemData ticket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Ticket { + get { return ticket_; } + set { + ticket_ = value; + } + } + + /// Field number for the "RewardOrders" field. + public const int RewardOrdersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_rewardOrders_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField rewardOrders_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RewardOrders { + get { return rewardOrders_; } + } + + /// Field number for the "FreeTicket" field. + public const int FreeTicketFieldNumber = 4; + private global::EpinelPS.NetUserRedeemData freeTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserRedeemData FreeTicket { + get { return freeTicket_; } + set { + freeTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExecuteEventBoxGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExecuteEventBoxGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(Ticket, other.Ticket)) return false; + if(!rewardOrders_.Equals(other.rewardOrders_)) return false; + if (!object.Equals(FreeTicket, other.FreeTicket)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (ticket_ != null) hash ^= Ticket.GetHashCode(); + hash ^= rewardOrders_.GetHashCode(); + if (freeTicket_ != null) hash ^= FreeTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (ticket_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Ticket); + } + rewardOrders_.WriteTo(output, _repeated_rewardOrders_codec); + if (freeTicket_ != null) { + output.WriteRawTag(34); + output.WriteMessage(FreeTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (ticket_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Ticket); + } + rewardOrders_.WriteTo(ref output, _repeated_rewardOrders_codec); + if (freeTicket_ != null) { + output.WriteRawTag(34); + output.WriteMessage(FreeTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (ticket_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Ticket); + } + size += rewardOrders_.CalculateSize(_repeated_rewardOrders_codec); + if (freeTicket_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FreeTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExecuteEventBoxGacha other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.ticket_ != null) { + if (ticket_ == null) { + Ticket = new global::EpinelPS.NetUserItemData(); + } + Ticket.MergeFrom(other.Ticket); + } + rewardOrders_.Add(other.rewardOrders_); + if (other.freeTicket_ != null) { + if (freeTicket_ == null) { + FreeTicket = new global::EpinelPS.NetUserRedeemData(); + } + FreeTicket.MergeFrom(other.FreeTicket); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (ticket_ == null) { + Ticket = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Ticket); + break; + } + case 26: + case 24: { + rewardOrders_.AddEntriesFrom(input, _repeated_rewardOrders_codec); + break; + } + case 34: { + if (freeTicket_ == null) { + FreeTicket = new global::EpinelPS.NetUserRedeemData(); + } + input.ReadMessage(FreeTicket); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (ticket_ == null) { + Ticket = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Ticket); + break; + } + case 26: + case 24: { + rewardOrders_.AddEntriesFrom(ref input, _repeated_rewardOrders_codec); + break; + } + case 34: { + if (freeTicket_ == null) { + FreeTicket = new global::EpinelPS.NetUserRedeemData(); + } + input.ReadMessage(FreeTicket); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/login/status + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLoginEventReceiveStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLoginEventReceiveStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1075]; } + } + + [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 ReqGetLoginEventReceiveStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLoginEventReceiveStatus(ReqGetLoginEventReceiveStatus other) : this() { + eventIdList_ = other.eventIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLoginEventReceiveStatus Clone() { + return new ReqGetLoginEventReceiveStatus(this); + } + + /// Field number for the "EventIdList" field. + public const int EventIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_eventIdList_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField eventIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventIdList { + get { return eventIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLoginEventReceiveStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLoginEventReceiveStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventIdList_.Equals(other.eventIdList_)) 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 ^= eventIdList_.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 + eventIdList_.WriteTo(output, _repeated_eventIdList_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) { + eventIdList_.WriteTo(ref output, _repeated_eventIdList_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 += eventIdList_.CalculateSize(_repeated_eventIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetLoginEventReceiveStatus other) { + if (other == null) { + return; + } + eventIdList_.Add(other.eventIdList_); + _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: { + eventIdList_.AddEntriesFrom(input, _repeated_eventIdList_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: { + eventIdList_.AddEntriesFrom(ref input, _repeated_eventIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLoginEventReceiveStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLoginEventReceiveStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1076]; } + } + + [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 ResGetLoginEventReceiveStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLoginEventReceiveStatus(ResGetLoginEventReceiveStatus other) : this() { + receiveStatusList_ = other.receiveStatusList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLoginEventReceiveStatus Clone() { + return new ResGetLoginEventReceiveStatus(this); + } + + /// Field number for the "ReceiveStatusList" field. + public const int ReceiveStatusListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_receiveStatusList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetLoginEventReceiveStatus.Parser); + private readonly pbc::RepeatedField receiveStatusList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ReceiveStatusList { + get { return receiveStatusList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLoginEventReceiveStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLoginEventReceiveStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!receiveStatusList_.Equals(other.receiveStatusList_)) 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 ^= receiveStatusList_.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 + receiveStatusList_.WriteTo(output, _repeated_receiveStatusList_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) { + receiveStatusList_.WriteTo(ref output, _repeated_receiveStatusList_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 += receiveStatusList_.CalculateSize(_repeated_receiveStatusList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLoginEventReceiveStatus other) { + if (other == null) { + return; + } + receiveStatusList_.Add(other.receiveStatusList_); + _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: { + receiveStatusList_.AddEntriesFrom(input, _repeated_receiveStatusList_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: { + receiveStatusList_.AddEntriesFrom(ref input, _repeated_receiveStatusList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearComebackEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearComebackEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1077]; } + } + + [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 ResClearComebackEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearComebackEvent(ResClearComebackEvent other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearComebackEvent Clone() { + return new ResClearComebackEvent(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearComebackEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearComebackEvent 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(ResClearComebackEvent 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 + + } + + /// + /// URL: /event/memorial/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetEventMemorials : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetEventMemorials()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1078]; } + } + + [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 ReqGetEventMemorials() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventMemorials(ReqGetEventMemorials other) : this() { + eventFieldId_ = other.eventFieldId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetEventMemorials Clone() { + return new ReqGetEventMemorials(this); + } + + /// Field number for the "EventFieldId" field. + public const int EventFieldIdFieldNumber = 1; + private int eventFieldId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventFieldId { + get { return eventFieldId_; } + set { + eventFieldId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetEventMemorials); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetEventMemorials other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventFieldId != other.EventFieldId) 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 (EventFieldId != 0) hash ^= EventFieldId.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 (EventFieldId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventFieldId); + } + 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 (EventFieldId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventFieldId); + } + 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 (EventFieldId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventFieldId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetEventMemorials other) { + if (other == null) { + return; + } + if (other.EventFieldId != 0) { + EventFieldId = other.EventFieldId; + } + _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: { + EventFieldId = 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: { + EventFieldId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetEventMemorials : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetEventMemorials()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1079]; } + } + + [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 ResGetEventMemorials() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventMemorials(ResGetEventMemorials other) : this() { + memorialIds_ = other.memorialIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetEventMemorials Clone() { + return new ResGetEventMemorials(this); + } + + /// Field number for the "MemorialIds" field. + public const int MemorialIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_memorialIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField memorialIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MemorialIds { + get { return memorialIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetEventMemorials); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetEventMemorials other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!memorialIds_.Equals(other.memorialIds_)) 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 ^= memorialIds_.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 + memorialIds_.WriteTo(output, _repeated_memorialIds_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) { + memorialIds_.WriteTo(ref output, _repeated_memorialIds_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 += memorialIds_.CalculateSize(_repeated_memorialIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetEventMemorials other) { + if (other == null) { + return; + } + memorialIds_.Add(other.memorialIds_); + _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: { + memorialIds_.AddEntriesFrom(input, _repeated_memorialIds_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: { + memorialIds_.AddEntriesFrom(ref input, _repeated_memorialIds_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/entertowerdefense + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterEventStageTowerDefense : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterEventStageTowerDefense()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1080]; } + } + + [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 ReqEnterEventStageTowerDefense() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventStageTowerDefense(ReqEnterEventStageTowerDefense other) : this() { + stageId_ = other.stageId_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventStageTowerDefense Clone() { + return new ReqEnterEventStageTowerDefense(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 1; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterEventStageTowerDefense); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterEventStageTowerDefense other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (EventId != other.EventId) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterEventStageTowerDefense other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + EventId = 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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterEventStageTowerDefense : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterEventStageTowerDefense()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1081]; } + } + + [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 ResEnterEventStageTowerDefense() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventStageTowerDefense(ResEnterEventStageTowerDefense other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventStageTowerDefense Clone() { + return new ResEnterEventStageTowerDefense(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterEventStageTowerDefense); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterEventStageTowerDefense 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(ResEnterEventStageTowerDefense 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 + + } + + /// + /// URL: /event/storydungeon/finishtowerdefense + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishEventStageTowerDefense : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishEventStageTowerDefense()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1082]; } + } + + [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 ReqFinishEventStageTowerDefense() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishEventStageTowerDefense(ReqFinishEventStageTowerDefense other) : this() { + eventId_ = other.eventId_; + stageId_ = other.stageId_; + isWin_ = other.isWin_; + score_ = other.score_; + tutorialIds_ = other.tutorialIds_.Clone(); + stageLog_ = other.stageLog_ != null ? other.stageLog_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishEventStageTowerDefense Clone() { + return new ReqFinishEventStageTowerDefense(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 3; + 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 "Score" field. + public const int ScoreFieldNumber = 4; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "TutorialIds" field. + public const int TutorialIdsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_tutorialIds_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField tutorialIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TutorialIds { + get { return tutorialIds_; } + } + + /// Field number for the "StageLog" field. + public const int StageLogFieldNumber = 6; + private global::EpinelPS.NetTowerDefenseStageLog stageLog_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTowerDefenseStageLog StageLog { + get { return stageLog_; } + set { + stageLog_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishEventStageTowerDefense); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishEventStageTowerDefense other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (StageId != other.StageId) return false; + if (IsWin != other.IsWin) return false; + if (Score != other.Score) return false; + if(!tutorialIds_.Equals(other.tutorialIds_)) return false; + if (!object.Equals(StageLog, other.StageLog)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= tutorialIds_.GetHashCode(); + if (stageLog_ != null) hash ^= StageLog.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (IsWin != false) { + output.WriteRawTag(24); + output.WriteBool(IsWin); + } + if (Score != 0) { + output.WriteRawTag(32); + output.WriteInt32(Score); + } + tutorialIds_.WriteTo(output, _repeated_tutorialIds_codec); + if (stageLog_ != null) { + output.WriteRawTag(50); + output.WriteMessage(StageLog); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (IsWin != false) { + output.WriteRawTag(24); + output.WriteBool(IsWin); + } + if (Score != 0) { + output.WriteRawTag(32); + output.WriteInt32(Score); + } + tutorialIds_.WriteTo(ref output, _repeated_tutorialIds_codec); + if (stageLog_ != null) { + output.WriteRawTag(50); + output.WriteMessage(StageLog); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (IsWin != false) { + size += 1 + 1; + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += tutorialIds_.CalculateSize(_repeated_tutorialIds_codec); + if (stageLog_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageLog); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishEventStageTowerDefense other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + if (other.Score != 0) { + Score = other.Score; + } + tutorialIds_.Add(other.tutorialIds_); + if (other.stageLog_ != null) { + if (stageLog_ == null) { + StageLog = new global::EpinelPS.NetTowerDefenseStageLog(); + } + StageLog.MergeFrom(other.StageLog); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + IsWin = input.ReadBool(); + break; + } + case 32: { + Score = input.ReadInt32(); + break; + } + case 42: + case 40: { + tutorialIds_.AddEntriesFrom(input, _repeated_tutorialIds_codec); + break; + } + case 50: { + if (stageLog_ == null) { + StageLog = new global::EpinelPS.NetTowerDefenseStageLog(); + } + input.ReadMessage(StageLog); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + IsWin = input.ReadBool(); + break; + } + case 32: { + Score = input.ReadInt32(); + break; + } + case 42: + case 40: { + tutorialIds_.AddEntriesFrom(ref input, _repeated_tutorialIds_codec); + break; + } + case 50: { + if (stageLog_ == null) { + StageLog = new global::EpinelPS.NetTowerDefenseStageLog(); + } + input.ReadMessage(StageLog); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishEventStageTowerDefense : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishEventStageTowerDefense()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1083]; } + } + + [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 ResFinishEventStageTowerDefense() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishEventStageTowerDefense(ResFinishEventStageTowerDefense other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + upgradeCurrencyAmount_ = other.upgradeCurrencyAmount_; + currentUpgradeCurrency_ = other.currentUpgradeCurrency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishEventStageTowerDefense Clone() { + return new ResFinishEventStageTowerDefense(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "UpgradeCurrencyAmount" field. + public const int UpgradeCurrencyAmountFieldNumber = 2; + private int upgradeCurrencyAmount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UpgradeCurrencyAmount { + get { return upgradeCurrencyAmount_; } + set { + upgradeCurrencyAmount_ = value; + } + } + + /// Field number for the "CurrentUpgradeCurrency" field. + public const int CurrentUpgradeCurrencyFieldNumber = 3; + private int currentUpgradeCurrency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentUpgradeCurrency { + get { return currentUpgradeCurrency_; } + set { + currentUpgradeCurrency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishEventStageTowerDefense); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishEventStageTowerDefense other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (UpgradeCurrencyAmount != other.UpgradeCurrencyAmount) return false; + if (CurrentUpgradeCurrency != other.CurrentUpgradeCurrency) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (UpgradeCurrencyAmount != 0) hash ^= UpgradeCurrencyAmount.GetHashCode(); + if (CurrentUpgradeCurrency != 0) hash ^= CurrentUpgradeCurrency.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (UpgradeCurrencyAmount != 0) { + output.WriteRawTag(16); + output.WriteInt32(UpgradeCurrencyAmount); + } + if (CurrentUpgradeCurrency != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurrentUpgradeCurrency); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (UpgradeCurrencyAmount != 0) { + output.WriteRawTag(16); + output.WriteInt32(UpgradeCurrencyAmount); + } + if (CurrentUpgradeCurrency != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurrentUpgradeCurrency); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (UpgradeCurrencyAmount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UpgradeCurrencyAmount); + } + if (CurrentUpgradeCurrency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentUpgradeCurrency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishEventStageTowerDefense other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.UpgradeCurrencyAmount != 0) { + UpgradeCurrencyAmount = other.UpgradeCurrencyAmount; + } + if (other.CurrentUpgradeCurrency != 0) { + CurrentUpgradeCurrency = other.CurrentUpgradeCurrency; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + UpgradeCurrencyAmount = input.ReadInt32(); + break; + } + case 24: { + CurrentUpgradeCurrency = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + UpgradeCurrencyAmount = input.ReadInt32(); + break; + } + case 24: { + CurrentUpgradeCurrency = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/enterplaysoda + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterPlaySodaStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterPlaySodaStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1084]; } + } + + [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 ReqEnterPlaySodaStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterPlaySodaStoryStage(ReqEnterPlaySodaStoryStage other) : this() { + eventDungeonStageTableId_ = other.eventDungeonStageTableId_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterPlaySodaStoryStage Clone() { + return new ReqEnterPlaySodaStoryStage(this); + } + + /// Field number for the "EventDungeonStageTableId" field. + public const int EventDungeonStageTableIdFieldNumber = 1; + private int eventDungeonStageTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventDungeonStageTableId { + get { return eventDungeonStageTableId_; } + set { + eventDungeonStageTableId_ = value; + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 2; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterPlaySodaStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterPlaySodaStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventDungeonStageTableId != other.EventDungeonStageTableId) return false; + if (EventId != other.EventId) 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 (EventDungeonStageTableId != 0) hash ^= EventDungeonStageTableId.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (EventDungeonStageTableId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventDungeonStageTableId); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventDungeonStageTableId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventDungeonStageTableId); + } + if (EventId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventId); + } + 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 (EventDungeonStageTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventDungeonStageTableId); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterPlaySodaStoryStage other) { + if (other == null) { + return; + } + if (other.EventDungeonStageTableId != 0) { + EventDungeonStageTableId = other.EventDungeonStageTableId; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 16: { + EventId = 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: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 16: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterPlaySodaStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterPlaySodaStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1085]; } + } + + [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 ResEnterPlaySodaStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterPlaySodaStoryStage(ResEnterPlaySodaStoryStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterPlaySodaStoryStage Clone() { + return new ResEnterPlaySodaStoryStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterPlaySodaStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterPlaySodaStoryStage 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(ResEnterPlaySodaStoryStage 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 + + } + + /// + /// URL: /event/storydungeon/clearrunning + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearPlaySodaRunningStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearPlaySodaRunningStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1086]; } + } + + [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 ReqClearPlaySodaRunningStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaRunningStoryStage(ReqClearPlaySodaRunningStoryStage other) : this() { + eventId_ = other.eventId_; + eventDungeonStageTableId_ = other.eventDungeonStageTableId_; + score_ = other.score_; + eventLog_ = other.eventLog_.Clone(); + obstacleLocation_ = other.obstacleLocation_.Clone(); + surviveTime_ = other.surviveTime_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaRunningStoryStage Clone() { + return new ReqClearPlaySodaRunningStoryStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventDungeonStageTableId" field. + public const int EventDungeonStageTableIdFieldNumber = 2; + private int eventDungeonStageTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventDungeonStageTableId { + get { return eventDungeonStageTableId_; } + set { + eventDungeonStageTableId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "EventLog" field. + public const int EventLogFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_eventLog_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetRunningEventLog.Parser); + private readonly pbc::RepeatedField eventLog_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventLog { + get { return eventLog_; } + } + + /// Field number for the "ObstacleLocation" field. + public const int ObstacleLocationFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_obstacleLocation_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField obstacleLocation_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ObstacleLocation { + get { return obstacleLocation_; } + } + + /// Field number for the "SurviveTime" field. + public const int SurviveTimeFieldNumber = 6; + private int surviveTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SurviveTime { + get { return surviveTime_; } + set { + surviveTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearPlaySodaRunningStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearPlaySodaRunningStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EventDungeonStageTableId != other.EventDungeonStageTableId) return false; + if (Score != other.Score) return false; + if(!eventLog_.Equals(other.eventLog_)) return false; + if(!obstacleLocation_.Equals(other.obstacleLocation_)) return false; + if (SurviveTime != other.SurviveTime) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EventDungeonStageTableId != 0) hash ^= EventDungeonStageTableId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= eventLog_.GetHashCode(); + hash ^= obstacleLocation_.GetHashCode(); + if (SurviveTime != 0) hash ^= SurviveTime.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + eventLog_.WriteTo(output, _repeated_eventLog_codec); + obstacleLocation_.WriteTo(output, _repeated_obstacleLocation_codec); + if (SurviveTime != 0) { + output.WriteRawTag(48); + output.WriteInt32(SurviveTime); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + eventLog_.WriteTo(ref output, _repeated_eventLog_codec); + obstacleLocation_.WriteTo(ref output, _repeated_obstacleLocation_codec); + if (SurviveTime != 0) { + output.WriteRawTag(48); + output.WriteInt32(SurviveTime); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EventDungeonStageTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventDungeonStageTableId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += eventLog_.CalculateSize(_repeated_eventLog_codec); + size += obstacleLocation_.CalculateSize(_repeated_obstacleLocation_codec); + if (SurviveTime != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SurviveTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearPlaySodaRunningStoryStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EventDungeonStageTableId != 0) { + EventDungeonStageTableId = other.EventDungeonStageTableId; + } + if (other.Score != 0) { + Score = other.Score; + } + eventLog_.Add(other.eventLog_); + obstacleLocation_.Add(other.obstacleLocation_); + if (other.SurviveTime != 0) { + SurviveTime = other.SurviveTime; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + eventLog_.AddEntriesFrom(input, _repeated_eventLog_codec); + break; + } + case 42: + case 40: { + obstacleLocation_.AddEntriesFrom(input, _repeated_obstacleLocation_codec); + break; + } + case 48: { + SurviveTime = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + eventLog_.AddEntriesFrom(ref input, _repeated_eventLog_codec); + break; + } + case 42: + case 40: { + obstacleLocation_.AddEntriesFrom(ref input, _repeated_obstacleLocation_codec); + break; + } + case 48: { + SurviveTime = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearPlaySodaRunningStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearPlaySodaRunningStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1087]; } + } + + [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 ResClearPlaySodaRunningStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaRunningStoryStage(ResClearPlaySodaRunningStoryStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + remainTicket_ = other.remainTicket_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaRunningStoryStage Clone() { + return new ResClearPlaySodaRunningStoryStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 2; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearPlaySodaRunningStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearPlaySodaRunningStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (RemainTicket != other.RemainTicket) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearPlaySodaRunningStoryStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/clearstackup + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearPlaySodaStackUpStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearPlaySodaStackUpStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1088]; } + } + + [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 ReqClearPlaySodaStackUpStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaStackUpStoryStage(ReqClearPlaySodaStackUpStoryStage other) : this() { + eventId_ = other.eventId_; + eventDungeonStageTableId_ = other.eventDungeonStageTableId_; + floorCount_ = other.floorCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaStackUpStoryStage Clone() { + return new ReqClearPlaySodaStackUpStoryStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventDungeonStageTableId" field. + public const int EventDungeonStageTableIdFieldNumber = 2; + private int eventDungeonStageTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventDungeonStageTableId { + get { return eventDungeonStageTableId_; } + set { + eventDungeonStageTableId_ = value; + } + } + + /// Field number for the "FloorCount" field. + public const int FloorCountFieldNumber = 3; + private int floorCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FloorCount { + get { return floorCount_; } + set { + floorCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearPlaySodaStackUpStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearPlaySodaStackUpStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EventDungeonStageTableId != other.EventDungeonStageTableId) return false; + if (FloorCount != other.FloorCount) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EventDungeonStageTableId != 0) hash ^= EventDungeonStageTableId.GetHashCode(); + if (FloorCount != 0) hash ^= FloorCount.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (FloorCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FloorCount); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (FloorCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FloorCount); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EventDungeonStageTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventDungeonStageTableId); + } + if (FloorCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FloorCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearPlaySodaStackUpStoryStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EventDungeonStageTableId != 0) { + EventDungeonStageTableId = other.EventDungeonStageTableId; + } + if (other.FloorCount != 0) { + FloorCount = other.FloorCount; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + FloorCount = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + FloorCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearPlaySodaStackUpStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearPlaySodaStackUpStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1089]; } + } + + [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 ResClearPlaySodaStackUpStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaStackUpStoryStage(ResClearPlaySodaStackUpStoryStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + remainTicket_ = other.remainTicket_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaStackUpStoryStage Clone() { + return new ResClearPlaySodaStackUpStoryStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 2; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearPlaySodaStackUpStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearPlaySodaStackUpStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (RemainTicket != other.RemainTicket) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearPlaySodaStackUpStoryStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/clearcatchcoin + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearPlaySodaCatchCoinStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearPlaySodaCatchCoinStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1090]; } + } + + [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 ReqClearPlaySodaCatchCoinStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaCatchCoinStoryStage(ReqClearPlaySodaCatchCoinStoryStage other) : this() { + eventId_ = other.eventId_; + eventDungeonStageTableId_ = other.eventDungeonStageTableId_; + score_ = other.score_; + coinCount_ = other.coinCount_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaCatchCoinStoryStage Clone() { + return new ReqClearPlaySodaCatchCoinStoryStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventDungeonStageTableId" field. + public const int EventDungeonStageTableIdFieldNumber = 2; + private int eventDungeonStageTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventDungeonStageTableId { + get { return eventDungeonStageTableId_; } + set { + eventDungeonStageTableId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "CoinCount" field. + public const int CoinCountFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_coinCount_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetCoinCount.Parser); + private readonly pbc::RepeatedField coinCount_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CoinCount { + get { return coinCount_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearPlaySodaCatchCoinStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearPlaySodaCatchCoinStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EventDungeonStageTableId != other.EventDungeonStageTableId) return false; + if (Score != other.Score) return false; + if(!coinCount_.Equals(other.coinCount_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EventDungeonStageTableId != 0) hash ^= EventDungeonStageTableId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= coinCount_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + coinCount_.WriteTo(output, _repeated_coinCount_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + coinCount_.WriteTo(ref output, _repeated_coinCount_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EventDungeonStageTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventDungeonStageTableId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += coinCount_.CalculateSize(_repeated_coinCount_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearPlaySodaCatchCoinStoryStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EventDungeonStageTableId != 0) { + EventDungeonStageTableId = other.EventDungeonStageTableId; + } + if (other.Score != 0) { + Score = other.Score; + } + coinCount_.Add(other.coinCount_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + coinCount_.AddEntriesFrom(input, _repeated_coinCount_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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + coinCount_.AddEntriesFrom(ref input, _repeated_coinCount_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearPlaySodaCatchCoinStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearPlaySodaCatchCoinStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1091]; } + } + + [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 ResClearPlaySodaCatchCoinStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaCatchCoinStoryStage(ResClearPlaySodaCatchCoinStoryStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + remainTicket_ = other.remainTicket_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaCatchCoinStoryStage Clone() { + return new ResClearPlaySodaCatchCoinStoryStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 2; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearPlaySodaCatchCoinStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearPlaySodaCatchCoinStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (RemainTicket != other.RemainTicket) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearPlaySodaCatchCoinStoryStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/clearsmash + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearPlaySodaSmashStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearPlaySodaSmashStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1092]; } + } + + [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 ReqClearPlaySodaSmashStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaSmashStoryStage(ReqClearPlaySodaSmashStoryStage other) : this() { + eventId_ = other.eventId_; + eventDungeonStageTableId_ = other.eventDungeonStageTableId_; + score_ = other.score_; + scoringHistory_ = other.scoringHistory_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaSmashStoryStage Clone() { + return new ReqClearPlaySodaSmashStoryStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventDungeonStageTableId" field. + public const int EventDungeonStageTableIdFieldNumber = 2; + private int eventDungeonStageTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventDungeonStageTableId { + get { return eventDungeonStageTableId_; } + set { + eventDungeonStageTableId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "ScoringHistory" field. + public const int ScoringHistoryFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_scoringHistory_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSmashScoring.Parser); + private readonly pbc::RepeatedField scoringHistory_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScoringHistory { + get { return scoringHistory_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearPlaySodaSmashStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearPlaySodaSmashStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EventDungeonStageTableId != other.EventDungeonStageTableId) return false; + if (Score != other.Score) return false; + if(!scoringHistory_.Equals(other.scoringHistory_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EventDungeonStageTableId != 0) hash ^= EventDungeonStageTableId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= scoringHistory_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + scoringHistory_.WriteTo(output, _repeated_scoringHistory_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + scoringHistory_.WriteTo(ref output, _repeated_scoringHistory_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EventDungeonStageTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventDungeonStageTableId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += scoringHistory_.CalculateSize(_repeated_scoringHistory_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearPlaySodaSmashStoryStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EventDungeonStageTableId != 0) { + EventDungeonStageTableId = other.EventDungeonStageTableId; + } + if (other.Score != 0) { + Score = other.Score; + } + scoringHistory_.Add(other.scoringHistory_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + scoringHistory_.AddEntriesFrom(input, _repeated_scoringHistory_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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + scoringHistory_.AddEntriesFrom(ref input, _repeated_scoringHistory_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearPlaySodaSmashStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearPlaySodaSmashStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1093]; } + } + + [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 ResClearPlaySodaSmashStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaSmashStoryStage(ResClearPlaySodaSmashStoryStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + remainTicket_ = other.remainTicket_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaSmashStoryStage Clone() { + return new ResClearPlaySodaSmashStoryStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 2; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearPlaySodaSmashStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearPlaySodaSmashStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (RemainTicket != other.RemainTicket) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearPlaySodaSmashStoryStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/storydungeon/clearclimbing + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearPlaySodaClimbingStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearPlaySodaClimbingStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1094]; } + } + + [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 ReqClearPlaySodaClimbingStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaClimbingStoryStage(ReqClearPlaySodaClimbingStoryStage other) : this() { + eventId_ = other.eventId_; + eventDungeonStageTableId_ = other.eventDungeonStageTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearPlaySodaClimbingStoryStage Clone() { + return new ReqClearPlaySodaClimbingStoryStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "EventDungeonStageTableId" field. + public const int EventDungeonStageTableIdFieldNumber = 2; + private int eventDungeonStageTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventDungeonStageTableId { + get { return eventDungeonStageTableId_; } + set { + eventDungeonStageTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearPlaySodaClimbingStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearPlaySodaClimbingStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (EventDungeonStageTableId != other.EventDungeonStageTableId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (EventDungeonStageTableId != 0) hash ^= EventDungeonStageTableId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (EventDungeonStageTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EventDungeonStageTableId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (EventDungeonStageTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventDungeonStageTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearPlaySodaClimbingStoryStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.EventDungeonStageTableId != 0) { + EventDungeonStageTableId = other.EventDungeonStageTableId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + EventDungeonStageTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearPlaySodaClimbingStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearPlaySodaClimbingStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1095]; } + } + + [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 ResClearPlaySodaClimbingStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaClimbingStoryStage(ResClearPlaySodaClimbingStoryStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + remainTicket_ = other.remainTicket_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearPlaySodaClimbingStoryStage Clone() { + return new ResClearPlaySodaClimbingStoryStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "RemainTicket" field. + public const int RemainTicketFieldNumber = 2; + private int remainTicket_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainTicket { + get { return remainTicket_; } + set { + remainTicket_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearPlaySodaClimbingStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearPlaySodaClimbingStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (RemainTicket != other.RemainTicket) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (RemainTicket != 0) hash ^= RemainTicket.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (RemainTicket != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainTicket); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (RemainTicket != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainTicket); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearPlaySodaClimbingStoryStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.RemainTicket != 0) { + RemainTicket = other.RemainTicket; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + RemainTicket = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /comeback/poll/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishComebackUserPoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishComebackUserPoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1096]; } + } + + [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 ReqFinishComebackUserPoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishComebackUserPoll(ReqFinishComebackUserPoll other) : this() { + pollId_ = other.pollId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishComebackUserPoll Clone() { + return new ReqFinishComebackUserPoll(this); + } + + /// Field number for the "PollId" field. + public const int PollIdFieldNumber = 1; + private int pollId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PollId { + get { return pollId_; } + set { + pollId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishComebackUserPoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishComebackUserPoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PollId != other.PollId) 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 (PollId != 0) hash ^= PollId.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 (PollId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PollId); + } + 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 (PollId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PollId); + } + 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 (PollId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PollId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishComebackUserPoll other) { + if (other == null) { + return; + } + if (other.PollId != 0) { + PollId = other.PollId; + } + _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: { + PollId = 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: { + PollId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishComebackUserPoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishComebackUserPoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1097]; } + } + + [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 ResFinishComebackUserPoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishComebackUserPoll(ResFinishComebackUserPoll other) : this() { + isFinished_ = other.isFinished_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishComebackUserPoll Clone() { + return new ResFinishComebackUserPoll(this); + } + + /// Field number for the "IsFinished" field. + public const int IsFinishedFieldNumber = 1; + private bool isFinished_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFinished { + get { return isFinished_; } + set { + isFinished_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishComebackUserPoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishComebackUserPoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsFinished != other.IsFinished) 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 (IsFinished != false) hash ^= IsFinished.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 (IsFinished != false) { + output.WriteRawTag(8); + output.WriteBool(IsFinished); + } + 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 (IsFinished != false) { + output.WriteRawTag(8); + output.WriteBool(IsFinished); + } + 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 (IsFinished != 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(ResFinishComebackUserPoll other) { + if (other == null) { + return; + } + if (other.IsFinished != false) { + IsFinished = other.IsFinished; + } + _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: { + IsFinished = 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 8: { + IsFinished = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /eventfield/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterEventField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterEventField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1098]; } + } + + [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 ReqEnterEventField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventField(ReqEnterEventField other) : this() { + mapId_ = other.mapId_; + progressEventGroupIdList_ = other.progressEventGroupIdList_.Clone(); + eventFieldId_ = other.eventFieldId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventField Clone() { + return new ReqEnterEventField(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 1; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ProgressEventGroupIdList" field. + public const int ProgressEventGroupIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_progressEventGroupIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField progressEventGroupIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProgressEventGroupIdList { + get { return progressEventGroupIdList_; } + } + + /// Field number for the "EventFieldId" field. + public const int EventFieldIdFieldNumber = 3; + private int eventFieldId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventFieldId { + get { return eventFieldId_; } + set { + eventFieldId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterEventField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterEventField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) return false; + if(!progressEventGroupIdList_.Equals(other.progressEventGroupIdList_)) return false; + if (EventFieldId != other.EventFieldId) 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 (MapId.Length != 0) hash ^= MapId.GetHashCode(); + hash ^= progressEventGroupIdList_.GetHashCode(); + if (EventFieldId != 0) hash ^= EventFieldId.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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + progressEventGroupIdList_.WriteTo(output, _repeated_progressEventGroupIdList_codec); + if (EventFieldId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventFieldId); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + progressEventGroupIdList_.WriteTo(ref output, _repeated_progressEventGroupIdList_codec); + if (EventFieldId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EventFieldId); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + size += progressEventGroupIdList_.CalculateSize(_repeated_progressEventGroupIdList_codec); + if (EventFieldId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventFieldId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterEventField other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + progressEventGroupIdList_.Add(other.progressEventGroupIdList_); + if (other.EventFieldId != 0) { + EventFieldId = other.EventFieldId; + } + _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: { + MapId = input.ReadString(); + break; + } + case 18: + case 16: { + progressEventGroupIdList_.AddEntriesFrom(input, _repeated_progressEventGroupIdList_codec); + break; + } + case 24: { + EventFieldId = 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 10: { + MapId = input.ReadString(); + break; + } + case 18: + case 16: { + progressEventGroupIdList_.AddEntriesFrom(ref input, _repeated_progressEventGroupIdList_codec); + break; + } + case 24: { + EventFieldId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterEventField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterEventField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1099]; } + } + + [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 ResEnterEventField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventField(ResEnterEventField other) : this() { + field_ = other.field_ != null ? other.field_.Clone() : null; + team_ = other.team_ != null ? other.team_.Clone() : null; + teamPositions_ = other.teamPositions_.Clone(); + json_ = other.json_; + userEventIdList_ = other.userEventIdList_.Clone(); + autoChargeDataList_ = other.autoChargeDataList_.Clone(); + nonResettableFieldObjects_ = other.nonResettableFieldObjects_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventField Clone() { + return new ResEnterEventField(this); + } + + /// Field number for the "Field" field. + public const int FieldFieldNumber = 1; + private global::EpinelPS.NetFieldObjectData field_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFieldObjectData Field { + get { return field_; } + set { + field_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 2; + private global::EpinelPS.NetUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "TeamPositions" field. + public const int TeamPositionsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teamPositions_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetCampaignTeamPosition.Parser); + private readonly pbc::RepeatedField teamPositions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamPositions { + get { return teamPositions_; } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "UserEventIdList" field. + public const int UserEventIdListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_userEventIdList_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField userEventIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserEventIdList { + get { return userEventIdList_; } + } + + /// Field number for the "AutoChargeDataList" field. + public const int AutoChargeDataListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_autoChargeDataList_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserAutoChargeData.Parser); + private readonly pbc::RepeatedField autoChargeDataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AutoChargeDataList { + get { return autoChargeDataList_; } + } + + /// Field number for the "NonResettableFieldObjects" field. + public const int NonResettableFieldObjectsFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_nonResettableFieldObjects_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetNonResettableFieldObject.Parser); + private readonly pbc::RepeatedField nonResettableFieldObjects_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField NonResettableFieldObjects { + get { return nonResettableFieldObjects_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterEventField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterEventField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Field, other.Field)) return false; + if (!object.Equals(Team, other.Team)) return false; + if(!teamPositions_.Equals(other.teamPositions_)) return false; + if (Json != other.Json) return false; + if(!userEventIdList_.Equals(other.userEventIdList_)) return false; + if(!autoChargeDataList_.Equals(other.autoChargeDataList_)) return false; + if(!nonResettableFieldObjects_.Equals(other.nonResettableFieldObjects_)) 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 (field_ != null) hash ^= Field.GetHashCode(); + if (team_ != null) hash ^= Team.GetHashCode(); + hash ^= teamPositions_.GetHashCode(); + if (Json.Length != 0) hash ^= Json.GetHashCode(); + hash ^= userEventIdList_.GetHashCode(); + hash ^= autoChargeDataList_.GetHashCode(); + hash ^= nonResettableFieldObjects_.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 (field_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Field); + } + if (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + teamPositions_.WriteTo(output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + userEventIdList_.WriteTo(output, _repeated_userEventIdList_codec); + autoChargeDataList_.WriteTo(output, _repeated_autoChargeDataList_codec); + nonResettableFieldObjects_.WriteTo(output, _repeated_nonResettableFieldObjects_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 (field_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Field); + } + if (team_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Team); + } + teamPositions_.WriteTo(ref output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + userEventIdList_.WriteTo(ref output, _repeated_userEventIdList_codec); + autoChargeDataList_.WriteTo(ref output, _repeated_autoChargeDataList_codec); + nonResettableFieldObjects_.WriteTo(ref output, _repeated_nonResettableFieldObjects_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 (field_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Field); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + size += teamPositions_.CalculateSize(_repeated_teamPositions_codec); + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + size += userEventIdList_.CalculateSize(_repeated_userEventIdList_codec); + size += autoChargeDataList_.CalculateSize(_repeated_autoChargeDataList_codec); + size += nonResettableFieldObjects_.CalculateSize(_repeated_nonResettableFieldObjects_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterEventField other) { + if (other == null) { + return; + } + if (other.field_ != null) { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + Field.MergeFrom(other.Field); + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + Team.MergeFrom(other.Team); + } + teamPositions_.Add(other.teamPositions_); + if (other.Json.Length != 0) { + Json = other.Json; + } + userEventIdList_.Add(other.userEventIdList_); + autoChargeDataList_.Add(other.autoChargeDataList_); + nonResettableFieldObjects_.Add(other.nonResettableFieldObjects_); + _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: { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 18: { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(Team); + break; + } + case 26: { + teamPositions_.AddEntriesFrom(input, _repeated_teamPositions_codec); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 42: + case 40: { + userEventIdList_.AddEntriesFrom(input, _repeated_userEventIdList_codec); + break; + } + case 50: { + autoChargeDataList_.AddEntriesFrom(input, _repeated_autoChargeDataList_codec); + break; + } + case 58: { + nonResettableFieldObjects_.AddEntriesFrom(input, _repeated_nonResettableFieldObjects_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: { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 18: { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(Team); + break; + } + case 26: { + teamPositions_.AddEntriesFrom(ref input, _repeated_teamPositions_codec); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 42: + case 40: { + userEventIdList_.AddEntriesFrom(ref input, _repeated_userEventIdList_codec); + break; + } + case 50: { + autoChargeDataList_.AddEntriesFrom(ref input, _repeated_autoChargeDataList_codec); + break; + } + case 58: { + nonResettableFieldObjects_.AddEntriesFrom(ref input, _repeated_nonResettableFieldObjects_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /eventfield/update + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateEventFieldProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateEventFieldProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1100]; } + } + + [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 ReqUpdateEventFieldProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateEventFieldProgress(ReqUpdateEventFieldProgress other) : this() { + eventFieldProgressIds_ = other.eventFieldProgressIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateEventFieldProgress Clone() { + return new ReqUpdateEventFieldProgress(this); + } + + /// Field number for the "EventFieldProgressIds" field. + public const int EventFieldProgressIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_eventFieldProgressIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField eventFieldProgressIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventFieldProgressIds { + get { return eventFieldProgressIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateEventFieldProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateEventFieldProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventFieldProgressIds_.Equals(other.eventFieldProgressIds_)) 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 ^= eventFieldProgressIds_.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 + eventFieldProgressIds_.WriteTo(output, _repeated_eventFieldProgressIds_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) { + eventFieldProgressIds_.WriteTo(ref output, _repeated_eventFieldProgressIds_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 += eventFieldProgressIds_.CalculateSize(_repeated_eventFieldProgressIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateEventFieldProgress other) { + if (other == null) { + return; + } + eventFieldProgressIds_.Add(other.eventFieldProgressIds_); + _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: { + eventFieldProgressIds_.AddEntriesFrom(input, _repeated_eventFieldProgressIds_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: { + eventFieldProgressIds_.AddEntriesFrom(ref input, _repeated_eventFieldProgressIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateEventFieldProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateEventFieldProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1101]; } + } + + [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 ResUpdateEventFieldProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateEventFieldProgress(ResUpdateEventFieldProgress other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateEventFieldProgress Clone() { + return new ResUpdateEventFieldProgress(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateEventFieldProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateEventFieldProgress 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(ResUpdateEventFieldProgress 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 + + } + + /// + /// URL: /eventfield/escape + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEscapeEventField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEscapeEventField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1102]; } + } + + [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 ReqEscapeEventField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEscapeEventField(ReqEscapeEventField other) : this() { + mapId_ = other.mapId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEscapeEventField Clone() { + return new ReqEscapeEventField(this); + } + + /// Field number for the "MapId" field. + public const int MapIdFieldNumber = 1; + private string mapId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MapId { + get { return mapId_; } + set { + mapId_ = 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 ReqEscapeEventField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEscapeEventField other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MapId != other.MapId) 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 (MapId.Length != 0) hash ^= MapId.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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MapId); + } + 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 (MapId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MapId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEscapeEventField other) { + if (other == null) { + return; + } + if (other.MapId.Length != 0) { + MapId = other.MapId; + } + _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: { + MapId = 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 10: { + MapId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEscapeEventField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEscapeEventField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1103]; } + } + + [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 ResEscapeEventField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEscapeEventField(ResEscapeEventField other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEscapeEventField Clone() { + return new ResEscapeEventField(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEscapeEventField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEscapeEventField 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(ResEscapeEventField 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 + + } + + /// + /// URL: /event/field/saveobject + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveEventFieldNonResettableFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveEventFieldNonResettableFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1104]; } + } + + [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 ReqSaveEventFieldNonResettableFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveEventFieldNonResettableFieldObject(ReqSaveEventFieldNonResettableFieldObject other) : this() { + eventId_ = other.eventId_; + fieldObjects_ = other.fieldObjects_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveEventFieldNonResettableFieldObject Clone() { + return new ReqSaveEventFieldNonResettableFieldObject(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "FieldObjects" field. + public const int FieldObjectsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_fieldObjects_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetNonResettableFieldObject.Parser); + private readonly pbc::RepeatedField fieldObjects_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FieldObjects { + get { return fieldObjects_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSaveEventFieldNonResettableFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveEventFieldNonResettableFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!fieldObjects_.Equals(other.fieldObjects_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= fieldObjects_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + fieldObjects_.WriteTo(output, _repeated_fieldObjects_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + fieldObjects_.WriteTo(ref output, _repeated_fieldObjects_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += fieldObjects_.CalculateSize(_repeated_fieldObjects_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveEventFieldNonResettableFieldObject other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + fieldObjects_.Add(other.fieldObjects_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + fieldObjects_.AddEntriesFrom(input, _repeated_fieldObjects_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + fieldObjects_.AddEntriesFrom(ref input, _repeated_fieldObjects_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveEventFieldNonResettableFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveEventFieldNonResettableFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1105]; } + } + + [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 ResSaveEventFieldNonResettableFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveEventFieldNonResettableFieldObject(ResSaveEventFieldNonResettableFieldObject other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveEventFieldNonResettableFieldObject Clone() { + return new ResSaveEventFieldNonResettableFieldObject(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveEventFieldNonResettableFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveEventFieldNonResettableFieldObject 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(ResSaveEventFieldNonResettableFieldObject 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetNonResettableFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetNonResettableFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1106]; } + } + + [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 NetNonResettableFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNonResettableFieldObject(NetNonResettableFieldObject other) : this() { + positionId_ = other.positionId_; + type_ = other.type_; + json_ = other.json_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNonResettableFieldObject Clone() { + return new NetNonResettableFieldObject(this); + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 1; + private string positionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PositionId { + get { return positionId_; } + set { + positionId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 3; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = 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 NetNonResettableFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetNonResettableFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PositionId != other.PositionId) return false; + if (Type != other.Type) return false; + if (Json != other.Json) 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 (PositionId.Length != 0) hash ^= PositionId.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (Json.Length != 0) hash ^= Json.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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (Json.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Json); + } + 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 (PositionId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PositionId); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (Json.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Json); + } + 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 (PositionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PositionId); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetNonResettableFieldObject other) { + if (other == null) { + return; + } + if (other.PositionId.Length != 0) { + PositionId = other.PositionId; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + _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: { + PositionId = input.ReadString(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + Json = 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 10: { + PositionId = input.ReadString(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + Json = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetEventQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetEventQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1107]; } + } + + [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 NetEventQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventQuestData(NetEventQuestData other) : this() { + eventQuestId_ = other.eventQuestId_; + isReceived_ = other.isReceived_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetEventQuestData Clone() { + return new NetEventQuestData(this); + } + + /// Field number for the "EventQuestId" field. + public const int EventQuestIdFieldNumber = 1; + private int eventQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventQuestId { + get { return eventQuestId_; } + set { + eventQuestId_ = value; + } + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 2; + private bool isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetEventQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetEventQuestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventQuestId != other.EventQuestId) return false; + if (IsReceived != other.IsReceived) 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 (EventQuestId != 0) hash ^= EventQuestId.GetHashCode(); + if (IsReceived != false) hash ^= IsReceived.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 (EventQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestId); + } + if (IsReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsReceived); + } + 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 (EventQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestId); + } + if (IsReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsReceived); + } + 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 (EventQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventQuestId); + } + if (IsReceived != 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(NetEventQuestData other) { + if (other == null) { + return; + } + if (other.EventQuestId != 0) { + EventQuestId = other.EventQuestId; + } + if (other.IsReceived != false) { + IsReceived = other.IsReceived; + } + _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: { + EventQuestId = input.ReadInt32(); + break; + } + case 16: { + IsReceived = 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 8: { + EventQuestId = input.ReadInt32(); + break; + } + case 16: { + IsReceived = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /eventquest/list + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListEventQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListEventQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1108]; } + } + + [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 ReqListEventQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListEventQuest(ReqListEventQuest other) : this() { + eventQuestManagerTid_ = other.eventQuestManagerTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListEventQuest Clone() { + return new ReqListEventQuest(this); + } + + /// Field number for the "EventQuestManagerTid" field. + public const int EventQuestManagerTidFieldNumber = 1; + private int eventQuestManagerTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventQuestManagerTid { + get { return eventQuestManagerTid_; } + set { + eventQuestManagerTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListEventQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListEventQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventQuestManagerTid != other.EventQuestManagerTid) 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 (EventQuestManagerTid != 0) hash ^= EventQuestManagerTid.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 (EventQuestManagerTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestManagerTid); + } + 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 (EventQuestManagerTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestManagerTid); + } + 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 (EventQuestManagerTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventQuestManagerTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqListEventQuest other) { + if (other == null) { + return; + } + if (other.EventQuestManagerTid != 0) { + EventQuestManagerTid = other.EventQuestManagerTid; + } + _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: { + EventQuestManagerTid = 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: { + EventQuestManagerTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListEventQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListEventQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1109]; } + } + + [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 ResListEventQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListEventQuest(ResListEventQuest other) : this() { + eventQuests_ = other.eventQuests_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListEventQuest Clone() { + return new ResListEventQuest(this); + } + + /// Field number for the "EventQuests" field. + public const int EventQuestsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_eventQuests_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetEventQuestData.Parser); + private readonly pbc::RepeatedField eventQuests_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventQuests { + get { return eventQuests_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListEventQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListEventQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventQuests_.Equals(other.eventQuests_)) 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 ^= eventQuests_.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 + eventQuests_.WriteTo(output, _repeated_eventQuests_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) { + eventQuests_.WriteTo(ref output, _repeated_eventQuests_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 += eventQuests_.CalculateSize(_repeated_eventQuests_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListEventQuest other) { + if (other == null) { + return; + } + eventQuests_.Add(other.eventQuests_); + _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: { + eventQuests_.AddEntriesFrom(input, _repeated_eventQuests_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: { + eventQuests_.AddEntriesFrom(ref input, _repeated_eventQuests_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /eventquest/fin + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinEventQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinEventQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1110]; } + } + + [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 ReqFinEventQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinEventQuest(ReqFinEventQuest other) : this() { + eventQuestTid_ = other.eventQuestTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinEventQuest Clone() { + return new ReqFinEventQuest(this); + } + + /// Field number for the "EventQuestTid" field. + public const int EventQuestTidFieldNumber = 1; + private int eventQuestTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventQuestTid { + get { return eventQuestTid_; } + set { + eventQuestTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinEventQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinEventQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventQuestTid != other.EventQuestTid) 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 (EventQuestTid != 0) hash ^= EventQuestTid.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 (EventQuestTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestTid); + } + 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 (EventQuestTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestTid); + } + 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 (EventQuestTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventQuestTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinEventQuest other) { + if (other == null) { + return; + } + if (other.EventQuestTid != 0) { + EventQuestTid = other.EventQuestTid; + } + _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: { + EventQuestTid = 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: { + EventQuestTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinEventQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinEventQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1111]; } + } + + [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 ResFinEventQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinEventQuest(ResFinEventQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinEventQuest Clone() { + return new ResFinEventQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinEventQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinEventQuest 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(ResFinEventQuest 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 + + } + + /// + /// URL: /eventquest/obtain + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainEventQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainEventQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1112]; } + } + + [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 ReqObtainEventQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainEventQuestReward(ReqObtainEventQuestReward other) : this() { + eventQuestTidList_ = other.eventQuestTidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainEventQuestReward Clone() { + return new ReqObtainEventQuestReward(this); + } + + /// Field number for the "EventQuestTidList" field. + public const int EventQuestTidListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_eventQuestTidList_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField eventQuestTidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventQuestTidList { + get { return eventQuestTidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainEventQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainEventQuestReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!eventQuestTidList_.Equals(other.eventQuestTidList_)) 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 ^= eventQuestTidList_.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 + eventQuestTidList_.WriteTo(output, _repeated_eventQuestTidList_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) { + eventQuestTidList_.WriteTo(ref output, _repeated_eventQuestTidList_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 += eventQuestTidList_.CalculateSize(_repeated_eventQuestTidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainEventQuestReward other) { + if (other == null) { + return; + } + eventQuestTidList_.Add(other.eventQuestTidList_); + _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: { + eventQuestTidList_.AddEntriesFrom(input, _repeated_eventQuestTidList_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: { + eventQuestTidList_.AddEntriesFrom(ref input, _repeated_eventQuestTidList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainEventQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainEventQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1113]; } + } + + [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 ResObtainEventQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainEventQuestReward(ResObtainEventQuestReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainEventQuestReward Clone() { + return new ResObtainEventQuestReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainEventQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainEventQuestReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainEventQuestReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /eventquest/stage/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterEventQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterEventQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1114]; } + } + + [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 ReqEnterEventQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventQuestStage(ReqEnterEventQuestStage other) : this() { + eventQuestManagerTid_ = other.eventQuestManagerTid_; + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterEventQuestStage Clone() { + return new ReqEnterEventQuestStage(this); + } + + /// Field number for the "EventQuestManagerTid" field. + public const int EventQuestManagerTidFieldNumber = 1; + private int eventQuestManagerTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventQuestManagerTid { + get { return eventQuestManagerTid_; } + set { + eventQuestManagerTid_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterEventQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterEventQuestStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventQuestManagerTid != other.EventQuestManagerTid) return false; + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (EventQuestManagerTid != 0) hash ^= EventQuestManagerTid.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (EventQuestManagerTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestManagerTid); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventQuestManagerTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventQuestManagerTid); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (EventQuestManagerTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventQuestManagerTid); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterEventQuestStage other) { + if (other == null) { + return; + } + if (other.EventQuestManagerTid != 0) { + EventQuestManagerTid = other.EventQuestManagerTid; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + EventQuestManagerTid = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + EventQuestManagerTid = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterEventQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterEventQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1115]; } + } + + [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 ResEnterEventQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventQuestStage(ResEnterEventQuestStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterEventQuestStage Clone() { + return new ResEnterEventQuestStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterEventQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterEventQuestStage 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(ResEnterEventQuestStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearEventQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearEventQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1116]; } + } + + [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 ResClearEventQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearEventQuestStage(ResClearEventQuestStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearEventQuestStage Clone() { + return new ResClearEventQuestStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearEventQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearEventQuestStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserLevelUpReward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserLevelUpReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearEventQuestStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/list + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1117]; } + } + + [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 ReqListFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListFavoriteItem(ReqListFavoriteItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListFavoriteItem Clone() { + return new ReqListFavoriteItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListFavoriteItem 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(ReqListFavoriteItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1118]; } + } + + [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 ResListFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListFavoriteItem(ResListFavoriteItem other) : this() { + favoriteItems_ = other.favoriteItems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListFavoriteItem Clone() { + return new ResListFavoriteItem(this); + } + + /// Field number for the "FavoriteItems" field. + public const int FavoriteItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItems_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserFavoriteItemData.Parser); + private readonly pbc::RepeatedField favoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItems { + get { return favoriteItems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItems_.Equals(other.favoriteItems_)) 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 ^= favoriteItems_.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 + favoriteItems_.WriteTo(output, _repeated_favoriteItems_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) { + favoriteItems_.WriteTo(ref output, _repeated_favoriteItems_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 += favoriteItems_.CalculateSize(_repeated_favoriteItems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListFavoriteItem other) { + if (other == null) { + return; + } + favoriteItems_.Add(other.favoriteItems_); + _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: { + favoriteItems_.AddEntriesFrom(input, _repeated_favoriteItems_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: { + favoriteItems_.AddEntriesFrom(ref input, _repeated_favoriteItems_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/equip + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEquipFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEquipFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1119]; } + } + + [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 ReqEquipFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEquipFavoriteItem(ReqEquipFavoriteItem other) : this() { + favoriteItemId_ = other.favoriteItemId_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEquipFavoriteItem Clone() { + return new ReqEquipFavoriteItem(this); + } + + /// Field number for the "FavoriteItemId" field. + public const int FavoriteItemIdFieldNumber = 1; + private long favoriteItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long FavoriteItemId { + get { return favoriteItemId_; } + set { + favoriteItemId_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEquipFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEquipFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FavoriteItemId != other.FavoriteItemId) return false; + if (Csn != other.Csn) 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 (FavoriteItemId != 0L) hash ^= FavoriteItemId.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (FavoriteItemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(FavoriteItemId); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEquipFavoriteItem other) { + if (other == null) { + return; + } + if (other.FavoriteItemId != 0L) { + FavoriteItemId = other.FavoriteItemId; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + Csn = input.ReadInt64(); + 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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEquipFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEquipFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1120]; } + } + + [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 ResEquipFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEquipFavoriteItem(ResEquipFavoriteItem other) : this() { + favoriteItems_ = other.favoriteItems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEquipFavoriteItem Clone() { + return new ResEquipFavoriteItem(this); + } + + /// Field number for the "FavoriteItems" field. + public const int FavoriteItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItems_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserFavoriteItemData.Parser); + private readonly pbc::RepeatedField favoriteItems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItems { + get { return favoriteItems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEquipFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEquipFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItems_.Equals(other.favoriteItems_)) 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 ^= favoriteItems_.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 + favoriteItems_.WriteTo(output, _repeated_favoriteItems_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) { + favoriteItems_.WriteTo(ref output, _repeated_favoriteItems_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 += favoriteItems_.CalculateSize(_repeated_favoriteItems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEquipFavoriteItem other) { + if (other == null) { + return; + } + favoriteItems_.Add(other.favoriteItems_); + _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: { + favoriteItems_.AddEntriesFrom(input, _repeated_favoriteItems_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: { + favoriteItems_.AddEntriesFrom(ref input, _repeated_favoriteItems_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/increaseexp + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqIncreaseExpFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqIncreaseExpFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1121]; } + } + + [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 ReqIncreaseExpFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqIncreaseExpFavoriteItem(ReqIncreaseExpFavoriteItem other) : this() { + favoriteItemId_ = other.favoriteItemId_; + itemData_ = other.itemData_ != null ? other.itemData_.Clone() : null; + loopCount_ = other.loopCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqIncreaseExpFavoriteItem Clone() { + return new ReqIncreaseExpFavoriteItem(this); + } + + /// Field number for the "FavoriteItemId" field. + public const int FavoriteItemIdFieldNumber = 1; + private long favoriteItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long FavoriteItemId { + get { return favoriteItemId_; } + set { + favoriteItemId_ = value; + } + } + + /// Field number for the "ItemData" field. + public const int ItemDataFieldNumber = 2; + private global::EpinelPS.NetItemData itemData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetItemData ItemData { + get { return itemData_; } + set { + itemData_ = value; + } + } + + /// Field number for the "LoopCount" field. + public const int LoopCountFieldNumber = 3; + private int loopCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LoopCount { + get { return loopCount_; } + set { + loopCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqIncreaseExpFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqIncreaseExpFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FavoriteItemId != other.FavoriteItemId) return false; + if (!object.Equals(ItemData, other.ItemData)) return false; + if (LoopCount != other.LoopCount) 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 (FavoriteItemId != 0L) hash ^= FavoriteItemId.GetHashCode(); + if (itemData_ != null) hash ^= ItemData.GetHashCode(); + if (LoopCount != 0) hash ^= LoopCount.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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (itemData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(ItemData); + } + if (LoopCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(LoopCount); + } + 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 (FavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(FavoriteItemId); + } + if (itemData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(ItemData); + } + if (LoopCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(LoopCount); + } + 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 (FavoriteItemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(FavoriteItemId); + } + if (itemData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemData); + } + if (LoopCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LoopCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqIncreaseExpFavoriteItem other) { + if (other == null) { + return; + } + if (other.FavoriteItemId != 0L) { + FavoriteItemId = other.FavoriteItemId; + } + if (other.itemData_ != null) { + if (itemData_ == null) { + ItemData = new global::EpinelPS.NetItemData(); + } + ItemData.MergeFrom(other.ItemData); + } + if (other.LoopCount != 0) { + LoopCount = other.LoopCount; + } + _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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 18: { + if (itemData_ == null) { + ItemData = new global::EpinelPS.NetItemData(); + } + input.ReadMessage(ItemData); + break; + } + case 24: { + LoopCount = 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: { + FavoriteItemId = input.ReadInt64(); + break; + } + case 18: { + if (itemData_ == null) { + ItemData = new global::EpinelPS.NetItemData(); + } + input.ReadMessage(ItemData); + break; + } + case 24: { + LoopCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResIncreaseExpFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResIncreaseExpFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1122]; } + } + + [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 ResIncreaseExpFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResIncreaseExpFavoriteItem(ResIncreaseExpFavoriteItem other) : this() { + favoriteItem_ = other.favoriteItem_ != null ? other.favoriteItem_.Clone() : null; + result_ = other.result_; + itemData_ = other.itemData_ != null ? other.itemData_.Clone() : null; + loopCount_ = other.loopCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResIncreaseExpFavoriteItem Clone() { + return new ResIncreaseExpFavoriteItem(this); + } + + /// Field number for the "FavoriteItem" field. + public const int FavoriteItemFieldNumber = 1; + private global::EpinelPS.NetUserFavoriteItemData favoriteItem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserFavoriteItemData FavoriteItem { + get { return favoriteItem_; } + set { + favoriteItem_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 2; + private global::EpinelPS.FavoriteItemGreatSuccessResult result_ = global::EpinelPS.FavoriteItemGreatSuccessResult.FavoriteItemGreatSuccessResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.FavoriteItemGreatSuccessResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "ItemData" field. + public const int ItemDataFieldNumber = 3; + private global::EpinelPS.NetUserItemData itemData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData ItemData { + get { return itemData_; } + set { + itemData_ = value; + } + } + + /// Field number for the "LoopCount" field. + public const int LoopCountFieldNumber = 4; + private int loopCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LoopCount { + get { return loopCount_; } + set { + loopCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResIncreaseExpFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResIncreaseExpFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(FavoriteItem, other.FavoriteItem)) return false; + if (Result != other.Result) return false; + if (!object.Equals(ItemData, other.ItemData)) return false; + if (LoopCount != other.LoopCount) 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 (favoriteItem_ != null) hash ^= FavoriteItem.GetHashCode(); + if (Result != global::EpinelPS.FavoriteItemGreatSuccessResult.FavoriteItemGreatSuccessResultSuccess) hash ^= Result.GetHashCode(); + if (itemData_ != null) hash ^= ItemData.GetHashCode(); + if (LoopCount != 0) hash ^= LoopCount.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 (favoriteItem_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteItem); + } + if (Result != global::EpinelPS.FavoriteItemGreatSuccessResult.FavoriteItemGreatSuccessResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + if (itemData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ItemData); + } + if (LoopCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(LoopCount); + } + 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 (favoriteItem_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteItem); + } + if (Result != global::EpinelPS.FavoriteItemGreatSuccessResult.FavoriteItemGreatSuccessResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + if (itemData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ItemData); + } + if (LoopCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(LoopCount); + } + 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 (favoriteItem_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FavoriteItem); + } + if (Result != global::EpinelPS.FavoriteItemGreatSuccessResult.FavoriteItemGreatSuccessResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (itemData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemData); + } + if (LoopCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LoopCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResIncreaseExpFavoriteItem other) { + if (other == null) { + return; + } + if (other.favoriteItem_ != null) { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + FavoriteItem.MergeFrom(other.FavoriteItem); + } + if (other.Result != global::EpinelPS.FavoriteItemGreatSuccessResult.FavoriteItemGreatSuccessResultSuccess) { + Result = other.Result; + } + if (other.itemData_ != null) { + if (itemData_ == null) { + ItemData = new global::EpinelPS.NetUserItemData(); + } + ItemData.MergeFrom(other.ItemData); + } + if (other.LoopCount != 0) { + LoopCount = other.LoopCount; + } + _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: { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + input.ReadMessage(FavoriteItem); + break; + } + case 16: { + Result = (global::EpinelPS.FavoriteItemGreatSuccessResult) input.ReadEnum(); + break; + } + case 26: { + if (itemData_ == null) { + ItemData = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(ItemData); + break; + } + case 32: { + LoopCount = 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 10: { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + input.ReadMessage(FavoriteItem); + break; + } + case 16: { + Result = (global::EpinelPS.FavoriteItemGreatSuccessResult) input.ReadEnum(); + break; + } + case 26: { + if (itemData_ == null) { + ItemData = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(ItemData); + break; + } + case 32: { + LoopCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/exchange + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExchangeFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExchangeFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1123]; } + } + + [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 ReqExchangeFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExchangeFavoriteItem(ReqExchangeFavoriteItem other) : this() { + rFavoriteItemId_ = other.rFavoriteItemId_; + sRFavoriteItemId_ = other.sRFavoriteItemId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExchangeFavoriteItem Clone() { + return new ReqExchangeFavoriteItem(this); + } + + /// Field number for the "RFavoriteItemId" field. + public const int RFavoriteItemIdFieldNumber = 1; + private long rFavoriteItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RFavoriteItemId { + get { return rFavoriteItemId_; } + set { + rFavoriteItemId_ = value; + } + } + + /// Field number for the "SRFavoriteItemId" field. + public const int SRFavoriteItemIdFieldNumber = 2; + private long sRFavoriteItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SRFavoriteItemId { + get { return sRFavoriteItemId_; } + set { + sRFavoriteItemId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExchangeFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExchangeFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RFavoriteItemId != other.RFavoriteItemId) return false; + if (SRFavoriteItemId != other.SRFavoriteItemId) 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 (RFavoriteItemId != 0L) hash ^= RFavoriteItemId.GetHashCode(); + if (SRFavoriteItemId != 0L) hash ^= SRFavoriteItemId.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 (RFavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(RFavoriteItemId); + } + if (SRFavoriteItemId != 0L) { + output.WriteRawTag(16); + output.WriteInt64(SRFavoriteItemId); + } + 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 (RFavoriteItemId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(RFavoriteItemId); + } + if (SRFavoriteItemId != 0L) { + output.WriteRawTag(16); + output.WriteInt64(SRFavoriteItemId); + } + 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 (RFavoriteItemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RFavoriteItemId); + } + if (SRFavoriteItemId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SRFavoriteItemId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExchangeFavoriteItem other) { + if (other == null) { + return; + } + if (other.RFavoriteItemId != 0L) { + RFavoriteItemId = other.RFavoriteItemId; + } + if (other.SRFavoriteItemId != 0L) { + SRFavoriteItemId = other.SRFavoriteItemId; + } + _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: { + RFavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + SRFavoriteItemId = input.ReadInt64(); + 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: { + RFavoriteItemId = input.ReadInt64(); + break; + } + case 16: { + SRFavoriteItemId = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExchangeFavoriteItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExchangeFavoriteItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1124]; } + } + + [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 ResExchangeFavoriteItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExchangeFavoriteItem(ResExchangeFavoriteItem other) : this() { + favoriteItem_ = other.favoriteItem_ != null ? other.favoriteItem_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExchangeFavoriteItem Clone() { + return new ResExchangeFavoriteItem(this); + } + + /// Field number for the "FavoriteItem" field. + public const int FavoriteItemFieldNumber = 1; + private global::EpinelPS.NetUserFavoriteItemData favoriteItem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserFavoriteItemData FavoriteItem { + get { return favoriteItem_; } + set { + favoriteItem_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExchangeFavoriteItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExchangeFavoriteItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(FavoriteItem, other.FavoriteItem)) 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 (favoriteItem_ != null) hash ^= FavoriteItem.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 (favoriteItem_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteItem); + } + 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 (favoriteItem_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteItem); + } + 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 (favoriteItem_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FavoriteItem); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExchangeFavoriteItem other) { + if (other == null) { + return; + } + if (other.favoriteItem_ != null) { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + FavoriteItem.MergeFrom(other.FavoriteItem); + } + _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: { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + input.ReadMessage(FavoriteItem); + 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: { + if (favoriteItem_ == null) { + FavoriteItem = new global::EpinelPS.NetUserFavoriteItemData(); + } + input.ReadMessage(FavoriteItem); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/quest/list + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1125]; } + } + + [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 ReqListFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListFavoriteItemQuest(ReqListFavoriteItemQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListFavoriteItemQuest Clone() { + return new ReqListFavoriteItemQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListFavoriteItemQuest 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(ReqListFavoriteItemQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1126]; } + } + + [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 ResListFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListFavoriteItemQuest(ResListFavoriteItemQuest other) : this() { + favoriteItemQuests_ = other.favoriteItemQuests_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListFavoriteItemQuest Clone() { + return new ResListFavoriteItemQuest(this); + } + + /// Field number for the "FavoriteItemQuests" field. + public const int FavoriteItemQuestsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItemQuests_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserFavoriteItemQuestData.Parser); + private readonly pbc::RepeatedField favoriteItemQuests_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItemQuests { + get { return favoriteItemQuests_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListFavoriteItemQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItemQuests_.Equals(other.favoriteItemQuests_)) 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 ^= favoriteItemQuests_.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 + favoriteItemQuests_.WriteTo(output, _repeated_favoriteItemQuests_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) { + favoriteItemQuests_.WriteTo(ref output, _repeated_favoriteItemQuests_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 += favoriteItemQuests_.CalculateSize(_repeated_favoriteItemQuests_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListFavoriteItemQuest other) { + if (other == null) { + return; + } + favoriteItemQuests_.Add(other.favoriteItemQuests_); + _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: { + favoriteItemQuests_.AddEntriesFrom(input, _repeated_favoriteItemQuests_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: { + favoriteItemQuests_.AddEntriesFrom(ref input, _repeated_favoriteItemQuests_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserFavoriteItemQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserFavoriteItemQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1127]; } + } + + [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 NetUserFavoriteItemQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserFavoriteItemQuestData(NetUserFavoriteItemQuestData other) : this() { + questId_ = other.questId_; + clear_ = other.clear_; + received_ = other.received_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserFavoriteItemQuestData Clone() { + return new NetUserFavoriteItemQuestData(this); + } + + /// Field number for the "QuestId" field. + public const int QuestIdFieldNumber = 1; + private int questId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int QuestId { + get { return questId_; } + set { + questId_ = value; + } + } + + /// Field number for the "Clear" field. + public const int ClearFieldNumber = 2; + private bool clear_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Clear { + get { return clear_; } + set { + clear_ = value; + } + } + + /// Field number for the "Received" field. + public const int ReceivedFieldNumber = 3; + private bool received_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Received { + get { return received_; } + set { + received_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserFavoriteItemQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserFavoriteItemQuestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (QuestId != other.QuestId) return false; + if (Clear != other.Clear) return false; + if (Received != other.Received) 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 (Clear != false) hash ^= Clear.GetHashCode(); + if (Received != false) hash ^= Received.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(8); + output.WriteInt32(QuestId); + } + if (Clear != false) { + output.WriteRawTag(16); + output.WriteBool(Clear); + } + if (Received != false) { + output.WriteRawTag(24); + output.WriteBool(Received); + } + 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(8); + output.WriteInt32(QuestId); + } + if (Clear != false) { + output.WriteRawTag(16); + output.WriteBool(Clear); + } + if (Received != false) { + output.WriteRawTag(24); + output.WriteBool(Received); + } + 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.ComputeInt32Size(QuestId); + } + if (Clear != false) { + size += 1 + 1; + } + if (Received != 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(NetUserFavoriteItemQuestData other) { + if (other == null) { + return; + } + if (other.QuestId != 0) { + QuestId = other.QuestId; + } + if (other.Clear != false) { + Clear = other.Clear; + } + if (other.Received != false) { + Received = other.Received; + } + _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: { + QuestId = input.ReadInt32(); + break; + } + case 16: { + Clear = input.ReadBool(); + break; + } + case 24: { + Received = 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 8: { + QuestId = input.ReadInt32(); + break; + } + case 16: { + Clear = input.ReadBool(); + break; + } + case 24: { + Received = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/quest/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1128]; } + } + + [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 ReqFinishFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishFavoriteItemQuest(ReqFinishFavoriteItemQuest other) : this() { + favoriteItemQuestId_ = other.favoriteItemQuestId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishFavoriteItemQuest Clone() { + return new ReqFinishFavoriteItemQuest(this); + } + + /// Field number for the "FavoriteItemQuestId" field. + public const int FavoriteItemQuestIdFieldNumber = 1; + private int favoriteItemQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FavoriteItemQuestId { + get { return favoriteItemQuestId_; } + set { + favoriteItemQuestId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishFavoriteItemQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FavoriteItemQuestId != other.FavoriteItemQuestId) 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 (FavoriteItemQuestId != 0) hash ^= FavoriteItemQuestId.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 (FavoriteItemQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FavoriteItemQuestId); + } + 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 (FavoriteItemQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FavoriteItemQuestId); + } + 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 (FavoriteItemQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FavoriteItemQuestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishFavoriteItemQuest other) { + if (other == null) { + return; + } + if (other.FavoriteItemQuestId != 0) { + FavoriteItemQuestId = other.FavoriteItemQuestId; + } + _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: { + FavoriteItemQuestId = 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: { + FavoriteItemQuestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1129]; } + } + + [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 ResFinishFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishFavoriteItemQuest(ResFinishFavoriteItemQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishFavoriteItemQuest Clone() { + return new ResFinishFavoriteItemQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishFavoriteItemQuest 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(ResFinishFavoriteItemQuest 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 + + } + + /// + /// URL: /favoriteitem/quest/stage/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearFavoriteItemQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearFavoriteItemQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1130]; } + } + + [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 ReqClearFavoriteItemQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearFavoriteItemQuestStage(ReqClearFavoriteItemQuestStage other) : this() { + stageId_ = other.stageId_; + favoriteItemQuestId_ = other.favoriteItemQuestId_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearFavoriteItemQuestStage Clone() { + return new ReqClearFavoriteItemQuestStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 1; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "FavoriteItemQuestId" field. + public const int FavoriteItemQuestIdFieldNumber = 2; + private int favoriteItemQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FavoriteItemQuestId { + get { return favoriteItemQuestId_; } + set { + favoriteItemQuestId_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 3; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 6; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearFavoriteItemQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearFavoriteItemQuestStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (FavoriteItemQuestId != other.FavoriteItemQuestId) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) return false; + if (TeamNumber != other.TeamNumber) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (FavoriteItemQuestId != 0) hash ^= FavoriteItemQuestId.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (FavoriteItemQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FavoriteItemQuestId); + } + if (BattleResult != 0) { + output.WriteRawTag(24); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (TeamNumber != 0) { + output.WriteRawTag(48); + output.WriteInt32(TeamNumber); + } + 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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (FavoriteItemQuestId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FavoriteItemQuestId); + } + if (BattleResult != 0) { + output.WriteRawTag(24); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatAdditionalInfo); + } + if (TeamNumber != 0) { + output.WriteRawTag(48); + output.WriteInt32(TeamNumber); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (FavoriteItemQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FavoriteItemQuestId); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearFavoriteItemQuestStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.FavoriteItemQuestId != 0) { + FavoriteItemQuestId = other.FavoriteItemQuestId; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + FavoriteItemQuestId = input.ReadInt32(); + break; + } + case 24: { + BattleResult = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 48: { + TeamNumber = 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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + FavoriteItemQuestId = input.ReadInt32(); + break; + } + case 24: { + BattleResult = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 42: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + case 48: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearFavoriteItemQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearFavoriteItemQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1131]; } + } + + [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 ResClearFavoriteItemQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearFavoriteItemQuestStage(ResClearFavoriteItemQuestStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearFavoriteItemQuestStage Clone() { + return new ResClearFavoriteItemQuestStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearFavoriteItemQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearFavoriteItemQuestStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserLevelUpReward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserLevelUpReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearFavoriteItemQuestStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/quest/start + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStartFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStartFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1132]; } + } + + [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 ReqStartFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartFavoriteItemQuest(ReqStartFavoriteItemQuest other) : this() { + favoriteItemQuestId_ = other.favoriteItemQuestId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartFavoriteItemQuest Clone() { + return new ReqStartFavoriteItemQuest(this); + } + + /// Field number for the "FavoriteItemQuestId" field. + public const int FavoriteItemQuestIdFieldNumber = 1; + private int favoriteItemQuestId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FavoriteItemQuestId { + get { return favoriteItemQuestId_; } + set { + favoriteItemQuestId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStartFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStartFavoriteItemQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FavoriteItemQuestId != other.FavoriteItemQuestId) 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 (FavoriteItemQuestId != 0) hash ^= FavoriteItemQuestId.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 (FavoriteItemQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FavoriteItemQuestId); + } + 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 (FavoriteItemQuestId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FavoriteItemQuestId); + } + 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 (FavoriteItemQuestId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FavoriteItemQuestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStartFavoriteItemQuest other) { + if (other == null) { + return; + } + if (other.FavoriteItemQuestId != 0) { + FavoriteItemQuestId = other.FavoriteItemQuestId; + } + _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: { + FavoriteItemQuestId = 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: { + FavoriteItemQuestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStartFavoriteItemQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStartFavoriteItemQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1133]; } + } + + [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 ResStartFavoriteItemQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartFavoriteItemQuest(ResStartFavoriteItemQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartFavoriteItemQuest Clone() { + return new ResStartFavoriteItemQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResStartFavoriteItemQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStartFavoriteItemQuest 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(ResStartFavoriteItemQuest 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 + + } + + /// + /// URL: /favoriteitem/compose + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqComposeCollectionItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqComposeCollectionItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1134]; } + } + + [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 ReqComposeCollectionItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqComposeCollectionItem(ReqComposeCollectionItem other) : this() { + favoriteItemId_ = other.favoriteItemId_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqComposeCollectionItem Clone() { + return new ReqComposeCollectionItem(this); + } + + /// Field number for the "FavoriteItemId" field. + public const int FavoriteItemIdFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItemId_codec + = pb::FieldCodec.ForInt64(10); + private readonly pbc::RepeatedField favoriteItemId_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItemId { + get { return favoriteItemId_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqComposeCollectionItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqComposeCollectionItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItemId_.Equals(other.favoriteItemId_)) 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 ^= favoriteItemId_.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 + favoriteItemId_.WriteTo(output, _repeated_favoriteItemId_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) { + favoriteItemId_.WriteTo(ref output, _repeated_favoriteItemId_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 += favoriteItemId_.CalculateSize(_repeated_favoriteItemId_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqComposeCollectionItem other) { + if (other == null) { + return; + } + favoriteItemId_.Add(other.favoriteItemId_); + _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: { + favoriteItemId_.AddEntriesFrom(input, _repeated_favoriteItemId_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: { + favoriteItemId_.AddEntriesFrom(ref input, _repeated_favoriteItemId_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResComposeCollectionItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResComposeCollectionItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1135]; } + } + + [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 ResComposeCollectionItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResComposeCollectionItem(ResComposeCollectionItem other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResComposeCollectionItem Clone() { + return new ResComposeCollectionItem(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResComposeCollectionItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResComposeCollectionItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResComposeCollectionItem other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFavoriteItemLibraryElement : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFavoriteItemLibraryElement()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1136]; } + } + + [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 NetFavoriteItemLibraryElement() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFavoriteItemLibraryElement(NetFavoriteItemLibraryElement other) : this() { + tid_ = other.tid_; + receivedAt_ = other.receivedAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFavoriteItemLibraryElement Clone() { + return new NetFavoriteItemLibraryElement(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "ReceivedAt" field. + public const int ReceivedAtFieldNumber = 2; + private long receivedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ReceivedAt { + get { return receivedAt_; } + set { + receivedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFavoriteItemLibraryElement); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFavoriteItemLibraryElement other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (ReceivedAt != other.ReceivedAt) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (ReceivedAt != 0L) hash ^= ReceivedAt.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (ReceivedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ReceivedAt); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (ReceivedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ReceivedAt); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (ReceivedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ReceivedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFavoriteItemLibraryElement other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.ReceivedAt != 0L) { + ReceivedAt = other.ReceivedAt; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + ReceivedAt = input.ReadInt64(); + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + ReceivedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/library + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetFavoriteItemLibrary : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetFavoriteItemLibrary()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1137]; } + } + + [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 ReqGetFavoriteItemLibrary() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFavoriteItemLibrary(ReqGetFavoriteItemLibrary other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFavoriteItemLibrary Clone() { + return new ReqGetFavoriteItemLibrary(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetFavoriteItemLibrary); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetFavoriteItemLibrary 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(ReqGetFavoriteItemLibrary 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetFavoriteItemLibrary : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetFavoriteItemLibrary()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1138]; } + } + + [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 ResGetFavoriteItemLibrary() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFavoriteItemLibrary(ResGetFavoriteItemLibrary other) : this() { + favoriteItemLibrary_ = other.favoriteItemLibrary_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFavoriteItemLibrary Clone() { + return new ResGetFavoriteItemLibrary(this); + } + + /// Field number for the "FavoriteItemLibrary" field. + public const int FavoriteItemLibraryFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_favoriteItemLibrary_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetFavoriteItemLibraryElement.Parser); + private readonly pbc::RepeatedField favoriteItemLibrary_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FavoriteItemLibrary { + get { return favoriteItemLibrary_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetFavoriteItemLibrary); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetFavoriteItemLibrary other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!favoriteItemLibrary_.Equals(other.favoriteItemLibrary_)) 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 ^= favoriteItemLibrary_.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 + favoriteItemLibrary_.WriteTo(output, _repeated_favoriteItemLibrary_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) { + favoriteItemLibrary_.WriteTo(ref output, _repeated_favoriteItemLibrary_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 += favoriteItemLibrary_.CalculateSize(_repeated_favoriteItemLibrary_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetFavoriteItemLibrary other) { + if (other == null) { + return; + } + favoriteItemLibrary_.Add(other.favoriteItemLibrary_); + _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: { + favoriteItemLibrary_.AddEntriesFrom(input, _repeated_favoriteItemLibrary_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: { + favoriteItemLibrary_.AddEntriesFrom(ref input, _repeated_favoriteItemLibrary_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/quest/obtain + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainFavoriteItemQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainFavoriteItemQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1139]; } + } + + [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 ReqObtainFavoriteItemQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainFavoriteItemQuestReward(ReqObtainFavoriteItemQuestReward other) : this() { + questId_ = other.questId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainFavoriteItemQuestReward Clone() { + return new ReqObtainFavoriteItemQuestReward(this); + } + + /// Field number for the "QuestId" field. + public const int QuestIdFieldNumber = 1; + private int questId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 ReqObtainFavoriteItemQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainFavoriteItemQuestReward 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(8); + output.WriteInt32(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(8); + output.WriteInt32(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.ComputeInt32Size(QuestId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainFavoriteItemQuestReward 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 8: { + QuestId = 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: { + QuestId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainFavoriteItemQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainFavoriteItemQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1140]; } + } + + [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 ResObtainFavoriteItemQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFavoriteItemQuestReward(ResObtainFavoriteItemQuestReward other) : this() { + userReward_ = other.userReward_ != null ? other.userReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFavoriteItemQuestReward Clone() { + return new ResObtainFavoriteItemQuestReward(this); + } + + /// Field number for the "UserReward" field. + public const int UserRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData userReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserReward { + get { return userReward_; } + set { + userReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainFavoriteItemQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainFavoriteItemQuestReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserReward, other.UserReward)) 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 (userReward_ != null) hash ^= UserReward.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 (userReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserReward); + } + 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 (userReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserReward); + } + 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 (userReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainFavoriteItemQuestReward other) { + if (other == null) { + return; + } + if (other.userReward_ != null) { + if (userReward_ == null) { + UserReward = new global::EpinelPS.NetRewardData(); + } + UserReward.MergeFrom(other.UserReward); + } + _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: { + if (userReward_ == null) { + UserReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserReward); + 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: { + if (userReward_ == null) { + UserReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserReward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /favoriteitem/quest/stage/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterFavoriteItemQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterFavoriteItemQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1141]; } + } + + [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 ReqEnterFavoriteItemQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterFavoriteItemQuestStage(ReqEnterFavoriteItemQuestStage other) : this() { + stageId_ = other.stageId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterFavoriteItemQuestStage Clone() { + return new ReqEnterFavoriteItemQuestStage(this); + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 1; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 2; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 3; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterFavoriteItemQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterFavoriteItemQuestStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StageId != other.StageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (StageId != 0) hash ^= StageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterFavoriteItemQuestStage other) { + if (other == null) { + return; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 26: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + StageId = input.ReadInt32(); + break; + } + case 16: { + TeamNumber = input.ReadInt32(); + break; + } + case 26: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterFavoriteItemQuestStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterFavoriteItemQuestStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1142]; } + } + + [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 ResEnterFavoriteItemQuestStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterFavoriteItemQuestStage(ResEnterFavoriteItemQuestStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterFavoriteItemQuestStage Clone() { + return new ResEnterFavoriteItemQuestStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterFavoriteItemQuestStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterFavoriteItemQuestStage 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(ResEnterFavoriteItemQuestStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserFriendData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserFriendData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1143]; } + } + + [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 NetUserFriendData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserFriendData(NetUserFriendData other) : this() { + state_ = other.state_; + type_ = other.type_; + user_ = other.user_ != null ? other.user_.Clone() : null; + isSend_ = other.isSend_; + receiveState_ = other.receiveState_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserFriendData Clone() { + return new NetUserFriendData(this); + } + + /// Field number for the "State" field. + public const int StateFieldNumber = 1; + private int state_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int State { + get { return state_; } + set { + state_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "IsSend" field. + public const int IsSendFieldNumber = 4; + private bool isSend_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSend { + get { return isSend_; } + set { + isSend_ = value; + } + } + + /// Field number for the "ReceiveState" field. + public const int ReceiveStateFieldNumber = 5; + private int receiveState_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ReceiveState { + get { return receiveState_; } + set { + receiveState_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserFriendData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserFriendData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (State != other.State) return false; + if (Type != other.Type) return false; + if (!object.Equals(User, other.User)) return false; + if (IsSend != other.IsSend) return false; + if (ReceiveState != other.ReceiveState) 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 (State != 0) hash ^= State.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (IsSend != false) hash ^= IsSend.GetHashCode(); + if (ReceiveState != 0) hash ^= ReceiveState.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 (State != 0) { + output.WriteRawTag(8); + output.WriteInt32(State); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + if (IsSend != false) { + output.WriteRawTag(32); + output.WriteBool(IsSend); + } + if (ReceiveState != 0) { + output.WriteRawTag(40); + output.WriteInt32(ReceiveState); + } + 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 (State != 0) { + output.WriteRawTag(8); + output.WriteInt32(State); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + if (IsSend != false) { + output.WriteRawTag(32); + output.WriteBool(IsSend); + } + if (ReceiveState != 0) { + output.WriteRawTag(40); + output.WriteInt32(ReceiveState); + } + 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 (State != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(State); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (IsSend != false) { + size += 1 + 1; + } + if (ReceiveState != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ReceiveState); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserFriendData other) { + if (other == null) { + return; + } + if (other.State != 0) { + State = other.State; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.IsSend != false) { + IsSend = other.IsSend; + } + if (other.ReceiveState != 0) { + ReceiveState = other.ReceiveState; + } + _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: { + State = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 32: { + IsSend = input.ReadBool(); + break; + } + case 40: { + ReceiveState = 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: { + State = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 32: { + IsSend = input.ReadBool(); + break; + } + case 40: { + ReceiveState = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetFriendData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetFriendData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1144]; } + } + + [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 ResGetFriendData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFriendData(ResGetFriendData other) : this() { + sendFriendshipCount_ = other.sendFriendshipCount_; + receiveFriendshipCount_ = other.receiveFriendshipCount_; + friend_ = other.friend_.Clone(); + blacklist_ = other.blacklist_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFriendData Clone() { + return new ResGetFriendData(this); + } + + /// Field number for the "SendFriendshipCount" field. + public const int SendFriendshipCountFieldNumber = 2; + private int sendFriendshipCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SendFriendshipCount { + get { return sendFriendshipCount_; } + set { + sendFriendshipCount_ = value; + } + } + + /// Field number for the "ReceiveFriendshipCount" field. + public const int ReceiveFriendshipCountFieldNumber = 3; + private int receiveFriendshipCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ReceiveFriendshipCount { + get { return receiveFriendshipCount_; } + set { + receiveFriendshipCount_ = value; + } + } + + /// Field number for the "Friend" field. + public const int FriendFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_friend_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserFriendData.Parser); + private readonly pbc::RepeatedField friend_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Friend { + get { return friend_; } + } + + /// Field number for the "Blacklist" field. + public const int BlacklistFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_blacklist_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserFriendData.Parser); + private readonly pbc::RepeatedField blacklist_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Blacklist { + get { return blacklist_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetFriendData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetFriendData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SendFriendshipCount != other.SendFriendshipCount) return false; + if (ReceiveFriendshipCount != other.ReceiveFriendshipCount) return false; + if(!friend_.Equals(other.friend_)) return false; + if(!blacklist_.Equals(other.blacklist_)) 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 (SendFriendshipCount != 0) hash ^= SendFriendshipCount.GetHashCode(); + if (ReceiveFriendshipCount != 0) hash ^= ReceiveFriendshipCount.GetHashCode(); + hash ^= friend_.GetHashCode(); + hash ^= blacklist_.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 (SendFriendshipCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SendFriendshipCount); + } + if (ReceiveFriendshipCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(ReceiveFriendshipCount); + } + friend_.WriteTo(output, _repeated_friend_codec); + blacklist_.WriteTo(output, _repeated_blacklist_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 (SendFriendshipCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SendFriendshipCount); + } + if (ReceiveFriendshipCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(ReceiveFriendshipCount); + } + friend_.WriteTo(ref output, _repeated_friend_codec); + blacklist_.WriteTo(ref output, _repeated_blacklist_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 (SendFriendshipCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SendFriendshipCount); + } + if (ReceiveFriendshipCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ReceiveFriendshipCount); + } + size += friend_.CalculateSize(_repeated_friend_codec); + size += blacklist_.CalculateSize(_repeated_blacklist_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetFriendData other) { + if (other == null) { + return; + } + if (other.SendFriendshipCount != 0) { + SendFriendshipCount = other.SendFriendshipCount; + } + if (other.ReceiveFriendshipCount != 0) { + ReceiveFriendshipCount = other.ReceiveFriendshipCount; + } + friend_.Add(other.friend_); + blacklist_.Add(other.blacklist_); + _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: { + SendFriendshipCount = input.ReadInt32(); + break; + } + case 24: { + ReceiveFriendshipCount = input.ReadInt32(); + break; + } + case 34: { + friend_.AddEntriesFrom(input, _repeated_friend_codec); + break; + } + case 42: { + blacklist_.AddEntriesFrom(input, _repeated_blacklist_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: { + SendFriendshipCount = input.ReadInt32(); + break; + } + case 24: { + ReceiveFriendshipCount = input.ReadInt32(); + break; + } + case 34: { + friend_.AddEntriesFrom(ref input, _repeated_friend_codec); + break; + } + case 42: { + blacklist_.AddEntriesFrom(ref input, _repeated_blacklist_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRequestFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRequestFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1145]; } + } + + [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 ResRequestFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRequestFriend(ResRequestFriend other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRequestFriend Clone() { + return new ResRequestFriend(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.RequestFriendResult result_ = global::EpinelPS.RequestFriendResult.RequestFriendResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.RequestFriendResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRequestFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRequestFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.RequestFriendResult.RequestFriendResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.RequestFriendResult.RequestFriendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.RequestFriendResult.RequestFriendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.RequestFriendResult.RequestFriendResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRequestFriend other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.RequestFriendResult.RequestFriendResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.RequestFriendResult) 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: { + Result = (global::EpinelPS.RequestFriendResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllAcceptFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllAcceptFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1146]; } + } + + [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 ResAllAcceptFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAcceptFriend(ResAllAcceptFriend other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllAcceptFriend Clone() { + return new ResAllAcceptFriend(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllAcceptFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllAcceptFriend 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(ResAllAcceptFriend 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAcceptFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAcceptFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1147]; } + } + + [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 ResAcceptFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcceptFriend(ResAcceptFriend other) : this() { + friend_ = other.friend_ != null ? other.friend_.Clone() : null; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcceptFriend Clone() { + return new ResAcceptFriend(this); + } + + /// Field number for the "Friend" field. + public const int FriendFieldNumber = 2; + private global::EpinelPS.NetUserFriendData friend_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserFriendData Friend { + get { return friend_; } + set { + friend_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 3; + private global::EpinelPS.AcceptFriendResult result_ = global::EpinelPS.AcceptFriendResult.AcceptFriendResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.AcceptFriendResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAcceptFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAcceptFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Friend, other.Friend)) return false; + if (Result != other.Result) 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 (friend_ != null) hash ^= Friend.GetHashCode(); + if (Result != global::EpinelPS.AcceptFriendResult.AcceptFriendResultSuccess) hash ^= Result.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 (friend_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Friend); + } + if (Result != global::EpinelPS.AcceptFriendResult.AcceptFriendResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + 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 (friend_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Friend); + } + if (Result != global::EpinelPS.AcceptFriendResult.AcceptFriendResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + 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 (friend_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Friend); + } + if (Result != global::EpinelPS.AcceptFriendResult.AcceptFriendResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAcceptFriend other) { + if (other == null) { + return; + } + if (other.friend_ != null) { + if (friend_ == null) { + Friend = new global::EpinelPS.NetUserFriendData(); + } + Friend.MergeFrom(other.Friend); + } + if (other.Result != global::EpinelPS.AcceptFriendResult.AcceptFriendResultSuccess) { + Result = other.Result; + } + _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 (friend_ == null) { + Friend = new global::EpinelPS.NetUserFriendData(); + } + input.ReadMessage(Friend); + break; + } + case 24: { + Result = (global::EpinelPS.AcceptFriendResult) 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 18: { + if (friend_ == null) { + Friend = new global::EpinelPS.NetUserFriendData(); + } + input.ReadMessage(Friend); + break; + } + case 24: { + Result = (global::EpinelPS.AcceptFriendResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1148]; } + } + + [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 ResDeleteFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteFriend(ResDeleteFriend other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteFriend Clone() { + return new ResDeleteFriend(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.DeleteFriendResult result_ = global::EpinelPS.DeleteFriendResult.DeleteFriendResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.DeleteFriendResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.DeleteFriendResult.DeleteFriendResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.DeleteFriendResult.DeleteFriendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.DeleteFriendResult.DeleteFriendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.DeleteFriendResult.DeleteFriendResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDeleteFriend other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.DeleteFriendResult.DeleteFriendResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.DeleteFriendResult) 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: { + Result = (global::EpinelPS.DeleteFriendResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteFriendList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteFriendList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1149]; } + } + + [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 ResDeleteFriendList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteFriendList(ResDeleteFriendList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteFriendList Clone() { + return new ResDeleteFriendList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteFriendList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteFriendList 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(ResDeleteFriendList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSendFriendshipPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSendFriendshipPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1150]; } + } + + [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 ResSendFriendshipPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSendFriendshipPoint(ResSendFriendshipPoint other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSendFriendshipPoint Clone() { + return new ResSendFriendshipPoint(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.FriendshipPointResult result_ = global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.FriendshipPointResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSendFriendshipPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSendFriendshipPoint other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSendFriendshipPoint other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.FriendshipPointResult) 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: { + Result = (global::EpinelPS.FriendshipPointResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainFriendshipPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainFriendshipPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1151]; } + } + + [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 ResObtainFriendshipPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFriendshipPoint(ResObtainFriendshipPoint other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFriendshipPoint Clone() { + return new ResObtainFriendshipPoint(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.FriendshipPointResult result_ = global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.FriendshipPointResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainFriendshipPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainFriendshipPoint other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainFriendshipPoint other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.FriendshipPointResult.FriendshipPointResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.FriendshipPointResult) 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: { + Result = (global::EpinelPS.FriendshipPointResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllFriendshipPoint : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllFriendshipPoint()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1152]; } + } + + [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 ResAllFriendshipPoint() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllFriendshipPoint(ResAllFriendshipPoint other) : this() { + sendCount_ = other.sendCount_; + receiveCount_ = other.receiveCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllFriendshipPoint Clone() { + return new ResAllFriendshipPoint(this); + } + + /// Field number for the "SendCount" field. + public const int SendCountFieldNumber = 2; + private int sendCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SendCount { + get { return sendCount_; } + set { + sendCount_ = value; + } + } + + /// Field number for the "ReceiveCount" field. + public const int ReceiveCountFieldNumber = 3; + private int receiveCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ReceiveCount { + get { return receiveCount_; } + set { + receiveCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllFriendshipPoint); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllFriendshipPoint other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SendCount != other.SendCount) return false; + if (ReceiveCount != other.ReceiveCount) 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 (SendCount != 0) hash ^= SendCount.GetHashCode(); + if (ReceiveCount != 0) hash ^= ReceiveCount.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 (SendCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SendCount); + } + if (ReceiveCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(ReceiveCount); + } + 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 (SendCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(SendCount); + } + if (ReceiveCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(ReceiveCount); + } + 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 (SendCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SendCount); + } + if (ReceiveCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ReceiveCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAllFriendshipPoint other) { + if (other == null) { + return; + } + if (other.SendCount != 0) { + SendCount = other.SendCount; + } + if (other.ReceiveCount != 0) { + ReceiveCount = other.ReceiveCount; + } + _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: { + SendCount = input.ReadInt32(); + break; + } + case 24: { + ReceiveCount = 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 16: { + SendCount = input.ReadInt32(); + break; + } + case 24: { + ReceiveCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddBlacklist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddBlacklist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1153]; } + } + + [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 ResAddBlacklist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddBlacklist(ResAddBlacklist other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddBlacklist Clone() { + return new ResAddBlacklist(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.AddBlacklistResult result_ = global::EpinelPS.AddBlacklistResult.AddBlacklistResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.AddBlacklistResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddBlacklist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddBlacklist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.AddBlacklistResult.AddBlacklistResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.AddBlacklistResult.AddBlacklistResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.AddBlacklistResult.AddBlacklistResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.AddBlacklistResult.AddBlacklistResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddBlacklist other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.AddBlacklistResult.AddBlacklistResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.AddBlacklistResult) 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: { + Result = (global::EpinelPS.AddBlacklistResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearBlacklist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearBlacklist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1154]; } + } + + [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 ResClearBlacklist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearBlacklist(ResClearBlacklist other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearBlacklist Clone() { + return new ResClearBlacklist(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.ClearBlacklistResult result_ = global::EpinelPS.ClearBlacklistResult.ClearBlacklistResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ClearBlacklistResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearBlacklist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearBlacklist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.ClearBlacklistResult.ClearBlacklistResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.ClearBlacklistResult.ClearBlacklistResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ClearBlacklistResult.ClearBlacklistResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ClearBlacklistResult.ClearBlacklistResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearBlacklist other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ClearBlacklistResult.ClearBlacklistResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.ClearBlacklistResult) 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: { + Result = (global::EpinelPS.ClearBlacklistResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecommendFriendList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecommendFriendList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1155]; } + } + + [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 ResRecommendFriendList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecommendFriendList(ResRecommendFriendList other) : this() { + users_ = other.users_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecommendFriendList Clone() { + return new ResRecommendFriendList(this); + } + + /// Field number for the "Users" field. + public const int UsersFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_users_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserFriendData.Parser); + private readonly pbc::RepeatedField users_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Users { + get { return users_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecommendFriendList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecommendFriendList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!users_.Equals(other.users_)) 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 ^= users_.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 + users_.WriteTo(output, _repeated_users_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) { + users_.WriteTo(ref output, _repeated_users_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 += users_.CalculateSize(_repeated_users_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecommendFriendList other) { + if (other == null) { + return; + } + users_.Add(other.users_); + _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: { + users_.AddEntriesFrom(input, _repeated_users_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 18: { + users_.AddEntriesFrom(ref input, _repeated_users_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSearchFriendList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSearchFriendList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1156]; } + } + + [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 ResSearchFriendList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSearchFriendList(ResSearchFriendList other) : this() { + users_ = other.users_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSearchFriendList Clone() { + return new ResSearchFriendList(this); + } + + /// Field number for the "Users" field. + public const int UsersFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_users_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserFriendData.Parser); + private readonly pbc::RepeatedField users_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Users { + get { return users_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSearchFriendList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSearchFriendList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!users_.Equals(other.users_)) 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 ^= users_.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 + users_.WriteTo(output, _repeated_users_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) { + users_.WriteTo(ref output, _repeated_users_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 += users_.CalculateSize(_repeated_users_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSearchFriendList other) { + if (other == null) { + return; + } + users_.Add(other.users_); + _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: { + users_.AddEntriesFrom(input, _repeated_users_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 18: { + users_.AddEntriesFrom(ref input, _repeated_users_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCancelRequestFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCancelRequestFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1157]; } + } + + [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 ResCancelRequestFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCancelRequestFriend(ResCancelRequestFriend other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCancelRequestFriend Clone() { + return new ResCancelRequestFriend(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.CancelRequestFriendResult result_ = global::EpinelPS.CancelRequestFriendResult.CancelRequestFriendResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CancelRequestFriendResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCancelRequestFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCancelRequestFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.CancelRequestFriendResult.CancelRequestFriendResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.CancelRequestFriendResult.CancelRequestFriendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.CancelRequestFriendResult.CancelRequestFriendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.CancelRequestFriendResult.CancelRequestFriendResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCancelRequestFriend other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.CancelRequestFriendResult.CancelRequestFriendResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.CancelRequestFriendResult) 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: { + Result = (global::EpinelPS.CancelRequestFriendResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGachaCustomData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGachaCustomData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1158]; } + } + + [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 NetGachaCustomData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGachaCustomData(NetGachaCustomData other) : this() { + type_ = other.type_; + tid_ = other.tid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGachaCustomData Clone() { + return new NetGachaCustomData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGachaCustomData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGachaCustomData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (Tid != other.Tid) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (Tid != 0) hash ^= Tid.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGachaCustomData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Tid = 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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserGachaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserGachaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1159]; } + } + + [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 NetUserGachaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserGachaData(NetUserGachaData other) : this() { + gachaType_ = other.gachaType_; + playCount_ = other.playCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserGachaData Clone() { + return new NetUserGachaData(this); + } + + /// Field number for the "GachaType" field. + public const int GachaTypeFieldNumber = 6; + private int gachaType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GachaType { + get { return gachaType_; } + set { + gachaType_ = value; + } + } + + /// Field number for the "PlayCount" field. + public const int PlayCountFieldNumber = 7; + private int playCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PlayCount { + get { return playCount_; } + set { + playCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserGachaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserGachaData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GachaType != other.GachaType) return false; + if (PlayCount != other.PlayCount) 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 (GachaType != 0) hash ^= GachaType.GetHashCode(); + if (PlayCount != 0) hash ^= PlayCount.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 (GachaType != 0) { + output.WriteRawTag(48); + output.WriteInt32(GachaType); + } + if (PlayCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(PlayCount); + } + 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 (GachaType != 0) { + output.WriteRawTag(48); + output.WriteInt32(GachaType); + } + if (PlayCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(PlayCount); + } + 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 (GachaType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GachaType); + } + if (PlayCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PlayCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserGachaData other) { + if (other == null) { + return; + } + if (other.GachaType != 0) { + GachaType = other.GachaType; + } + if (other.PlayCount != 0) { + PlayCount = other.PlayCount; + } + _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: { + GachaType = input.ReadInt32(); + break; + } + case 56: { + PlayCount = 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 48: { + GachaType = input.ReadInt32(); + break; + } + case 56: { + PlayCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGachaEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGachaEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1160]; } + } + + [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 NetGachaEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGachaEvent(NetGachaEvent other) : this() { + gachaTypeId_ = other.gachaTypeId_; + freeCount_ = other.freeCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGachaEvent Clone() { + return new NetGachaEvent(this); + } + + /// Field number for the "GachaTypeId" field. + public const int GachaTypeIdFieldNumber = 1; + private int gachaTypeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GachaTypeId { + get { return gachaTypeId_; } + set { + gachaTypeId_ = value; + } + } + + /// Field number for the "FreeCount" field. + public const int FreeCountFieldNumber = 2; + private int freeCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FreeCount { + get { return freeCount_; } + set { + freeCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGachaEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGachaEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GachaTypeId != other.GachaTypeId) return false; + if (FreeCount != other.FreeCount) 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 (GachaTypeId != 0) hash ^= GachaTypeId.GetHashCode(); + if (FreeCount != 0) hash ^= FreeCount.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 (GachaTypeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GachaTypeId); + } + if (FreeCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FreeCount); + } + 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 (GachaTypeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GachaTypeId); + } + if (FreeCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FreeCount); + } + 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 (GachaTypeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GachaTypeId); + } + if (FreeCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FreeCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGachaEvent other) { + if (other == null) { + return; + } + if (other.GachaTypeId != 0) { + GachaTypeId = other.GachaTypeId; + } + if (other.FreeCount != 0) { + FreeCount = other.FreeCount; + } + _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: { + GachaTypeId = input.ReadInt32(); + break; + } + case 16: { + FreeCount = 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: { + GachaTypeId = input.ReadInt32(); + break; + } + case 16: { + FreeCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserGachaDiscountData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserGachaDiscountData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1161]; } + } + + [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 NetUserGachaDiscountData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserGachaDiscountData(NetUserGachaDiscountData other) : this() { + gachaTypeId_ = other.gachaTypeId_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserGachaDiscountData Clone() { + return new NetUserGachaDiscountData(this); + } + + /// Field number for the "GachaTypeId" field. + public const int GachaTypeIdFieldNumber = 1; + private int gachaTypeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GachaTypeId { + get { return gachaTypeId_; } + set { + gachaTypeId_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetUserGachaDiscountData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserGachaDiscountData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GachaTypeId != other.GachaTypeId) 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 (GachaTypeId != 0) hash ^= GachaTypeId.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 (GachaTypeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GachaTypeId); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (GachaTypeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(GachaTypeId); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (GachaTypeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GachaTypeId); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserGachaDiscountData other) { + if (other == null) { + return; + } + if (other.GachaTypeId != 0) { + GachaTypeId = other.GachaTypeId; + } + 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: { + GachaTypeId = input.ReadInt32(); + break; + } + case 16: { + Count = 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: { + GachaTypeId = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExecuteGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExecuteGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1162]; } + } + + [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 ResExecuteGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExecuteGacha(ResExecuteGacha other) : this() { + gacha_ = other.gacha_.Clone(); + currencies_ = other.currencies_.Clone(); + characters_ = other.characters_.Clone(); + items_ = other.items_.Clone(); + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExecuteGacha Clone() { + return new ResExecuteGacha(this); + } + + /// Field number for the "Gacha" field. + public const int GachaFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_gacha_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetGachaEntityData.Parser); + private readonly pbc::RepeatedField gacha_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Gacha { + get { return gacha_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "Characters" field. + public const int CharactersFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_characters_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserCharacterDefaultData.Parser); + private readonly pbc::RepeatedField characters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Characters { + get { return characters_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 9; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExecuteGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExecuteGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!gacha_.Equals(other.gacha_)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if(!characters_.Equals(other.characters_)) return false; + if(!items_.Equals(other.items_)) return false; + if (!object.Equals(Reward, other.Reward)) 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 ^= gacha_.GetHashCode(); + hash ^= currencies_.GetHashCode(); + hash ^= characters_.GetHashCode(); + hash ^= items_.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 + gacha_.WriteTo(output, _repeated_gacha_codec); + currencies_.WriteTo(output, _repeated_currencies_codec); + items_.WriteTo(output, _repeated_items_codec); + characters_.WriteTo(output, _repeated_characters_codec); + if (reward_ != null) { + output.WriteRawTag(74); + output.WriteMessage(Reward); + } + 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) { + gacha_.WriteTo(ref output, _repeated_gacha_codec); + currencies_.WriteTo(ref output, _repeated_currencies_codec); + items_.WriteTo(ref output, _repeated_items_codec); + characters_.WriteTo(ref output, _repeated_characters_codec); + if (reward_ != null) { + output.WriteRawTag(74); + output.WriteMessage(Reward); + } + 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 += gacha_.CalculateSize(_repeated_gacha_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + size += characters_.CalculateSize(_repeated_characters_codec); + size += items_.CalculateSize(_repeated_items_codec); + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExecuteGacha other) { + if (other == null) { + return; + } + gacha_.Add(other.gacha_); + currencies_.Add(other.currencies_); + characters_.Add(other.characters_); + items_.Add(other.items_); + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + gacha_.AddEntriesFrom(input, _repeated_gacha_codec); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 42: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 50: { + characters_.AddEntriesFrom(input, _repeated_characters_codec); + break; + } + case 74: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + gacha_.AddEntriesFrom(ref input, _repeated_gacha_codec); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 42: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 50: { + characters_.AddEntriesFrom(ref input, _repeated_characters_codec); + break; + } + case 74: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetGachaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetGachaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1163]; } + } + + [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 ResGetGachaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGachaData(ResGetGachaData other) : this() { + gacha_ = other.gacha_.Clone(); + multipleCustom_ = other.multipleCustom_.Clone(); + gachaEventData_ = other.gachaEventData_.Clone(); + gachaDiscountData_ = other.gachaDiscountData_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGachaData Clone() { + return new ResGetGachaData(this); + } + + /// Field number for the "Gacha" field. + public const int GachaFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_gacha_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserGachaData.Parser); + private readonly pbc::RepeatedField gacha_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Gacha { + get { return gacha_; } + } + + /// Field number for the "MultipleCustom" field. + public const int MultipleCustomFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_multipleCustom_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetGachaCustomData.Parser); + private readonly pbc::RepeatedField multipleCustom_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MultipleCustom { + get { return multipleCustom_; } + } + + /// Field number for the "GachaEventData" field. + public const int GachaEventDataFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_gachaEventData_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetGachaEvent.Parser); + private readonly pbc::RepeatedField gachaEventData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GachaEventData { + get { return gachaEventData_; } + } + + /// Field number for the "GachaDiscountData" field. + public const int GachaDiscountDataFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_gachaDiscountData_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserGachaDiscountData.Parser); + private readonly pbc::RepeatedField gachaDiscountData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GachaDiscountData { + get { return gachaDiscountData_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetGachaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetGachaData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!gacha_.Equals(other.gacha_)) return false; + if(!multipleCustom_.Equals(other.multipleCustom_)) return false; + if(!gachaEventData_.Equals(other.gachaEventData_)) return false; + if(!gachaDiscountData_.Equals(other.gachaDiscountData_)) 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 ^= gacha_.GetHashCode(); + hash ^= multipleCustom_.GetHashCode(); + hash ^= gachaEventData_.GetHashCode(); + hash ^= gachaDiscountData_.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 + gacha_.WriteTo(output, _repeated_gacha_codec); + multipleCustom_.WriteTo(output, _repeated_multipleCustom_codec); + gachaEventData_.WriteTo(output, _repeated_gachaEventData_codec); + gachaDiscountData_.WriteTo(output, _repeated_gachaDiscountData_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) { + gacha_.WriteTo(ref output, _repeated_gacha_codec); + multipleCustom_.WriteTo(ref output, _repeated_multipleCustom_codec); + gachaEventData_.WriteTo(ref output, _repeated_gachaEventData_codec); + gachaDiscountData_.WriteTo(ref output, _repeated_gachaDiscountData_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 += gacha_.CalculateSize(_repeated_gacha_codec); + size += multipleCustom_.CalculateSize(_repeated_multipleCustom_codec); + size += gachaEventData_.CalculateSize(_repeated_gachaEventData_codec); + size += gachaDiscountData_.CalculateSize(_repeated_gachaDiscountData_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetGachaData other) { + if (other == null) { + return; + } + gacha_.Add(other.gacha_); + multipleCustom_.Add(other.multipleCustom_); + gachaEventData_.Add(other.gachaEventData_); + gachaDiscountData_.Add(other.gachaDiscountData_); + _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: { + gacha_.AddEntriesFrom(input, _repeated_gacha_codec); + break; + } + case 26: { + multipleCustom_.AddEntriesFrom(input, _repeated_multipleCustom_codec); + break; + } + case 34: { + gachaEventData_.AddEntriesFrom(input, _repeated_gachaEventData_codec); + break; + } + case 42: { + gachaDiscountData_.AddEntriesFrom(input, _repeated_gachaDiscountData_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 18: { + gacha_.AddEntriesFrom(ref input, _repeated_gacha_codec); + break; + } + case 26: { + multipleCustom_.AddEntriesFrom(ref input, _repeated_multipleCustom_codec); + break; + } + case 34: { + gachaEventData_.AddEntriesFrom(ref input, _repeated_gachaEventData_codec); + break; + } + case 42: { + gachaDiscountData_.AddEntriesFrom(ref input, _repeated_gachaDiscountData_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetGachaCustom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetGachaCustom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1164]; } + } + + [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 ResSetGachaCustom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGachaCustom(ResSetGachaCustom other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGachaCustom Clone() { + return new ResSetGachaCustom(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetGachaCustom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetGachaCustom 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(ResSetGachaCustom 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 + + } + + /// + /// URL: /gacha/event/check + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCheckDailyFreeGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCheckDailyFreeGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1165]; } + } + + [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 ReqCheckDailyFreeGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckDailyFreeGacha(ReqCheckDailyFreeGacha other) : this() { + gachaId_ = other.gachaId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckDailyFreeGacha Clone() { + return new ReqCheckDailyFreeGacha(this); + } + + /// Field number for the "GachaId" field. + public const int GachaIdFieldNumber = 1; + private int gachaId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GachaId { + get { return gachaId_; } + set { + gachaId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCheckDailyFreeGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCheckDailyFreeGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GachaId != other.GachaId) 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 (_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 (GachaId != 0) { + output.WriteRawTag(8); + output.WriteInt32(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) { + if (GachaId != 0) { + output.WriteRawTag(8); + output.WriteInt32(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 (GachaId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GachaId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCheckDailyFreeGacha other) { + if (other == null) { + return; + } + if (other.GachaId != 0) { + GachaId = other.GachaId; + } + _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: { + GachaId = 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: { + GachaId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheckDailyFreeGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheckDailyFreeGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1166]; } + } + + [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 ResCheckDailyFreeGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckDailyFreeGacha(ResCheckDailyFreeGacha other) : this() { + eventData_ = other.eventData_ != null ? other.eventData_.Clone() : null; + freeCount_ = other.freeCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckDailyFreeGacha Clone() { + return new ResCheckDailyFreeGacha(this); + } + + /// Field number for the "EventData" field. + public const int EventDataFieldNumber = 1; + private global::EpinelPS.NetEventData eventData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEventData EventData { + get { return eventData_; } + set { + eventData_ = value; + } + } + + /// Field number for the "FreeCount" field. + public const int FreeCountFieldNumber = 2; + private int freeCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FreeCount { + get { return freeCount_; } + set { + freeCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheckDailyFreeGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheckDailyFreeGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(EventData, other.EventData)) return false; + if (FreeCount != other.FreeCount) 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 (eventData_ != null) hash ^= EventData.GetHashCode(); + if (FreeCount != 0) hash ^= FreeCount.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 (eventData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(EventData); + } + if (FreeCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FreeCount); + } + 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 (eventData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(EventData); + } + if (FreeCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FreeCount); + } + 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 (eventData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EventData); + } + if (FreeCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FreeCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCheckDailyFreeGacha other) { + if (other == null) { + return; + } + if (other.eventData_ != null) { + if (eventData_ == null) { + EventData = new global::EpinelPS.NetEventData(); + } + EventData.MergeFrom(other.EventData); + } + if (other.FreeCount != 0) { + FreeCount = other.FreeCount; + } + _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: { + if (eventData_ == null) { + EventData = new global::EpinelPS.NetEventData(); + } + input.ReadMessage(EventData); + break; + } + case 16: { + FreeCount = 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 10: { + if (eventData_ == null) { + EventData = new global::EpinelPS.NetEventData(); + } + input.ReadMessage(EventData); + break; + } + case 16: { + FreeCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /gacha/event/execute + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqExecuteDailyFreeGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqExecuteDailyFreeGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1167]; } + } + + [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 ReqExecuteDailyFreeGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExecuteDailyFreeGacha(ReqExecuteDailyFreeGacha other) : this() { + eventId_ = other.eventId_; + gachaId_ = other.gachaId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqExecuteDailyFreeGacha Clone() { + return new ReqExecuteDailyFreeGacha(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "GachaId" field. + public const int GachaIdFieldNumber = 2; + private int gachaId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GachaId { + get { return gachaId_; } + set { + gachaId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqExecuteDailyFreeGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqExecuteDailyFreeGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (GachaId != other.GachaId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (GachaId != 0) hash ^= GachaId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (GachaId != 0) { + output.WriteRawTag(16); + output.WriteInt32(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) { + if (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (GachaId != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (GachaId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GachaId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqExecuteDailyFreeGacha other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.GachaId != 0) { + GachaId = other.GachaId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + GachaId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + GachaId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResExecuteDailyFreeGacha : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResExecuteDailyFreeGacha()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1168]; } + } + + [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 ResExecuteDailyFreeGacha() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExecuteDailyFreeGacha(ResExecuteDailyFreeGacha other) : this() { + gacha_ = other.gacha_.Clone(); + currencies_ = other.currencies_.Clone(); + characters_ = other.characters_.Clone(); + items_ = other.items_.Clone(); + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResExecuteDailyFreeGacha Clone() { + return new ResExecuteDailyFreeGacha(this); + } + + /// Field number for the "Gacha" field. + public const int GachaFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_gacha_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetGachaEntityData.Parser); + private readonly pbc::RepeatedField gacha_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Gacha { + get { return gacha_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "Characters" field. + public const int CharactersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_characters_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCharacterDefaultData.Parser); + private readonly pbc::RepeatedField characters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Characters { + get { return characters_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 6; + private global::EpinelPS.ExecuteDailyFreeGachaPeriodResult periodResult_ = global::EpinelPS.ExecuteDailyFreeGachaPeriodResult.ExecuteDailyFreeGachaPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ExecuteDailyFreeGachaPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResExecuteDailyFreeGacha); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResExecuteDailyFreeGacha other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!gacha_.Equals(other.gacha_)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if(!characters_.Equals(other.characters_)) return false; + if(!items_.Equals(other.items_)) return false; + if (PeriodResult != other.PeriodResult) 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 ^= gacha_.GetHashCode(); + hash ^= currencies_.GetHashCode(); + hash ^= characters_.GetHashCode(); + hash ^= items_.GetHashCode(); + if (PeriodResult != global::EpinelPS.ExecuteDailyFreeGachaPeriodResult.ExecuteDailyFreeGachaPeriodResultSuccess) hash ^= PeriodResult.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 + gacha_.WriteTo(output, _repeated_gacha_codec); + currencies_.WriteTo(output, _repeated_currencies_codec); + characters_.WriteTo(output, _repeated_characters_codec); + items_.WriteTo(output, _repeated_items_codec); + if (PeriodResult != global::EpinelPS.ExecuteDailyFreeGachaPeriodResult.ExecuteDailyFreeGachaPeriodResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) PeriodResult); + } + 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) { + gacha_.WriteTo(ref output, _repeated_gacha_codec); + currencies_.WriteTo(ref output, _repeated_currencies_codec); + characters_.WriteTo(ref output, _repeated_characters_codec); + items_.WriteTo(ref output, _repeated_items_codec); + if (PeriodResult != global::EpinelPS.ExecuteDailyFreeGachaPeriodResult.ExecuteDailyFreeGachaPeriodResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) PeriodResult); + } + 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 += gacha_.CalculateSize(_repeated_gacha_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + size += characters_.CalculateSize(_repeated_characters_codec); + size += items_.CalculateSize(_repeated_items_codec); + if (PeriodResult != global::EpinelPS.ExecuteDailyFreeGachaPeriodResult.ExecuteDailyFreeGachaPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResExecuteDailyFreeGacha other) { + if (other == null) { + return; + } + gacha_.Add(other.gacha_); + currencies_.Add(other.currencies_); + characters_.Add(other.characters_); + items_.Add(other.items_); + if (other.PeriodResult != global::EpinelPS.ExecuteDailyFreeGachaPeriodResult.ExecuteDailyFreeGachaPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + gacha_.AddEntriesFrom(input, _repeated_gacha_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 26: { + characters_.AddEntriesFrom(input, _repeated_characters_codec); + break; + } + case 34: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 48: { + PeriodResult = (global::EpinelPS.ExecuteDailyFreeGachaPeriodResult) 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 10: { + gacha_.AddEntriesFrom(ref input, _repeated_gacha_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 26: { + characters_.AddEntriesFrom(ref input, _repeated_characters_codec); + break; + } + case 34: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 48: { + PeriodResult = (global::EpinelPS.ExecuteDailyFreeGachaPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1169]; } + } + + [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 NetGuildData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildData(NetGuildData other) : this() { + gsn_ = other.gsn_; + name_ = other.name_; + desc_ = other.desc_; + emblem_ = other.emblem_; + locale_ = other.locale_; + joinType_ = other.joinType_; + joinLevel_ = other.joinLevel_; + notice_ = other.notice_; + grade_ = other.grade_; + exp_ = other.exp_; + activityPoint_ = other.activityPoint_; + activityPointDaily_ = other.activityPointDaily_; + activityPointRecent_ = other.activityPointRecent_; + isBot_ = other.isBot_; + unionRaidTier_ = other.unionRaidTier_; + unionRaidTierNumber_ = other.unionRaidTierNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildData Clone() { + return new NetGuildData(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Name" field. + public const int NameFieldNumber = 2; + private string name_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return name_; } + set { + name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Desc" field. + public const int DescFieldNumber = 3; + private string desc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Desc { + get { return desc_; } + set { + desc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Emblem" field. + public const int EmblemFieldNumber = 4; + private int emblem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Emblem { + get { return emblem_; } + set { + emblem_ = value; + } + } + + /// Field number for the "Locale" field. + public const int LocaleFieldNumber = 5; + private string locale_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Locale { + get { return locale_; } + set { + locale_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "JoinType" field. + public const int JoinTypeFieldNumber = 6; + private int joinType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JoinType { + get { return joinType_; } + set { + joinType_ = value; + } + } + + /// Field number for the "JoinLevel" field. + public const int JoinLevelFieldNumber = 7; + private int joinLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JoinLevel { + get { return joinLevel_; } + set { + joinLevel_ = value; + } + } + + /// Field number for the "Notice" field. + public const int NoticeFieldNumber = 9; + private string notice_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Notice { + get { return notice_; } + set { + notice_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Grade" field. + public const int GradeFieldNumber = 10; + private int grade_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Grade { + get { return grade_; } + set { + grade_ = value; + } + } + + /// Field number for the "Exp" field. + public const int ExpFieldNumber = 11; + private int exp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Exp { + get { return exp_; } + set { + exp_ = value; + } + } + + /// Field number for the "ActivityPoint" field. + public const int ActivityPointFieldNumber = 12; + private int activityPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPoint { + get { return activityPoint_; } + set { + activityPoint_ = value; + } + } + + /// Field number for the "ActivityPointDaily" field. + public const int ActivityPointDailyFieldNumber = 13; + private int activityPointDaily_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPointDaily { + get { return activityPointDaily_; } + set { + activityPointDaily_ = value; + } + } + + /// Field number for the "ActivityPointRecent" field. + public const int ActivityPointRecentFieldNumber = 14; + private int activityPointRecent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPointRecent { + get { return activityPointRecent_; } + set { + activityPointRecent_ = value; + } + } + + /// Field number for the "IsBot" field. + public const int IsBotFieldNumber = 15; + private bool isBot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBot { + get { return isBot_; } + set { + isBot_ = value; + } + } + + /// Field number for the "UnionRaidTier" field. + public const int UnionRaidTierFieldNumber = 16; + private int unionRaidTier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UnionRaidTier { + get { return unionRaidTier_; } + set { + unionRaidTier_ = value; + } + } + + /// Field number for the "UnionRaidTierNumber" field. + public const int UnionRaidTierNumberFieldNumber = 17; + private int unionRaidTierNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UnionRaidTierNumber { + get { return unionRaidTierNumber_; } + set { + unionRaidTierNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGuildData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Name != other.Name) return false; + if (Desc != other.Desc) return false; + if (Emblem != other.Emblem) return false; + if (Locale != other.Locale) return false; + if (JoinType != other.JoinType) return false; + if (JoinLevel != other.JoinLevel) return false; + if (Notice != other.Notice) return false; + if (Grade != other.Grade) return false; + if (Exp != other.Exp) return false; + if (ActivityPoint != other.ActivityPoint) return false; + if (ActivityPointDaily != other.ActivityPointDaily) return false; + if (ActivityPointRecent != other.ActivityPointRecent) return false; + if (IsBot != other.IsBot) return false; + if (UnionRaidTier != other.UnionRaidTier) return false; + if (UnionRaidTierNumber != other.UnionRaidTierNumber) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Name.Length != 0) hash ^= Name.GetHashCode(); + if (Desc.Length != 0) hash ^= Desc.GetHashCode(); + if (Emblem != 0) hash ^= Emblem.GetHashCode(); + if (Locale.Length != 0) hash ^= Locale.GetHashCode(); + if (JoinType != 0) hash ^= JoinType.GetHashCode(); + if (JoinLevel != 0) hash ^= JoinLevel.GetHashCode(); + if (Notice.Length != 0) hash ^= Notice.GetHashCode(); + if (Grade != 0) hash ^= Grade.GetHashCode(); + if (Exp != 0) hash ^= Exp.GetHashCode(); + if (ActivityPoint != 0) hash ^= ActivityPoint.GetHashCode(); + if (ActivityPointDaily != 0) hash ^= ActivityPointDaily.GetHashCode(); + if (ActivityPointRecent != 0) hash ^= ActivityPointRecent.GetHashCode(); + if (IsBot != false) hash ^= IsBot.GetHashCode(); + if (UnionRaidTier != 0) hash ^= UnionRaidTier.GetHashCode(); + if (UnionRaidTierNumber != 0) hash ^= UnionRaidTierNumber.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Name); + } + if (Desc.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Desc); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Locale.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Locale); + } + if (JoinType != 0) { + output.WriteRawTag(48); + output.WriteInt32(JoinType); + } + if (JoinLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(JoinLevel); + } + if (Notice.Length != 0) { + output.WriteRawTag(74); + output.WriteString(Notice); + } + if (Grade != 0) { + output.WriteRawTag(80); + output.WriteInt32(Grade); + } + if (Exp != 0) { + output.WriteRawTag(88); + output.WriteInt32(Exp); + } + if (ActivityPoint != 0) { + output.WriteRawTag(96); + output.WriteInt32(ActivityPoint); + } + if (ActivityPointDaily != 0) { + output.WriteRawTag(104); + output.WriteInt32(ActivityPointDaily); + } + if (ActivityPointRecent != 0) { + output.WriteRawTag(112); + output.WriteInt32(ActivityPointRecent); + } + if (IsBot != false) { + output.WriteRawTag(120); + output.WriteBool(IsBot); + } + if (UnionRaidTier != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(UnionRaidTier); + } + if (UnionRaidTierNumber != 0) { + output.WriteRawTag(136, 1); + output.WriteInt32(UnionRaidTierNumber); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Name); + } + if (Desc.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Desc); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Locale.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Locale); + } + if (JoinType != 0) { + output.WriteRawTag(48); + output.WriteInt32(JoinType); + } + if (JoinLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(JoinLevel); + } + if (Notice.Length != 0) { + output.WriteRawTag(74); + output.WriteString(Notice); + } + if (Grade != 0) { + output.WriteRawTag(80); + output.WriteInt32(Grade); + } + if (Exp != 0) { + output.WriteRawTag(88); + output.WriteInt32(Exp); + } + if (ActivityPoint != 0) { + output.WriteRawTag(96); + output.WriteInt32(ActivityPoint); + } + if (ActivityPointDaily != 0) { + output.WriteRawTag(104); + output.WriteInt32(ActivityPointDaily); + } + if (ActivityPointRecent != 0) { + output.WriteRawTag(112); + output.WriteInt32(ActivityPointRecent); + } + if (IsBot != false) { + output.WriteRawTag(120); + output.WriteBool(IsBot); + } + if (UnionRaidTier != 0) { + output.WriteRawTag(128, 1); + output.WriteInt32(UnionRaidTier); + } + if (UnionRaidTierNumber != 0) { + output.WriteRawTag(136, 1); + output.WriteInt32(UnionRaidTierNumber); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Name.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (Desc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); + } + if (Emblem != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Emblem); + } + if (Locale.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Locale); + } + if (JoinType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JoinType); + } + if (JoinLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JoinLevel); + } + if (Notice.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Notice); + } + if (Grade != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Grade); + } + if (Exp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Exp); + } + if (ActivityPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPoint); + } + if (ActivityPointDaily != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPointDaily); + } + if (ActivityPointRecent != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPointRecent); + } + if (IsBot != false) { + size += 1 + 1; + } + if (UnionRaidTier != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(UnionRaidTier); + } + if (UnionRaidTierNumber != 0) { + size += 2 + pb::CodedOutputStream.ComputeInt32Size(UnionRaidTierNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGuildData other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Name.Length != 0) { + Name = other.Name; + } + if (other.Desc.Length != 0) { + Desc = other.Desc; + } + if (other.Emblem != 0) { + Emblem = other.Emblem; + } + if (other.Locale.Length != 0) { + Locale = other.Locale; + } + if (other.JoinType != 0) { + JoinType = other.JoinType; + } + if (other.JoinLevel != 0) { + JoinLevel = other.JoinLevel; + } + if (other.Notice.Length != 0) { + Notice = other.Notice; + } + if (other.Grade != 0) { + Grade = other.Grade; + } + if (other.Exp != 0) { + Exp = other.Exp; + } + if (other.ActivityPoint != 0) { + ActivityPoint = other.ActivityPoint; + } + if (other.ActivityPointDaily != 0) { + ActivityPointDaily = other.ActivityPointDaily; + } + if (other.ActivityPointRecent != 0) { + ActivityPointRecent = other.ActivityPointRecent; + } + if (other.IsBot != false) { + IsBot = other.IsBot; + } + if (other.UnionRaidTier != 0) { + UnionRaidTier = other.UnionRaidTier; + } + if (other.UnionRaidTierNumber != 0) { + UnionRaidTierNumber = other.UnionRaidTierNumber; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 18: { + Name = input.ReadString(); + break; + } + case 26: { + Desc = input.ReadString(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 42: { + Locale = input.ReadString(); + break; + } + case 48: { + JoinType = input.ReadInt32(); + break; + } + case 56: { + JoinLevel = input.ReadInt32(); + break; + } + case 74: { + Notice = input.ReadString(); + break; + } + case 80: { + Grade = input.ReadInt32(); + break; + } + case 88: { + Exp = input.ReadInt32(); + break; + } + case 96: { + ActivityPoint = input.ReadInt32(); + break; + } + case 104: { + ActivityPointDaily = input.ReadInt32(); + break; + } + case 112: { + ActivityPointRecent = input.ReadInt32(); + break; + } + case 120: { + IsBot = input.ReadBool(); + break; + } + case 128: { + UnionRaidTier = input.ReadInt32(); + break; + } + case 136: { + UnionRaidTierNumber = 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: { + Gsn = input.ReadInt64(); + break; + } + case 18: { + Name = input.ReadString(); + break; + } + case 26: { + Desc = input.ReadString(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 42: { + Locale = input.ReadString(); + break; + } + case 48: { + JoinType = input.ReadInt32(); + break; + } + case 56: { + JoinLevel = input.ReadInt32(); + break; + } + case 74: { + Notice = input.ReadString(); + break; + } + case 80: { + Grade = input.ReadInt32(); + break; + } + case 88: { + Exp = input.ReadInt32(); + break; + } + case 96: { + ActivityPoint = input.ReadInt32(); + break; + } + case 104: { + ActivityPointDaily = input.ReadInt32(); + break; + } + case 112: { + ActivityPointRecent = input.ReadInt32(); + break; + } + case 120: { + IsBot = input.ReadBool(); + break; + } + case 128: { + UnionRaidTier = input.ReadInt32(); + break; + } + case 136: { + UnionRaidTierNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildMemberData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildMemberData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1170]; } + } + + [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 NetGuildMemberData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildMemberData(NetGuildMemberData other) : this() { + usn_ = other.usn_; + type_ = other.type_; + activityPointRecent_ = other.activityPointRecent_; + joinedAt_ = other.joinedAt_; + nickname_ = other.nickname_; + level_ = other.level_; + server_ = other.server_; + lastActionAt_ = other.lastActionAt_; + icon_ = other.icon_; + iconPrism_ = other.iconPrism_; + frame_ = other.frame_; + teamCombat_ = other.teamCombat_; + sendMailAt_ = other.sendMailAt_ != null ? other.sendMailAt_.Clone() : null; + activityPointDaily_ = other.activityPointDaily_; + userTitleId_ = other.userTitleId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildMemberData Clone() { + return new NetGuildMemberData(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "ActivityPointRecent" field. + public const int ActivityPointRecentFieldNumber = 3; + private int activityPointRecent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPointRecent { + get { return activityPointRecent_; } + set { + activityPointRecent_ = value; + } + } + + /// Field number for the "JoinedAt" field. + public const int JoinedAtFieldNumber = 4; + private long joinedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JoinedAt { + get { return joinedAt_; } + set { + joinedAt_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 5; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 6; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 7; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "LastActionAt" field. + public const int LastActionAtFieldNumber = 8; + private long lastActionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastActionAt { + get { return lastActionAt_; } + set { + lastActionAt_ = value; + } + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 9; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IconPrism" field. + public const int IconPrismFieldNumber = 10; + private bool iconPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IconPrism { + get { return iconPrism_; } + set { + iconPrism_ = value; + } + } + + /// Field number for the "Frame" field. + public const int FrameFieldNumber = 11; + private int frame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Frame { + get { return frame_; } + set { + frame_ = value; + } + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 12; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "SendMailAt" field. + public const int SendMailAtFieldNumber = 13; + private global::Google.Protobuf.WellKnownTypes.Timestamp sendMailAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp SendMailAt { + get { return sendMailAt_; } + set { + sendMailAt_ = value; + } + } + + /// Field number for the "ActivityPointDaily" field. + public const int ActivityPointDailyFieldNumber = 14; + private int activityPointDaily_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ActivityPointDaily { + get { return activityPointDaily_; } + set { + activityPointDaily_ = value; + } + } + + /// Field number for the "UserTitleId" field. + public const int UserTitleIdFieldNumber = 15; + private int userTitleId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserTitleId { + get { return userTitleId_; } + set { + userTitleId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGuildMemberData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildMemberData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (Type != other.Type) return false; + if (ActivityPointRecent != other.ActivityPointRecent) return false; + if (JoinedAt != other.JoinedAt) return false; + if (Nickname != other.Nickname) return false; + if (Level != other.Level) return false; + if (Server != other.Server) return false; + if (LastActionAt != other.LastActionAt) return false; + if (Icon != other.Icon) return false; + if (IconPrism != other.IconPrism) return false; + if (Frame != other.Frame) return false; + if (TeamCombat != other.TeamCombat) return false; + if (!object.Equals(SendMailAt, other.SendMailAt)) return false; + if (ActivityPointDaily != other.ActivityPointDaily) return false; + if (UserTitleId != other.UserTitleId) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (ActivityPointRecent != 0) hash ^= ActivityPointRecent.GetHashCode(); + if (JoinedAt != 0L) hash ^= JoinedAt.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Server != 0) hash ^= Server.GetHashCode(); + if (LastActionAt != 0L) hash ^= LastActionAt.GetHashCode(); + if (Icon != 0) hash ^= Icon.GetHashCode(); + if (IconPrism != false) hash ^= IconPrism.GetHashCode(); + if (Frame != 0) hash ^= Frame.GetHashCode(); + if (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + if (sendMailAt_ != null) hash ^= SendMailAt.GetHashCode(); + if (ActivityPointDaily != 0) hash ^= ActivityPointDaily.GetHashCode(); + if (UserTitleId != 0) hash ^= UserTitleId.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (ActivityPointRecent != 0) { + output.WriteRawTag(24); + output.WriteInt32(ActivityPointRecent); + } + if (JoinedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(JoinedAt); + } + if (Nickname.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Nickname); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Server != 0) { + output.WriteRawTag(56); + output.WriteInt32(Server); + } + if (LastActionAt != 0L) { + output.WriteRawTag(64); + output.WriteInt64(LastActionAt); + } + if (Icon != 0) { + output.WriteRawTag(72); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(80); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(88); + output.WriteInt32(Frame); + } + if (TeamCombat != 0) { + output.WriteRawTag(96); + output.WriteInt32(TeamCombat); + } + if (sendMailAt_ != null) { + output.WriteRawTag(106); + output.WriteMessage(SendMailAt); + } + if (ActivityPointDaily != 0) { + output.WriteRawTag(112); + output.WriteInt32(ActivityPointDaily); + } + if (UserTitleId != 0) { + output.WriteRawTag(120); + output.WriteInt32(UserTitleId); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (ActivityPointRecent != 0) { + output.WriteRawTag(24); + output.WriteInt32(ActivityPointRecent); + } + if (JoinedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(JoinedAt); + } + if (Nickname.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Nickname); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Server != 0) { + output.WriteRawTag(56); + output.WriteInt32(Server); + } + if (LastActionAt != 0L) { + output.WriteRawTag(64); + output.WriteInt64(LastActionAt); + } + if (Icon != 0) { + output.WriteRawTag(72); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(80); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(88); + output.WriteInt32(Frame); + } + if (TeamCombat != 0) { + output.WriteRawTag(96); + output.WriteInt32(TeamCombat); + } + if (sendMailAt_ != null) { + output.WriteRawTag(106); + output.WriteMessage(SendMailAt); + } + if (ActivityPointDaily != 0) { + output.WriteRawTag(112); + output.WriteInt32(ActivityPointDaily); + } + if (UserTitleId != 0) { + output.WriteRawTag(120); + output.WriteInt32(UserTitleId); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (ActivityPointRecent != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPointRecent); + } + if (JoinedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JoinedAt); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (LastActionAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastActionAt); + } + if (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IconPrism != false) { + size += 1 + 1; + } + if (Frame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Frame); + } + if (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + if (sendMailAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SendMailAt); + } + if (ActivityPointDaily != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ActivityPointDaily); + } + if (UserTitleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserTitleId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGuildMemberData other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.ActivityPointRecent != 0) { + ActivityPointRecent = other.ActivityPointRecent; + } + if (other.JoinedAt != 0L) { + JoinedAt = other.JoinedAt; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.LastActionAt != 0L) { + LastActionAt = other.LastActionAt; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IconPrism != false) { + IconPrism = other.IconPrism; + } + if (other.Frame != 0) { + Frame = other.Frame; + } + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + if (other.sendMailAt_ != null) { + if (sendMailAt_ == null) { + SendMailAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + SendMailAt.MergeFrom(other.SendMailAt); + } + if (other.ActivityPointDaily != 0) { + ActivityPointDaily = other.ActivityPointDaily; + } + if (other.UserTitleId != 0) { + UserTitleId = other.UserTitleId; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 24: { + ActivityPointRecent = input.ReadInt32(); + break; + } + case 32: { + JoinedAt = input.ReadInt64(); + break; + } + case 42: { + Nickname = input.ReadString(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Server = input.ReadInt32(); + break; + } + case 64: { + LastActionAt = input.ReadInt64(); + break; + } + case 72: { + Icon = input.ReadInt32(); + break; + } + case 80: { + IconPrism = input.ReadBool(); + break; + } + case 88: { + Frame = input.ReadInt32(); + break; + } + case 96: { + TeamCombat = input.ReadInt32(); + break; + } + case 106: { + if (sendMailAt_ == null) { + SendMailAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SendMailAt); + break; + } + case 112: { + ActivityPointDaily = input.ReadInt32(); + break; + } + case 120: { + UserTitleId = 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: { + Usn = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 24: { + ActivityPointRecent = input.ReadInt32(); + break; + } + case 32: { + JoinedAt = input.ReadInt64(); + break; + } + case 42: { + Nickname = input.ReadString(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Server = input.ReadInt32(); + break; + } + case 64: { + LastActionAt = input.ReadInt64(); + break; + } + case 72: { + Icon = input.ReadInt32(); + break; + } + case 80: { + IconPrism = input.ReadBool(); + break; + } + case 88: { + Frame = input.ReadInt32(); + break; + } + case 96: { + TeamCombat = input.ReadInt32(); + break; + } + case 106: { + if (sendMailAt_ == null) { + SendMailAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SendMailAt); + break; + } + case 112: { + ActivityPointDaily = input.ReadInt32(); + break; + } + case 120: { + UserTitleId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildJoinRequestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildJoinRequestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1171]; } + } + + [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 NetGuildJoinRequestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildJoinRequestData(NetGuildJoinRequestData other) : this() { + usn_ = other.usn_; + nickname_ = other.nickname_; + level_ = other.level_; + server_ = other.server_; + icon_ = other.icon_; + iconPrism_ = other.iconPrism_; + frame_ = other.frame_; + teamCombat_ = other.teamCombat_; + userTitleId_ = other.userTitleId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildJoinRequestData Clone() { + return new NetGuildJoinRequestData(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 5; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 6; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 7; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "Icon" field. + public const int IconFieldNumber = 9; + private int icon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Icon { + get { return icon_; } + set { + icon_ = value; + } + } + + /// Field number for the "IconPrism" field. + public const int IconPrismFieldNumber = 10; + private bool iconPrism_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IconPrism { + get { return iconPrism_; } + set { + iconPrism_ = value; + } + } + + /// Field number for the "Frame" field. + public const int FrameFieldNumber = 11; + private int frame_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Frame { + get { return frame_; } + set { + frame_ = value; + } + } + + /// Field number for the "TeamCombat" field. + public const int TeamCombatFieldNumber = 12; + private int teamCombat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamCombat { + get { return teamCombat_; } + set { + teamCombat_ = value; + } + } + + /// Field number for the "UserTitleId" field. + public const int UserTitleIdFieldNumber = 13; + private int userTitleId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserTitleId { + get { return userTitleId_; } + set { + userTitleId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGuildJoinRequestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildJoinRequestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (Nickname != other.Nickname) return false; + if (Level != other.Level) return false; + if (Server != other.Server) return false; + if (Icon != other.Icon) return false; + if (IconPrism != other.IconPrism) return false; + if (Frame != other.Frame) return false; + if (TeamCombat != other.TeamCombat) return false; + if (UserTitleId != other.UserTitleId) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Server != 0) hash ^= Server.GetHashCode(); + if (Icon != 0) hash ^= Icon.GetHashCode(); + if (IconPrism != false) hash ^= IconPrism.GetHashCode(); + if (Frame != 0) hash ^= Frame.GetHashCode(); + if (TeamCombat != 0) hash ^= TeamCombat.GetHashCode(); + if (UserTitleId != 0) hash ^= UserTitleId.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Nickname.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Nickname); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Server != 0) { + output.WriteRawTag(56); + output.WriteInt32(Server); + } + if (Icon != 0) { + output.WriteRawTag(72); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(80); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(88); + output.WriteInt32(Frame); + } + if (TeamCombat != 0) { + output.WriteRawTag(96); + output.WriteInt32(TeamCombat); + } + if (UserTitleId != 0) { + output.WriteRawTag(104); + output.WriteInt32(UserTitleId); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Nickname.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Nickname); + } + if (Level != 0) { + output.WriteRawTag(48); + output.WriteInt32(Level); + } + if (Server != 0) { + output.WriteRawTag(56); + output.WriteInt32(Server); + } + if (Icon != 0) { + output.WriteRawTag(72); + output.WriteInt32(Icon); + } + if (IconPrism != false) { + output.WriteRawTag(80); + output.WriteBool(IconPrism); + } + if (Frame != 0) { + output.WriteRawTag(88); + output.WriteInt32(Frame); + } + if (TeamCombat != 0) { + output.WriteRawTag(96); + output.WriteInt32(TeamCombat); + } + if (UserTitleId != 0) { + output.WriteRawTag(104); + output.WriteInt32(UserTitleId); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (Icon != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Icon); + } + if (IconPrism != false) { + size += 1 + 1; + } + if (Frame != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Frame); + } + if (TeamCombat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamCombat); + } + if (UserTitleId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserTitleId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGuildJoinRequestData other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.Icon != 0) { + Icon = other.Icon; + } + if (other.IconPrism != false) { + IconPrism = other.IconPrism; + } + if (other.Frame != 0) { + Frame = other.Frame; + } + if (other.TeamCombat != 0) { + TeamCombat = other.TeamCombat; + } + if (other.UserTitleId != 0) { + UserTitleId = other.UserTitleId; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 42: { + Nickname = input.ReadString(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Server = input.ReadInt32(); + break; + } + case 72: { + Icon = input.ReadInt32(); + break; + } + case 80: { + IconPrism = input.ReadBool(); + break; + } + case 88: { + Frame = input.ReadInt32(); + break; + } + case 96: { + TeamCombat = input.ReadInt32(); + break; + } + case 104: { + UserTitleId = 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: { + Usn = input.ReadInt64(); + break; + } + case 42: { + Nickname = input.ReadString(); + break; + } + case 48: { + Level = input.ReadInt32(); + break; + } + case 56: { + Server = input.ReadInt32(); + break; + } + case 72: { + Icon = input.ReadInt32(); + break; + } + case 80: { + IconPrism = input.ReadBool(); + break; + } + case 88: { + Frame = input.ReadInt32(); + break; + } + case 96: { + TeamCombat = input.ReadInt32(); + break; + } + case 104: { + UserTitleId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1172]; } + } + + [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 NetGuildLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildLog(NetGuildLog other) : this() { + seq_ = other.seq_; + id_ = other.id_; + arguments_ = other.arguments_.Clone(); + createdAt_ = other.createdAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildLog Clone() { + return new NetGuildLog(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 2; + private string id_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Id { + get { return id_; } + set { + id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Arguments" field. + public const int ArgumentsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_arguments_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetGuildLogArgs.Parser); + private readonly pbc::RepeatedField arguments_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Arguments { + get { return arguments_; } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGuildLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (Id != other.Id) return false; + if(!arguments_.Equals(other.arguments_)) return false; + if (CreatedAt != other.CreatedAt) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (Id.Length != 0) hash ^= Id.GetHashCode(); + hash ^= arguments_.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (Id.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Id); + } + arguments_.WriteTo(output, _repeated_arguments_codec); + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (Id.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Id); + } + arguments_.WriteTo(ref output, _repeated_arguments_codec); + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (Id.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); + } + size += arguments_.CalculateSize(_repeated_arguments_codec); + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGuildLog other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.Id.Length != 0) { + Id = other.Id; + } + arguments_.Add(other.arguments_); + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + Id = input.ReadString(); + break; + } + case 26: { + arguments_.AddEntriesFrom(input, _repeated_arguments_codec); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + 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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + Id = input.ReadString(); + break; + } + case 26: { + arguments_.AddEntriesFrom(ref input, _repeated_arguments_codec); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildLogArgs : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildLogArgs()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1173]; } + } + + [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 NetGuildLogArgs() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildLogArgs(NetGuildLogArgs other) : this() { + value_ = other.value_; + isLocaleKey_ = other.isLocaleKey_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildLogArgs Clone() { + return new NetGuildLogArgs(this); + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 1; + 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"); + } + } + + /// Field number for the "IsLocaleKey" field. + public const int IsLocaleKeyFieldNumber = 2; + private bool isLocaleKey_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsLocaleKey { + get { return isLocaleKey_; } + set { + isLocaleKey_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetGuildLogArgs); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildLogArgs other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Value != other.Value) return false; + if (IsLocaleKey != other.IsLocaleKey) 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 (Value.Length != 0) hash ^= Value.GetHashCode(); + if (IsLocaleKey != false) hash ^= IsLocaleKey.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 (Value.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Value); + } + if (IsLocaleKey != false) { + output.WriteRawTag(16); + output.WriteBool(IsLocaleKey); + } + 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 (Value.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Value); + } + if (IsLocaleKey != false) { + output.WriteRawTag(16); + output.WriteBool(IsLocaleKey); + } + 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 (Value.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Value); + } + if (IsLocaleKey != 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(NetGuildLogArgs other) { + if (other == null) { + return; + } + if (other.Value.Length != 0) { + Value = other.Value; + } + if (other.IsLocaleKey != false) { + IsLocaleKey = other.IsLocaleKey; + } + _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: { + Value = input.ReadString(); + break; + } + case 16: { + IsLocaleKey = 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 10: { + Value = input.ReadString(); + break; + } + case 16: { + IsLocaleKey = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetGuildPopup : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetGuildPopup()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1174]; } + } + + [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 NetGuildPopup() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildPopup(NetGuildPopup other) : this() { + seq_ = other.seq_; + category_ = other.category_; + args_ = other.args_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetGuildPopup Clone() { + return new NetGuildPopup(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "Category" field. + public const int CategoryFieldNumber = 2; + private global::EpinelPS.GuildPopupCategory category_ = global::EpinelPS.GuildPopupCategory.GuildPopupCategoryGradeUp; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GuildPopupCategory Category { + get { return category_; } + set { + category_ = value; + } + } + + /// Field number for the "Args" field. + public const int ArgsFieldNumber = 3; + private string args_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Args { + get { return args_; } + set { + args_ = 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 NetGuildPopup); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetGuildPopup other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (Category != other.Category) return false; + if (Args != other.Args) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (Category != global::EpinelPS.GuildPopupCategory.GuildPopupCategoryGradeUp) hash ^= Category.GetHashCode(); + if (Args.Length != 0) hash ^= Args.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (Category != global::EpinelPS.GuildPopupCategory.GuildPopupCategoryGradeUp) { + output.WriteRawTag(16); + output.WriteEnum((int) Category); + } + if (Args.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Args); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (Category != global::EpinelPS.GuildPopupCategory.GuildPopupCategoryGradeUp) { + output.WriteRawTag(16); + output.WriteEnum((int) Category); + } + if (Args.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Args); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (Category != global::EpinelPS.GuildPopupCategory.GuildPopupCategoryGradeUp) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Category); + } + if (Args.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Args); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetGuildPopup other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.Category != global::EpinelPS.GuildPopupCategory.GuildPopupCategoryGradeUp) { + Category = other.Category; + } + if (other.Args.Length != 0) { + Args = other.Args; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + Category = (global::EpinelPS.GuildPopupCategory) input.ReadEnum(); + break; + } + case 26: { + Args = 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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + Category = (global::EpinelPS.GuildPopupCategory) input.ReadEnum(); + break; + } + case 26: { + Args = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1175]; } + } + + [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 NetUnionRaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidData(NetUnionRaidData other) : this() { + unionRaidJoinData_ = other.unionRaidJoinData_ != null ? other.unionRaidJoinData_.Clone() : null; + unionRaidState_ = other.unionRaidState_; + currentStatus_ = other.currentStatus_ != null ? other.currentStatus_.Clone() : null; + unionRaidManagerTid_ = other.unionRaidManagerTid_; + periodData_ = other.periodData_ != null ? other.periodData_.Clone() : null; + unionRaidRanking_ = other.unionRaidRanking_ != null ? other.unionRaidRanking_.Clone() : null; + dataWhenJoin_ = other.dataWhenJoin_ != null ? other.dataWhenJoin_.Clone() : null; + totalRank_ = other.totalRank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidData Clone() { + return new NetUnionRaidData(this); + } + + /// Field number for the "UnionRaidJoinData" field. + public const int UnionRaidJoinDataFieldNumber = 2; + private global::EpinelPS.NetUnionRaidJoinData unionRaidJoinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidJoinData UnionRaidJoinData { + get { return unionRaidJoinData_; } + set { + unionRaidJoinData_ = value; + } + } + + /// Field number for the "UnionRaidState" field. + public const int UnionRaidStateFieldNumber = 3; + private global::EpinelPS.UnionRaidState unionRaidState_ = global::EpinelPS.UnionRaidState.UnionRaidStateReady; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidState UnionRaidState { + get { return unionRaidState_; } + set { + unionRaidState_ = value; + } + } + + /// Field number for the "CurrentStatus" field. + public const int CurrentStatusFieldNumber = 6; + private global::EpinelPS.NetUnionRaidGuildInfo currentStatus_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidGuildInfo CurrentStatus { + get { return currentStatus_; } + set { + currentStatus_ = value; + } + } + + /// Field number for the "UnionRaidManagerTid" field. + public const int UnionRaidManagerTidFieldNumber = 7; + private int unionRaidManagerTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UnionRaidManagerTid { + get { return unionRaidManagerTid_; } + set { + unionRaidManagerTid_ = value; + } + } + + /// Field number for the "PeriodData" field. + public const int PeriodDataFieldNumber = 8; + private global::EpinelPS.NetUnionRaidPeriodData periodData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidPeriodData PeriodData { + get { return periodData_; } + set { + periodData_ = value; + } + } + + /// Field number for the "UnionRaidRanking" field. + public const int UnionRaidRankingFieldNumber = 9; + private global::EpinelPS.NetUnionRaidRankInfo unionRaidRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidRankInfo UnionRaidRanking { + get { return unionRaidRanking_; } + set { + unionRaidRanking_ = value; + } + } + + /// Field number for the "DataWhenJoin" field. + public const int DataWhenJoinFieldNumber = 10; + private global::EpinelPS.NetUnionRaidDataWhenJoin dataWhenJoin_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidDataWhenJoin DataWhenJoin { + get { return dataWhenJoin_; } + set { + dataWhenJoin_ = value; + } + } + + /// Field number for the "TotalRank" field. + public const int TotalRankFieldNumber = 11; + private int totalRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalRank { + get { return totalRank_; } + set { + totalRank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UnionRaidJoinData, other.UnionRaidJoinData)) return false; + if (UnionRaidState != other.UnionRaidState) return false; + if (!object.Equals(CurrentStatus, other.CurrentStatus)) return false; + if (UnionRaidManagerTid != other.UnionRaidManagerTid) return false; + if (!object.Equals(PeriodData, other.PeriodData)) return false; + if (!object.Equals(UnionRaidRanking, other.UnionRaidRanking)) return false; + if (!object.Equals(DataWhenJoin, other.DataWhenJoin)) return false; + if (TotalRank != other.TotalRank) 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 (unionRaidJoinData_ != null) hash ^= UnionRaidJoinData.GetHashCode(); + if (UnionRaidState != global::EpinelPS.UnionRaidState.UnionRaidStateReady) hash ^= UnionRaidState.GetHashCode(); + if (currentStatus_ != null) hash ^= CurrentStatus.GetHashCode(); + if (UnionRaidManagerTid != 0) hash ^= UnionRaidManagerTid.GetHashCode(); + if (periodData_ != null) hash ^= PeriodData.GetHashCode(); + if (unionRaidRanking_ != null) hash ^= UnionRaidRanking.GetHashCode(); + if (dataWhenJoin_ != null) hash ^= DataWhenJoin.GetHashCode(); + if (TotalRank != 0) hash ^= TotalRank.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 (unionRaidJoinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UnionRaidJoinData); + } + if (UnionRaidState != global::EpinelPS.UnionRaidState.UnionRaidStateReady) { + output.WriteRawTag(24); + output.WriteEnum((int) UnionRaidState); + } + if (currentStatus_ != null) { + output.WriteRawTag(50); + output.WriteMessage(CurrentStatus); + } + if (UnionRaidManagerTid != 0) { + output.WriteRawTag(56); + output.WriteInt32(UnionRaidManagerTid); + } + if (periodData_ != null) { + output.WriteRawTag(66); + output.WriteMessage(PeriodData); + } + if (unionRaidRanking_ != null) { + output.WriteRawTag(74); + output.WriteMessage(UnionRaidRanking); + } + if (dataWhenJoin_ != null) { + output.WriteRawTag(82); + output.WriteMessage(DataWhenJoin); + } + if (TotalRank != 0) { + output.WriteRawTag(88); + output.WriteInt32(TotalRank); + } + 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 (unionRaidJoinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UnionRaidJoinData); + } + if (UnionRaidState != global::EpinelPS.UnionRaidState.UnionRaidStateReady) { + output.WriteRawTag(24); + output.WriteEnum((int) UnionRaidState); + } + if (currentStatus_ != null) { + output.WriteRawTag(50); + output.WriteMessage(CurrentStatus); + } + if (UnionRaidManagerTid != 0) { + output.WriteRawTag(56); + output.WriteInt32(UnionRaidManagerTid); + } + if (periodData_ != null) { + output.WriteRawTag(66); + output.WriteMessage(PeriodData); + } + if (unionRaidRanking_ != null) { + output.WriteRawTag(74); + output.WriteMessage(UnionRaidRanking); + } + if (dataWhenJoin_ != null) { + output.WriteRawTag(82); + output.WriteMessage(DataWhenJoin); + } + if (TotalRank != 0) { + output.WriteRawTag(88); + output.WriteInt32(TotalRank); + } + 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 (unionRaidJoinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UnionRaidJoinData); + } + if (UnionRaidState != global::EpinelPS.UnionRaidState.UnionRaidStateReady) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) UnionRaidState); + } + if (currentStatus_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentStatus); + } + if (UnionRaidManagerTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UnionRaidManagerTid); + } + if (periodData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PeriodData); + } + if (unionRaidRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UnionRaidRanking); + } + if (dataWhenJoin_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DataWhenJoin); + } + if (TotalRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalRank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidData other) { + if (other == null) { + return; + } + if (other.unionRaidJoinData_ != null) { + if (unionRaidJoinData_ == null) { + UnionRaidJoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + UnionRaidJoinData.MergeFrom(other.UnionRaidJoinData); + } + if (other.UnionRaidState != global::EpinelPS.UnionRaidState.UnionRaidStateReady) { + UnionRaidState = other.UnionRaidState; + } + if (other.currentStatus_ != null) { + if (currentStatus_ == null) { + CurrentStatus = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + CurrentStatus.MergeFrom(other.CurrentStatus); + } + if (other.UnionRaidManagerTid != 0) { + UnionRaidManagerTid = other.UnionRaidManagerTid; + } + if (other.periodData_ != null) { + if (periodData_ == null) { + PeriodData = new global::EpinelPS.NetUnionRaidPeriodData(); + } + PeriodData.MergeFrom(other.PeriodData); + } + if (other.unionRaidRanking_ != null) { + if (unionRaidRanking_ == null) { + UnionRaidRanking = new global::EpinelPS.NetUnionRaidRankInfo(); + } + UnionRaidRanking.MergeFrom(other.UnionRaidRanking); + } + if (other.dataWhenJoin_ != null) { + if (dataWhenJoin_ == null) { + DataWhenJoin = new global::EpinelPS.NetUnionRaidDataWhenJoin(); + } + DataWhenJoin.MergeFrom(other.DataWhenJoin); + } + if (other.TotalRank != 0) { + TotalRank = other.TotalRank; + } + _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 (unionRaidJoinData_ == null) { + UnionRaidJoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(UnionRaidJoinData); + break; + } + case 24: { + UnionRaidState = (global::EpinelPS.UnionRaidState) input.ReadEnum(); + break; + } + case 50: { + if (currentStatus_ == null) { + CurrentStatus = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(CurrentStatus); + break; + } + case 56: { + UnionRaidManagerTid = input.ReadInt32(); + break; + } + case 66: { + if (periodData_ == null) { + PeriodData = new global::EpinelPS.NetUnionRaidPeriodData(); + } + input.ReadMessage(PeriodData); + break; + } + case 74: { + if (unionRaidRanking_ == null) { + UnionRaidRanking = new global::EpinelPS.NetUnionRaidRankInfo(); + } + input.ReadMessage(UnionRaidRanking); + break; + } + case 82: { + if (dataWhenJoin_ == null) { + DataWhenJoin = new global::EpinelPS.NetUnionRaidDataWhenJoin(); + } + input.ReadMessage(DataWhenJoin); + break; + } + case 88: { + TotalRank = 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 18: { + if (unionRaidJoinData_ == null) { + UnionRaidJoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(UnionRaidJoinData); + break; + } + case 24: { + UnionRaidState = (global::EpinelPS.UnionRaidState) input.ReadEnum(); + break; + } + case 50: { + if (currentStatus_ == null) { + CurrentStatus = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(CurrentStatus); + break; + } + case 56: { + UnionRaidManagerTid = input.ReadInt32(); + break; + } + case 66: { + if (periodData_ == null) { + PeriodData = new global::EpinelPS.NetUnionRaidPeriodData(); + } + input.ReadMessage(PeriodData); + break; + } + case 74: { + if (unionRaidRanking_ == null) { + UnionRaidRanking = new global::EpinelPS.NetUnionRaidRankInfo(); + } + input.ReadMessage(UnionRaidRanking); + break; + } + case 82: { + if (dataWhenJoin_ == null) { + DataWhenJoin = new global::EpinelPS.NetUnionRaidDataWhenJoin(); + } + input.ReadMessage(DataWhenJoin); + break; + } + case 88: { + TotalRank = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidDataWhenJoin : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidDataWhenJoin()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1176]; } + } + + [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 NetUnionRaidDataWhenJoin() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidDataWhenJoin(NetUnionRaidDataWhenJoin other) : this() { + startBossLevel_ = other.startBossLevel_; + startBossStep_ = other.startBossStep_; + isFinished_ = other.isFinished_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidDataWhenJoin Clone() { + return new NetUnionRaidDataWhenJoin(this); + } + + /// Field number for the "StartBossLevel" field. + public const int StartBossLevelFieldNumber = 1; + private int startBossLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StartBossLevel { + get { return startBossLevel_; } + set { + startBossLevel_ = value; + } + } + + /// Field number for the "StartBossStep" field. + public const int StartBossStepFieldNumber = 2; + private int startBossStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StartBossStep { + get { return startBossStep_; } + set { + startBossStep_ = value; + } + } + + /// Field number for the "IsFinished" field. + public const int IsFinishedFieldNumber = 3; + private bool isFinished_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFinished { + get { return isFinished_; } + set { + isFinished_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidDataWhenJoin); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidDataWhenJoin other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StartBossLevel != other.StartBossLevel) return false; + if (StartBossStep != other.StartBossStep) return false; + if (IsFinished != other.IsFinished) 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 (StartBossLevel != 0) hash ^= StartBossLevel.GetHashCode(); + if (StartBossStep != 0) hash ^= StartBossStep.GetHashCode(); + if (IsFinished != false) hash ^= IsFinished.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 (StartBossLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(StartBossLevel); + } + if (StartBossStep != 0) { + output.WriteRawTag(16); + output.WriteInt32(StartBossStep); + } + if (IsFinished != false) { + output.WriteRawTag(24); + output.WriteBool(IsFinished); + } + 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 (StartBossLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(StartBossLevel); + } + if (StartBossStep != 0) { + output.WriteRawTag(16); + output.WriteInt32(StartBossStep); + } + if (IsFinished != false) { + output.WriteRawTag(24); + output.WriteBool(IsFinished); + } + 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 (StartBossLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StartBossLevel); + } + if (StartBossStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StartBossStep); + } + if (IsFinished != 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(NetUnionRaidDataWhenJoin other) { + if (other == null) { + return; + } + if (other.StartBossLevel != 0) { + StartBossLevel = other.StartBossLevel; + } + if (other.StartBossStep != 0) { + StartBossStep = other.StartBossStep; + } + if (other.IsFinished != false) { + IsFinished = other.IsFinished; + } + _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: { + StartBossLevel = input.ReadInt32(); + break; + } + case 16: { + StartBossStep = input.ReadInt32(); + break; + } + case 24: { + IsFinished = 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 8: { + StartBossLevel = input.ReadInt32(); + break; + } + case 16: { + StartBossStep = input.ReadInt32(); + break; + } + case 24: { + IsFinished = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecommendGuildList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecommendGuildList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1177]; } + } + + [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 ResRecommendGuildList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecommendGuildList(ResRecommendGuildList other) : this() { + guilds_ = other.guilds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecommendGuildList Clone() { + return new ResRecommendGuildList(this); + } + + /// Field number for the "Guilds" field. + public const int GuildsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guilds_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSimpleGuildData.Parser); + private readonly pbc::RepeatedField guilds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Guilds { + get { return guilds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecommendGuildList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecommendGuildList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!guilds_.Equals(other.guilds_)) 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 ^= guilds_.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 + guilds_.WriteTo(output, _repeated_guilds_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) { + guilds_.WriteTo(ref output, _repeated_guilds_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 += guilds_.CalculateSize(_repeated_guilds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecommendGuildList other) { + if (other == null) { + return; + } + guilds_.Add(other.guilds_); + _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: { + guilds_.AddEntriesFrom(input, _repeated_guilds_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 18: { + guilds_.AddEntriesFrom(ref input, _repeated_guilds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetGuildLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetGuildLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1178]; } + } + + [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 ResGetGuildLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuildLog(ResGetGuildLog other) : this() { + result_ = other.result_; + logs_ = other.logs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuildLog Clone() { + return new ResGetGuildLog(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 2; + private global::EpinelPS.GetGuildLogResult result_ = global::EpinelPS.GetGuildLogResult.GetGuildLogResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GetGuildLogResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Logs" field. + public const int LogsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_logs_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetGuildLog.Parser); + private readonly pbc::RepeatedField logs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Logs { + get { return logs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetGuildLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetGuildLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!logs_.Equals(other.logs_)) 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 (Result != global::EpinelPS.GetGuildLogResult.GetGuildLogResultOk) hash ^= Result.GetHashCode(); + hash ^= logs_.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 + logs_.WriteTo(output, _repeated_logs_codec); + if (Result != global::EpinelPS.GetGuildLogResult.GetGuildLogResultOk) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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) { + logs_.WriteTo(ref output, _repeated_logs_codec); + if (Result != global::EpinelPS.GetGuildLogResult.GetGuildLogResultOk) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.GetGuildLogResult.GetGuildLogResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += logs_.CalculateSize(_repeated_logs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetGuildLog other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.GetGuildLogResult.GetGuildLogResultOk) { + Result = other.Result; + } + logs_.Add(other.logs_); + _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: { + logs_.AddEntriesFrom(input, _repeated_logs_codec); + break; + } + case 16: { + Result = (global::EpinelPS.GetGuildLogResult) 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 10: { + logs_.AddEntriesFrom(ref input, _repeated_logs_codec); + break; + } + case 16: { + Result = (global::EpinelPS.GetGuildLogResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1179]; } + } + + [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 ResGetGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuild(ResGetGuild other) : this() { + guild_ = other.guild_ != null ? other.guild_.Clone() : null; + members_ = other.members_.Clone(); + popups_ = other.popups_.Clone(); + canChangeUnionNameForFree_ = other.canChangeUnionNameForFree_; + isSimple_ = other.isSimple_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuild Clone() { + return new ResGetGuild(this); + } + + /// Field number for the "Guild" field. + public const int GuildFieldNumber = 2; + private global::EpinelPS.NetGuildData guild_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetGuildData Guild { + get { return guild_; } + set { + guild_ = value; + } + } + + /// Field number for the "Members" field. + public const int MembersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_members_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetGuildMemberData.Parser); + private readonly pbc::RepeatedField members_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Members { + get { return members_; } + } + + /// Field number for the "Popups" field. + public const int PopupsFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_popups_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetGuildPopup.Parser); + private readonly pbc::RepeatedField popups_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Popups { + get { return popups_; } + } + + /// Field number for the "CanChangeUnionNameForFree" field. + public const int CanChangeUnionNameForFreeFieldNumber = 8; + private bool canChangeUnionNameForFree_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool CanChangeUnionNameForFree { + get { return canChangeUnionNameForFree_; } + set { + canChangeUnionNameForFree_ = value; + } + } + + /// Field number for the "IsSimple" field. + public const int IsSimpleFieldNumber = 10; + private bool isSimple_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSimple { + get { return isSimple_; } + set { + isSimple_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Guild, other.Guild)) return false; + if(!members_.Equals(other.members_)) return false; + if(!popups_.Equals(other.popups_)) return false; + if (CanChangeUnionNameForFree != other.CanChangeUnionNameForFree) return false; + if (IsSimple != other.IsSimple) 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 (guild_ != null) hash ^= Guild.GetHashCode(); + hash ^= members_.GetHashCode(); + hash ^= popups_.GetHashCode(); + if (CanChangeUnionNameForFree != false) hash ^= CanChangeUnionNameForFree.GetHashCode(); + if (IsSimple != false) hash ^= IsSimple.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 (guild_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Guild); + } + members_.WriteTo(output, _repeated_members_codec); + popups_.WriteTo(output, _repeated_popups_codec); + if (CanChangeUnionNameForFree != false) { + output.WriteRawTag(64); + output.WriteBool(CanChangeUnionNameForFree); + } + if (IsSimple != false) { + output.WriteRawTag(80); + output.WriteBool(IsSimple); + } + 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 (guild_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Guild); + } + members_.WriteTo(ref output, _repeated_members_codec); + popups_.WriteTo(ref output, _repeated_popups_codec); + if (CanChangeUnionNameForFree != false) { + output.WriteRawTag(64); + output.WriteBool(CanChangeUnionNameForFree); + } + if (IsSimple != false) { + output.WriteRawTag(80); + output.WriteBool(IsSimple); + } + 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 (guild_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Guild); + } + size += members_.CalculateSize(_repeated_members_codec); + size += popups_.CalculateSize(_repeated_popups_codec); + if (CanChangeUnionNameForFree != false) { + size += 1 + 1; + } + if (IsSimple != 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(ResGetGuild other) { + if (other == null) { + return; + } + if (other.guild_ != null) { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + Guild.MergeFrom(other.Guild); + } + members_.Add(other.members_); + popups_.Add(other.popups_); + if (other.CanChangeUnionNameForFree != false) { + CanChangeUnionNameForFree = other.CanChangeUnionNameForFree; + } + if (other.IsSimple != false) { + IsSimple = other.IsSimple; + } + _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 (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 26: { + members_.AddEntriesFrom(input, _repeated_members_codec); + break; + } + case 58: { + popups_.AddEntriesFrom(input, _repeated_popups_codec); + break; + } + case 64: { + CanChangeUnionNameForFree = input.ReadBool(); + break; + } + case 80: { + IsSimple = 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 18: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 26: { + members_.AddEntriesFrom(ref input, _repeated_members_codec); + break; + } + case 58: { + popups_.AddEntriesFrom(ref input, _repeated_popups_codec); + break; + } + case 64: { + CanChangeUnionNameForFree = input.ReadBool(); + break; + } + case 80: { + IsSimple = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1180]; } + } + + [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 ResCreateGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateGuild(ResCreateGuild other) : this() { + result_ = other.result_; + guild_ = other.guild_ != null ? other.guild_.Clone() : null; + members_ = other.members_.Clone(); + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateGuild Clone() { + return new ResCreateGuild(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.CreateGuildResult result_ = global::EpinelPS.CreateGuildResult.CreateGuildResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CreateGuildResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Guild" field. + public const int GuildFieldNumber = 2; + private global::EpinelPS.NetGuildData guild_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetGuildData Guild { + get { return guild_; } + set { + guild_ = value; + } + } + + /// Field number for the "Members" field. + public const int MembersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_members_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetGuildMemberData.Parser); + private readonly pbc::RepeatedField members_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Members { + get { return members_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Guild, other.Guild)) return false; + if(!members_.Equals(other.members_)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (Result != global::EpinelPS.CreateGuildResult.CreateGuildResultOkay) hash ^= Result.GetHashCode(); + if (guild_ != null) hash ^= Guild.GetHashCode(); + hash ^= members_.GetHashCode(); + hash ^= currencies_.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 (Result != global::EpinelPS.CreateGuildResult.CreateGuildResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (guild_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Guild); + } + members_.WriteTo(output, _repeated_members_codec); + currencies_.WriteTo(output, _repeated_currencies_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 (Result != global::EpinelPS.CreateGuildResult.CreateGuildResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (guild_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Guild); + } + members_.WriteTo(ref output, _repeated_members_codec); + currencies_.WriteTo(ref output, _repeated_currencies_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 (Result != global::EpinelPS.CreateGuildResult.CreateGuildResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (guild_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Guild); + } + size += members_.CalculateSize(_repeated_members_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCreateGuild other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.CreateGuildResult.CreateGuildResultOkay) { + Result = other.Result; + } + if (other.guild_ != null) { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + Guild.MergeFrom(other.Guild); + } + members_.Add(other.members_); + currencies_.Add(other.currencies_); + _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: { + Result = (global::EpinelPS.CreateGuildResult) input.ReadEnum(); + break; + } + case 18: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 26: { + members_.AddEntriesFrom(input, _repeated_members_codec); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + Result = (global::EpinelPS.CreateGuildResult) input.ReadEnum(); + break; + } + case 18: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 26: { + members_.AddEntriesFrom(ref input, _repeated_members_codec); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteGuild()); + private pb::UnknownFieldSet _unknownFields; + private int _hasBits0; + [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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1181]; } + } + + [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 ResDeleteGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteGuild(ResDeleteGuild other) : this() { + _hasBits0 = other._hasBits0; + result_ = other.result_; + guildLeaveAt_ = other.guildLeaveAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteGuild Clone() { + return new ResDeleteGuild(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 2; + private global::EpinelPS.DeleteGuildResult result_ = global::EpinelPS.DeleteGuildResult.DeleteGuildResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.DeleteGuildResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "GuildLeaveAt" field. + public const int GuildLeaveAtFieldNumber = 1; + private readonly static long GuildLeaveAtDefaultValue = 0L; + + private long guildLeaveAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long GuildLeaveAt { + get { if ((_hasBits0 & 1) != 0) { return guildLeaveAt_; } else { return GuildLeaveAtDefaultValue; } } + set { + _hasBits0 |= 1; + guildLeaveAt_ = value; + } + } + /// Gets whether the "GuildLeaveAt" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasGuildLeaveAt { + get { return (_hasBits0 & 1) != 0; } + } + /// Clears the value of the "GuildLeaveAt" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearGuildLeaveAt() { + _hasBits0 &= ~1; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (GuildLeaveAt != other.GuildLeaveAt) 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 (Result != global::EpinelPS.DeleteGuildResult.DeleteGuildResultOkay) hash ^= Result.GetHashCode(); + if (HasGuildLeaveAt) hash ^= GuildLeaveAt.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 (HasGuildLeaveAt) { + output.WriteRawTag(8); + output.WriteInt64(GuildLeaveAt); + } + if (Result != global::EpinelPS.DeleteGuildResult.DeleteGuildResultOkay) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (HasGuildLeaveAt) { + output.WriteRawTag(8); + output.WriteInt64(GuildLeaveAt); + } + if (Result != global::EpinelPS.DeleteGuildResult.DeleteGuildResultOkay) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.DeleteGuildResult.DeleteGuildResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (HasGuildLeaveAt) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(GuildLeaveAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDeleteGuild other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.DeleteGuildResult.DeleteGuildResultOkay) { + Result = other.Result; + } + if (other.HasGuildLeaveAt) { + GuildLeaveAt = other.GuildLeaveAt; + } + _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: { + GuildLeaveAt = input.ReadInt64(); + break; + } + case 16: { + Result = (global::EpinelPS.DeleteGuildResult) 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: { + GuildLeaveAt = input.ReadInt64(); + break; + } + case 16: { + Result = (global::EpinelPS.DeleteGuildResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGuildJoinRequestList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGuildJoinRequestList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1182]; } + } + + [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 ResGuildJoinRequestList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGuildJoinRequestList(ResGuildJoinRequestList other) : this() { + result_ = other.result_; + list_ = other.list_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGuildJoinRequestList Clone() { + return new ResGuildJoinRequestList(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.GuildJoinRequestListResult result_ = global::EpinelPS.GuildJoinRequestListResult.GuildJoinRequestListResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GuildJoinRequestListResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetGuildJoinRequestData.Parser); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGuildJoinRequestList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGuildJoinRequestList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!list_.Equals(other.list_)) 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 (Result != global::EpinelPS.GuildJoinRequestListResult.GuildJoinRequestListResultOk) hash ^= Result.GetHashCode(); + hash ^= list_.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 (Result != global::EpinelPS.GuildJoinRequestListResult.GuildJoinRequestListResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + list_.WriteTo(output, _repeated_list_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 (Result != global::EpinelPS.GuildJoinRequestListResult.GuildJoinRequestListResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + list_.WriteTo(ref output, _repeated_list_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 (Result != global::EpinelPS.GuildJoinRequestListResult.GuildJoinRequestListResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += list_.CalculateSize(_repeated_list_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGuildJoinRequestList other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.GuildJoinRequestListResult.GuildJoinRequestListResultOk) { + Result = other.Result; + } + list_.Add(other.list_); + _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: { + Result = (global::EpinelPS.GuildJoinRequestListResult) input.ReadEnum(); + break; + } + case 18: { + list_.AddEntriesFrom(input, _repeated_list_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: { + Result = (global::EpinelPS.GuildJoinRequestListResult) input.ReadEnum(); + break; + } + case 18: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResConfirmGuildJoinRequest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResConfirmGuildJoinRequest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1183]; } + } + + [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 ResConfirmGuildJoinRequest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResConfirmGuildJoinRequest(ResConfirmGuildJoinRequest other) : this() { + result_ = other.result_; + accept_ = other.accept_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResConfirmGuildJoinRequest Clone() { + return new ResConfirmGuildJoinRequest(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.ConfirmGuildJoinRequestResult result_ = global::EpinelPS.ConfirmGuildJoinRequestResult.ConfirmGuildJoinRequestResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ConfirmGuildJoinRequestResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Accept" field. + public const int AcceptFieldNumber = 2; + private bool accept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Accept { + get { return accept_; } + set { + accept_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResConfirmGuildJoinRequest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResConfirmGuildJoinRequest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (Accept != other.Accept) 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 (Result != global::EpinelPS.ConfirmGuildJoinRequestResult.ConfirmGuildJoinRequestResultOk) hash ^= Result.GetHashCode(); + if (Accept != false) hash ^= Accept.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 (Result != global::EpinelPS.ConfirmGuildJoinRequestResult.ConfirmGuildJoinRequestResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Accept != false) { + output.WriteRawTag(16); + output.WriteBool(Accept); + } + 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 (Result != global::EpinelPS.ConfirmGuildJoinRequestResult.ConfirmGuildJoinRequestResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Accept != false) { + output.WriteRawTag(16); + output.WriteBool(Accept); + } + 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 (Result != global::EpinelPS.ConfirmGuildJoinRequestResult.ConfirmGuildJoinRequestResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (Accept != 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(ResConfirmGuildJoinRequest other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ConfirmGuildJoinRequestResult.ConfirmGuildJoinRequestResultOk) { + Result = other.Result; + } + if (other.Accept != false) { + Accept = other.Accept; + } + _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: { + Result = (global::EpinelPS.ConfirmGuildJoinRequestResult) input.ReadEnum(); + break; + } + case 16: { + Accept = 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 8: { + Result = (global::EpinelPS.ConfirmGuildJoinRequestResult) input.ReadEnum(); + break; + } + case 16: { + Accept = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllConfirmGuildJoinRequest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllConfirmGuildJoinRequest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1184]; } + } + + [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 ResAllConfirmGuildJoinRequest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllConfirmGuildJoinRequest(ResAllConfirmGuildJoinRequest other) : this() { + result_ = other.result_; + accept_ = other.accept_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllConfirmGuildJoinRequest Clone() { + return new ResAllConfirmGuildJoinRequest(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.AllConfirmGuildJoinRequestResult result_ = global::EpinelPS.AllConfirmGuildJoinRequestResult.AllConfirmGuildJoinRequestResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.AllConfirmGuildJoinRequestResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Accept" field. + public const int AcceptFieldNumber = 2; + private bool accept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Accept { + get { return accept_; } + set { + accept_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllConfirmGuildJoinRequest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllConfirmGuildJoinRequest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (Accept != other.Accept) 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 (Result != global::EpinelPS.AllConfirmGuildJoinRequestResult.AllConfirmGuildJoinRequestResultOk) hash ^= Result.GetHashCode(); + if (Accept != false) hash ^= Accept.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 (Result != global::EpinelPS.AllConfirmGuildJoinRequestResult.AllConfirmGuildJoinRequestResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Accept != false) { + output.WriteRawTag(16); + output.WriteBool(Accept); + } + 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 (Result != global::EpinelPS.AllConfirmGuildJoinRequestResult.AllConfirmGuildJoinRequestResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (Accept != false) { + output.WriteRawTag(16); + output.WriteBool(Accept); + } + 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 (Result != global::EpinelPS.AllConfirmGuildJoinRequestResult.AllConfirmGuildJoinRequestResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (Accept != 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(ResAllConfirmGuildJoinRequest other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.AllConfirmGuildJoinRequestResult.AllConfirmGuildJoinRequestResultOk) { + Result = other.Result; + } + if (other.Accept != false) { + Accept = other.Accept; + } + _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: { + Result = (global::EpinelPS.AllConfirmGuildJoinRequestResult) input.ReadEnum(); + break; + } + case 16: { + Accept = 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 8: { + Result = (global::EpinelPS.AllConfirmGuildJoinRequestResult) input.ReadEnum(); + break; + } + case 16: { + Accept = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetGuildName : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetGuildName()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1185]; } + } + + [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 ResSetGuildName() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGuildName(ResSetGuildName other) : this() { + result_ = other.result_; + currencies_ = other.currencies_.Clone(); + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGuildName Clone() { + return new ResSetGuildName(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetGuildNameResult result_ = global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetGuildNameResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetGuildName); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetGuildName other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) hash ^= Result.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (banEndTime_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (banEndTime_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetGuildName other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + Result = other.Result; + } + currencies_.Add(other.currencies_); + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetGuildNameResult) input.ReadEnum(); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 26: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetGuildNameResult) input.ReadEnum(); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 26: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/setnameforfree + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetGuildNameForFree : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetGuildNameForFree()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1186]; } + } + + [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 ReqSetGuildNameForFree() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetGuildNameForFree(ReqSetGuildNameForFree other) : this() { + gsn_ = other.gsn_; + name_ = other.name_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetGuildNameForFree Clone() { + return new ReqSetGuildNameForFree(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Name" field. + public const int NameFieldNumber = 3; + private string name_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Name { + get { return name_; } + set { + name_ = 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 ReqSetGuildNameForFree); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetGuildNameForFree other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Name != other.Name) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Name.Length != 0) hash ^= Name.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Name); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Name.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Name); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Name.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetGuildNameForFree other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Name.Length != 0) { + Name = other.Name; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Name = 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 16: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Name = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetGuildNameForFree : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetGuildNameForFree()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1187]; } + } + + [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 ResSetGuildNameForFree() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGuildNameForFree(ResSetGuildNameForFree other) : this() { + result_ = other.result_; + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetGuildNameForFree Clone() { + return new ResSetGuildNameForFree(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetGuildNameResult result_ = global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetGuildNameResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetGuildNameForFree); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetGuildNameForFree other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) hash ^= Result.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetGuildNameForFree other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetGuildNameResult.SetGuildNameResultOkay) { + Result = other.Result; + } + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetGuildNameResult) input.ReadEnum(); + break; + } + case 26: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetGuildNameResult) input.ReadEnum(); + break; + } + case 26: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateGuildNotice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateGuildNotice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1188]; } + } + + [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 ResUpdateGuildNotice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateGuildNotice(ResUpdateGuildNotice other) : this() { + result_ = other.result_; + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateGuildNotice Clone() { + return new ResUpdateGuildNotice(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetGuildNoticeResult result_ = global::EpinelPS.SetGuildNoticeResult.SetGuildNoticeResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetGuildNoticeResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateGuildNotice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateGuildNotice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetGuildNoticeResult.SetGuildNoticeResultOkay) hash ^= Result.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetGuildNoticeResult.SetGuildNoticeResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildNoticeResult.SetGuildNoticeResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildNoticeResult.SetGuildNoticeResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpdateGuildNotice other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetGuildNoticeResult.SetGuildNoticeResultOkay) { + Result = other.Result; + } + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetGuildNoticeResult) input.ReadEnum(); + break; + } + case 18: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetGuildNoticeResult) input.ReadEnum(); + break; + } + case 18: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/updatesettings2 + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateGuildSettings2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateGuildSettings2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1189]; } + } + + [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 ReqUpdateGuildSettings2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateGuildSettings2(ReqUpdateGuildSettings2 other) : this() { + gsn_ = other.gsn_; + desc_ = other.desc_; + emblem_ = other.emblem_; + locale_ = other.locale_; + joinType_ = other.joinType_; + joinLevel_ = other.joinLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateGuildSettings2 Clone() { + return new ReqUpdateGuildSettings2(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Desc" field. + public const int DescFieldNumber = 3; + private string desc_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Desc { + get { return desc_; } + set { + desc_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Emblem" field. + public const int EmblemFieldNumber = 4; + private int emblem_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Emblem { + get { return emblem_; } + set { + emblem_ = value; + } + } + + /// Field number for the "Locale" field. + public const int LocaleFieldNumber = 5; + private string locale_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Locale { + get { return locale_; } + set { + locale_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "JoinType" field. + public const int JoinTypeFieldNumber = 6; + private int joinType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JoinType { + get { return joinType_; } + set { + joinType_ = value; + } + } + + /// Field number for the "JoinLevel" field. + public const int JoinLevelFieldNumber = 7; + private int joinLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JoinLevel { + get { return joinLevel_; } + set { + joinLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateGuildSettings2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateGuildSettings2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Desc != other.Desc) return false; + if (Emblem != other.Emblem) return false; + if (Locale != other.Locale) return false; + if (JoinType != other.JoinType) return false; + if (JoinLevel != other.JoinLevel) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Desc.Length != 0) hash ^= Desc.GetHashCode(); + if (Emblem != 0) hash ^= Emblem.GetHashCode(); + if (Locale.Length != 0) hash ^= Locale.GetHashCode(); + if (JoinType != 0) hash ^= JoinType.GetHashCode(); + if (JoinLevel != 0) hash ^= JoinLevel.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Desc.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Desc); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Locale.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Locale); + } + if (JoinType != 0) { + output.WriteRawTag(48); + output.WriteInt32(JoinType); + } + if (JoinLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(JoinLevel); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (Desc.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Desc); + } + if (Emblem != 0) { + output.WriteRawTag(32); + output.WriteInt32(Emblem); + } + if (Locale.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Locale); + } + if (JoinType != 0) { + output.WriteRawTag(48); + output.WriteInt32(JoinType); + } + if (JoinLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(JoinLevel); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Desc.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Desc); + } + if (Emblem != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Emblem); + } + if (Locale.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Locale); + } + if (JoinType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JoinType); + } + if (JoinLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JoinLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateGuildSettings2 other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Desc.Length != 0) { + Desc = other.Desc; + } + if (other.Emblem != 0) { + Emblem = other.Emblem; + } + if (other.Locale.Length != 0) { + Locale = other.Locale; + } + if (other.JoinType != 0) { + JoinType = other.JoinType; + } + if (other.JoinLevel != 0) { + JoinLevel = other.JoinLevel; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Desc = input.ReadString(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 42: { + Locale = input.ReadString(); + break; + } + case 48: { + JoinType = input.ReadInt32(); + break; + } + case 56: { + JoinLevel = 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 16: { + Gsn = input.ReadInt64(); + break; + } + case 26: { + Desc = input.ReadString(); + break; + } + case 32: { + Emblem = input.ReadInt32(); + break; + } + case 42: { + Locale = input.ReadString(); + break; + } + case 48: { + JoinType = input.ReadInt32(); + break; + } + case 56: { + JoinLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateGuildSettings : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateGuildSettings()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1190]; } + } + + [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 ResUpdateGuildSettings() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateGuildSettings(ResUpdateGuildSettings other) : this() { + result_ = other.result_; + banEndTime_ = other.banEndTime_ != null ? other.banEndTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateGuildSettings Clone() { + return new ResUpdateGuildSettings(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetGuildDescResult result_ = global::EpinelPS.SetGuildDescResult.SetGuildDescResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetGuildDescResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BanEndTime" field. + public const int BanEndTimeFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp banEndTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanEndTime { + get { return banEndTime_; } + set { + banEndTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateGuildSettings); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateGuildSettings other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(BanEndTime, other.BanEndTime)) 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 (Result != global::EpinelPS.SetGuildDescResult.SetGuildDescResultOkay) hash ^= Result.GetHashCode(); + if (banEndTime_ != null) hash ^= BanEndTime.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 (Result != global::EpinelPS.SetGuildDescResult.SetGuildDescResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildDescResult.SetGuildDescResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banEndTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanEndTime); + } + 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 (Result != global::EpinelPS.SetGuildDescResult.SetGuildDescResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (banEndTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanEndTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpdateGuildSettings other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetGuildDescResult.SetGuildDescResultOkay) { + Result = other.Result; + } + if (other.banEndTime_ != null) { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanEndTime.MergeFrom(other.BanEndTime); + } + _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: { + Result = (global::EpinelPS.SetGuildDescResult) input.ReadEnum(); + break; + } + case 18: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + 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: { + Result = (global::EpinelPS.SetGuildDescResult) input.ReadEnum(); + break; + } + case 18: { + if (banEndTime_ == null) { + BanEndTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanEndTime); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSendGuildMail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSendGuildMail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1191]; } + } + + [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 ResSendGuildMail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSendGuildMail(ResSendGuildMail other) : this() { + result_ = other.result_; + banFrom_ = other.banFrom_ != null ? other.banFrom_.Clone() : null; + banTo_ = other.banTo_ != null ? other.banTo_.Clone() : null; + sendMailAt_ = other.sendMailAt_ != null ? other.sendMailAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSendGuildMail Clone() { + return new ResSendGuildMail(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SetGuildMailResult result_ = global::EpinelPS.SetGuildMailResult.SetGuildMailResultOkay; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SetGuildMailResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BanFrom" field. + public const int BanFromFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp banFrom_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanFrom { + get { return banFrom_; } + set { + banFrom_ = value; + } + } + + /// Field number for the "BanTo" field. + public const int BanToFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp banTo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanTo { + get { return banTo_; } + set { + banTo_ = value; + } + } + + /// Field number for the "SendMailAt" field. + public const int SendMailAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp sendMailAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp SendMailAt { + get { return sendMailAt_; } + set { + sendMailAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSendGuildMail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSendGuildMail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(BanFrom, other.BanFrom)) return false; + if (!object.Equals(BanTo, other.BanTo)) return false; + if (!object.Equals(SendMailAt, other.SendMailAt)) 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 (Result != global::EpinelPS.SetGuildMailResult.SetGuildMailResultOkay) hash ^= Result.GetHashCode(); + if (banFrom_ != null) hash ^= BanFrom.GetHashCode(); + if (banTo_ != null) hash ^= BanTo.GetHashCode(); + if (sendMailAt_ != null) hash ^= SendMailAt.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 (Result != global::EpinelPS.SetGuildMailResult.SetGuildMailResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banFrom_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanFrom); + } + if (banTo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanTo); + } + if (sendMailAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(SendMailAt); + } + 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 (Result != global::EpinelPS.SetGuildMailResult.SetGuildMailResultOkay) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banFrom_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanFrom); + } + if (banTo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanTo); + } + if (sendMailAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(SendMailAt); + } + 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 (Result != global::EpinelPS.SetGuildMailResult.SetGuildMailResultOkay) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (banFrom_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanFrom); + } + if (banTo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanTo); + } + if (sendMailAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SendMailAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSendGuildMail other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SetGuildMailResult.SetGuildMailResultOkay) { + Result = other.Result; + } + if (other.banFrom_ != null) { + if (banFrom_ == null) { + BanFrom = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanFrom.MergeFrom(other.BanFrom); + } + if (other.banTo_ != null) { + if (banTo_ == null) { + BanTo = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanTo.MergeFrom(other.BanTo); + } + if (other.sendMailAt_ != null) { + if (sendMailAt_ == null) { + SendMailAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + SendMailAt.MergeFrom(other.SendMailAt); + } + _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: { + Result = (global::EpinelPS.SetGuildMailResult) input.ReadEnum(); + break; + } + case 18: { + if (banFrom_ == null) { + BanFrom = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanFrom); + break; + } + case 26: { + if (banTo_ == null) { + BanTo = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanTo); + break; + } + case 34: { + if (sendMailAt_ == null) { + SendMailAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SendMailAt); + 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: { + Result = (global::EpinelPS.SetGuildMailResult) input.ReadEnum(); + break; + } + case 18: { + if (banFrom_ == null) { + BanFrom = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanFrom); + break; + } + case 26: { + if (banTo_ == null) { + BanTo = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanTo); + break; + } + case 34: { + if (sendMailAt_ == null) { + SendMailAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SendMailAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeGuildMaster : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeGuildMaster()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1192]; } + } + + [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 ResChangeGuildMaster() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildMaster(ResChangeGuildMaster other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildMaster Clone() { + return new ResChangeGuildMaster(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.ChangeGuildMasterResult result_ = global::EpinelPS.ChangeGuildMasterResult.ChangeGuildMasterResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ChangeGuildMasterResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeGuildMaster); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeGuildMaster other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.ChangeGuildMasterResult.ChangeGuildMasterResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.ChangeGuildMasterResult.ChangeGuildMasterResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ChangeGuildMasterResult.ChangeGuildMasterResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ChangeGuildMasterResult.ChangeGuildMasterResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChangeGuildMaster other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ChangeGuildMasterResult.ChangeGuildMasterResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.ChangeGuildMasterResult) 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: { + Result = (global::EpinelPS.ChangeGuildMasterResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeGuildManager : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeGuildManager()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1193]; } + } + + [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 ResChangeGuildManager() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildManager(ResChangeGuildManager other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeGuildManager Clone() { + return new ResChangeGuildManager(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.ChangeGuildManagerResult result_ = global::EpinelPS.ChangeGuildManagerResult.ChangeGuildManagerResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ChangeGuildManagerResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeGuildManager); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeGuildManager other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.ChangeGuildManagerResult.ChangeGuildManagerResultOk) hash ^= Result.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 (Result != global::EpinelPS.ChangeGuildManagerResult.ChangeGuildManagerResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ChangeGuildManagerResult.ChangeGuildManagerResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ChangeGuildManagerResult.ChangeGuildManagerResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChangeGuildManager other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ChangeGuildManagerResult.ChangeGuildManagerResultOk) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.ChangeGuildManagerResult) 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: { + Result = (global::EpinelPS.ChangeGuildManagerResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResKickGuildMember : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResKickGuildMember()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1194]; } + } + + [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 ResKickGuildMember() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResKickGuildMember(ResKickGuildMember other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResKickGuildMember Clone() { + return new ResKickGuildMember(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.KickGuildMemberResult result_ = global::EpinelPS.KickGuildMemberResult.KickGuildMemberResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.KickGuildMemberResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResKickGuildMember); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResKickGuildMember other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.KickGuildMemberResult.KickGuildMemberResultOk) hash ^= Result.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 (Result != global::EpinelPS.KickGuildMemberResult.KickGuildMemberResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.KickGuildMemberResult.KickGuildMemberResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.KickGuildMemberResult.KickGuildMemberResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResKickGuildMember other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.KickGuildMemberResult.KickGuildMemberResultOk) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.KickGuildMemberResult) 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: { + Result = (global::EpinelPS.KickGuildMemberResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddGuildBlacklist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddGuildBlacklist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1195]; } + } + + [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 ResAddGuildBlacklist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddGuildBlacklist(ResAddGuildBlacklist other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddGuildBlacklist Clone() { + return new ResAddGuildBlacklist(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.AddGuildBlacklistResult result_ = global::EpinelPS.AddGuildBlacklistResult.AddGuildBlacklistResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.AddGuildBlacklistResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddGuildBlacklist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddGuildBlacklist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.AddGuildBlacklistResult.AddGuildBlacklistResultOk) hash ^= Result.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 (Result != global::EpinelPS.AddGuildBlacklistResult.AddGuildBlacklistResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.AddGuildBlacklistResult.AddGuildBlacklistResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.AddGuildBlacklistResult.AddGuildBlacklistResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddGuildBlacklist other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.AddGuildBlacklistResult.AddGuildBlacklistResultOk) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.AddGuildBlacklistResult) 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: { + Result = (global::EpinelPS.AddGuildBlacklistResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResJoinGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResJoinGuild()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1196]; } + } + + [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 ResJoinGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResJoinGuild(ResJoinGuild other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResJoinGuild Clone() { + return new ResJoinGuild(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.JoinGuildResult result_ = global::EpinelPS.JoinGuildResult.JoinGuildResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.JoinGuildResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResJoinGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResJoinGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.JoinGuildResult.JoinGuildResultOk) hash ^= Result.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 (Result != global::EpinelPS.JoinGuildResult.JoinGuildResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.JoinGuildResult.JoinGuildResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.JoinGuildResult.JoinGuildResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResJoinGuild other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.JoinGuildResult.JoinGuildResultOk) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.JoinGuildResult) 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: { + Result = (global::EpinelPS.JoinGuildResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLeaveGuild : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLeaveGuild()); + private pb::UnknownFieldSet _unknownFields; + private int _hasBits0; + [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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1197]; } + } + + [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 ResLeaveGuild() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLeaveGuild(ResLeaveGuild other) : this() { + _hasBits0 = other._hasBits0; + guildLeaveAt_ = other.guildLeaveAt_; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLeaveGuild Clone() { + return new ResLeaveGuild(this); + } + + /// Field number for the "GuildLeaveAt" field. + public const int GuildLeaveAtFieldNumber = 1; + private readonly static long GuildLeaveAtDefaultValue = 0L; + + private long guildLeaveAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long GuildLeaveAt { + get { if ((_hasBits0 & 1) != 0) { return guildLeaveAt_; } else { return GuildLeaveAtDefaultValue; } } + set { + _hasBits0 |= 1; + guildLeaveAt_ = value; + } + } + /// Gets whether the "GuildLeaveAt" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasGuildLeaveAt { + get { return (_hasBits0 & 1) != 0; } + } + /// Clears the value of the "GuildLeaveAt" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearGuildLeaveAt() { + _hasBits0 &= ~1; + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 2; + private global::EpinelPS.LeaveGuildResult result_ = global::EpinelPS.LeaveGuildResult.LeaveGuildResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LeaveGuildResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLeaveGuild); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLeaveGuild other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GuildLeaveAt != other.GuildLeaveAt) return false; + if (Result != other.Result) 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 (HasGuildLeaveAt) hash ^= GuildLeaveAt.GetHashCode(); + if (Result != global::EpinelPS.LeaveGuildResult.LeaveGuildResultOk) hash ^= Result.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 (HasGuildLeaveAt) { + output.WriteRawTag(8); + output.WriteInt64(GuildLeaveAt); + } + if (Result != global::EpinelPS.LeaveGuildResult.LeaveGuildResultOk) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (HasGuildLeaveAt) { + output.WriteRawTag(8); + output.WriteInt64(GuildLeaveAt); + } + if (Result != global::EpinelPS.LeaveGuildResult.LeaveGuildResultOk) { + output.WriteRawTag(16); + output.WriteEnum((int) Result); + } + 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 (HasGuildLeaveAt) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(GuildLeaveAt); + } + if (Result != global::EpinelPS.LeaveGuildResult.LeaveGuildResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResLeaveGuild other) { + if (other == null) { + return; + } + if (other.HasGuildLeaveAt) { + GuildLeaveAt = other.GuildLeaveAt; + } + if (other.Result != global::EpinelPS.LeaveGuildResult.LeaveGuildResultOk) { + Result = other.Result; + } + _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: { + GuildLeaveAt = input.ReadInt64(); + break; + } + case 16: { + Result = (global::EpinelPS.LeaveGuildResult) 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: { + GuildLeaveAt = input.ReadInt64(); + break; + } + case 16: { + Result = (global::EpinelPS.LeaveGuildResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/getstepinfo + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUnionRaidStepInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUnionRaidStepInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1198]; } + } + + [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 ReqGetUnionRaidStepInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidStepInfo(ReqGetUnionRaidStepInfo other) : this() { + gsn_ = other.gsn_; + raidLevel_ = other.raidLevel_; + raidStep_ = other.raidStep_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidStepInfo Clone() { + return new ReqGetUnionRaidStepInfo(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "RaidStep" field. + public const int RaidStepFieldNumber = 3; + private int raidStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidStep { + get { return raidStep_; } + set { + raidStep_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUnionRaidStepInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUnionRaidStepInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (RaidLevel != other.RaidLevel) return false; + if (RaidStep != other.RaidStep) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (RaidStep != 0) hash ^= RaidStep.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (RaidStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidStep); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetUnionRaidStepInfo other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.RaidStep != 0) { + RaidStep = other.RaidStep; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = 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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidStepInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidStepInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1199]; } + } + + [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 ResGetUnionRaidStepInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidStepInfo(ResGetUnionRaidStepInfo other) : this() { + info_ = other.info_ != null ? other.info_.Clone() : null; + nowPlaying_ = other.nowPlaying_; + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidStepInfo Clone() { + return new ResGetUnionRaidStepInfo(this); + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 1; + private global::EpinelPS.NetUnionRaidGuildInfo info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidGuildInfo Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "NowPlaying" field. + public const int NowPlayingFieldNumber = 2; + private bool nowPlaying_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool NowPlaying { + get { return nowPlaying_; } + set { + nowPlaying_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 3; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidStepInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidStepInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Info, other.Info)) return false; + if (NowPlaying != other.NowPlaying) return false; + if (PeriodResult != other.PeriodResult) 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 (info_ != null) hash ^= Info.GetHashCode(); + if (NowPlaying != false) hash ^= NowPlaying.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.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 (info_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Info); + } + if (NowPlaying != false) { + output.WriteRawTag(16); + output.WriteBool(NowPlaying); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + 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 (info_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Info); + } + if (NowPlaying != false) { + output.WriteRawTag(16); + output.WriteBool(NowPlaying); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + 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 (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (NowPlaying != false) { + size += 1 + 1; + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidStepInfo other) { + if (other == null) { + return; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + Info.MergeFrom(other.Info); + } + if (other.NowPlaying != false) { + NowPlaying = other.NowPlaying; + } + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Info); + break; + } + case 16: { + NowPlaying = input.ReadBool(); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) 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 10: { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Info); + break; + } + case 16: { + NowPlaying = input.ReadBool(); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterUnionRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterUnionRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1200]; } + } + + [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 ReqEnterUnionRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterUnionRaid(ReqEnterUnionRaid other) : this() { + raidLevel_ = other.raidLevel_; + raidStep_ = other.raidStep_; + team_ = other.team_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterUnionRaid Clone() { + return new ReqEnterUnionRaid(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "RaidStep" field. + public const int RaidStepFieldNumber = 3; + private int raidStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidStep { + get { return raidStep_; } + set { + raidStep_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 4; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterUnionRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterUnionRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (RaidStep != other.RaidStep) return false; + if (Team != other.Team) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (RaidStep != 0) hash ^= RaidStep.GetHashCode(); + if (Team != 0) hash ^= Team.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 (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + if (Team != 0) { + output.WriteRawTag(32); + output.WriteInt32(Team); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (RaidStep != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidStep); + } + if (Team != 0) { + output.WriteRawTag(32); + output.WriteInt32(Team); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (RaidStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidStep); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterUnionRaid other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.RaidStep != 0) { + RaidStep = other.RaidStep; + } + if (other.Team != 0) { + Team = other.Team; + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + case 32: { + Team = 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 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + RaidStep = input.ReadInt32(); + break; + } + case 32: { + Team = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterUnionRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterUnionRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1201]; } + } + + [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 ResEnterUnionRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterUnionRaid(ResEnterUnionRaid other) : this() { + info_ = other.info_ != null ? other.info_.Clone() : null; + joinResult_ = other.joinResult_; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterUnionRaid Clone() { + return new ResEnterUnionRaid(this); + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 1; + private global::EpinelPS.NetUnionRaidGuildInfo info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidGuildInfo Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "JoinResult" field. + public const int JoinResultFieldNumber = 2; + private global::EpinelPS.UnionRaidJoinResult joinResult_ = global::EpinelPS.UnionRaidJoinResult.UnionRaidJoinResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidJoinResult JoinResult { + get { return joinResult_; } + set { + joinResult_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 3; + private global::EpinelPS.NetUnionRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 4; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterUnionRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterUnionRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Info, other.Info)) return false; + if (JoinResult != other.JoinResult) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (PeriodResult != other.PeriodResult) 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 (info_ != null) hash ^= Info.GetHashCode(); + if (JoinResult != global::EpinelPS.UnionRaidJoinResult.UnionRaidJoinResultSuccess) hash ^= JoinResult.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.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 (info_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Info); + } + if (JoinResult != global::EpinelPS.UnionRaidJoinResult.UnionRaidJoinResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) JoinResult); + } + if (joinData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + 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 (info_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Info); + } + if (JoinResult != global::EpinelPS.UnionRaidJoinResult.UnionRaidJoinResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) JoinResult); + } + if (joinData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + 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 (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (JoinResult != global::EpinelPS.UnionRaidJoinResult.UnionRaidJoinResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JoinResult); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterUnionRaid other) { + if (other == null) { + return; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + Info.MergeFrom(other.Info); + } + if (other.JoinResult != global::EpinelPS.UnionRaidJoinResult.UnionRaidJoinResultSuccess) { + JoinResult = other.JoinResult; + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Info); + break; + } + case 16: { + JoinResult = (global::EpinelPS.UnionRaidJoinResult) input.ReadEnum(); + break; + } + case 26: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) 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 10: { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Info); + break; + } + case 16: { + JoinResult = (global::EpinelPS.UnionRaidJoinResult) input.ReadEnum(); + break; + } + case 26: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetUnionRaidDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetUnionRaidDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1202]; } + } + + [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 ResSetUnionRaidDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUnionRaidDamage(ResSetUnionRaidDamage other) : this() { + raidJoinCount_ = other.raidJoinCount_; + status_ = other.status_; + info_ = other.info_ != null ? other.info_.Clone() : null; + periodResult_ = other.periodResult_; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + damageResult_ = other.damageResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUnionRaidDamage Clone() { + return new ResSetUnionRaidDamage(this); + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 1; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "Status" field. + public const int StatusFieldNumber = 2; + private global::EpinelPS.StepStatus status_ = global::EpinelPS.StepStatus.StepStatusAlive; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.StepStatus Status { + get { return status_; } + set { + status_ = value; + } + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 3; + private global::EpinelPS.NetUnionRaidGuildInfo info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidGuildInfo Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 4; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 5; + private global::EpinelPS.NetUnionRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "DamageResult" field. + public const int DamageResultFieldNumber = 6; + private global::EpinelPS.UnionRaidDamageResult damageResult_ = global::EpinelPS.UnionRaidDamageResult.UnionRaidDamageResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidDamageResult DamageResult { + get { return damageResult_; } + set { + damageResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetUnionRaidDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetUnionRaidDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidJoinCount != other.RaidJoinCount) return false; + if (Status != other.Status) return false; + if (!object.Equals(Info, other.Info)) return false; + if (PeriodResult != other.PeriodResult) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (DamageResult != other.DamageResult) 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 (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (Status != global::EpinelPS.StepStatus.StepStatusAlive) hash ^= Status.GetHashCode(); + if (info_ != null) hash ^= Info.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (DamageResult != global::EpinelPS.UnionRaidDamageResult.UnionRaidDamageResultSuccess) hash ^= DamageResult.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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (Status != global::EpinelPS.StepStatus.StepStatusAlive) { + output.WriteRawTag(16); + output.WriteEnum((int) Status); + } + if (info_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Info); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (DamageResult != global::EpinelPS.UnionRaidDamageResult.UnionRaidDamageResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) DamageResult); + } + 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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (Status != global::EpinelPS.StepStatus.StepStatusAlive) { + output.WriteRawTag(16); + output.WriteEnum((int) Status); + } + if (info_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Info); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (DamageResult != global::EpinelPS.UnionRaidDamageResult.UnionRaidDamageResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) DamageResult); + } + 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 (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (Status != global::EpinelPS.StepStatus.StepStatusAlive) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + } + if (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (DamageResult != global::EpinelPS.UnionRaidDamageResult.UnionRaidDamageResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DamageResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetUnionRaidDamage other) { + if (other == null) { + return; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.Status != global::EpinelPS.StepStatus.StepStatusAlive) { + Status = other.Status; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + Info.MergeFrom(other.Info); + } + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.DamageResult != global::EpinelPS.UnionRaidDamageResult.UnionRaidDamageResultSuccess) { + DamageResult = other.DamageResult; + } + _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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 16: { + Status = (global::EpinelPS.StepStatus) input.ReadEnum(); + break; + } + case 26: { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Info); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + DamageResult = (global::EpinelPS.UnionRaidDamageResult) 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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 16: { + Status = (global::EpinelPS.StepStatus) input.ReadEnum(); + break; + } + case 26: { + if (info_ == null) { + Info = new global::EpinelPS.NetUnionRaidGuildInfo(); + } + input.ReadMessage(Info); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + DamageResult = (global::EpinelPS.UnionRaidDamageResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/ranking/world + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListUnionRaidWorldRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListUnionRaidWorldRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1203]; } + } + + [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 ReqListUnionRaidWorldRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListUnionRaidWorldRanking(ReqListUnionRaidWorldRanking other) : this() { + rank_ = other.rank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListUnionRaidWorldRanking Clone() { + return new ReqListUnionRaidWorldRanking(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListUnionRaidWorldRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListUnionRaidWorldRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) 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 (Rank != 0) hash ^= Rank.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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + 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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqListUnionRaidWorldRanking other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + _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: { + Rank = 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: { + Rank = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListUnionRaidWorldRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListUnionRaidWorldRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1204]; } + } + + [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 ResListUnionRaidWorldRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListUnionRaidWorldRanking(ResListUnionRaidWorldRanking other) : this() { + rankings_ = other.rankings_.Clone(); + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListUnionRaidWorldRanking Clone() { + return new ResListUnionRaidWorldRanking(this); + } + + /// Field number for the "Rankings" field. + public const int RankingsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rankings_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUnionRaidRankingData.Parser); + private readonly pbc::RepeatedField rankings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Rankings { + get { return rankings_; } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 2; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListUnionRaidWorldRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListUnionRaidWorldRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankings_.Equals(other.rankings_)) return false; + if (PeriodResult != other.PeriodResult) 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 ^= rankings_.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.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 + rankings_.WriteTo(output, _repeated_rankings_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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) { + rankings_.WriteTo(ref output, _repeated_rankings_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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 += rankings_.CalculateSize(_repeated_rankings_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListUnionRaidWorldRanking other) { + if (other == null) { + return; + } + rankings_.Add(other.rankings_); + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + rankings_.AddEntriesFrom(input, _repeated_rankings_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) 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 10: { + rankings_.AddEntriesFrom(ref input, _repeated_rankings_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/log/whole + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUnionRaidWholeBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUnionRaidWholeBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1205]; } + } + + [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 ReqGetUnionRaidWholeBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidWholeBattleLog(ReqGetUnionRaidWholeBattleLog other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidWholeBattleLog Clone() { + return new ReqGetUnionRaidWholeBattleLog(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUnionRaidWholeBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUnionRaidWholeBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetUnionRaidWholeBattleLog other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidWholeBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidWholeBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1206]; } + } + + [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 ResGetUnionRaidWholeBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidWholeBattleLog(ResGetUnionRaidWholeBattleLog other) : this() { + log_ = other.log_.Clone(); + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidWholeBattleLog Clone() { + return new ResGetUnionRaidWholeBattleLog(this); + } + + /// Field number for the "Log" field. + public const int LogFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_log_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUnionRaidSimpleLog.Parser); + private readonly pbc::RepeatedField log_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Log { + get { return log_; } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 2; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidWholeBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidWholeBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!log_.Equals(other.log_)) return false; + if (PeriodResult != other.PeriodResult) 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 ^= log_.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.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 + log_.WriteTo(output, _repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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) { + log_.WriteTo(ref output, _repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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 += log_.CalculateSize(_repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidWholeBattleLog other) { + if (other == null) { + return; + } + log_.Add(other.log_); + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + log_.AddEntriesFrom(input, _repeated_log_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) 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 10: { + log_.AddEntriesFrom(ref input, _repeated_log_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/log/user + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUnionRaidUserBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUnionRaidUserBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1207]; } + } + + [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 ReqGetUnionRaidUserBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidUserBattleLog(ReqGetUnionRaidUserBattleLog other) : this() { + gsn_ = other.gsn_; + step_ = other.step_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidUserBattleLog Clone() { + return new ReqGetUnionRaidUserBattleLog(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Step" field. + public const int StepFieldNumber = 3; + private int step_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Step { + get { return step_; } + set { + step_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUnionRaidUserBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUnionRaidUserBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Step != other.Step) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Step != 0) hash ^= Step.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Step != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Step); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetUnionRaidUserBattleLog other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Step != 0) { + Step = other.Step; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + Step = 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + Step = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidUserBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidUserBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1208]; } + } + + [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 ResGetUnionRaidUserBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidUserBattleLog(ResGetUnionRaidUserBattleLog other) : this() { + log_ = other.log_.Clone(); + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidUserBattleLog Clone() { + return new ResGetUnionRaidUserBattleLog(this); + } + + /// Field number for the "Log" field. + public const int LogFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_log_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUnionRaidDetailLog.Parser); + private readonly pbc::RepeatedField log_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Log { + get { return log_; } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 2; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidUserBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidUserBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!log_.Equals(other.log_)) return false; + if (PeriodResult != other.PeriodResult) 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 ^= log_.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.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 + log_.WriteTo(output, _repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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) { + log_.WriteTo(ref output, _repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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 += log_.CalculateSize(_repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidUserBattleLog other) { + if (other == null) { + return; + } + log_.Add(other.log_); + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + log_.AddEntriesFrom(input, _repeated_log_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) 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 10: { + log_.AddEntriesFrom(ref input, _repeated_log_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/log/step + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUnionRaidStepBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUnionRaidStepBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1209]; } + } + + [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 ReqGetUnionRaidStepBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidStepBattleLog(ReqGetUnionRaidStepBattleLog other) : this() { + gsn_ = other.gsn_; + step_ = other.step_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidStepBattleLog Clone() { + return new ReqGetUnionRaidStepBattleLog(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "Step" field. + public const int StepFieldNumber = 2; + private int step_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Step { + get { return step_; } + set { + step_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUnionRaidStepBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUnionRaidStepBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (Step != other.Step) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (Step != 0) hash ^= Step.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Step != 0) { + output.WriteRawTag(16); + output.WriteInt32(Step); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + if (Step != 0) { + output.WriteRawTag(16); + output.WriteInt32(Step); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (Step != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Step); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetUnionRaidStepBattleLog other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.Step != 0) { + Step = other.Step; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + Step = 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: { + Gsn = input.ReadInt64(); + break; + } + case 16: { + Step = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidStepBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidStepBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1210]; } + } + + [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 ResGetUnionRaidStepBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidStepBattleLog(ResGetUnionRaidStepBattleLog other) : this() { + log_ = other.log_.Clone(); + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidStepBattleLog Clone() { + return new ResGetUnionRaidStepBattleLog(this); + } + + /// Field number for the "Log" field. + public const int LogFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_log_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUnionRaidDetailLog.Parser); + private readonly pbc::RepeatedField log_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Log { + get { return log_; } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 2; + private global::EpinelPS.UnionRaidPeriodResult periodResult_ = global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.UnionRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidStepBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidStepBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!log_.Equals(other.log_)) return false; + if (PeriodResult != other.PeriodResult) 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 ^= log_.GetHashCode(); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) hash ^= PeriodResult.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 + log_.WriteTo(output, _repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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) { + log_.WriteTo(ref output, _repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + 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 += log_.CalculateSize(_repeated_log_codec); + if (PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidStepBattleLog other) { + if (other == null) { + return; + } + log_.Add(other.log_); + if (other.PeriodResult != global::EpinelPS.UnionRaidPeriodResult.UnionRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + log_.AddEntriesFrom(input, _repeated_log_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) 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 10: { + log_.AddEntriesFrom(ref input, _repeated_log_codec); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.UnionRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidSimpleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidSimpleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1211]; } + } + + [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 NetUnionRaidSimpleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidSimpleLog(NetUnionRaidSimpleLog other) : this() { + nickname_ = other.nickname_; + raidLevel_ = other.raidLevel_; + step_ = other.step_; + damage_ = other.damage_; + kill_ = other.kill_; + damageAt_ = other.damageAt_; + usn_ = other.usn_; + leftHp_ = other.leftHp_; + day_ = other.day_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidSimpleLog Clone() { + return new NetUnionRaidSimpleLog(this); + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 1; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Step" field. + public const int StepFieldNumber = 3; + private int step_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Step { + get { return step_; } + set { + step_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 4; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Kill" field. + public const int KillFieldNumber = 5; + private bool kill_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Kill { + get { return kill_; } + set { + kill_ = value; + } + } + + /// Field number for the "DamageAt" field. + public const int DamageAtFieldNumber = 6; + private long damageAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DamageAt { + get { return damageAt_; } + set { + damageAt_ = value; + } + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 7; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "LeftHp" field. + public const int LeftHpFieldNumber = 8; + private long leftHp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LeftHp { + get { return leftHp_; } + set { + leftHp_ = value; + } + } + + /// Field number for the "Day" field. + public const int DayFieldNumber = 9; + private int day_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Day { + get { return day_; } + set { + day_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidSimpleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidSimpleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Nickname != other.Nickname) return false; + if (RaidLevel != other.RaidLevel) return false; + if (Step != other.Step) return false; + if (Damage != other.Damage) return false; + if (Kill != other.Kill) return false; + if (DamageAt != other.DamageAt) return false; + if (Usn != other.Usn) return false; + if (LeftHp != other.LeftHp) return false; + if (Day != other.Day) 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 (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Step != 0) hash ^= Step.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (Kill != false) hash ^= Kill.GetHashCode(); + if (DamageAt != 0L) hash ^= DamageAt.GetHashCode(); + if (Usn != 0L) hash ^= Usn.GetHashCode(); + if (LeftHp != 0L) hash ^= LeftHp.GetHashCode(); + if (Day != 0) hash ^= Day.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 (Nickname.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Nickname); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (Kill != false) { + output.WriteRawTag(40); + output.WriteBool(Kill); + } + if (DamageAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(DamageAt); + } + if (Usn != 0L) { + output.WriteRawTag(56); + output.WriteInt64(Usn); + } + if (LeftHp != 0L) { + output.WriteRawTag(64); + output.WriteInt64(LeftHp); + } + if (Day != 0) { + output.WriteRawTag(72); + output.WriteInt32(Day); + } + 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 (Nickname.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Nickname); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + if (Kill != false) { + output.WriteRawTag(40); + output.WriteBool(Kill); + } + if (DamageAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(DamageAt); + } + if (Usn != 0L) { + output.WriteRawTag(56); + output.WriteInt64(Usn); + } + if (LeftHp != 0L) { + output.WriteRawTag(64); + output.WriteInt64(LeftHp); + } + if (Day != 0) { + output.WriteRawTag(72); + output.WriteInt32(Day); + } + 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 (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Step != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Step); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (Kill != false) { + size += 1 + 1; + } + if (DamageAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DamageAt); + } + if (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (LeftHp != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LeftHp); + } + if (Day != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Day); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidSimpleLog other) { + if (other == null) { + return; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Step != 0) { + Step = other.Step; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.Kill != false) { + Kill = other.Kill; + } + if (other.DamageAt != 0L) { + DamageAt = other.DamageAt; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.LeftHp != 0L) { + LeftHp = other.LeftHp; + } + if (other.Day != 0) { + Day = other.Day; + } + _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: { + Nickname = input.ReadString(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Step = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + Kill = input.ReadBool(); + break; + } + case 48: { + DamageAt = input.ReadInt64(); + break; + } + case 56: { + Usn = input.ReadInt64(); + break; + } + case 64: { + LeftHp = input.ReadInt64(); + break; + } + case 72: { + Day = 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 10: { + Nickname = input.ReadString(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Step = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 40: { + Kill = input.ReadBool(); + break; + } + case 48: { + DamageAt = input.ReadInt64(); + break; + } + case 56: { + Usn = input.ReadInt64(); + break; + } + case 64: { + LeftHp = input.ReadInt64(); + break; + } + case 72: { + Day = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidDetailLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidDetailLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1212]; } + } + + [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 NetUnionRaidDetailLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidDetailLog(NetUnionRaidDetailLog other) : this() { + usn_ = other.usn_; + nickname_ = other.nickname_; + raidLevel_ = other.raidLevel_; + damage_ = other.damage_; + team_ = other.team_.Clone(); + damageAt_ = other.damageAt_; + kill_ = other.kill_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidDetailLog Clone() { + return new NetUnionRaidDetailLog(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "Nickname" field. + public const int NicknameFieldNumber = 2; + private string nickname_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Nickname { + get { return nickname_; } + set { + nickname_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 3; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 4; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_team_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUnionRaidTeamCharacter.Parser); + private readonly pbc::RepeatedField team_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Team { + get { return team_; } + } + + /// Field number for the "DamageAt" field. + public const int DamageAtFieldNumber = 6; + private long damageAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DamageAt { + get { return damageAt_; } + set { + damageAt_ = value; + } + } + + /// Field number for the "Kill" field. + public const int KillFieldNumber = 7; + private bool kill_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Kill { + get { return kill_; } + set { + kill_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidDetailLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidDetailLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (Nickname != other.Nickname) return false; + if (RaidLevel != other.RaidLevel) return false; + if (Damage != other.Damage) return false; + if(!team_.Equals(other.team_)) return false; + if (DamageAt != other.DamageAt) return false; + if (Kill != other.Kill) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (Nickname.Length != 0) hash ^= Nickname.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + hash ^= team_.GetHashCode(); + if (DamageAt != 0L) hash ^= DamageAt.GetHashCode(); + if (Kill != false) hash ^= Kill.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + if (RaidLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + team_.WriteTo(output, _repeated_team_codec); + if (DamageAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(DamageAt); + } + if (Kill != false) { + output.WriteRawTag(56); + output.WriteBool(Kill); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (Nickname.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Nickname); + } + if (RaidLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(RaidLevel); + } + if (Damage != 0L) { + output.WriteRawTag(32); + output.WriteInt64(Damage); + } + team_.WriteTo(ref output, _repeated_team_codec); + if (DamageAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(DamageAt); + } + if (Kill != false) { + output.WriteRawTag(56); + output.WriteBool(Kill); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (Nickname.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Nickname); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + size += team_.CalculateSize(_repeated_team_codec); + if (DamageAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DamageAt); + } + if (Kill != 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(NetUnionRaidDetailLog other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.Nickname.Length != 0) { + Nickname = other.Nickname; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + team_.Add(other.team_); + if (other.DamageAt != 0L) { + DamageAt = other.DamageAt; + } + if (other.Kill != false) { + Kill = other.Kill; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + Nickname = input.ReadString(); + break; + } + case 24: { + RaidLevel = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 42: { + team_.AddEntriesFrom(input, _repeated_team_codec); + break; + } + case 48: { + DamageAt = input.ReadInt64(); + break; + } + case 56: { + Kill = 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 8: { + Usn = input.ReadInt64(); + break; + } + case 18: { + Nickname = input.ReadString(); + break; + } + case 24: { + RaidLevel = input.ReadInt32(); + break; + } + case 32: { + Damage = input.ReadInt64(); + break; + } + case 42: { + team_.AddEntriesFrom(ref input, _repeated_team_codec); + break; + } + case 48: { + DamageAt = input.ReadInt64(); + break; + } + case 56: { + Kill = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidJoinData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidJoinData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1213]; } + } + + [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 NetUnionRaidJoinData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidJoinData(NetUnionRaidJoinData other) : this() { + playCount_ = other.playCount_; + csnList_ = other.csnList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidJoinData Clone() { + return new NetUnionRaidJoinData(this); + } + + /// Field number for the "PlayCount" field. + public const int PlayCountFieldNumber = 1; + private int playCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PlayCount { + get { return playCount_; } + set { + playCount_ = value; + } + } + + /// Field number for the "CsnList" field. + public const int CsnListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_csnList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField csnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CsnList { + get { return csnList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidJoinData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidJoinData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PlayCount != other.PlayCount) return false; + if(!csnList_.Equals(other.csnList_)) 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 (PlayCount != 0) hash ^= PlayCount.GetHashCode(); + hash ^= csnList_.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 (PlayCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(PlayCount); + } + csnList_.WriteTo(output, _repeated_csnList_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 (PlayCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(PlayCount); + } + csnList_.WriteTo(ref output, _repeated_csnList_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 (PlayCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PlayCount); + } + size += csnList_.CalculateSize(_repeated_csnList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidJoinData other) { + if (other == null) { + return; + } + if (other.PlayCount != 0) { + PlayCount = other.PlayCount; + } + csnList_.Add(other.csnList_); + _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: { + PlayCount = input.ReadInt32(); + break; + } + case 18: + case 16: { + csnList_.AddEntriesFrom(input, _repeated_csnList_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: { + PlayCount = input.ReadInt32(); + break; + } + case 18: + case 16: { + csnList_.AddEntriesFrom(ref input, _repeated_csnList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidTeamCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidTeamCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1214]; } + } + + [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 NetUnionRaidTeamCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidTeamCharacter(NetUnionRaidTeamCharacter other) : this() { + slot_ = other.slot_; + tid_ = other.tid_; + level_ = other.level_; + combat_ = other.combat_; + costumeId_ = other.costumeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidTeamCharacter Clone() { + return new NetUnionRaidTeamCharacter(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 4; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 5; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidTeamCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidTeamCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Combat != other.Combat) return false; + if (CostumeId != other.CostumeId) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Combat != 0) hash ^= Combat.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + if (CostumeId != 0) { + output.WriteRawTag(40); + output.WriteInt32(CostumeId); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + if (CostumeId != 0) { + output.WriteRawTag(40); + output.WriteInt32(CostumeId); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidTeamCharacter other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + case 40: { + CostumeId = 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + case 40: { + CostumeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUnionRaidPeriodData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUnionRaidPeriodData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1215]; } + } + + [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 NetUnionRaidPeriodData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidPeriodData(NetUnionRaidPeriodData other) : this() { + visibleDate_ = other.visibleDate_; + startDate_ = other.startDate_; + endDate_ = other.endDate_; + disableDate_ = other.disableDate_; + settleDate_ = other.settleDate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUnionRaidPeriodData Clone() { + return new NetUnionRaidPeriodData(this); + } + + /// Field number for the "VisibleDate" field. + public const int VisibleDateFieldNumber = 1; + private long visibleDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long VisibleDate { + get { return visibleDate_; } + set { + visibleDate_ = value; + } + } + + /// Field number for the "StartDate" field. + public const int StartDateFieldNumber = 2; + private long startDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartDate { + get { return startDate_; } + set { + startDate_ = value; + } + } + + /// Field number for the "EndDate" field. + public const int EndDateFieldNumber = 3; + private long endDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndDate { + get { return endDate_; } + set { + endDate_ = value; + } + } + + /// Field number for the "DisableDate" field. + public const int DisableDateFieldNumber = 4; + private long disableDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DisableDate { + get { return disableDate_; } + set { + disableDate_ = value; + } + } + + /// Field number for the "SettleDate" field. + public const int SettleDateFieldNumber = 5; + private long settleDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SettleDate { + get { return settleDate_; } + set { + settleDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUnionRaidPeriodData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUnionRaidPeriodData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (VisibleDate != other.VisibleDate) return false; + if (StartDate != other.StartDate) return false; + if (EndDate != other.EndDate) return false; + if (DisableDate != other.DisableDate) return false; + if (SettleDate != other.SettleDate) 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 (VisibleDate != 0L) hash ^= VisibleDate.GetHashCode(); + if (StartDate != 0L) hash ^= StartDate.GetHashCode(); + if (EndDate != 0L) hash ^= EndDate.GetHashCode(); + if (DisableDate != 0L) hash ^= DisableDate.GetHashCode(); + if (SettleDate != 0L) hash ^= SettleDate.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 (VisibleDate != 0L) { + output.WriteRawTag(8); + output.WriteInt64(VisibleDate); + } + if (StartDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartDate); + } + if (EndDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(EndDate); + } + if (DisableDate != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DisableDate); + } + if (SettleDate != 0L) { + output.WriteRawTag(40); + output.WriteInt64(SettleDate); + } + 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 (VisibleDate != 0L) { + output.WriteRawTag(8); + output.WriteInt64(VisibleDate); + } + if (StartDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartDate); + } + if (EndDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(EndDate); + } + if (DisableDate != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DisableDate); + } + if (SettleDate != 0L) { + output.WriteRawTag(40); + output.WriteInt64(SettleDate); + } + 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 (VisibleDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(VisibleDate); + } + if (StartDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartDate); + } + if (EndDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndDate); + } + if (DisableDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DisableDate); + } + if (SettleDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SettleDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUnionRaidPeriodData other) { + if (other == null) { + return; + } + if (other.VisibleDate != 0L) { + VisibleDate = other.VisibleDate; + } + if (other.StartDate != 0L) { + StartDate = other.StartDate; + } + if (other.EndDate != 0L) { + EndDate = other.EndDate; + } + if (other.DisableDate != 0L) { + DisableDate = other.DisableDate; + } + if (other.SettleDate != 0L) { + SettleDate = other.SettleDate; + } + _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: { + VisibleDate = input.ReadInt64(); + break; + } + case 16: { + StartDate = input.ReadInt64(); + break; + } + case 24: { + EndDate = input.ReadInt64(); + break; + } + case 32: { + DisableDate = input.ReadInt64(); + break; + } + case 40: { + SettleDate = input.ReadInt64(); + 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: { + VisibleDate = input.ReadInt64(); + break; + } + case 16: { + StartDate = input.ReadInt64(); + break; + } + case 24: { + EndDate = input.ReadInt64(); + break; + } + case 32: { + DisableDate = input.ReadInt64(); + break; + } + case 40: { + SettleDate = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/search + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSearchGuildList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSearchGuildList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1216]; } + } + + [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 ReqSearchGuildList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSearchGuildList(ReqSearchGuildList other) : this() { + search_ = other.search_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSearchGuildList Clone() { + return new ReqSearchGuildList(this); + } + + /// Field number for the "Search" field. + public const int SearchFieldNumber = 1; + private string search_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Search { + get { return search_; } + set { + search_ = 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 ReqSearchGuildList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSearchGuildList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Search != other.Search) 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 (Search.Length != 0) hash ^= Search.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 (Search.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Search); + } + 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 (Search.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Search); + } + 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 (Search.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Search); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSearchGuildList other) { + if (other == null) { + return; + } + if (other.Search.Length != 0) { + Search = other.Search; + } + _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: { + Search = 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 10: { + Search = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSearchGuildList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSearchGuildList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1217]; } + } + + [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 ResSearchGuildList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSearchGuildList(ResSearchGuildList other) : this() { + guilds_ = other.guilds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSearchGuildList Clone() { + return new ResSearchGuildList(this); + } + + /// Field number for the "Guilds" field. + public const int GuildsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guilds_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSimpleGuildData.Parser); + private readonly pbc::RepeatedField guilds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Guilds { + get { return guilds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSearchGuildList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSearchGuildList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!guilds_.Equals(other.guilds_)) 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 ^= guilds_.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 + guilds_.WriteTo(output, _repeated_guilds_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) { + guilds_.WriteTo(ref output, _repeated_guilds_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 += guilds_.CalculateSize(_repeated_guilds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSearchGuildList other) { + if (other == null) { + return; + } + guilds_.Add(other.guilds_); + _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: { + guilds_.AddEntriesFrom(input, _repeated_guilds_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 18: { + guilds_.AddEntriesFrom(ref input, _repeated_guilds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetGuildChatList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetGuildChatList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1218]; } + } + + [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 ResGetGuildChatList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuildChatList(ResGetGuildChatList other) : this() { + memberList_ = other.memberList_.Clone(); + chatList_ = other.chatList_.Clone(); + deletedMessageIdList_ = other.deletedMessageIdList_.Clone(); + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuildChatList Clone() { + return new ResGetGuildChatList(this); + } + + /// Field number for the "MemberList" field. + public const int MemberListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_memberList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetGuildMemberData.Parser); + private readonly pbc::RepeatedField memberList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MemberList { + get { return memberList_; } + } + + /// Field number for the "ChatList" field. + public const int ChatListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_chatList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetGuildChatData.Parser); + private readonly pbc::RepeatedField chatList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ChatList { + get { return chatList_; } + } + + /// Field number for the "DeletedMessageIdList" field. + public const int DeletedMessageIdListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_deletedMessageIdList_codec + = pb::FieldCodec.ForString(26); + private readonly pbc::RepeatedField deletedMessageIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DeletedMessageIdList { + get { return deletedMessageIdList_; } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 4; + private global::EpinelPS.GetGuildChatListResult result_ = global::EpinelPS.GetGuildChatListResult.GetGuildChatListResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GetGuildChatListResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetGuildChatList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetGuildChatList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!memberList_.Equals(other.memberList_)) return false; + if(!chatList_.Equals(other.chatList_)) return false; + if(!deletedMessageIdList_.Equals(other.deletedMessageIdList_)) return false; + if (Result != other.Result) 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 ^= memberList_.GetHashCode(); + hash ^= chatList_.GetHashCode(); + hash ^= deletedMessageIdList_.GetHashCode(); + if (Result != global::EpinelPS.GetGuildChatListResult.GetGuildChatListResultSuccess) hash ^= Result.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 + memberList_.WriteTo(output, _repeated_memberList_codec); + chatList_.WriteTo(output, _repeated_chatList_codec); + deletedMessageIdList_.WriteTo(output, _repeated_deletedMessageIdList_codec); + if (Result != global::EpinelPS.GetGuildChatListResult.GetGuildChatListResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) Result); + } + 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) { + memberList_.WriteTo(ref output, _repeated_memberList_codec); + chatList_.WriteTo(ref output, _repeated_chatList_codec); + deletedMessageIdList_.WriteTo(ref output, _repeated_deletedMessageIdList_codec); + if (Result != global::EpinelPS.GetGuildChatListResult.GetGuildChatListResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) Result); + } + 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 += memberList_.CalculateSize(_repeated_memberList_codec); + size += chatList_.CalculateSize(_repeated_chatList_codec); + size += deletedMessageIdList_.CalculateSize(_repeated_deletedMessageIdList_codec); + if (Result != global::EpinelPS.GetGuildChatListResult.GetGuildChatListResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetGuildChatList other) { + if (other == null) { + return; + } + memberList_.Add(other.memberList_); + chatList_.Add(other.chatList_); + deletedMessageIdList_.Add(other.deletedMessageIdList_); + if (other.Result != global::EpinelPS.GetGuildChatListResult.GetGuildChatListResultSuccess) { + Result = other.Result; + } + _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: { + memberList_.AddEntriesFrom(input, _repeated_memberList_codec); + break; + } + case 18: { + chatList_.AddEntriesFrom(input, _repeated_chatList_codec); + break; + } + case 26: { + deletedMessageIdList_.AddEntriesFrom(input, _repeated_deletedMessageIdList_codec); + break; + } + case 32: { + Result = (global::EpinelPS.GetGuildChatListResult) 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 10: { + memberList_.AddEntriesFrom(ref input, _repeated_memberList_codec); + break; + } + case 18: { + chatList_.AddEntriesFrom(ref input, _repeated_chatList_codec); + break; + } + case 26: { + deletedMessageIdList_.AddEntriesFrom(ref input, _repeated_deletedMessageIdList_codec); + break; + } + case 32: { + Result = (global::EpinelPS.GetGuildChatListResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSendGuildChat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSendGuildChat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1219]; } + } + + [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 ResSendGuildChat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSendGuildChat(ResSendGuildChat other) : this() { + result_ = other.result_; + banFrom_ = other.banFrom_ != null ? other.banFrom_.Clone() : null; + banTo_ = other.banTo_ != null ? other.banTo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSendGuildChat Clone() { + return new ResSendGuildChat(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.GuildChatSendResult result_ = global::EpinelPS.GuildChatSendResult.GuildChatSendResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GuildChatSendResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BanFrom" field. + public const int BanFromFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp banFrom_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanFrom { + get { return banFrom_; } + set { + banFrom_ = value; + } + } + + /// Field number for the "BanTo" field. + public const int BanToFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp banTo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BanTo { + get { return banTo_; } + set { + banTo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSendGuildChat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSendGuildChat other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(BanFrom, other.BanFrom)) return false; + if (!object.Equals(BanTo, other.BanTo)) 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 (Result != global::EpinelPS.GuildChatSendResult.GuildChatSendResultSuccess) hash ^= Result.GetHashCode(); + if (banFrom_ != null) hash ^= BanFrom.GetHashCode(); + if (banTo_ != null) hash ^= BanTo.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 (Result != global::EpinelPS.GuildChatSendResult.GuildChatSendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banFrom_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanFrom); + } + if (banTo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanTo); + } + 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 (Result != global::EpinelPS.GuildChatSendResult.GuildChatSendResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (banFrom_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BanFrom); + } + if (banTo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(BanTo); + } + 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 (Result != global::EpinelPS.GuildChatSendResult.GuildChatSendResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (banFrom_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanFrom); + } + if (banTo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanTo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSendGuildChat other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.GuildChatSendResult.GuildChatSendResultSuccess) { + Result = other.Result; + } + if (other.banFrom_ != null) { + if (banFrom_ == null) { + BanFrom = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanFrom.MergeFrom(other.BanFrom); + } + if (other.banTo_ != null) { + if (banTo_ == null) { + BanTo = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BanTo.MergeFrom(other.BanTo); + } + _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: { + Result = (global::EpinelPS.GuildChatSendResult) input.ReadEnum(); + break; + } + case 18: { + if (banFrom_ == null) { + BanFrom = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanFrom); + break; + } + case 26: { + if (banTo_ == null) { + BanTo = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanTo); + 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: { + Result = (global::EpinelPS.GuildChatSendResult) input.ReadEnum(); + break; + } + case 18: { + if (banFrom_ == null) { + BanFrom = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanFrom); + break; + } + case 26: { + if (banTo_ == null) { + BanTo = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BanTo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/chat/delete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteGuildChat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteGuildChat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1220]; } + } + + [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 ReqDeleteGuildChat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteGuildChat(ReqDeleteGuildChat other) : this() { + messageId_ = other.messageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteGuildChat Clone() { + return new ReqDeleteGuildChat(this); + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 1; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = 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 ReqDeleteGuildChat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteGuildChat other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MessageId != other.MessageId) 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 (MessageId.Length != 0) hash ^= MessageId.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 (MessageId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MessageId); + } + 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 (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteGuildChat other) { + if (other == null) { + return; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + _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: { + MessageId = 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 10: { + MessageId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteGuildChat : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteGuildChat()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1221]; } + } + + [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 ResDeleteGuildChat() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteGuildChat(ResDeleteGuildChat other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteGuildChat Clone() { + return new ResDeleteGuildChat(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.DeleteGuildChatResult result_ = global::EpinelPS.DeleteGuildChatResult.DeleteGuildChatResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.DeleteGuildChatResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteGuildChat); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteGuildChat other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.DeleteGuildChatResult.DeleteGuildChatResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.DeleteGuildChatResult.DeleteGuildChatResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.DeleteGuildChatResult.DeleteGuildChatResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.DeleteGuildChatResult.DeleteGuildChatResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDeleteGuildChat other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.DeleteGuildChatResult.DeleteGuildChatResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.DeleteGuildChatResult) 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: { + Result = (global::EpinelPS.DeleteGuildChatResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetUnionRaidPracticeDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetUnionRaidPracticeDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1222]; } + } + + [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 ResSetUnionRaidPracticeDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUnionRaidPracticeDamage(ResSetUnionRaidPracticeDamage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetUnionRaidPracticeDamage Clone() { + return new ResSetUnionRaidPracticeDamage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetUnionRaidPracticeDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetUnionRaidPracticeDamage 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(ResSetUnionRaidPracticeDamage 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 + + } + + /// + /// URL: /guild/publicinfo + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetGuildPublicInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetGuildPublicInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1223]; } + } + + [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 ReqGetGuildPublicInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuildPublicInfo(ReqGetGuildPublicInfo other) : this() { + gsn_ = other.gsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetGuildPublicInfo Clone() { + return new ReqGetGuildPublicInfo(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 1; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetGuildPublicInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetGuildPublicInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) 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 (Gsn != 0L) hash ^= Gsn.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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Gsn); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetGuildPublicInfo other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + _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: { + Gsn = input.ReadInt64(); + 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: { + Gsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetGuildPublicInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetGuildPublicInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1224]; } + } + + [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 ResGetGuildPublicInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuildPublicInfo(ResGetGuildPublicInfo other) : this() { + guild_ = other.guild_ != null ? other.guild_.Clone() : null; + members_ = other.members_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetGuildPublicInfo Clone() { + return new ResGetGuildPublicInfo(this); + } + + /// Field number for the "Guild" field. + public const int GuildFieldNumber = 1; + private global::EpinelPS.NetGuildData guild_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetGuildData Guild { + get { return guild_; } + set { + guild_ = value; + } + } + + /// Field number for the "Members" field. + public const int MembersFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_members_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetGuildMemberData.Parser); + private readonly pbc::RepeatedField members_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Members { + get { return members_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetGuildPublicInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetGuildPublicInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Guild, other.Guild)) return false; + if(!members_.Equals(other.members_)) 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 (guild_ != null) hash ^= Guild.GetHashCode(); + hash ^= members_.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 (guild_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Guild); + } + members_.WriteTo(output, _repeated_members_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 (guild_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Guild); + } + members_.WriteTo(ref output, _repeated_members_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 (guild_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Guild); + } + size += members_.CalculateSize(_repeated_members_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetGuildPublicInfo other) { + if (other == null) { + return; + } + if (other.guild_ != null) { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + Guild.MergeFrom(other.Guild); + } + members_.Add(other.members_); + _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: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 18: { + members_.AddEntriesFrom(input, _repeated_members_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: { + if (guild_ == null) { + Guild = new global::EpinelPS.NetGuildData(); + } + input.ReadMessage(Guild); + break; + } + case 18: { + members_.AddEntriesFrom(ref input, _repeated_members_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/getjoindata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUnionRaidJoinData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUnionRaidJoinData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1225]; } + } + + [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 ReqGetUnionRaidJoinData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidJoinData(ReqGetUnionRaidJoinData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidJoinData Clone() { + return new ReqGetUnionRaidJoinData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUnionRaidJoinData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUnionRaidJoinData 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(ReqGetUnionRaidJoinData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidJoinData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidJoinData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1226]; } + } + + [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 ResGetUnionRaidJoinData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidJoinData(ResGetUnionRaidJoinData other) : this() { + unionRaidJoinData_ = other.unionRaidJoinData_ != null ? other.unionRaidJoinData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidJoinData Clone() { + return new ResGetUnionRaidJoinData(this); + } + + /// Field number for the "UnionRaidJoinData" field. + public const int UnionRaidJoinDataFieldNumber = 1; + private global::EpinelPS.NetUnionRaidJoinData unionRaidJoinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidJoinData UnionRaidJoinData { + get { return unionRaidJoinData_; } + set { + unionRaidJoinData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidJoinData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidJoinData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UnionRaidJoinData, other.UnionRaidJoinData)) 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 (unionRaidJoinData_ != null) hash ^= UnionRaidJoinData.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 (unionRaidJoinData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UnionRaidJoinData); + } + 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 (unionRaidJoinData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UnionRaidJoinData); + } + 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 (unionRaidJoinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UnionRaidJoinData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidJoinData other) { + if (other == null) { + return; + } + if (other.unionRaidJoinData_ != null) { + if (unionRaidJoinData_ == null) { + UnionRaidJoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + UnionRaidJoinData.MergeFrom(other.UnionRaidJoinData); + } + _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: { + if (unionRaidJoinData_ == null) { + UnionRaidJoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(UnionRaidJoinData); + 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: { + if (unionRaidJoinData_ == null) { + UnionRaidJoinData = new global::EpinelPS.NetUnionRaidJoinData(); + } + input.ReadMessage(UnionRaidJoinData); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /guild/unionraid/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetUnionRaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetUnionRaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1227]; } + } + + [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 ReqGetUnionRaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidData(ReqGetUnionRaidData other) : this() { + gsn_ = other.gsn_; + isSimple_ = other.isSimple_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetUnionRaidData Clone() { + return new ReqGetUnionRaidData(this); + } + + /// Field number for the "Gsn" field. + public const int GsnFieldNumber = 2; + private long gsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Gsn { + get { return gsn_; } + set { + gsn_ = value; + } + } + + /// Field number for the "IsSimple" field. + public const int IsSimpleFieldNumber = 3; + private bool isSimple_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSimple { + get { return isSimple_; } + set { + isSimple_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetUnionRaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetUnionRaidData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Gsn != other.Gsn) return false; + if (IsSimple != other.IsSimple) 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 (Gsn != 0L) hash ^= Gsn.GetHashCode(); + if (IsSimple != false) hash ^= IsSimple.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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (IsSimple != false) { + output.WriteRawTag(24); + output.WriteBool(IsSimple); + } + 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 (Gsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Gsn); + } + if (IsSimple != false) { + output.WriteRawTag(24); + output.WriteBool(IsSimple); + } + 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 (Gsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Gsn); + } + if (IsSimple != 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(ReqGetUnionRaidData other) { + if (other == null) { + return; + } + if (other.Gsn != 0L) { + Gsn = other.Gsn; + } + if (other.IsSimple != false) { + IsSimple = other.IsSimple; + } + _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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + IsSimple = 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: { + Gsn = input.ReadInt64(); + break; + } + case 24: { + IsSimple = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetUnionRaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetUnionRaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1228]; } + } + + [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 ResGetUnionRaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidData(ResGetUnionRaidData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetUnionRaidData Clone() { + return new ResGetUnionRaidData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetUnionRaidData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUnionRaidData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetUnionRaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetUnionRaidData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetUnionRaidData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetUnionRaidData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetUnionRaidData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetUnionRaidData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetInterceptData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetInterceptData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1229]; } + } + + [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 ResGetInterceptData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInterceptData(ResGetInterceptData other) : this() { + normalInterceptGroup_ = other.normalInterceptGroup_; + specialInterceptId_ = other.specialInterceptId_; + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInterceptData Clone() { + return new ResGetInterceptData(this); + } + + /// Field number for the "NormalInterceptGroup" field. + public const int NormalInterceptGroupFieldNumber = 1; + private int normalInterceptGroup_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NormalInterceptGroup { + get { return normalInterceptGroup_; } + set { + normalInterceptGroup_ = value; + } + } + + /// Field number for the "SpecialInterceptId" field. + public const int SpecialInterceptIdFieldNumber = 2; + private int specialInterceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpecialInterceptId { + get { return specialInterceptId_; } + set { + specialInterceptId_ = value; + } + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 3; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 4; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetInterceptData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetInterceptData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NormalInterceptGroup != other.NormalInterceptGroup) return false; + if (SpecialInterceptId != other.SpecialInterceptId) return false; + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) 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 (NormalInterceptGroup != 0) hash ^= NormalInterceptGroup.GetHashCode(); + if (SpecialInterceptId != 0) hash ^= SpecialInterceptId.GetHashCode(); + if (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.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 (NormalInterceptGroup != 0) { + output.WriteRawTag(8); + output.WriteInt32(NormalInterceptGroup); + } + if (SpecialInterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SpecialInterceptId); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + 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 (NormalInterceptGroup != 0) { + output.WriteRawTag(8); + output.WriteInt32(NormalInterceptGroup); + } + if (SpecialInterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SpecialInterceptId); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + 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 (NormalInterceptGroup != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NormalInterceptGroup); + } + if (SpecialInterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpecialInterceptId); + } + if (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetInterceptData other) { + if (other == null) { + return; + } + if (other.NormalInterceptGroup != 0) { + NormalInterceptGroup = other.NormalInterceptGroup; + } + if (other.SpecialInterceptId != 0) { + SpecialInterceptId = other.SpecialInterceptId; + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + _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: { + NormalInterceptGroup = input.ReadInt32(); + break; + } + case 16: { + SpecialInterceptId = input.ReadInt32(); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = 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: { + NormalInterceptGroup = input.ReadInt32(); + break; + } + case 16: { + SpecialInterceptId = input.ReadInt32(); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1230]; } + } + + [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 ResEnterIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterIntercept(ResEnterIntercept other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterIntercept Clone() { + return new ResEnterIntercept(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterIntercept 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(ResEnterIntercept 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1231]; } + } + + [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 ResClearIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearIntercept(ResClearIntercept other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + normalReward_ = other.normalReward_ != null ? other.normalReward_.Clone() : null; + bonusReward_ = other.bonusReward_ != null ? other.bonusReward_.Clone() : null; + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + normalRewardByRewardUpEvent_ = other.normalRewardByRewardUpEvent_ != null ? other.normalRewardByRewardUpEvent_.Clone() : null; + bonusRewardByRewardUpEvent_ = other.bonusRewardByRewardUpEvent_ != null ? other.bonusRewardByRewardUpEvent_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearIntercept Clone() { + return new ResClearIntercept(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 1; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "NormalReward" field. + public const int NormalRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData normalReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalReward { + get { return normalReward_; } + set { + normalReward_ = value; + } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 4; + private global::EpinelPS.NetRewardData bonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusReward { + get { return bonusReward_; } + set { + bonusReward_ = value; + } + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 5; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 6; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + /// Field number for the "NormalRewardByRewardUpEvent" field. + public const int NormalRewardByRewardUpEventFieldNumber = 7; + private global::EpinelPS.NetRewardData normalRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalRewardByRewardUpEvent { + get { return normalRewardByRewardUpEvent_; } + set { + normalRewardByRewardUpEvent_ = value; + } + } + + /// Field number for the "BonusRewardByRewardUpEvent" field. + public const int BonusRewardByRewardUpEventFieldNumber = 8; + private global::EpinelPS.NetRewardData bonusRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusRewardByRewardUpEvent { + get { return bonusRewardByRewardUpEvent_; } + set { + bonusRewardByRewardUpEvent_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) return false; + if (!object.Equals(NormalReward, other.NormalReward)) return false; + if (!object.Equals(BonusReward, other.BonusReward)) return false; + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) return false; + if (!object.Equals(NormalRewardByRewardUpEvent, other.NormalRewardByRewardUpEvent)) return false; + if (!object.Equals(BonusRewardByRewardUpEvent, other.BonusRewardByRewardUpEvent)) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (normalReward_ != null) hash ^= NormalReward.GetHashCode(); + if (bonusReward_ != null) hash ^= BonusReward.GetHashCode(); + if (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.GetHashCode(); + if (normalRewardByRewardUpEvent_ != null) hash ^= NormalRewardByRewardUpEvent.GetHashCode(); + if (bonusRewardByRewardUpEvent_ != null) hash ^= BonusRewardByRewardUpEvent.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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (normalReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(40); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(MaxTicketCount); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(58); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (normalReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(40); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(MaxTicketCount); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(58); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (normalReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalReward); + } + if (bonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusReward); + } + if (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (normalRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusRewardByRewardUpEvent); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearIntercept other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.normalReward_ != null) { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + NormalReward.MergeFrom(other.NormalReward); + } + if (other.bonusReward_ != null) { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + BonusReward.MergeFrom(other.BonusReward); + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + if (other.normalRewardByRewardUpEvent_ != null) { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + NormalRewardByRewardUpEvent.MergeFrom(other.NormalRewardByRewardUpEvent); + } + if (other.bonusRewardByRewardUpEvent_ != null) { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + BonusRewardByRewardUpEvent.MergeFrom(other.BonusRewardByRewardUpEvent); + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 26: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 34: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 40: { + TicketCount = input.ReadInt32(); + break; + } + case 48: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 58: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 66: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + 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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 26: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 34: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 40: { + TicketCount = input.ReadInt32(); + break; + } + case 48: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 58: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 66: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/fastclear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1232]; } + } + + [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 ReqFastClearIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearIntercept(ReqFastClearIntercept other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearIntercept Clone() { + return new ReqFastClearIntercept(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 1; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + 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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearIntercept other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = 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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1233]; } + } + + [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 ResFastClearIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearIntercept(ResFastClearIntercept other) : this() { + normalReward_ = other.normalReward_ != null ? other.normalReward_.Clone() : null; + bonusReward_ = other.bonusReward_ != null ? other.bonusReward_.Clone() : null; + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + result_ = other.result_; + damage_ = other.damage_; + normalRewardByRewardUpEvent_ = other.normalRewardByRewardUpEvent_ != null ? other.normalRewardByRewardUpEvent_.Clone() : null; + bonusRewardByRewardUpEvent_ = other.bonusRewardByRewardUpEvent_ != null ? other.bonusRewardByRewardUpEvent_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearIntercept Clone() { + return new ResFastClearIntercept(this); + } + + /// Field number for the "NormalReward" field. + public const int NormalRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData normalReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalReward { + get { return normalReward_; } + set { + normalReward_ = value; + } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData bonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusReward { + get { return bonusReward_; } + set { + bonusReward_ = value; + } + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 3; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 4; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 5; + private global::EpinelPS.FastClearResult result_ = global::EpinelPS.FastClearResult.FastClearResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.FastClearResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 6; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "NormalRewardByRewardUpEvent" field. + public const int NormalRewardByRewardUpEventFieldNumber = 7; + private global::EpinelPS.NetRewardData normalRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalRewardByRewardUpEvent { + get { return normalRewardByRewardUpEvent_; } + set { + normalRewardByRewardUpEvent_ = value; + } + } + + /// Field number for the "BonusRewardByRewardUpEvent" field. + public const int BonusRewardByRewardUpEventFieldNumber = 8; + private global::EpinelPS.NetRewardData bonusRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusRewardByRewardUpEvent { + get { return bonusRewardByRewardUpEvent_; } + set { + bonusRewardByRewardUpEvent_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(NormalReward, other.NormalReward)) return false; + if (!object.Equals(BonusReward, other.BonusReward)) return false; + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) return false; + if (Result != other.Result) return false; + if (Damage != other.Damage) return false; + if (!object.Equals(NormalRewardByRewardUpEvent, other.NormalRewardByRewardUpEvent)) return false; + if (!object.Equals(BonusRewardByRewardUpEvent, other.BonusRewardByRewardUpEvent)) 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 (normalReward_ != null) hash ^= NormalReward.GetHashCode(); + if (bonusReward_ != null) hash ^= BonusReward.GetHashCode(); + if (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.GetHashCode(); + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) hash ^= Result.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (normalRewardByRewardUpEvent_ != null) hash ^= NormalRewardByRewardUpEvent.GetHashCode(); + if (bonusRewardByRewardUpEvent_ != null) hash ^= BonusRewardByRewardUpEvent.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 (normalReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) Result); + } + if (Damage != 0L) { + output.WriteRawTag(48); + output.WriteInt64(Damage); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(58); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (normalReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) Result); + } + if (Damage != 0L) { + output.WriteRawTag(48); + output.WriteInt64(Damage); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(58); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (normalReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalReward); + } + if (bonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusReward); + } + if (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (normalRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusRewardByRewardUpEvent); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastClearIntercept other) { + if (other == null) { + return; + } + if (other.normalReward_ != null) { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + NormalReward.MergeFrom(other.NormalReward); + } + if (other.bonusReward_ != null) { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + BonusReward.MergeFrom(other.BonusReward); + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + if (other.Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + Result = other.Result; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.normalRewardByRewardUpEvent_ != null) { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + NormalRewardByRewardUpEvent.MergeFrom(other.NormalRewardByRewardUpEvent); + } + if (other.bonusRewardByRewardUpEvent_ != null) { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + BonusRewardByRewardUpEvent.MergeFrom(other.BonusRewardByRewardUpEvent); + } + _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: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 40: { + Result = (global::EpinelPS.FastClearResult) input.ReadEnum(); + break; + } + case 48: { + Damage = input.ReadInt64(); + break; + } + case 58: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 66: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + 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: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 40: { + Result = (global::EpinelPS.FastClearResult) input.ReadEnum(); + break; + } + case 48: { + Damage = input.ReadInt64(); + break; + } + case 58: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 66: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/check + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCheckClearInterceptToday : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCheckClearInterceptToday()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1234]; } + } + + [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 ReqCheckClearInterceptToday() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckClearInterceptToday(ReqCheckClearInterceptToday other) : this() { + interceptType_ = other.interceptType_; + interceptId_ = other.interceptId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckClearInterceptToday Clone() { + return new ReqCheckClearInterceptToday(this); + } + + /// Field number for the "InterceptType" field. + public const int InterceptTypeFieldNumber = 1; + private int interceptType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptType { + get { return interceptType_; } + set { + interceptType_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCheckClearInterceptToday); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCheckClearInterceptToday other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InterceptType != other.InterceptType) return false; + if (InterceptId != other.InterceptId) 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 (InterceptType != 0) hash ^= InterceptType.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + 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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + 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 (InterceptType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptType); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCheckClearInterceptToday other) { + if (other == null) { + return; + } + if (other.InterceptType != 0) { + InterceptType = other.InterceptType; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + _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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = 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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheckClearInterceptToday : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheckClearInterceptToday()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1235]; } + } + + [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 ResCheckClearInterceptToday() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckClearInterceptToday(ResCheckClearInterceptToday other) : this() { + clear_ = other.clear_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckClearInterceptToday Clone() { + return new ResCheckClearInterceptToday(this); + } + + /// Field number for the "Clear" field. + public const int ClearFieldNumber = 1; + private bool clear_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Clear { + get { return clear_; } + set { + clear_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheckClearInterceptToday); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheckClearInterceptToday other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Clear != other.Clear) 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 (Clear != false) hash ^= Clear.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 (Clear != false) { + output.WriteRawTag(8); + output.WriteBool(Clear); + } + 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 (Clear != false) { + output.WriteRawTag(8); + output.WriteBool(Clear); + } + 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 (Clear != 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(ResCheckClearInterceptToday other) { + if (other == null) { + return; + } + if (other.Clear != false) { + Clear = other.Clear; + } + _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: { + Clear = 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 8: { + Clear = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/practice/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1236]; } + } + + [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 ReqEnterInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterInterceptPractice(ReqEnterInterceptPractice other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterInterceptPractice Clone() { + return new ReqEnterInterceptPractice(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 1; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterInterceptPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterInterceptPractice other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1237]; } + } + + [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 ResEnterInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterInterceptPractice(ResEnterInterceptPractice other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterInterceptPractice Clone() { + return new ResEnterInterceptPractice(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterInterceptPractice 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(ResEnterInterceptPractice 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1238]; } + } + + [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 ResClearInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearInterceptPractice(ResClearInterceptPractice other) : this() { + intercept_ = other.intercept_; + interceptId_ = other.interceptId_; + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearInterceptPractice Clone() { + return new ResClearInterceptPractice(this); + } + + /// Field number for the "Intercept" field. + public const int InterceptFieldNumber = 1; + private int intercept_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Intercept { + get { return intercept_; } + set { + intercept_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 3; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 4; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearInterceptPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Intercept != other.Intercept) return false; + if (InterceptId != other.InterceptId) return false; + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) 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 (Intercept != 0) hash ^= Intercept.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + 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 (Intercept != 0) { + output.WriteRawTag(8); + output.WriteInt32(Intercept); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + 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 (Intercept != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Intercept); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearInterceptPractice other) { + if (other == null) { + return; + } + if (other.Intercept != 0) { + Intercept = other.Intercept; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + _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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = 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: { + Intercept = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/mog/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMogIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMogIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1239]; } + } + + [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 ReqEnterMogIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMogIntercept(ReqEnterMogIntercept other) : this() { + interceptType_ = other.interceptType_; + interceptId_ = other.interceptId_; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMogIntercept Clone() { + return new ReqEnterMogIntercept(this); + } + + /// Field number for the "InterceptType" field. + public const int InterceptTypeFieldNumber = 1; + private int interceptType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptType { + get { return interceptType_; } + set { + interceptType_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMogIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMogIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InterceptType != other.InterceptType) return false; + if (InterceptId != other.InterceptId) return false; + if (TeamNumber != other.TeamNumber) 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 (InterceptType != 0) hash ^= InterceptType.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (InterceptType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptType); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMogIntercept other) { + if (other == null) { + return; + } + if (other.InterceptType != 0) { + InterceptType = other.InterceptType; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = 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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMogIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMogIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1240]; } + } + + [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 ResEnterMogIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMogIntercept(ResEnterMogIntercept other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMogIntercept Clone() { + return new ResEnterMogIntercept(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMogIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMogIntercept 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(ResEnterMogIntercept 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 + + } + + /// + /// URL: /intercept/mog/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMogIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMogIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1241]; } + } + + [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 ReqClearMogIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMogIntercept(ReqClearMogIntercept other) : this() { + interceptType_ = other.interceptType_; + interceptId_ = other.interceptId_; + damage_ = other.damage_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMogIntercept Clone() { + return new ReqClearMogIntercept(this); + } + + /// Field number for the "InterceptType" field. + public const int InterceptTypeFieldNumber = 1; + private int interceptType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptType { + get { return interceptType_; } + set { + interceptType_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 3; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 5; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMogIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMogIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InterceptType != other.InterceptType) return false; + if (InterceptId != other.InterceptId) return false; + if (Damage != other.Damage) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) 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 (InterceptType != 0) hash ^= InterceptType.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + 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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + 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 (InterceptType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptType); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMogIntercept other) { + if (other == null) { + return; + } + if (other.InterceptType != 0) { + InterceptType = other.InterceptType; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + _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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = 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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMogIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMogIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1242]; } + } + + [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 ResClearMogIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMogIntercept(ResClearMogIntercept other) : this() { + normalReward_ = other.normalReward_ != null ? other.normalReward_.Clone() : null; + bonusReward_ = other.bonusReward_ != null ? other.bonusReward_.Clone() : null; + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + normalRewardByRewardUpEvent_ = other.normalRewardByRewardUpEvent_ != null ? other.normalRewardByRewardUpEvent_.Clone() : null; + bonusRewardByRewardUpEvent_ = other.bonusRewardByRewardUpEvent_ != null ? other.bonusRewardByRewardUpEvent_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMogIntercept Clone() { + return new ResClearMogIntercept(this); + } + + /// Field number for the "NormalReward" field. + public const int NormalRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData normalReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalReward { + get { return normalReward_; } + set { + normalReward_ = value; + } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData bonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusReward { + get { return bonusReward_; } + set { + bonusReward_ = value; + } + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 3; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 4; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + /// Field number for the "NormalRewardByRewardUpEvent" field. + public const int NormalRewardByRewardUpEventFieldNumber = 5; + private global::EpinelPS.NetRewardData normalRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalRewardByRewardUpEvent { + get { return normalRewardByRewardUpEvent_; } + set { + normalRewardByRewardUpEvent_ = value; + } + } + + /// Field number for the "BonusRewardByRewardUpEvent" field. + public const int BonusRewardByRewardUpEventFieldNumber = 6; + private global::EpinelPS.NetRewardData bonusRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusRewardByRewardUpEvent { + get { return bonusRewardByRewardUpEvent_; } + set { + bonusRewardByRewardUpEvent_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMogIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMogIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(NormalReward, other.NormalReward)) return false; + if (!object.Equals(BonusReward, other.BonusReward)) return false; + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) return false; + if (!object.Equals(NormalRewardByRewardUpEvent, other.NormalRewardByRewardUpEvent)) return false; + if (!object.Equals(BonusRewardByRewardUpEvent, other.BonusRewardByRewardUpEvent)) 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 (normalReward_ != null) hash ^= NormalReward.GetHashCode(); + if (bonusReward_ != null) hash ^= BonusReward.GetHashCode(); + if (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.GetHashCode(); + if (normalRewardByRewardUpEvent_ != null) hash ^= NormalRewardByRewardUpEvent.GetHashCode(); + if (bonusRewardByRewardUpEvent_ != null) hash ^= BonusRewardByRewardUpEvent.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 (normalReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(42); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(50); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (normalReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(42); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(50); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (normalReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalReward); + } + if (bonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusReward); + } + if (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (normalRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusRewardByRewardUpEvent); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMogIntercept other) { + if (other == null) { + return; + } + if (other.normalReward_ != null) { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + NormalReward.MergeFrom(other.NormalReward); + } + if (other.bonusReward_ != null) { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + BonusReward.MergeFrom(other.BonusReward); + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + if (other.normalRewardByRewardUpEvent_ != null) { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + NormalRewardByRewardUpEvent.MergeFrom(other.NormalRewardByRewardUpEvent); + } + if (other.bonusRewardByRewardUpEvent_ != null) { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + BonusRewardByRewardUpEvent.MergeFrom(other.BonusRewardByRewardUpEvent); + } + _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: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 42: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 50: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + 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: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 42: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 50: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/mog/fastclear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastClearMogIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastClearMogIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1243]; } + } + + [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 ReqFastClearMogIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearMogIntercept(ReqFastClearMogIntercept other) : this() { + interceptType_ = other.interceptType_; + interceptId_ = other.interceptId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastClearMogIntercept Clone() { + return new ReqFastClearMogIntercept(this); + } + + /// Field number for the "InterceptType" field. + public const int InterceptTypeFieldNumber = 1; + private int interceptType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptType { + get { return interceptType_; } + set { + interceptType_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastClearMogIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastClearMogIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InterceptType != other.InterceptType) return false; + if (InterceptId != other.InterceptId) 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 (InterceptType != 0) hash ^= InterceptType.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + 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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + 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 (InterceptType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptType); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastClearMogIntercept other) { + if (other == null) { + return; + } + if (other.InterceptType != 0) { + InterceptType = other.InterceptType; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + _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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = 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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearMogIntercept : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearMogIntercept()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1244]; } + } + + [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 ResFastClearMogIntercept() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearMogIntercept(ResFastClearMogIntercept other) : this() { + normalReward_ = other.normalReward_ != null ? other.normalReward_.Clone() : null; + bonusReward_ = other.bonusReward_ != null ? other.bonusReward_.Clone() : null; + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + result_ = other.result_; + damage_ = other.damage_; + normalRewardByRewardUpEvent_ = other.normalRewardByRewardUpEvent_ != null ? other.normalRewardByRewardUpEvent_.Clone() : null; + bonusRewardByRewardUpEvent_ = other.bonusRewardByRewardUpEvent_ != null ? other.bonusRewardByRewardUpEvent_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearMogIntercept Clone() { + return new ResFastClearMogIntercept(this); + } + + /// Field number for the "NormalReward" field. + public const int NormalRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData normalReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalReward { + get { return normalReward_; } + set { + normalReward_ = value; + } + } + + /// Field number for the "BonusReward" field. + public const int BonusRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData bonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusReward { + get { return bonusReward_; } + set { + bonusReward_ = value; + } + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 3; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 4; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 5; + private global::EpinelPS.FastClearResult result_ = global::EpinelPS.FastClearResult.FastClearResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.FastClearResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 6; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "NormalRewardByRewardUpEvent" field. + public const int NormalRewardByRewardUpEventFieldNumber = 7; + private global::EpinelPS.NetRewardData normalRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData NormalRewardByRewardUpEvent { + get { return normalRewardByRewardUpEvent_; } + set { + normalRewardByRewardUpEvent_ = value; + } + } + + /// Field number for the "BonusRewardByRewardUpEvent" field. + public const int BonusRewardByRewardUpEventFieldNumber = 8; + private global::EpinelPS.NetRewardData bonusRewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData BonusRewardByRewardUpEvent { + get { return bonusRewardByRewardUpEvent_; } + set { + bonusRewardByRewardUpEvent_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearMogIntercept); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearMogIntercept other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(NormalReward, other.NormalReward)) return false; + if (!object.Equals(BonusReward, other.BonusReward)) return false; + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) return false; + if (Result != other.Result) return false; + if (Damage != other.Damage) return false; + if (!object.Equals(NormalRewardByRewardUpEvent, other.NormalRewardByRewardUpEvent)) return false; + if (!object.Equals(BonusRewardByRewardUpEvent, other.BonusRewardByRewardUpEvent)) 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 (normalReward_ != null) hash ^= NormalReward.GetHashCode(); + if (bonusReward_ != null) hash ^= BonusReward.GetHashCode(); + if (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.GetHashCode(); + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) hash ^= Result.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (normalRewardByRewardUpEvent_ != null) hash ^= NormalRewardByRewardUpEvent.GetHashCode(); + if (bonusRewardByRewardUpEvent_ != null) hash ^= BonusRewardByRewardUpEvent.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 (normalReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) Result); + } + if (Damage != 0L) { + output.WriteRawTag(48); + output.WriteInt64(Damage); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(58); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (normalReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(NormalReward); + } + if (bonusReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BonusReward); + } + if (TicketCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxTicketCount); + } + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) Result); + } + if (Damage != 0L) { + output.WriteRawTag(48); + output.WriteInt64(Damage); + } + if (normalRewardByRewardUpEvent_ != null) { + output.WriteRawTag(58); + output.WriteMessage(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + output.WriteRawTag(66); + output.WriteMessage(BonusRewardByRewardUpEvent); + } + 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 (normalReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalReward); + } + if (bonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusReward); + } + if (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (normalRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NormalRewardByRewardUpEvent); + } + if (bonusRewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusRewardByRewardUpEvent); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastClearMogIntercept other) { + if (other == null) { + return; + } + if (other.normalReward_ != null) { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + NormalReward.MergeFrom(other.NormalReward); + } + if (other.bonusReward_ != null) { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + BonusReward.MergeFrom(other.BonusReward); + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + if (other.Result != global::EpinelPS.FastClearResult.FastClearResultSuccess) { + Result = other.Result; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.normalRewardByRewardUpEvent_ != null) { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + NormalRewardByRewardUpEvent.MergeFrom(other.NormalRewardByRewardUpEvent); + } + if (other.bonusRewardByRewardUpEvent_ != null) { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + BonusRewardByRewardUpEvent.MergeFrom(other.BonusRewardByRewardUpEvent); + } + _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: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 40: { + Result = (global::EpinelPS.FastClearResult) input.ReadEnum(); + break; + } + case 48: { + Damage = input.ReadInt64(); + break; + } + case 58: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 66: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + 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: { + if (normalReward_ == null) { + NormalReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalReward); + break; + } + case 18: { + if (bonusReward_ == null) { + BonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusReward); + break; + } + case 24: { + TicketCount = input.ReadInt32(); + break; + } + case 32: { + MaxTicketCount = input.ReadInt32(); + break; + } + case 40: { + Result = (global::EpinelPS.FastClearResult) input.ReadEnum(); + break; + } + case 48: { + Damage = input.ReadInt64(); + break; + } + case 58: { + if (normalRewardByRewardUpEvent_ == null) { + NormalRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(NormalRewardByRewardUpEvent); + break; + } + case 66: { + if (bonusRewardByRewardUpEvent_ == null) { + BonusRewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(BonusRewardByRewardUpEvent); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /intercept/mog/practice/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMogInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMogInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1245]; } + } + + [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 ReqEnterMogInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMogInterceptPractice(ReqEnterMogInterceptPractice other) : this() { + interceptType_ = other.interceptType_; + interceptId_ = other.interceptId_; + teamNumber_ = other.teamNumber_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMogInterceptPractice Clone() { + return new ReqEnterMogInterceptPractice(this); + } + + /// Field number for the "InterceptType" field. + public const int InterceptTypeFieldNumber = 1; + private int interceptType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptType { + get { return interceptType_; } + set { + interceptType_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMogInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMogInterceptPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InterceptType != other.InterceptType) return false; + if (InterceptId != other.InterceptId) return false; + if (TeamNumber != other.TeamNumber) 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 (InterceptType != 0) hash ^= InterceptType.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + 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 (InterceptType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptType); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMogInterceptPractice other) { + if (other == null) { + return; + } + if (other.InterceptType != 0) { + InterceptType = other.InterceptType; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + _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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = 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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMogInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMogInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1246]; } + } + + [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 ResEnterMogInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMogInterceptPractice(ResEnterMogInterceptPractice other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMogInterceptPractice Clone() { + return new ResEnterMogInterceptPractice(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMogInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMogInterceptPractice 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(ResEnterMogInterceptPractice 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 + + } + + /// + /// URL: /intercept/mog/practice/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMogInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMogInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1247]; } + } + + [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 ReqClearMogInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMogInterceptPractice(ReqClearMogInterceptPractice other) : this() { + interceptType_ = other.interceptType_; + interceptId_ = other.interceptId_; + damage_ = other.damage_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMogInterceptPractice Clone() { + return new ReqClearMogInterceptPractice(this); + } + + /// Field number for the "InterceptType" field. + public const int InterceptTypeFieldNumber = 1; + private int interceptType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptType { + get { return interceptType_; } + set { + interceptType_ = value; + } + } + + /// Field number for the "InterceptId" field. + public const int InterceptIdFieldNumber = 2; + private int interceptId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InterceptId { + get { return interceptId_; } + set { + interceptId_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 3; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 4; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 5; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMogInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMogInterceptPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InterceptType != other.InterceptType) return false; + if (InterceptId != other.InterceptId) return false; + if (Damage != other.Damage) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) 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 (InterceptType != 0) hash ^= InterceptType.GetHashCode(); + if (InterceptId != 0) hash ^= InterceptId.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + 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 (InterceptType != 0) { + output.WriteRawTag(8); + output.WriteInt32(InterceptType); + } + if (InterceptId != 0) { + output.WriteRawTag(16); + output.WriteInt32(InterceptId); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + if (TeamNumber != 0) { + output.WriteRawTag(32); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(40); + output.WriteInt32(BattleResult); + } + 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 (InterceptType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptType); + } + if (InterceptId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InterceptId); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMogInterceptPractice other) { + if (other == null) { + return; + } + if (other.InterceptType != 0) { + InterceptType = other.InterceptType; + } + if (other.InterceptId != 0) { + InterceptId = other.InterceptId; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + _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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = 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: { + InterceptType = input.ReadInt32(); + break; + } + case 16: { + InterceptId = input.ReadInt32(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + case 32: { + TeamNumber = input.ReadInt32(); + break; + } + case 40: { + BattleResult = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMogInterceptPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMogInterceptPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1248]; } + } + + [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 ResClearMogInterceptPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMogInterceptPractice(ResClearMogInterceptPractice other) : this() { + ticketCount_ = other.ticketCount_; + maxTicketCount_ = other.maxTicketCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMogInterceptPractice Clone() { + return new ResClearMogInterceptPractice(this); + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 1; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "MaxTicketCount" field. + public const int MaxTicketCountFieldNumber = 2; + private int maxTicketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxTicketCount { + get { return maxTicketCount_; } + set { + maxTicketCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMogInterceptPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMogInterceptPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TicketCount != other.TicketCount) return false; + if (MaxTicketCount != other.MaxTicketCount) 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 (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (MaxTicketCount != 0) hash ^= MaxTicketCount.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 (TicketCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(MaxTicketCount); + } + 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 (TicketCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TicketCount); + } + if (MaxTicketCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(MaxTicketCount); + } + 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 (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (MaxTicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxTicketCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMogInterceptPractice other) { + if (other == null) { + return; + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.MaxTicketCount != 0) { + MaxTicketCount = other.MaxTicketCount; + } + _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: { + TicketCount = input.ReadInt32(); + break; + } + case 16: { + MaxTicketCount = 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: { + TicketCount = input.ReadInt32(); + break; + } + case 16: { + MaxTicketCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetItemSelectOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetItemSelectOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1249]; } + } + + [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 NetItemSelectOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetItemSelectOption(NetItemSelectOption other) : this() { + id_ = other.id_; + count_ = other.count_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetItemSelectOption Clone() { + return new NetItemSelectOption(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetItemSelectOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetItemSelectOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) 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 (Id != 0) hash ^= Id.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 (Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Id); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Id); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetItemSelectOption other) { + if (other == null) { + return; + } + if (other.Id != 0) { + Id = other.Id; + } + 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: { + Id = input.ReadInt32(); + break; + } + case 16: { + Count = 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: { + Id = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetWearHarmonyCubeData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetWearHarmonyCubeData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1250]; } + } + + [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 NetWearHarmonyCubeData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWearHarmonyCubeData(NetWearHarmonyCubeData other) : this() { + csn_ = other.csn_; + swapCsn_ = other.swapCsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetWearHarmonyCubeData Clone() { + return new NetWearHarmonyCubeData(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "SwapCsn" field. + public const int SwapCsnFieldNumber = 2; + private long swapCsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SwapCsn { + get { return swapCsn_; } + set { + swapCsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetWearHarmonyCubeData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetWearHarmonyCubeData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (SwapCsn != other.SwapCsn) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (SwapCsn != 0L) hash ^= SwapCsn.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (SwapCsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(SwapCsn); + } + 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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (SwapCsn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(SwapCsn); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (SwapCsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SwapCsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetWearHarmonyCubeData other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.SwapCsn != 0L) { + SwapCsn = other.SwapCsn; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + SwapCsn = input.ReadInt64(); + 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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + SwapCsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetInventoryData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetInventoryData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1251]; } + } + + [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 ResGetInventoryData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInventoryData(ResGetInventoryData other) : this() { + items_ = other.items_.Clone(); + harmonyCubes_ = other.harmonyCubes_.Clone(); + awakenings_ = other.awakenings_.Clone(); + runAwakeningIsnList_ = other.runAwakeningIsnList_.Clone(); + userRedeems_ = other.userRedeems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInventoryData Clone() { + return new ResGetInventoryData(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + /// Field number for the "Awakenings" field. + public const int AwakeningsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_awakenings_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetEquipmentAwakening.Parser); + private readonly pbc::RepeatedField awakenings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Awakenings { + get { return awakenings_; } + } + + /// Field number for the "RunAwakeningIsnList" field. + public const int RunAwakeningIsnListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_runAwakeningIsnList_codec + = pb::FieldCodec.ForInt64(42); + private readonly pbc::RepeatedField runAwakeningIsnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RunAwakeningIsnList { + get { return runAwakeningIsnList_; } + } + + /// Field number for the "UserRedeems" field. + public const int UserRedeemsFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_userRedeems_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField userRedeems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserRedeems { + get { return userRedeems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetInventoryData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetInventoryData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if(!harmonyCubes_.Equals(other.harmonyCubes_)) return false; + if(!awakenings_.Equals(other.awakenings_)) return false; + if(!runAwakeningIsnList_.Equals(other.runAwakeningIsnList_)) return false; + if(!userRedeems_.Equals(other.userRedeems_)) 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 ^= items_.GetHashCode(); + hash ^= harmonyCubes_.GetHashCode(); + hash ^= awakenings_.GetHashCode(); + hash ^= runAwakeningIsnList_.GetHashCode(); + hash ^= userRedeems_.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 + items_.WriteTo(output, _repeated_items_codec); + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_codec); + awakenings_.WriteTo(output, _repeated_awakenings_codec); + runAwakeningIsnList_.WriteTo(output, _repeated_runAwakeningIsnList_codec); + userRedeems_.WriteTo(output, _repeated_userRedeems_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) { + items_.WriteTo(ref output, _repeated_items_codec); + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_codec); + awakenings_.WriteTo(ref output, _repeated_awakenings_codec); + runAwakeningIsnList_.WriteTo(ref output, _repeated_runAwakeningIsnList_codec); + userRedeems_.WriteTo(ref output, _repeated_userRedeems_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 += items_.CalculateSize(_repeated_items_codec); + size += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + size += awakenings_.CalculateSize(_repeated_awakenings_codec); + size += runAwakeningIsnList_.CalculateSize(_repeated_runAwakeningIsnList_codec); + size += userRedeems_.CalculateSize(_repeated_userRedeems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetInventoryData other) { + if (other == null) { + return; + } + items_.Add(other.items_); + harmonyCubes_.Add(other.harmonyCubes_); + awakenings_.Add(other.awakenings_); + runAwakeningIsnList_.Add(other.runAwakeningIsnList_); + userRedeems_.Add(other.userRedeems_); + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 26: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_codec); + break; + } + case 34: { + awakenings_.AddEntriesFrom(input, _repeated_awakenings_codec); + break; + } + case 42: + case 40: { + runAwakeningIsnList_.AddEntriesFrom(input, _repeated_runAwakeningIsnList_codec); + break; + } + case 50: { + userRedeems_.AddEntriesFrom(input, _repeated_userRedeems_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 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 26: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + case 34: { + awakenings_.AddEntriesFrom(ref input, _repeated_awakenings_codec); + break; + } + case 42: + case 40: { + runAwakeningIsnList_.AddEntriesFrom(ref input, _repeated_runAwakeningIsnList_codec); + break; + } + case 50: { + userRedeems_.AddEntriesFrom(ref input, _repeated_userRedeems_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/forceget + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqForceGetInventoryData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqForceGetInventoryData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1252]; } + } + + [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 ReqForceGetInventoryData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqForceGetInventoryData(ReqForceGetInventoryData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqForceGetInventoryData Clone() { + return new ReqForceGetInventoryData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqForceGetInventoryData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqForceGetInventoryData 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(ReqForceGetInventoryData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResWearEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResWearEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1253]; } + } + + [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 ResWearEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResWearEquipment(ResWearEquipment other) : this() { + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResWearEquipment Clone() { + return new ResWearEquipment(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResWearEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResWearEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) 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 ^= items_.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 + items_.WriteTo(output, _repeated_items_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) { + items_.WriteTo(ref output, _repeated_items_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 += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResWearEquipment other) { + if (other == null) { + return; + } + items_.Add(other.items_); + _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: { + items_.AddEntriesFrom(input, _repeated_items_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 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1254]; } + } + + [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 ResClearEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearEquipment(ResClearEquipment other) : this() { + item_ = other.item_ != null ? other.item_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearEquipment Clone() { + return new ResClearEquipment(this); + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 4; + private global::EpinelPS.NetUserItemData item_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Item { + get { return item_; } + set { + item_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Item, other.Item)) 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 (item_ != null) hash ^= Item.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 (item_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Item); + } + 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 (item_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Item); + } + 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 (item_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearEquipment other) { + if (other == null) { + return; + } + if (other.item_ != null) { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + Item.MergeFrom(other.Item); + } + _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 (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + 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 (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUseSelectBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUseSelectBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1255]; } + } + + [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 ResUseSelectBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseSelectBox(ResUseSelectBox other) : this() { + characters_ = other.characters_.Clone(); + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseSelectBox Clone() { + return new ResUseSelectBox(this); + } + + /// Field number for the "Characters" field. + public const int CharactersFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_characters_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCharacterData.Parser); + private readonly pbc::RepeatedField characters_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Characters { + get { return characters_; } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUseSelectBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUseSelectBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!characters_.Equals(other.characters_)) return false; + if (!object.Equals(Reward, other.Reward)) 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 ^= characters_.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 + characters_.WriteTo(output, _repeated_characters_codec); + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + 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) { + characters_.WriteTo(ref output, _repeated_characters_codec); + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + 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 += characters_.CalculateSize(_repeated_characters_codec); + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUseSelectBox other) { + if (other == null) { + return; + } + characters_.Add(other.characters_); + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + characters_.AddEntriesFrom(input, _repeated_characters_codec); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + characters_.AddEntriesFrom(ref input, _repeated_characters_codec); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUseBundleBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUseBundleBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1256]; } + } + + [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 ResUseBundleBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseBundleBox(ResUseBundleBox other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUseBundleBox Clone() { + return new ResUseBundleBox(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUseBundleBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUseBundleBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUseBundleBox other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResIncreaseExpEquip : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResIncreaseExpEquip()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1257]; } + } + + [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 ResIncreaseExpEquip() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResIncreaseExpEquip(ResIncreaseExpEquip other) : this() { + items_ = other.items_.Clone(); + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResIncreaseExpEquip Clone() { + return new ResIncreaseExpEquip(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 3; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 4; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResIncreaseExpEquip); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResIncreaseExpEquip other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if (!object.Equals(Currency, other.Currency)) return false; + if (!object.Equals(Reward, other.Reward)) 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 ^= items_.GetHashCode(); + if (currency_ != null) hash ^= Currency.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 + items_.WriteTo(output, _repeated_items_codec); + if (currency_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Currency); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + if (currency_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Currency); + } + if (reward_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Reward); + } + 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 += items_.CalculateSize(_repeated_items_codec); + if (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResIncreaseExpEquip other) { + if (other == null) { + return; + } + items_.Add(other.items_); + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 26: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 26: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 34: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResWearEquipmentList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResWearEquipmentList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1258]; } + } + + [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 ResWearEquipmentList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResWearEquipmentList(ResWearEquipmentList other) : this() { + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResWearEquipmentList Clone() { + return new ResWearEquipmentList(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResWearEquipmentList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResWearEquipmentList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) 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 ^= items_.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 + items_.WriteTo(output, _repeated_items_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) { + items_.WriteTo(ref output, _repeated_items_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 += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResWearEquipmentList other) { + if (other == null) { + return; + } + items_.Add(other.items_); + _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: { + items_.AddEntriesFrom(input, _repeated_items_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 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1259]; } + } + + [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 ResAllClearEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearEquipment(ResAllClearEquipment other) : this() { + csn_ = other.csn_; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearEquipment Clone() { + return new ResAllClearEquipment(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if(!items_.Equals(other.items_)) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + hash ^= items_.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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + items_.WriteTo(output, _repeated_items_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 (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + items_.WriteTo(ref output, _repeated_items_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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAllClearEquipment other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + items_.Add(other.items_); + _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: { + Csn = input.ReadInt64(); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_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: { + Csn = input.ReadInt64(); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1260]; } + } + + [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 ResGetHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetHarmonyCube(ResGetHarmonyCube other) : this() { + harmonyCubes_ = other.harmonyCubes_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetHarmonyCube Clone() { + return new ResGetHarmonyCube(this); + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!harmonyCubes_.Equals(other.harmonyCubes_)) 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 ^= harmonyCubes_.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 + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_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) { + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_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 += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetHarmonyCube other) { + if (other == null) { + return; + } + harmonyCubes_.Add(other.harmonyCubes_); + _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: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_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 18: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResWearHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResWearHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1261]; } + } + + [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 ResWearHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResWearHarmonyCube(ResWearHarmonyCube other) : this() { + harmonyCubes_ = other.harmonyCubes_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResWearHarmonyCube Clone() { + return new ResWearHarmonyCube(this); + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResWearHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResWearHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!harmonyCubes_.Equals(other.harmonyCubes_)) 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 ^= harmonyCubes_.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 + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_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) { + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_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 += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResWearHarmonyCube other) { + if (other == null) { + return; + } + harmonyCubes_.Add(other.harmonyCubes_); + _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: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_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 18: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1262]; } + } + + [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 ResClearHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearHarmonyCube(ResClearHarmonyCube other) : this() { + harmonyCube_ = other.harmonyCube_ != null ? other.harmonyCube_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearHarmonyCube Clone() { + return new ResClearHarmonyCube(this); + } + + /// Field number for the "HarmonyCube" field. + public const int HarmonyCubeFieldNumber = 2; + private global::EpinelPS.NetUserHarmonyCubeData harmonyCube_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserHarmonyCubeData HarmonyCube { + get { return harmonyCube_; } + set { + harmonyCube_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(HarmonyCube, other.HarmonyCube)) 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 (harmonyCube_ != null) hash ^= HarmonyCube.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 (harmonyCube_ != null) { + output.WriteRawTag(18); + output.WriteMessage(HarmonyCube); + } + 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 (harmonyCube_ != null) { + output.WriteRawTag(18); + output.WriteMessage(HarmonyCube); + } + 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 (harmonyCube_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(HarmonyCube); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearHarmonyCube other) { + if (other == null) { + return; + } + if (other.harmonyCube_ != null) { + if (harmonyCube_ == null) { + HarmonyCube = new global::EpinelPS.NetUserHarmonyCubeData(); + } + HarmonyCube.MergeFrom(other.HarmonyCube); + } + _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 (harmonyCube_ == null) { + HarmonyCube = new global::EpinelPS.NetUserHarmonyCubeData(); + } + input.ReadMessage(HarmonyCube); + 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 (harmonyCube_ == null) { + HarmonyCube = new global::EpinelPS.NetUserHarmonyCubeData(); + } + input.ReadMessage(HarmonyCube); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResManagementHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResManagementHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1263]; } + } + + [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 ResManagementHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResManagementHarmonyCube(ResManagementHarmonyCube other) : this() { + harmonyCubes_ = other.harmonyCubes_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResManagementHarmonyCube Clone() { + return new ResManagementHarmonyCube(this); + } + + /// Field number for the "HarmonyCubes" field. + public const int HarmonyCubesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_harmonyCubes_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserHarmonyCubeData.Parser); + private readonly pbc::RepeatedField harmonyCubes_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HarmonyCubes { + get { return harmonyCubes_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResManagementHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResManagementHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!harmonyCubes_.Equals(other.harmonyCubes_)) 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 ^= harmonyCubes_.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 + harmonyCubes_.WriteTo(output, _repeated_harmonyCubes_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) { + harmonyCubes_.WriteTo(ref output, _repeated_harmonyCubes_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 += harmonyCubes_.CalculateSize(_repeated_harmonyCubes_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResManagementHarmonyCube other) { + if (other == null) { + return; + } + harmonyCubes_.Add(other.harmonyCubes_); + _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: { + harmonyCubes_.AddEntriesFrom(input, _repeated_harmonyCubes_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 18: { + harmonyCubes_.AddEntriesFrom(ref input, _repeated_harmonyCubes_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLevelUpHarmonyCube : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLevelUpHarmonyCube()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1264]; } + } + + [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 ResLevelUpHarmonyCube() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLevelUpHarmonyCube(ResLevelUpHarmonyCube other) : this() { + items_ = other.items_.Clone(); + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLevelUpHarmonyCube Clone() { + return new ResLevelUpHarmonyCube(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 3; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLevelUpHarmonyCube); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLevelUpHarmonyCube other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if (!object.Equals(Currency, other.Currency)) 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 ^= items_.GetHashCode(); + if (currency_ != null) hash ^= Currency.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 + items_.WriteTo(output, _repeated_items_codec); + if (currency_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Currency); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + if (currency_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Currency); + } + 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 += items_.CalculateSize(_repeated_items_codec); + if (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResLevelUpHarmonyCube other) { + if (other == null) { + return; + } + items_.Add(other.items_); + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 26: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 26: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUsePiece : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUsePiece()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1265]; } + } + + [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 ResUsePiece() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUsePiece(ResUsePiece other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUsePiece Clone() { + return new ResUsePiece(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUsePiece); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUsePiece other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUsePiece other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/equipment/awakening + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEquipmentAwakening : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEquipmentAwakening()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1266]; } + } + + [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 ReqEquipmentAwakening() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEquipmentAwakening(ReqEquipmentAwakening other) : this() { + isn_ = other.isn_; + csn_ = other.csn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEquipmentAwakening Clone() { + return new ReqEquipmentAwakening(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 2; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEquipmentAwakening); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEquipmentAwakening other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Csn != other.Csn) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Csn != 0L) hash ^= Csn.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Csn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Csn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEquipmentAwakening other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Csn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Csn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEquipmentAwakening : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEquipmentAwakening()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1267]; } + } + + [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 ResEquipmentAwakening() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEquipmentAwakening(ResEquipmentAwakening other) : this() { + items_ = other.items_.Clone(); + currencies_ = other.currencies_.Clone(); + awakening_ = other.awakening_ != null ? other.awakening_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEquipmentAwakening Clone() { + return new ResEquipmentAwakening(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "Awakening" field. + public const int AwakeningFieldNumber = 3; + private global::EpinelPS.NetEquipmentAwakening awakening_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakening Awakening { + get { return awakening_; } + set { + awakening_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEquipmentAwakening); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEquipmentAwakening other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (!object.Equals(Awakening, other.Awakening)) 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 ^= items_.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (awakening_ != null) hash ^= Awakening.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 + items_.WriteTo(output, _repeated_items_codec); + currencies_.WriteTo(output, _repeated_currencies_codec); + if (awakening_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Awakening); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (awakening_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Awakening); + } + 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 += items_.CalculateSize(_repeated_items_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (awakening_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Awakening); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEquipmentAwakening other) { + if (other == null) { + return; + } + items_.Add(other.items_); + currencies_.Add(other.currencies_); + if (other.awakening_ != null) { + if (awakening_ == null) { + Awakening = new global::EpinelPS.NetEquipmentAwakening(); + } + Awakening.MergeFrom(other.Awakening); + } + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 26: { + if (awakening_ == null) { + Awakening = new global::EpinelPS.NetEquipmentAwakening(); + } + input.ReadMessage(Awakening); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 26: { + if (awakening_ == null) { + Awakening = new global::EpinelPS.NetEquipmentAwakening(); + } + input.ReadMessage(Awakening); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/equipment/resetoption + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAwakeningResetOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAwakeningResetOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1268]; } + } + + [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 ReqAwakeningResetOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningResetOption(ReqAwakeningResetOption other) : this() { + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningResetOption Clone() { + return new ReqAwakeningResetOption(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAwakeningResetOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAwakeningResetOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAwakeningResetOption other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Isn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAwakeningResetOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAwakeningResetOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1269]; } + } + + [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 ResAwakeningResetOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningResetOption(ResAwakeningResetOption other) : this() { + items_ = other.items_.Clone(); + currencies_ = other.currencies_.Clone(); + resetOption_ = other.resetOption_ != null ? other.resetOption_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningResetOption Clone() { + return new ResAwakeningResetOption(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "ResetOption" field. + public const int ResetOptionFieldNumber = 3; + private global::EpinelPS.NetEquipmentAwakeningOption resetOption_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakeningOption ResetOption { + get { return resetOption_; } + set { + resetOption_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAwakeningResetOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAwakeningResetOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (!object.Equals(ResetOption, other.ResetOption)) 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 ^= items_.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (resetOption_ != null) hash ^= ResetOption.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 + items_.WriteTo(output, _repeated_items_codec); + currencies_.WriteTo(output, _repeated_currencies_codec); + if (resetOption_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ResetOption); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (resetOption_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ResetOption); + } + 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 += items_.CalculateSize(_repeated_items_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (resetOption_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ResetOption); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAwakeningResetOption other) { + if (other == null) { + return; + } + items_.Add(other.items_); + currencies_.Add(other.currencies_); + if (other.resetOption_ != null) { + if (resetOption_ == null) { + ResetOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + ResetOption.MergeFrom(other.ResetOption); + } + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 26: { + if (resetOption_ == null) { + ResetOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(ResetOption); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 26: { + if (resetOption_ == null) { + ResetOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(ResetOption); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/equipment/changeoption + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAwakeningChangeOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAwakeningChangeOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1270]; } + } + + [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 ReqAwakeningChangeOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningChangeOption(ReqAwakeningChangeOption other) : this() { + isn_ = other.isn_; + isChanged_ = other.isChanged_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningChangeOption Clone() { + return new ReqAwakeningChangeOption(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "IsChanged" field. + public const int IsChangedFieldNumber = 2; + private bool isChanged_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsChanged { + get { return isChanged_; } + set { + isChanged_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAwakeningChangeOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAwakeningChangeOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (IsChanged != other.IsChanged) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (IsChanged != false) hash ^= IsChanged.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (IsChanged != false) { + output.WriteRawTag(16); + output.WriteBool(IsChanged); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (IsChanged != false) { + output.WriteRawTag(16); + output.WriteBool(IsChanged); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (IsChanged != 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(ReqAwakeningChangeOption other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.IsChanged != false) { + IsChanged = other.IsChanged; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + IsChanged = 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 8: { + Isn = input.ReadInt64(); + break; + } + case 16: { + IsChanged = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAwakeningChangeOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAwakeningChangeOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1271]; } + } + + [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 ResAwakeningChangeOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningChangeOption(ResAwakeningChangeOption other) : this() { + awakening_ = other.awakening_ != null ? other.awakening_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningChangeOption Clone() { + return new ResAwakeningChangeOption(this); + } + + /// Field number for the "Awakening" field. + public const int AwakeningFieldNumber = 1; + private global::EpinelPS.NetEquipmentAwakening awakening_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakening Awakening { + get { return awakening_; } + set { + awakening_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAwakeningChangeOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAwakeningChangeOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Awakening, other.Awakening)) 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 (awakening_ != null) hash ^= Awakening.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 (awakening_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Awakening); + } + 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 (awakening_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Awakening); + } + 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 (awakening_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Awakening); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAwakeningChangeOption other) { + if (other == null) { + return; + } + if (other.awakening_ != null) { + if (awakening_ == null) { + Awakening = new global::EpinelPS.NetEquipmentAwakening(); + } + Awakening.MergeFrom(other.Awakening); + } + _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: { + if (awakening_ == null) { + Awakening = new global::EpinelPS.NetEquipmentAwakening(); + } + input.ReadMessage(Awakening); + 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: { + if (awakening_ == null) { + Awakening = new global::EpinelPS.NetEquipmentAwakening(); + } + input.ReadMessage(Awakening); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/equipment/lockoption + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAwakeningLockOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAwakeningLockOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1272]; } + } + + [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 ReqAwakeningLockOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningLockOption(ReqAwakeningLockOption other) : this() { + isn_ = other.isn_; + optionId_ = other.optionId_; + isLocked_ = other.isLocked_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningLockOption Clone() { + return new ReqAwakeningLockOption(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "OptionId" field. + public const int OptionIdFieldNumber = 2; + private int optionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OptionId { + get { return optionId_; } + set { + optionId_ = value; + } + } + + /// Field number for the "IsLocked" field. + public const int IsLockedFieldNumber = 3; + private bool isLocked_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsLocked { + get { return isLocked_; } + set { + isLocked_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAwakeningLockOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAwakeningLockOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (OptionId != other.OptionId) return false; + if (IsLocked != other.IsLocked) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (OptionId != 0) hash ^= OptionId.GetHashCode(); + if (IsLocked != false) hash ^= IsLocked.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (OptionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(OptionId); + } + if (IsLocked != false) { + output.WriteRawTag(24); + output.WriteBool(IsLocked); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (OptionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(OptionId); + } + if (IsLocked != false) { + output.WriteRawTag(24); + output.WriteBool(IsLocked); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (OptionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OptionId); + } + if (IsLocked != 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(ReqAwakeningLockOption other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.OptionId != 0) { + OptionId = other.OptionId; + } + if (other.IsLocked != false) { + IsLocked = other.IsLocked; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + OptionId = input.ReadInt32(); + break; + } + case 24: { + IsLocked = 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 8: { + Isn = input.ReadInt64(); + break; + } + case 16: { + OptionId = input.ReadInt32(); + break; + } + case 24: { + IsLocked = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAwakeningLockOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAwakeningLockOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1273]; } + } + + [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 ResAwakeningLockOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningLockOption(ResAwakeningLockOption other) : this() { + items_ = other.items_.Clone(); + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningLockOption Clone() { + return new ResAwakeningLockOption(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAwakeningLockOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAwakeningLockOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if(!currencies_.Equals(other.currencies_)) 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 ^= items_.GetHashCode(); + hash ^= currencies_.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 + items_.WriteTo(output, _repeated_items_codec); + currencies_.WriteTo(output, _repeated_currencies_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) { + items_.WriteTo(ref output, _repeated_items_codec); + currencies_.WriteTo(ref output, _repeated_currencies_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 += items_.CalculateSize(_repeated_items_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAwakeningLockOption other) { + if (other == null) { + return; + } + items_.Add(other.items_); + currencies_.Add(other.currencies_); + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/equipment/upgradeoption + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAwakeningUpgradeOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAwakeningUpgradeOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1274]; } + } + + [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 ReqAwakeningUpgradeOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningUpgradeOption(ReqAwakeningUpgradeOption other) : this() { + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAwakeningUpgradeOption Clone() { + return new ReqAwakeningUpgradeOption(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAwakeningUpgradeOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAwakeningUpgradeOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAwakeningUpgradeOption other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Isn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAwakeningUpgradeOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAwakeningUpgradeOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1275]; } + } + + [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 ResAwakeningUpgradeOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningUpgradeOption(ResAwakeningUpgradeOption other) : this() { + items_ = other.items_.Clone(); + currencies_ = other.currencies_.Clone(); + resetOption_ = other.resetOption_ != null ? other.resetOption_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAwakeningUpgradeOption Clone() { + return new ResAwakeningUpgradeOption(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + /// Field number for the "ResetOption" field. + public const int ResetOptionFieldNumber = 3; + private global::EpinelPS.NetEquipmentAwakeningOption resetOption_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakeningOption ResetOption { + get { return resetOption_; } + set { + resetOption_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAwakeningUpgradeOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAwakeningUpgradeOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if(!currencies_.Equals(other.currencies_)) return false; + if (!object.Equals(ResetOption, other.ResetOption)) 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 ^= items_.GetHashCode(); + hash ^= currencies_.GetHashCode(); + if (resetOption_ != null) hash ^= ResetOption.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 + items_.WriteTo(output, _repeated_items_codec); + currencies_.WriteTo(output, _repeated_currencies_codec); + if (resetOption_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ResetOption); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (resetOption_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ResetOption); + } + 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 += items_.CalculateSize(_repeated_items_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (resetOption_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ResetOption); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAwakeningUpgradeOption other) { + if (other == null) { + return; + } + items_.Add(other.items_); + currencies_.Add(other.currencies_); + if (other.resetOption_ != null) { + if (resetOption_ == null) { + ResetOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + ResetOption.MergeFrom(other.ResetOption); + } + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 26: { + if (resetOption_ == null) { + ResetOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(ResetOption); + 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: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 18: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 26: { + if (resetOption_ == null) { + ResetOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(ResetOption); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/equipment/getawakeningDetail + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetAwakeningDetail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetAwakeningDetail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1276]; } + } + + [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 ReqGetAwakeningDetail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAwakeningDetail(ReqGetAwakeningDetail other) : this() { + isn_ = other.isn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetAwakeningDetail Clone() { + return new ReqGetAwakeningDetail(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetAwakeningDetail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetAwakeningDetail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) 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 (Isn != 0L) hash ^= Isn.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetAwakeningDetail other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + _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: { + Isn = input.ReadInt64(); + 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: { + Isn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetAwakeningDetail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetAwakeningDetail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1277]; } + } + + [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 ResGetAwakeningDetail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAwakeningDetail(ResGetAwakeningDetail other) : this() { + currentOption_ = other.currentOption_ != null ? other.currentOption_.Clone() : null; + newOption_ = other.newOption_ != null ? other.newOption_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAwakeningDetail Clone() { + return new ResGetAwakeningDetail(this); + } + + /// Field number for the "CurrentOption" field. + public const int CurrentOptionFieldNumber = 1; + private global::EpinelPS.NetEquipmentAwakeningOption currentOption_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakeningOption CurrentOption { + get { return currentOption_; } + set { + currentOption_ = value; + } + } + + /// Field number for the "NewOption" field. + public const int NewOptionFieldNumber = 2; + private global::EpinelPS.NetEquipmentAwakeningOption newOption_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetEquipmentAwakeningOption NewOption { + get { return newOption_; } + set { + newOption_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetAwakeningDetail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetAwakeningDetail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CurrentOption, other.CurrentOption)) return false; + if (!object.Equals(NewOption, other.NewOption)) 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 (currentOption_ != null) hash ^= CurrentOption.GetHashCode(); + if (newOption_ != null) hash ^= NewOption.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 (currentOption_ != null) { + output.WriteRawTag(10); + output.WriteMessage(CurrentOption); + } + if (newOption_ != null) { + output.WriteRawTag(18); + output.WriteMessage(NewOption); + } + 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 (currentOption_ != null) { + output.WriteRawTag(10); + output.WriteMessage(CurrentOption); + } + if (newOption_ != null) { + output.WriteRawTag(18); + output.WriteMessage(NewOption); + } + 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 (currentOption_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentOption); + } + if (newOption_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NewOption); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetAwakeningDetail other) { + if (other == null) { + return; + } + if (other.currentOption_ != null) { + if (currentOption_ == null) { + CurrentOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + CurrentOption.MergeFrom(other.CurrentOption); + } + if (other.newOption_ != null) { + if (newOption_ == null) { + NewOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + NewOption.MergeFrom(other.NewOption); + } + _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: { + if (currentOption_ == null) { + CurrentOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(CurrentOption); + break; + } + case 18: { + if (newOption_ == null) { + NewOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(NewOption); + 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: { + if (currentOption_ == null) { + CurrentOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(CurrentOption); + break; + } + case 18: { + if (newOption_ == null) { + NewOption = new global::EpinelPS.NetEquipmentAwakeningOption(); + } + input.ReadMessage(NewOption); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inventory/listredeem + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListRedeem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListRedeem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1278]; } + } + + [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 ReqListRedeem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListRedeem(ReqListRedeem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListRedeem Clone() { + return new ReqListRedeem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListRedeem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListRedeem 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(ReqListRedeem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListRedeem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListRedeem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1279]; } + } + + [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 ResListRedeem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListRedeem(ResListRedeem other) : this() { + userRedeems_ = other.userRedeems_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListRedeem Clone() { + return new ResListRedeem(this); + } + + /// Field number for the "UserRedeems" field. + public const int UserRedeemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userRedeems_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetUserRedeemData.Parser); + private readonly pbc::RepeatedField userRedeems_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserRedeems { + get { return userRedeems_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListRedeem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListRedeem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userRedeems_.Equals(other.userRedeems_)) 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 ^= userRedeems_.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 + userRedeems_.WriteTo(output, _repeated_userRedeems_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) { + userRedeems_.WriteTo(ref output, _repeated_userRedeems_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 += userRedeems_.CalculateSize(_repeated_userRedeems_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListRedeem other) { + if (other == null) { + return; + } + userRedeems_.Add(other.userRedeems_); + _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: { + userRedeems_.AddEntriesFrom(input, _repeated_userRedeems_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: { + userRedeems_.AddEntriesFrom(ref input, _repeated_userRedeems_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukebox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukebox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1280]; } + } + + [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 ResSetJukebox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukebox(ResSetJukebox other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukebox Clone() { + return new ResSetJukebox(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukebox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukebox 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(ResSetJukebox 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetJukeboxRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetJukeboxRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1281]; } + } + + [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 ResGetJukeboxRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJukeboxRewardedData(ResGetJukeboxRewardedData other) : this() { + jukeboxMissionTidList_ = other.jukeboxMissionTidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJukeboxRewardedData Clone() { + return new ResGetJukeboxRewardedData(this); + } + + /// Field number for the "JukeboxMissionTidList" field. + public const int JukeboxMissionTidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_jukeboxMissionTidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField jukeboxMissionTidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField JukeboxMissionTidList { + get { return jukeboxMissionTidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetJukeboxRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetJukeboxRewardedData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!jukeboxMissionTidList_.Equals(other.jukeboxMissionTidList_)) 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 ^= jukeboxMissionTidList_.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 + jukeboxMissionTidList_.WriteTo(output, _repeated_jukeboxMissionTidList_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) { + jukeboxMissionTidList_.WriteTo(ref output, _repeated_jukeboxMissionTidList_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 += jukeboxMissionTidList_.CalculateSize(_repeated_jukeboxMissionTidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetJukeboxRewardedData other) { + if (other == null) { + return; + } + jukeboxMissionTidList_.Add(other.jukeboxMissionTidList_); + _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: + case 16: { + jukeboxMissionTidList_.AddEntriesFrom(input, _repeated_jukeboxMissionTidList_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 18: + case 16: { + jukeboxMissionTidList_.AddEntriesFrom(ref input, _repeated_jukeboxMissionTidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/set/tableid + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukeboxBgmTableId : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukeboxBgmTableId()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1282]; } + } + + [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 ReqSetJukeboxBgmTableId() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxBgmTableId(ReqSetJukeboxBgmTableId other) : this() { + location_ = other.location_; + jukeboxTableId_ = other.jukeboxTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxBgmTableId Clone() { + return new ReqSetJukeboxBgmTableId(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 1; + private global::EpinelPS.NetJukeboxLocation location_ = global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxLocation Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "JukeboxTableId" field. + public const int JukeboxTableIdFieldNumber = 2; + private int jukeboxTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JukeboxTableId { + get { return jukeboxTableId_; } + set { + jukeboxTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetJukeboxBgmTableId); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukeboxBgmTableId other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Location != other.Location) return false; + if (JukeboxTableId != other.JukeboxTableId) 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) hash ^= Location.GetHashCode(); + if (JukeboxTableId != 0) hash ^= JukeboxTableId.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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (JukeboxTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(JukeboxTableId); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (JukeboxTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(JukeboxTableId); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Location); + } + if (JukeboxTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JukeboxTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetJukeboxBgmTableId other) { + if (other == null) { + return; + } + if (other.Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + Location = other.Location; + } + if (other.JukeboxTableId != 0) { + JukeboxTableId = other.JukeboxTableId; + } + _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: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + JukeboxTableId = 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: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + JukeboxTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukeboxBgmTableId : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukeboxBgmTableId()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1283]; } + } + + [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 ResSetJukeboxBgmTableId() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxBgmTableId(ResSetJukeboxBgmTableId other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxBgmTableId Clone() { + return new ResSetJukeboxBgmTableId(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukeboxBgmTableId); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukeboxBgmTableId 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(ResSetJukeboxBgmTableId 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 + + } + + /// + /// URL: /jukebox/set/playlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukeboxBgmPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukeboxBgmPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1284]; } + } + + [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 ReqSetJukeboxBgmPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxBgmPlaylist(ReqSetJukeboxBgmPlaylist other) : this() { + location_ = other.location_; + jukeboxPlaylistUid_ = other.jukeboxPlaylistUid_; + isShuffle_ = other.isShuffle_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxBgmPlaylist Clone() { + return new ReqSetJukeboxBgmPlaylist(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 1; + private global::EpinelPS.NetJukeboxLocation location_ = global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxLocation Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "JukeboxPlaylistUid" field. + public const int JukeboxPlaylistUidFieldNumber = 2; + private long jukeboxPlaylistUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JukeboxPlaylistUid { + get { return jukeboxPlaylistUid_; } + set { + jukeboxPlaylistUid_ = value; + } + } + + /// Field number for the "IsShuffle" field. + public const int IsShuffleFieldNumber = 3; + private bool isShuffle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsShuffle { + get { return isShuffle_; } + set { + isShuffle_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetJukeboxBgmPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukeboxBgmPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Location != other.Location) return false; + if (JukeboxPlaylistUid != other.JukeboxPlaylistUid) return false; + if (IsShuffle != other.IsShuffle) 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) hash ^= Location.GetHashCode(); + if (JukeboxPlaylistUid != 0L) hash ^= JukeboxPlaylistUid.GetHashCode(); + if (IsShuffle != false) hash ^= IsShuffle.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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(16); + output.WriteInt64(JukeboxPlaylistUid); + } + if (IsShuffle != false) { + output.WriteRawTag(24); + output.WriteBool(IsShuffle); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(16); + output.WriteInt64(JukeboxPlaylistUid); + } + if (IsShuffle != false) { + output.WriteRawTag(24); + output.WriteBool(IsShuffle); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Location); + } + if (JukeboxPlaylistUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JukeboxPlaylistUid); + } + if (IsShuffle != 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(ReqSetJukeboxBgmPlaylist other) { + if (other == null) { + return; + } + if (other.Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + Location = other.Location; + } + if (other.JukeboxPlaylistUid != 0L) { + JukeboxPlaylistUid = other.JukeboxPlaylistUid; + } + if (other.IsShuffle != false) { + IsShuffle = other.IsShuffle; + } + _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: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 24: { + IsShuffle = 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 8: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 24: { + IsShuffle = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukeboxBgmPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukeboxBgmPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1285]; } + } + + [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 ResSetJukeboxBgmPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxBgmPlaylist(ResSetJukeboxBgmPlaylist other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxBgmPlaylist Clone() { + return new ResSetJukeboxBgmPlaylist(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukeboxBgmPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukeboxBgmPlaylist 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(ResSetJukeboxBgmPlaylist 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 + + } + + /// + /// URL: /jukebox/set/favorite + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukeboxBgmFavorite : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukeboxBgmFavorite()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1286]; } + } + + [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 ReqSetJukeboxBgmFavorite() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxBgmFavorite(ReqSetJukeboxBgmFavorite other) : this() { + location_ = other.location_; + isShuffle_ = other.isShuffle_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxBgmFavorite Clone() { + return new ReqSetJukeboxBgmFavorite(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 1; + private global::EpinelPS.NetJukeboxLocation location_ = global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxLocation Location { + get { return location_; } + set { + location_ = value; + } + } + + /// Field number for the "IsShuffle" field. + public const int IsShuffleFieldNumber = 2; + private bool isShuffle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsShuffle { + get { return isShuffle_; } + set { + isShuffle_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetJukeboxBgmFavorite); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukeboxBgmFavorite other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Location != other.Location) return false; + if (IsShuffle != other.IsShuffle) 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) hash ^= Location.GetHashCode(); + if (IsShuffle != false) hash ^= IsShuffle.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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (IsShuffle != false) { + output.WriteRawTag(16); + output.WriteBool(IsShuffle); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + output.WriteRawTag(8); + output.WriteEnum((int) Location); + } + if (IsShuffle != false) { + output.WriteRawTag(16); + output.WriteBool(IsShuffle); + } + 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 (Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Location); + } + if (IsShuffle != 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(ReqSetJukeboxBgmFavorite other) { + if (other == null) { + return; + } + if (other.Location != global::EpinelPS.NetJukeboxLocation.NetJukeboxLocationCommanderRoom) { + Location = other.Location; + } + if (other.IsShuffle != false) { + IsShuffle = other.IsShuffle; + } + _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: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + IsShuffle = 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 8: { + Location = (global::EpinelPS.NetJukeboxLocation) input.ReadEnum(); + break; + } + case 16: { + IsShuffle = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukeboxBgmFavorite : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukeboxBgmFavorite()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1287]; } + } + + [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 ResSetJukeboxBgmFavorite() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxBgmFavorite(ResSetJukeboxBgmFavorite other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxBgmFavorite Clone() { + return new ResSetJukeboxBgmFavorite(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukeboxBgmFavorite); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukeboxBgmFavorite 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(ResSetJukeboxBgmFavorite 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 + + } + + /// + /// URL: /jukebox/playlist/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1288]; } + } + + [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 ReqGetJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJukeboxPlaylist(ReqGetJukeboxPlaylist other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJukeboxPlaylist Clone() { + return new ReqGetJukeboxPlaylist(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetJukeboxPlaylist 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(ReqGetJukeboxPlaylist 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1289]; } + } + + [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 ResGetJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJukeboxPlaylist(ResGetJukeboxPlaylist other) : this() { + playlists_ = other.playlists_.Clone(); + favoriteSongs_ = other.favoriteSongs_ != null ? other.favoriteSongs_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJukeboxPlaylist Clone() { + return new ResGetJukeboxPlaylist(this); + } + + /// Field number for the "Playlists" field. + public const int PlaylistsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_playlists_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetJukeboxPlaylist.Parser); + private readonly pbc::RepeatedField playlists_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Playlists { + get { return playlists_; } + } + + /// Field number for the "FavoriteSongs" field. + public const int FavoriteSongsFieldNumber = 2; + private global::EpinelPS.NetJukeboxFavorite favoriteSongs_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxFavorite FavoriteSongs { + get { return favoriteSongs_; } + set { + favoriteSongs_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!playlists_.Equals(other.playlists_)) return false; + if (!object.Equals(FavoriteSongs, other.FavoriteSongs)) 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 ^= playlists_.GetHashCode(); + if (favoriteSongs_ != null) hash ^= FavoriteSongs.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 + playlists_.WriteTo(output, _repeated_playlists_codec); + if (favoriteSongs_ != null) { + output.WriteRawTag(18); + output.WriteMessage(FavoriteSongs); + } + 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) { + playlists_.WriteTo(ref output, _repeated_playlists_codec); + if (favoriteSongs_ != null) { + output.WriteRawTag(18); + output.WriteMessage(FavoriteSongs); + } + 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 += playlists_.CalculateSize(_repeated_playlists_codec); + if (favoriteSongs_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FavoriteSongs); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetJukeboxPlaylist other) { + if (other == null) { + return; + } + playlists_.Add(other.playlists_); + if (other.favoriteSongs_ != null) { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + FavoriteSongs.MergeFrom(other.FavoriteSongs); + } + _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: { + playlists_.AddEntriesFrom(input, _repeated_playlists_codec); + break; + } + case 18: { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + input.ReadMessage(FavoriteSongs); + 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: { + playlists_.AddEntriesFrom(ref input, _repeated_playlists_codec); + break; + } + case 18: { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + input.ReadMessage(FavoriteSongs); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/playlist/create + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCreateJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCreateJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1290]; } + } + + [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 ReqCreateJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCreateJukeboxPlaylist(ReqCreateJukeboxPlaylist other) : this() { + title_ = other.title_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCreateJukeboxPlaylist Clone() { + return new ReqCreateJukeboxPlaylist(this); + } + + /// Field number for the "Title" field. + public const int TitleFieldNumber = 1; + private string title_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Title { + get { return title_; } + set { + title_ = 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 ReqCreateJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCreateJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Title != other.Title) 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 (Title.Length != 0) hash ^= Title.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 (Title.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Title); + } + 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 (Title.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Title); + } + 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 (Title.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Title); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCreateJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.Title.Length != 0) { + Title = other.Title; + } + _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: { + Title = 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 10: { + Title = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1291]; } + } + + [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 ResCreateJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateJukeboxPlaylist(ResCreateJukeboxPlaylist other) : this() { + playlist_ = other.playlist_ != null ? other.playlist_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateJukeboxPlaylist Clone() { + return new ResCreateJukeboxPlaylist(this); + } + + /// Field number for the "Playlist" field. + public const int PlaylistFieldNumber = 1; + private global::EpinelPS.NetJukeboxPlaylist playlist_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxPlaylist Playlist { + get { return playlist_; } + set { + playlist_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Playlist, other.Playlist)) 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 (playlist_ != null) hash ^= Playlist.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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + 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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + 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 (playlist_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Playlist); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCreateJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.playlist_ != null) { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + Playlist.MergeFrom(other.Playlist); + } + _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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + 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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/playlist/set + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1292]; } + } + + [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 ReqSetJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxPlaylist(ReqSetJukeboxPlaylist other) : this() { + jukeboxPlaylistUid_ = other.jukeboxPlaylistUid_; + songs_ = other.songs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxPlaylist Clone() { + return new ReqSetJukeboxPlaylist(this); + } + + /// Field number for the "JukeboxPlaylistUid" field. + public const int JukeboxPlaylistUidFieldNumber = 1; + private long jukeboxPlaylistUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JukeboxPlaylistUid { + get { return jukeboxPlaylistUid_; } + set { + jukeboxPlaylistUid_ = value; + } + } + + /// Field number for the "Songs" field. + public const int SongsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_songs_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetJukeboxPlaylistSong.Parser); + private readonly pbc::RepeatedField songs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Songs { + get { return songs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (JukeboxPlaylistUid != other.JukeboxPlaylistUid) return false; + if(!songs_.Equals(other.songs_)) 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 (JukeboxPlaylistUid != 0L) hash ^= JukeboxPlaylistUid.GetHashCode(); + hash ^= songs_.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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + songs_.WriteTo(output, _repeated_songs_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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + songs_.WriteTo(ref output, _repeated_songs_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 (JukeboxPlaylistUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JukeboxPlaylistUid); + } + size += songs_.CalculateSize(_repeated_songs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.JukeboxPlaylistUid != 0L) { + JukeboxPlaylistUid = other.JukeboxPlaylistUid; + } + songs_.Add(other.songs_); + _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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 18: { + songs_.AddEntriesFrom(input, _repeated_songs_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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 18: { + songs_.AddEntriesFrom(ref input, _repeated_songs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1293]; } + } + + [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 ResSetJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxPlaylist(ResSetJukeboxPlaylist other) : this() { + playlist_ = other.playlist_ != null ? other.playlist_.Clone() : null; + jukeboxBgm_ = other.jukeboxBgm_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxPlaylist Clone() { + return new ResSetJukeboxPlaylist(this); + } + + /// Field number for the "Playlist" field. + public const int PlaylistFieldNumber = 1; + private global::EpinelPS.NetJukeboxPlaylist playlist_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxPlaylist Playlist { + get { return playlist_; } + set { + playlist_ = value; + } + } + + /// Field number for the "JukeboxBgm" field. + public const int JukeboxBgmFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_jukeboxBgm_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetJukeboxBgm.Parser); + private readonly pbc::RepeatedField jukeboxBgm_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField JukeboxBgm { + get { return jukeboxBgm_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Playlist, other.Playlist)) return false; + if(!jukeboxBgm_.Equals(other.jukeboxBgm_)) 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 (playlist_ != null) hash ^= Playlist.GetHashCode(); + hash ^= jukeboxBgm_.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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + jukeboxBgm_.WriteTo(output, _repeated_jukeboxBgm_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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + jukeboxBgm_.WriteTo(ref output, _repeated_jukeboxBgm_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 (playlist_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Playlist); + } + size += jukeboxBgm_.CalculateSize(_repeated_jukeboxBgm_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.playlist_ != null) { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + Playlist.MergeFrom(other.Playlist); + } + jukeboxBgm_.Add(other.jukeboxBgm_); + _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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + break; + } + case 18: { + jukeboxBgm_.AddEntriesFrom(input, _repeated_jukeboxBgm_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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + break; + } + case 18: { + jukeboxBgm_.AddEntriesFrom(ref input, _repeated_jukeboxBgm_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/playlist/addsong + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddSongJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddSongJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1294]; } + } + + [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 ReqAddSongJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddSongJukeboxPlaylist(ReqAddSongJukeboxPlaylist other) : this() { + jukeboxPlaylistUid_ = other.jukeboxPlaylistUid_; + jukeboxTableId_ = other.jukeboxTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddSongJukeboxPlaylist Clone() { + return new ReqAddSongJukeboxPlaylist(this); + } + + /// Field number for the "JukeboxPlaylistUid" field. + public const int JukeboxPlaylistUidFieldNumber = 1; + private long jukeboxPlaylistUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JukeboxPlaylistUid { + get { return jukeboxPlaylistUid_; } + set { + jukeboxPlaylistUid_ = value; + } + } + + /// Field number for the "JukeboxTableId" field. + public const int JukeboxTableIdFieldNumber = 2; + private int jukeboxTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JukeboxTableId { + get { return jukeboxTableId_; } + set { + jukeboxTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddSongJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddSongJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (JukeboxPlaylistUid != other.JukeboxPlaylistUid) return false; + if (JukeboxTableId != other.JukeboxTableId) 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 (JukeboxPlaylistUid != 0L) hash ^= JukeboxPlaylistUid.GetHashCode(); + if (JukeboxTableId != 0) hash ^= JukeboxTableId.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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + if (JukeboxTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(JukeboxTableId); + } + 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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + if (JukeboxTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(JukeboxTableId); + } + 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 (JukeboxPlaylistUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JukeboxPlaylistUid); + } + if (JukeboxTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JukeboxTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddSongJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.JukeboxPlaylistUid != 0L) { + JukeboxPlaylistUid = other.JukeboxPlaylistUid; + } + if (other.JukeboxTableId != 0) { + JukeboxTableId = other.JukeboxTableId; + } + _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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 16: { + JukeboxTableId = 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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 16: { + JukeboxTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddSongJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddSongJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1295]; } + } + + [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 ResAddSongJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddSongJukeboxPlaylist(ResAddSongJukeboxPlaylist other) : this() { + playlist_ = other.playlist_ != null ? other.playlist_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddSongJukeboxPlaylist Clone() { + return new ResAddSongJukeboxPlaylist(this); + } + + /// Field number for the "Playlist" field. + public const int PlaylistFieldNumber = 1; + private global::EpinelPS.NetJukeboxPlaylist playlist_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxPlaylist Playlist { + get { return playlist_; } + set { + playlist_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddSongJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddSongJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Playlist, other.Playlist)) 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 (playlist_ != null) hash ^= Playlist.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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + 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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + 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 (playlist_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Playlist); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddSongJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.playlist_ != null) { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + Playlist.MergeFrom(other.Playlist); + } + _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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + 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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/favorite/set + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukeboxFavoriteSongs : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukeboxFavoriteSongs()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1296]; } + } + + [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 ReqSetJukeboxFavoriteSongs() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxFavoriteSongs(ReqSetJukeboxFavoriteSongs other) : this() { + songs_ = other.songs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxFavoriteSongs Clone() { + return new ReqSetJukeboxFavoriteSongs(this); + } + + /// Field number for the "Songs" field. + public const int SongsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_songs_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetJukeboxPlaylistSong.Parser); + private readonly pbc::RepeatedField songs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Songs { + get { return songs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetJukeboxFavoriteSongs); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukeboxFavoriteSongs other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!songs_.Equals(other.songs_)) 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 ^= songs_.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 + songs_.WriteTo(output, _repeated_songs_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) { + songs_.WriteTo(ref output, _repeated_songs_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 += songs_.CalculateSize(_repeated_songs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetJukeboxFavoriteSongs other) { + if (other == null) { + return; + } + songs_.Add(other.songs_); + _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: { + songs_.AddEntriesFrom(input, _repeated_songs_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: { + songs_.AddEntriesFrom(ref input, _repeated_songs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukeboxFavoriteSongs : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukeboxFavoriteSongs()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1297]; } + } + + [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 ResSetJukeboxFavoriteSongs() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxFavoriteSongs(ResSetJukeboxFavoriteSongs other) : this() { + favoriteSongs_ = other.favoriteSongs_ != null ? other.favoriteSongs_.Clone() : null; + jukeboxBgm_ = other.jukeboxBgm_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxFavoriteSongs Clone() { + return new ResSetJukeboxFavoriteSongs(this); + } + + /// Field number for the "FavoriteSongs" field. + public const int FavoriteSongsFieldNumber = 1; + private global::EpinelPS.NetJukeboxFavorite favoriteSongs_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxFavorite FavoriteSongs { + get { return favoriteSongs_; } + set { + favoriteSongs_ = value; + } + } + + /// Field number for the "JukeboxBgm" field. + public const int JukeboxBgmFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_jukeboxBgm_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetJukeboxBgm.Parser); + private readonly pbc::RepeatedField jukeboxBgm_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField JukeboxBgm { + get { return jukeboxBgm_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukeboxFavoriteSongs); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukeboxFavoriteSongs other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(FavoriteSongs, other.FavoriteSongs)) return false; + if(!jukeboxBgm_.Equals(other.jukeboxBgm_)) 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 (favoriteSongs_ != null) hash ^= FavoriteSongs.GetHashCode(); + hash ^= jukeboxBgm_.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 (favoriteSongs_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteSongs); + } + jukeboxBgm_.WriteTo(output, _repeated_jukeboxBgm_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 (favoriteSongs_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteSongs); + } + jukeboxBgm_.WriteTo(ref output, _repeated_jukeboxBgm_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 (favoriteSongs_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FavoriteSongs); + } + size += jukeboxBgm_.CalculateSize(_repeated_jukeboxBgm_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetJukeboxFavoriteSongs other) { + if (other == null) { + return; + } + if (other.favoriteSongs_ != null) { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + FavoriteSongs.MergeFrom(other.FavoriteSongs); + } + jukeboxBgm_.Add(other.jukeboxBgm_); + _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: { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + input.ReadMessage(FavoriteSongs); + break; + } + case 18: { + jukeboxBgm_.AddEntriesFrom(input, _repeated_jukeboxBgm_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: { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + input.ReadMessage(FavoriteSongs); + break; + } + case 18: { + jukeboxBgm_.AddEntriesFrom(ref input, _repeated_jukeboxBgm_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/favorite/addsong + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddJukeboxFavoriteSong : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddJukeboxFavoriteSong()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1298]; } + } + + [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 ReqAddJukeboxFavoriteSong() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddJukeboxFavoriteSong(ReqAddJukeboxFavoriteSong other) : this() { + jukeboxTableId_ = other.jukeboxTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddJukeboxFavoriteSong Clone() { + return new ReqAddJukeboxFavoriteSong(this); + } + + /// Field number for the "JukeboxTableId" field. + public const int JukeboxTableIdFieldNumber = 1; + private int jukeboxTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int JukeboxTableId { + get { return jukeboxTableId_; } + set { + jukeboxTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddJukeboxFavoriteSong); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddJukeboxFavoriteSong other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (JukeboxTableId != other.JukeboxTableId) 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 (JukeboxTableId != 0) hash ^= JukeboxTableId.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 (JukeboxTableId != 0) { + output.WriteRawTag(8); + output.WriteInt32(JukeboxTableId); + } + 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 (JukeboxTableId != 0) { + output.WriteRawTag(8); + output.WriteInt32(JukeboxTableId); + } + 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 (JukeboxTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(JukeboxTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddJukeboxFavoriteSong other) { + if (other == null) { + return; + } + if (other.JukeboxTableId != 0) { + JukeboxTableId = other.JukeboxTableId; + } + _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: { + JukeboxTableId = 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: { + JukeboxTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddJukeboxFavoriteSong : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddJukeboxFavoriteSong()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1299]; } + } + + [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 ResAddJukeboxFavoriteSong() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddJukeboxFavoriteSong(ResAddJukeboxFavoriteSong other) : this() { + favoriteSongs_ = other.favoriteSongs_ != null ? other.favoriteSongs_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddJukeboxFavoriteSong Clone() { + return new ResAddJukeboxFavoriteSong(this); + } + + /// Field number for the "FavoriteSongs" field. + public const int FavoriteSongsFieldNumber = 1; + private global::EpinelPS.NetJukeboxFavorite favoriteSongs_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxFavorite FavoriteSongs { + get { return favoriteSongs_; } + set { + favoriteSongs_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddJukeboxFavoriteSong); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddJukeboxFavoriteSong other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(FavoriteSongs, other.FavoriteSongs)) 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 (favoriteSongs_ != null) hash ^= FavoriteSongs.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 (favoriteSongs_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteSongs); + } + 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 (favoriteSongs_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FavoriteSongs); + } + 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 (favoriteSongs_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FavoriteSongs); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddJukeboxFavoriteSong other) { + if (other == null) { + return; + } + if (other.favoriteSongs_ != null) { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + FavoriteSongs.MergeFrom(other.FavoriteSongs); + } + _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: { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + input.ReadMessage(FavoriteSongs); + 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: { + if (favoriteSongs_ == null) { + FavoriteSongs = new global::EpinelPS.NetJukeboxFavorite(); + } + input.ReadMessage(FavoriteSongs); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/playlist/settitle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetJukeboxPlaylistTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetJukeboxPlaylistTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1300]; } + } + + [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 ReqSetJukeboxPlaylistTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxPlaylistTitle(ReqSetJukeboxPlaylistTitle other) : this() { + jukeboxPlaylistUid_ = other.jukeboxPlaylistUid_; + title_ = other.title_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetJukeboxPlaylistTitle Clone() { + return new ReqSetJukeboxPlaylistTitle(this); + } + + /// Field number for the "JukeboxPlaylistUid" field. + public const int JukeboxPlaylistUidFieldNumber = 1; + private long jukeboxPlaylistUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JukeboxPlaylistUid { + get { return jukeboxPlaylistUid_; } + set { + jukeboxPlaylistUid_ = value; + } + } + + /// Field number for the "Title" field. + public const int TitleFieldNumber = 2; + private string title_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Title { + get { return title_; } + set { + title_ = 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 ReqSetJukeboxPlaylistTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetJukeboxPlaylistTitle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (JukeboxPlaylistUid != other.JukeboxPlaylistUid) return false; + if (Title != other.Title) 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 (JukeboxPlaylistUid != 0L) hash ^= JukeboxPlaylistUid.GetHashCode(); + if (Title.Length != 0) hash ^= Title.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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + if (Title.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Title); + } + 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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + if (Title.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Title); + } + 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 (JukeboxPlaylistUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JukeboxPlaylistUid); + } + if (Title.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Title); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetJukeboxPlaylistTitle other) { + if (other == null) { + return; + } + if (other.JukeboxPlaylistUid != 0L) { + JukeboxPlaylistUid = other.JukeboxPlaylistUid; + } + if (other.Title.Length != 0) { + Title = other.Title; + } + _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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 18: { + Title = 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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + case 18: { + Title = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetJukeboxPlaylistTitle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetJukeboxPlaylistTitle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1301]; } + } + + [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 ResSetJukeboxPlaylistTitle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxPlaylistTitle(ResSetJukeboxPlaylistTitle other) : this() { + playlist_ = other.playlist_ != null ? other.playlist_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetJukeboxPlaylistTitle Clone() { + return new ResSetJukeboxPlaylistTitle(this); + } + + /// Field number for the "Playlist" field. + public const int PlaylistFieldNumber = 1; + private global::EpinelPS.NetJukeboxPlaylist playlist_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetJukeboxPlaylist Playlist { + get { return playlist_; } + set { + playlist_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetJukeboxPlaylistTitle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetJukeboxPlaylistTitle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Playlist, other.Playlist)) 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 (playlist_ != null) hash ^= Playlist.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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + 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 (playlist_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Playlist); + } + 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 (playlist_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Playlist); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetJukeboxPlaylistTitle other) { + if (other == null) { + return; + } + if (other.playlist_ != null) { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + Playlist.MergeFrom(other.Playlist); + } + _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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + 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: { + if (playlist_ == null) { + Playlist = new global::EpinelPS.NetJukeboxPlaylist(); + } + input.ReadMessage(Playlist); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/playlist/delete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1302]; } + } + + [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 ReqDeleteJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteJukeboxPlaylist(ReqDeleteJukeboxPlaylist other) : this() { + jukeboxPlaylistUid_ = other.jukeboxPlaylistUid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteJukeboxPlaylist Clone() { + return new ReqDeleteJukeboxPlaylist(this); + } + + /// Field number for the "JukeboxPlaylistUid" field. + public const int JukeboxPlaylistUidFieldNumber = 1; + private long jukeboxPlaylistUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long JukeboxPlaylistUid { + get { return jukeboxPlaylistUid_; } + set { + jukeboxPlaylistUid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (JukeboxPlaylistUid != other.JukeboxPlaylistUid) 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 (JukeboxPlaylistUid != 0L) hash ^= JukeboxPlaylistUid.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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + 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 (JukeboxPlaylistUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(JukeboxPlaylistUid); + } + 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 (JukeboxPlaylistUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(JukeboxPlaylistUid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteJukeboxPlaylist other) { + if (other == null) { + return; + } + if (other.JukeboxPlaylistUid != 0L) { + JukeboxPlaylistUid = other.JukeboxPlaylistUid; + } + _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: { + JukeboxPlaylistUid = input.ReadInt64(); + 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: { + JukeboxPlaylistUid = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteJukeboxPlaylist : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteJukeboxPlaylist()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1303]; } + } + + [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 ResDeleteJukeboxPlaylist() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteJukeboxPlaylist(ResDeleteJukeboxPlaylist other) : this() { + jukeboxBgm_ = other.jukeboxBgm_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteJukeboxPlaylist Clone() { + return new ResDeleteJukeboxPlaylist(this); + } + + /// Field number for the "JukeboxBgm" field. + public const int JukeboxBgmFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_jukeboxBgm_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetJukeboxBgm.Parser); + private readonly pbc::RepeatedField jukeboxBgm_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField JukeboxBgm { + get { return jukeboxBgm_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteJukeboxPlaylist); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteJukeboxPlaylist other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!jukeboxBgm_.Equals(other.jukeboxBgm_)) 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 ^= jukeboxBgm_.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 + jukeboxBgm_.WriteTo(output, _repeated_jukeboxBgm_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) { + jukeboxBgm_.WriteTo(ref output, _repeated_jukeboxBgm_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 += jukeboxBgm_.CalculateSize(_repeated_jukeboxBgm_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDeleteJukeboxPlaylist other) { + if (other == null) { + return; + } + jukeboxBgm_.Add(other.jukeboxBgm_); + _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: { + jukeboxBgm_.AddEntriesFrom(input, _repeated_jukeboxBgm_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: { + jukeboxBgm_.AddEntriesFrom(ref input, _repeated_jukeboxBgm_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /jukebox/record/playhistory + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordJukeboxPlayHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordJukeboxPlayHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1304]; } + } + + [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 ReqRecordJukeboxPlayHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordJukeboxPlayHistory(ReqRecordJukeboxPlayHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordJukeboxPlayHistory Clone() { + return new ReqRecordJukeboxPlayHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordJukeboxPlayHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordJukeboxPlayHistory 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(ReqRecordJukeboxPlayHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordJukeboxPlayHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordJukeboxPlayHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1305]; } + } + + [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 ResRecordJukeboxPlayHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordJukeboxPlayHistory(ResRecordJukeboxPlayHistory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordJukeboxPlayHistory Clone() { + return new ResRecordJukeboxPlayHistory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordJukeboxPlayHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordJukeboxPlayHistory 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(ResRecordJukeboxPlayHistory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLiberateMissionData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLiberateMissionData()); + private pb::UnknownFieldSet _unknownFields; + private int _hasBits0; + [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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1306]; } + } + + [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 NetLiberateMissionData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLiberateMissionData(NetLiberateMissionData other) : this() { + _hasBits0 = other._hasBits0; + id_ = other.id_; + missionTid_ = other.missionTid_; + liberateCharacterId_ = other.liberateCharacterId_; + missionState_ = other.missionState_; + createdAt_ = other.createdAt_; + triggerStartAt_ = other.triggerStartAt_; + triggerEndAt_ = other.triggerEndAt_; + receivedAt_ = other.receivedAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLiberateMissionData Clone() { + return new NetLiberateMissionData(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private long id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "MissionTid" field. + public const int MissionTidFieldNumber = 2; + private int missionTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MissionTid { + get { return missionTid_; } + set { + missionTid_ = value; + } + } + + /// Field number for the "LiberateCharacterId" field. + public const int LiberateCharacterIdFieldNumber = 3; + private int liberateCharacterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LiberateCharacterId { + get { return liberateCharacterId_; } + set { + liberateCharacterId_ = value; + } + } + + /// Field number for the "MissionState" field. + public const int MissionStateFieldNumber = 5; + private global::EpinelPS.LiberateMissionState missionState_ = global::EpinelPS.LiberateMissionState.LiberateMissionStateRunning; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LiberateMissionState MissionState { + get { return missionState_; } + set { + missionState_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 6; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "TriggerStartAt" field. + public const int TriggerStartAtFieldNumber = 7; + private long triggerStartAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TriggerStartAt { + get { return triggerStartAt_; } + set { + triggerStartAt_ = value; + } + } + + /// Field number for the "TriggerEndAt" field. + public const int TriggerEndAtFieldNumber = 8; + private long triggerEndAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TriggerEndAt { + get { return triggerEndAt_; } + set { + triggerEndAt_ = value; + } + } + + /// Field number for the "ReceivedAt" field. + public const int ReceivedAtFieldNumber = 9; + private readonly static long ReceivedAtDefaultValue = 0L; + + private long receivedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ReceivedAt { + get { if ((_hasBits0 & 1) != 0) { return receivedAt_; } else { return ReceivedAtDefaultValue; } } + set { + _hasBits0 |= 1; + receivedAt_ = value; + } + } + /// Gets whether the "ReceivedAt" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasReceivedAt { + get { return (_hasBits0 & 1) != 0; } + } + /// Clears the value of the "ReceivedAt" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearReceivedAt() { + _hasBits0 &= ~1; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLiberateMissionData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLiberateMissionData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if (MissionTid != other.MissionTid) return false; + if (LiberateCharacterId != other.LiberateCharacterId) return false; + if (MissionState != other.MissionState) return false; + if (CreatedAt != other.CreatedAt) return false; + if (TriggerStartAt != other.TriggerStartAt) return false; + if (TriggerEndAt != other.TriggerEndAt) return false; + if (ReceivedAt != other.ReceivedAt) 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 != 0L) hash ^= Id.GetHashCode(); + if (MissionTid != 0) hash ^= MissionTid.GetHashCode(); + if (LiberateCharacterId != 0) hash ^= LiberateCharacterId.GetHashCode(); + if (MissionState != global::EpinelPS.LiberateMissionState.LiberateMissionStateRunning) hash ^= MissionState.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (TriggerStartAt != 0L) hash ^= TriggerStartAt.GetHashCode(); + if (TriggerEndAt != 0L) hash ^= TriggerEndAt.GetHashCode(); + if (HasReceivedAt) hash ^= ReceivedAt.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 != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Id); + } + if (MissionTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionTid); + } + if (LiberateCharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(LiberateCharacterId); + } + if (MissionState != global::EpinelPS.LiberateMissionState.LiberateMissionStateRunning) { + output.WriteRawTag(40); + output.WriteEnum((int) MissionState); + } + if (CreatedAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(CreatedAt); + } + if (TriggerStartAt != 0L) { + output.WriteRawTag(56); + output.WriteInt64(TriggerStartAt); + } + if (TriggerEndAt != 0L) { + output.WriteRawTag(64); + output.WriteInt64(TriggerEndAt); + } + if (HasReceivedAt) { + output.WriteRawTag(72); + output.WriteInt64(ReceivedAt); + } + 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 != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Id); + } + if (MissionTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionTid); + } + if (LiberateCharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(LiberateCharacterId); + } + if (MissionState != global::EpinelPS.LiberateMissionState.LiberateMissionStateRunning) { + output.WriteRawTag(40); + output.WriteEnum((int) MissionState); + } + if (CreatedAt != 0L) { + output.WriteRawTag(48); + output.WriteInt64(CreatedAt); + } + if (TriggerStartAt != 0L) { + output.WriteRawTag(56); + output.WriteInt64(TriggerStartAt); + } + if (TriggerEndAt != 0L) { + output.WriteRawTag(64); + output.WriteInt64(TriggerEndAt); + } + if (HasReceivedAt) { + output.WriteRawTag(72); + output.WriteInt64(ReceivedAt); + } + 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 != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Id); + } + if (MissionTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MissionTid); + } + if (LiberateCharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LiberateCharacterId); + } + if (MissionState != global::EpinelPS.LiberateMissionState.LiberateMissionStateRunning) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MissionState); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (TriggerStartAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TriggerStartAt); + } + if (TriggerEndAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TriggerEndAt); + } + if (HasReceivedAt) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ReceivedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetLiberateMissionData other) { + if (other == null) { + return; + } + if (other.Id != 0L) { + Id = other.Id; + } + if (other.MissionTid != 0) { + MissionTid = other.MissionTid; + } + if (other.LiberateCharacterId != 0) { + LiberateCharacterId = other.LiberateCharacterId; + } + if (other.MissionState != global::EpinelPS.LiberateMissionState.LiberateMissionStateRunning) { + MissionState = other.MissionState; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.TriggerStartAt != 0L) { + TriggerStartAt = other.TriggerStartAt; + } + if (other.TriggerEndAt != 0L) { + TriggerEndAt = other.TriggerEndAt; + } + if (other.HasReceivedAt) { + ReceivedAt = other.ReceivedAt; + } + _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.ReadInt64(); + break; + } + case 16: { + MissionTid = input.ReadInt32(); + break; + } + case 24: { + LiberateCharacterId = input.ReadInt32(); + break; + } + case 40: { + MissionState = (global::EpinelPS.LiberateMissionState) input.ReadEnum(); + break; + } + case 48: { + CreatedAt = input.ReadInt64(); + break; + } + case 56: { + TriggerStartAt = input.ReadInt64(); + break; + } + case 64: { + TriggerEndAt = input.ReadInt64(); + break; + } + case 72: { + ReceivedAt = input.ReadInt64(); + 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.ReadInt64(); + break; + } + case 16: { + MissionTid = input.ReadInt32(); + break; + } + case 24: { + LiberateCharacterId = input.ReadInt32(); + break; + } + case 40: { + MissionState = (global::EpinelPS.LiberateMissionState) input.ReadEnum(); + break; + } + case 48: { + CreatedAt = input.ReadInt64(); + break; + } + case 56: { + TriggerStartAt = input.ReadInt64(); + break; + } + case 64: { + TriggerEndAt = input.ReadInt64(); + break; + } + case 72: { + ReceivedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLiberateData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLiberateData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1307]; } + } + + [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 NetLiberateData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLiberateData(NetLiberateData other) : this() { + characterId_ = other.characterId_; + step_ = other.step_; + progressPoint_ = other.progressPoint_; + missionData_ = other.missionData_.Clone(); + rewardedCount_ = other.rewardedCount_; + isCompleted_ = other.isCompleted_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLiberateData Clone() { + return new NetLiberateData(this); + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "Step" field. + public const int StepFieldNumber = 3; + private int step_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Step { + get { return step_; } + set { + step_ = value; + } + } + + /// Field number for the "ProgressPoint" field. + public const int ProgressPointFieldNumber = 4; + private int progressPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProgressPoint { + get { return progressPoint_; } + set { + progressPoint_ = value; + } + } + + /// Field number for the "MissionData" field. + public const int MissionDataFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_missionData_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetLiberateMissionData.Parser); + private readonly pbc::RepeatedField missionData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionData { + get { return missionData_; } + } + + /// Field number for the "RewardedCount" field. + public const int RewardedCountFieldNumber = 6; + private int rewardedCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardedCount { + get { return rewardedCount_; } + set { + rewardedCount_ = value; + } + } + + /// Field number for the "IsCompleted" field. + public const int IsCompletedFieldNumber = 7; + private bool isCompleted_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsCompleted { + get { return isCompleted_; } + set { + isCompleted_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLiberateData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLiberateData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CharacterId != other.CharacterId) return false; + if (Step != other.Step) return false; + if (ProgressPoint != other.ProgressPoint) return false; + if(!missionData_.Equals(other.missionData_)) return false; + if (RewardedCount != other.RewardedCount) return false; + if (IsCompleted != other.IsCompleted) 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 (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + if (Step != 0) hash ^= Step.GetHashCode(); + if (ProgressPoint != 0) hash ^= ProgressPoint.GetHashCode(); + hash ^= missionData_.GetHashCode(); + if (RewardedCount != 0) hash ^= RewardedCount.GetHashCode(); + if (IsCompleted != false) hash ^= IsCompleted.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 (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + if (ProgressPoint != 0) { + output.WriteRawTag(32); + output.WriteInt32(ProgressPoint); + } + missionData_.WriteTo(output, _repeated_missionData_codec); + if (RewardedCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(RewardedCount); + } + if (IsCompleted != false) { + output.WriteRawTag(56); + output.WriteBool(IsCompleted); + } + 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 (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + if (ProgressPoint != 0) { + output.WriteRawTag(32); + output.WriteInt32(ProgressPoint); + } + missionData_.WriteTo(ref output, _repeated_missionData_codec); + if (RewardedCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(RewardedCount); + } + if (IsCompleted != false) { + output.WriteRawTag(56); + output.WriteBool(IsCompleted); + } + 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 (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (Step != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Step); + } + if (ProgressPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProgressPoint); + } + size += missionData_.CalculateSize(_repeated_missionData_codec); + if (RewardedCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardedCount); + } + if (IsCompleted != 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(NetLiberateData other) { + if (other == null) { + return; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + if (other.Step != 0) { + Step = other.Step; + } + if (other.ProgressPoint != 0) { + ProgressPoint = other.ProgressPoint; + } + missionData_.Add(other.missionData_); + if (other.RewardedCount != 0) { + RewardedCount = other.RewardedCount; + } + if (other.IsCompleted != false) { + IsCompleted = other.IsCompleted; + } + _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: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + Step = input.ReadInt32(); + break; + } + case 32: { + ProgressPoint = input.ReadInt32(); + break; + } + case 42: { + missionData_.AddEntriesFrom(input, _repeated_missionData_codec); + break; + } + case 48: { + RewardedCount = input.ReadInt32(); + break; + } + case 56: { + IsCompleted = 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: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + Step = input.ReadInt32(); + break; + } + case 32: { + ProgressPoint = input.ReadInt32(); + break; + } + case 42: { + missionData_.AddEntriesFrom(ref input, _repeated_missionData_codec); + break; + } + case 48: { + RewardedCount = input.ReadInt32(); + break; + } + case 56: { + IsCompleted = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLiberateProgressData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLiberateProgressData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1308]; } + } + + [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 NetLiberateProgressData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLiberateProgressData(NetLiberateProgressData other) : this() { + characterId_ = other.characterId_; + step_ = other.step_; + progressPoint_ = other.progressPoint_; + rewardedCount_ = other.rewardedCount_; + isCompleted_ = other.isCompleted_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLiberateProgressData Clone() { + return new NetLiberateProgressData(this); + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 1; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "Step" field. + public const int StepFieldNumber = 2; + private int step_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Step { + get { return step_; } + set { + step_ = value; + } + } + + /// Field number for the "ProgressPoint" field. + public const int ProgressPointFieldNumber = 3; + private int progressPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProgressPoint { + get { return progressPoint_; } + set { + progressPoint_ = value; + } + } + + /// Field number for the "RewardedCount" field. + public const int RewardedCountFieldNumber = 4; + private int rewardedCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardedCount { + get { return rewardedCount_; } + set { + rewardedCount_ = value; + } + } + + /// Field number for the "IsCompleted" field. + public const int IsCompletedFieldNumber = 5; + private bool isCompleted_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsCompleted { + get { return isCompleted_; } + set { + isCompleted_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLiberateProgressData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLiberateProgressData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CharacterId != other.CharacterId) return false; + if (Step != other.Step) return false; + if (ProgressPoint != other.ProgressPoint) return false; + if (RewardedCount != other.RewardedCount) return false; + if (IsCompleted != other.IsCompleted) 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 (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + if (Step != 0) hash ^= Step.GetHashCode(); + if (ProgressPoint != 0) hash ^= ProgressPoint.GetHashCode(); + if (RewardedCount != 0) hash ^= RewardedCount.GetHashCode(); + if (IsCompleted != false) hash ^= IsCompleted.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 (CharacterId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CharacterId); + } + if (Step != 0) { + output.WriteRawTag(16); + output.WriteInt32(Step); + } + if (ProgressPoint != 0) { + output.WriteRawTag(24); + output.WriteInt32(ProgressPoint); + } + if (RewardedCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RewardedCount); + } + if (IsCompleted != false) { + output.WriteRawTag(40); + output.WriteBool(IsCompleted); + } + 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 (CharacterId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CharacterId); + } + if (Step != 0) { + output.WriteRawTag(16); + output.WriteInt32(Step); + } + if (ProgressPoint != 0) { + output.WriteRawTag(24); + output.WriteInt32(ProgressPoint); + } + if (RewardedCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RewardedCount); + } + if (IsCompleted != false) { + output.WriteRawTag(40); + output.WriteBool(IsCompleted); + } + 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 (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (Step != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Step); + } + if (ProgressPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProgressPoint); + } + if (RewardedCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardedCount); + } + if (IsCompleted != 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(NetLiberateProgressData other) { + if (other == null) { + return; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + if (other.Step != 0) { + Step = other.Step; + } + if (other.ProgressPoint != 0) { + ProgressPoint = other.ProgressPoint; + } + if (other.RewardedCount != 0) { + RewardedCount = other.RewardedCount; + } + if (other.IsCompleted != false) { + IsCompleted = other.IsCompleted; + } + _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: { + CharacterId = input.ReadInt32(); + break; + } + case 16: { + Step = input.ReadInt32(); + break; + } + case 24: { + ProgressPoint = input.ReadInt32(); + break; + } + case 32: { + RewardedCount = input.ReadInt32(); + break; + } + case 40: { + IsCompleted = 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 8: { + CharacterId = input.ReadInt32(); + break; + } + case 16: { + Step = input.ReadInt32(); + break; + } + case 24: { + ProgressPoint = input.ReadInt32(); + break; + } + case 32: { + RewardedCount = input.ReadInt32(); + break; + } + case 40: { + IsCompleted = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /liberate/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLiberateData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLiberateData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1309]; } + } + + [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 ReqGetLiberateData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLiberateData(ReqGetLiberateData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLiberateData Clone() { + return new ReqGetLiberateData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLiberateData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLiberateData 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(ReqGetLiberateData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLiberateData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLiberateData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1310]; } + } + + [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 ResGetLiberateData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLiberateData(ResGetLiberateData other) : this() { + openLiberateTypeIdList_ = other.openLiberateTypeIdList_.Clone(); + liberateData_ = other.liberateData_ != null ? other.liberateData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLiberateData Clone() { + return new ResGetLiberateData(this); + } + + /// Field number for the "OpenLiberateTypeIdList" field. + public const int OpenLiberateTypeIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_openLiberateTypeIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField openLiberateTypeIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OpenLiberateTypeIdList { + get { return openLiberateTypeIdList_; } + } + + /// Field number for the "LiberateData" field. + public const int LiberateDataFieldNumber = 3; + private global::EpinelPS.NetLiberateData liberateData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLiberateData LiberateData { + get { return liberateData_; } + set { + liberateData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLiberateData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLiberateData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!openLiberateTypeIdList_.Equals(other.openLiberateTypeIdList_)) return false; + if (!object.Equals(LiberateData, other.LiberateData)) 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 ^= openLiberateTypeIdList_.GetHashCode(); + if (liberateData_ != null) hash ^= LiberateData.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 + openLiberateTypeIdList_.WriteTo(output, _repeated_openLiberateTypeIdList_codec); + if (liberateData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(LiberateData); + } + 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) { + openLiberateTypeIdList_.WriteTo(ref output, _repeated_openLiberateTypeIdList_codec); + if (liberateData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(LiberateData); + } + 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 += openLiberateTypeIdList_.CalculateSize(_repeated_openLiberateTypeIdList_codec); + if (liberateData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LiberateData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLiberateData other) { + if (other == null) { + return; + } + openLiberateTypeIdList_.Add(other.openLiberateTypeIdList_); + if (other.liberateData_ != null) { + if (liberateData_ == null) { + LiberateData = new global::EpinelPS.NetLiberateData(); + } + LiberateData.MergeFrom(other.LiberateData); + } + _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: + case 16: { + openLiberateTypeIdList_.AddEntriesFrom(input, _repeated_openLiberateTypeIdList_codec); + break; + } + case 26: { + if (liberateData_ == null) { + LiberateData = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(LiberateData); + 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: + case 16: { + openLiberateTypeIdList_.AddEntriesFrom(ref input, _repeated_openLiberateTypeIdList_codec); + break; + } + case 26: { + if (liberateData_ == null) { + LiberateData = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(LiberateData); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /liberate/getprogresslist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLiberateProgressList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLiberateProgressList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1311]; } + } + + [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 ReqGetLiberateProgressList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLiberateProgressList(ReqGetLiberateProgressList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLiberateProgressList Clone() { + return new ReqGetLiberateProgressList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLiberateProgressList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLiberateProgressList 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(ReqGetLiberateProgressList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLiberateProgressList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLiberateProgressList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1312]; } + } + + [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 ResGetLiberateProgressList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLiberateProgressList(ResGetLiberateProgressList other) : this() { + liberateProgressData_ = other.liberateProgressData_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLiberateProgressList Clone() { + return new ResGetLiberateProgressList(this); + } + + /// Field number for the "LiberateProgressData" field. + public const int LiberateProgressDataFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_liberateProgressData_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetLiberateProgressData.Parser); + private readonly pbc::RepeatedField liberateProgressData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LiberateProgressData { + get { return liberateProgressData_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLiberateProgressList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLiberateProgressList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!liberateProgressData_.Equals(other.liberateProgressData_)) 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 ^= liberateProgressData_.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 + liberateProgressData_.WriteTo(output, _repeated_liberateProgressData_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) { + liberateProgressData_.WriteTo(ref output, _repeated_liberateProgressData_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 += liberateProgressData_.CalculateSize(_repeated_liberateProgressData_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLiberateProgressList other) { + if (other == null) { + return; + } + liberateProgressData_.Add(other.liberateProgressData_); + _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: { + liberateProgressData_.AddEntriesFrom(input, _repeated_liberateProgressData_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: { + liberateProgressData_.AddEntriesFrom(ref input, _repeated_liberateProgressData_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /liberate/choosecharacter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqChooseLiberateCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqChooseLiberateCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1313]; } + } + + [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 ReqChooseLiberateCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChooseLiberateCharacter(ReqChooseLiberateCharacter other) : this() { + characterId_ = other.characterId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqChooseLiberateCharacter Clone() { + return new ReqChooseLiberateCharacter(this); + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqChooseLiberateCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqChooseLiberateCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CharacterId != other.CharacterId) 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 (CharacterId != 0) hash ^= CharacterId.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 (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + 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 (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + 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 (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqChooseLiberateCharacter other) { + if (other == null) { + return; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + _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: { + CharacterId = 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 16: { + CharacterId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChooseLiberateCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChooseLiberateCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1314]; } + } + + [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 ResChooseLiberateCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChooseLiberateCharacter(ResChooseLiberateCharacter other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChooseLiberateCharacter Clone() { + return new ResChooseLiberateCharacter(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetLiberateData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLiberateData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.LiberateDataExpiredError error_ = global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LiberateDataExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChooseLiberateCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChooseLiberateCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (Error != other.Error) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) hash ^= Error.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChooseLiberateCharacter other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + Data.MergeFrom(other.Data); + } + if (other.Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + Error = other.Error; + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + Error = (global::EpinelPS.LiberateDataExpiredError) 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 10: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + Error = (global::EpinelPS.LiberateDataExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /liberate/completemission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteLiberateMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteLiberateMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1315]; } + } + + [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 ReqCompleteLiberateMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteLiberateMission(ReqCompleteLiberateMission other) : this() { + missionId_ = other.missionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteLiberateMission Clone() { + return new ReqCompleteLiberateMission(this); + } + + /// Field number for the "MissionId" field. + public const int MissionIdFieldNumber = 3; + private long missionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MissionId { + get { return missionId_; } + set { + missionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteLiberateMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteLiberateMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MissionId != other.MissionId) 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 (MissionId != 0L) hash ^= MissionId.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 (MissionId != 0L) { + output.WriteRawTag(24); + output.WriteInt64(MissionId); + } + 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 (MissionId != 0L) { + output.WriteRawTag(24); + output.WriteInt64(MissionId); + } + 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 (MissionId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MissionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteLiberateMission other) { + if (other == null) { + return; + } + if (other.MissionId != 0L) { + MissionId = other.MissionId; + } + _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: { + MissionId = input.ReadInt64(); + 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: { + MissionId = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteLiberateMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteLiberateMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1316]; } + } + + [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 ResCompleteLiberateMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteLiberateMission(ResCompleteLiberateMission other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteLiberateMission Clone() { + return new ResCompleteLiberateMission(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetLiberateData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLiberateData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.LiberateDataExpiredError error_ = global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LiberateDataExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteLiberateMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteLiberateMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (Error != other.Error) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) hash ^= Error.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteLiberateMission other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + Data.MergeFrom(other.Data); + } + if (other.Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + Error = other.Error; + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + Error = (global::EpinelPS.LiberateDataExpiredError) 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 10: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + Error = (global::EpinelPS.LiberateDataExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /liberate/obtainstepreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainLiberateStepReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainLiberateStepReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1317]; } + } + + [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 ReqObtainLiberateStepReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainLiberateStepReward(ReqObtainLiberateStepReward other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainLiberateStepReward Clone() { + return new ReqObtainLiberateStepReward(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainLiberateStepReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainLiberateStepReward 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(ReqObtainLiberateStepReward 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainLiberateStepReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainLiberateStepReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1318]; } + } + + [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 ResObtainLiberateStepReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainLiberateStepReward(ResObtainLiberateStepReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + data_ = other.data_ != null ? other.data_.Clone() : null; + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainLiberateStepReward Clone() { + return new ResObtainLiberateStepReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 2; + private global::EpinelPS.NetLiberateData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLiberateData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 3; + private global::EpinelPS.LiberateDataExpiredError error_ = global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LiberateDataExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainLiberateStepReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainLiberateStepReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(Data, other.Data)) return false; + if (Error != other.Error) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (data_ != null) hash ^= Data.GetHashCode(); + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) hash ^= Error.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (data_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (data_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainLiberateStepReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + Data.MergeFrom(other.Data); + } + if (other.Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + Error = other.Error; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 24: { + Error = (global::EpinelPS.LiberateDataExpiredError) 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 24: { + Error = (global::EpinelPS.LiberateDataExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /liberate/resetmission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqResetLiberateMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqResetLiberateMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1319]; } + } + + [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 ReqResetLiberateMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetLiberateMission(ReqResetLiberateMission other) : this() { + missionId_ = other.missionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetLiberateMission Clone() { + return new ReqResetLiberateMission(this); + } + + /// Field number for the "MissionId" field. + public const int MissionIdFieldNumber = 2; + private long missionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MissionId { + get { return missionId_; } + set { + missionId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqResetLiberateMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqResetLiberateMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MissionId != other.MissionId) 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 (MissionId != 0L) hash ^= MissionId.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 (MissionId != 0L) { + output.WriteRawTag(16); + output.WriteInt64(MissionId); + } + 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 (MissionId != 0L) { + output.WriteRawTag(16); + output.WriteInt64(MissionId); + } + 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 (MissionId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MissionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqResetLiberateMission other) { + if (other == null) { + return; + } + if (other.MissionId != 0L) { + MissionId = other.MissionId; + } + _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: { + MissionId = input.ReadInt64(); + 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: { + MissionId = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetLiberateMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetLiberateMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1320]; } + } + + [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 ResResetLiberateMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLiberateMission(ResResetLiberateMission other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + error_ = other.error_; + currencyList_ = other.currencyList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLiberateMission Clone() { + return new ResResetLiberateMission(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetLiberateData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLiberateData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.LiberateDataExpiredError error_ = global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.LiberateDataExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "CurrencyList" field. + public const int CurrencyListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencyList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencyList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CurrencyList { + get { return currencyList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetLiberateMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetLiberateMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (Error != other.Error) return false; + if(!currencyList_.Equals(other.currencyList_)) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) hash ^= Error.GetHashCode(); + hash ^= currencyList_.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + currencyList_.WriteTo(output, _repeated_currencyList_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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + currencyList_.WriteTo(ref output, _repeated_currencyList_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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + size += currencyList_.CalculateSize(_repeated_currencyList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResResetLiberateMission other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + Data.MergeFrom(other.Data); + } + if (other.Error != global::EpinelPS.LiberateDataExpiredError.LiberateDataExpiredErrorSuccess) { + Error = other.Error; + } + currencyList_.Add(other.currencyList_); + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + Error = (global::EpinelPS.LiberateDataExpiredError) input.ReadEnum(); + break; + } + case 26: { + currencyList_.AddEntriesFrom(input, _repeated_currencyList_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: { + if (data_ == null) { + Data = new global::EpinelPS.NetLiberateData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + Error = (global::EpinelPS.LiberateDataExpiredError) input.ReadEnum(); + break; + } + case 26: { + currencyList_.AddEntriesFrom(ref input, _repeated_currencyList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1321]; } + } + + [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 NetMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMessage(NetMessage other) : this() { + seq_ = other.seq_; + conversationId_ = other.conversationId_; + messageId_ = other.messageId_; + createdAt_ = other.createdAt_; + state_ = other.state_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMessage Clone() { + return new NetMessage(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "ConversationId" field. + public const int ConversationIdFieldNumber = 2; + private string conversationId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ConversationId { + get { return conversationId_; } + set { + conversationId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "MessageId" field. + public const int MessageIdFieldNumber = 3; + private string messageId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MessageId { + get { return messageId_; } + set { + messageId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "State" field. + public const int StateFieldNumber = 5; + private int state_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int State { + get { return state_; } + set { + state_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (ConversationId != other.ConversationId) return false; + if (MessageId != other.MessageId) return false; + if (CreatedAt != other.CreatedAt) return false; + if (State != other.State) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (ConversationId.Length != 0) hash ^= ConversationId.GetHashCode(); + if (MessageId.Length != 0) hash ^= MessageId.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (State != 0) hash ^= State.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (ConversationId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ConversationId); + } + if (MessageId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(MessageId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + if (State != 0) { + output.WriteRawTag(40); + output.WriteInt32(State); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (ConversationId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ConversationId); + } + if (MessageId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(MessageId); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + if (State != 0) { + output.WriteRawTag(40); + output.WriteInt32(State); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (ConversationId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ConversationId); + } + if (MessageId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MessageId); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (State != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(State); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMessage other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.ConversationId.Length != 0) { + ConversationId = other.ConversationId; + } + if (other.MessageId.Length != 0) { + MessageId = other.MessageId; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.State != 0) { + State = other.State; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + ConversationId = input.ReadString(); + break; + } + case 26: { + MessageId = input.ReadString(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + case 40: { + State = 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: { + Seq = input.ReadInt64(); + break; + } + case 18: { + ConversationId = input.ReadString(); + break; + } + case 26: { + MessageId = input.ReadString(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + case 40: { + State = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMessages : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMessages()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1322]; } + } + + [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 ResGetMessages() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMessages(ResGetMessages other) : this() { + messages_ = other.messages_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMessages Clone() { + return new ResGetMessages(this); + } + + /// Field number for the "Messages" field. + public const int MessagesFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_messages_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMessage.Parser); + private readonly pbc::RepeatedField messages_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Messages { + get { return messages_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMessages); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMessages other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!messages_.Equals(other.messages_)) 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 ^= messages_.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 + messages_.WriteTo(output, _repeated_messages_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) { + messages_.WriteTo(ref output, _repeated_messages_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 += messages_.CalculateSize(_repeated_messages_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMessages other) { + if (other == null) { + return; + } + messages_.Add(other.messages_); + _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: { + messages_.AddEntriesFrom(input, _repeated_messages_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 18: { + messages_.AddEntriesFrom(ref input, _repeated_messages_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMessengerDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMessengerDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1323]; } + } + + [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 ResEnterMessengerDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMessengerDialog(ResEnterMessengerDialog other) : this() { + message_ = other.message_ != null ? other.message_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMessengerDialog Clone() { + return new ResEnterMessengerDialog(this); + } + + /// Field number for the "Message" field. + public const int MessageFieldNumber = 1; + private global::EpinelPS.NetMessage message_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMessage Message { + get { return message_; } + set { + message_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMessengerDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMessengerDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Message, other.Message)) 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 (message_ != null) hash ^= Message.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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + 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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + 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 (message_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Message); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterMessengerDialog other) { + if (other == null) { + return; + } + if (other.message_ != null) { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + Message.MergeFrom(other.Message); + } + _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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + 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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProceedMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProceedMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1324]; } + } + + [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 ResProceedMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedMessage(ResProceedMessage other) : this() { + message_ = other.message_ != null ? other.message_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedMessage Clone() { + return new ResProceedMessage(this); + } + + /// Field number for the "Message" field. + public const int MessageFieldNumber = 1; + private global::EpinelPS.NetMessage message_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMessage Message { + get { return message_; } + set { + message_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProceedMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProceedMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Message, other.Message)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (message_ != null) hash ^= Message.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (message_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Message); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResProceedMessage other) { + if (other == null) { + return; + } + if (other.message_ != null) { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + Message.MergeFrom(other.Message); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMessageReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMessageReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1325]; } + } + + [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 ResObtainMessageReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMessageReward(ResObtainMessageReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMessageReward Clone() { + return new ResObtainMessageReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMessageReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMessageReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMessageReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSubQuestMessengerDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSubQuestMessengerDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1326]; } + } + + [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 ResEnterSubQuestMessengerDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSubQuestMessengerDialog(ResEnterSubQuestMessengerDialog other) : this() { + message_ = other.message_ != null ? other.message_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSubQuestMessengerDialog Clone() { + return new ResEnterSubQuestMessengerDialog(this); + } + + /// Field number for the "Message" field. + public const int MessageFieldNumber = 1; + private global::EpinelPS.NetMessage message_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMessage Message { + get { return message_; } + set { + message_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSubQuestMessengerDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSubQuestMessengerDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Message, other.Message)) 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 (message_ != null) hash ^= Message.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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + 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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + 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 (message_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Message); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterSubQuestMessengerDialog other) { + if (other == null) { + return; + } + if (other.message_ != null) { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + Message.MergeFrom(other.Message); + } + _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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + 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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSubQuestFinMessengerDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSubQuestFinMessengerDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1327]; } + } + + [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 ResEnterSubQuestFinMessengerDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSubQuestFinMessengerDialog(ResEnterSubQuestFinMessengerDialog other) : this() { + message_ = other.message_ != null ? other.message_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSubQuestFinMessengerDialog Clone() { + return new ResEnterSubQuestFinMessengerDialog(this); + } + + /// Field number for the "Message" field. + public const int MessageFieldNumber = 1; + private global::EpinelPS.NetMessage message_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMessage Message { + get { return message_; } + set { + message_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSubQuestFinMessengerDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSubQuestFinMessengerDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Message, other.Message)) 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 (message_ != null) hash ^= Message.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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + 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 (message_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Message); + } + 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 (message_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Message); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterSubQuestFinMessengerDialog other) { + if (other == null) { + return; + } + if (other.message_ != null) { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + Message.MergeFrom(other.Message); + } + _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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + 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: { + if (message_ == null) { + Message = new global::EpinelPS.NetMessage(); + } + input.ReadMessage(Message); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1328]; } + } + + [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 ResFinSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinSubQuest(ResFinSubQuest other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinSubQuest Clone() { + return new ResFinSubQuest(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinSubQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinSubQuest other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResPickTodayRandomMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResPickTodayRandomMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1329]; } + } + + [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 ResPickTodayRandomMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPickTodayRandomMessage(ResPickTodayRandomMessage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPickTodayRandomMessage Clone() { + return new ResPickTodayRandomMessage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResPickTodayRandomMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResPickTodayRandomMessage 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(ResPickTodayRandomMessage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPickedMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPickedMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1330]; } + } + + [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 NetPickedMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPickedMessage(NetPickedMessage other) : this() { + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + conversationId_ = other.conversationId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPickedMessage Clone() { + return new NetPickedMessage(this); + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 1; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "ConversationId" field. + public const int ConversationIdFieldNumber = 2; + private string conversationId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ConversationId { + get { return conversationId_; } + set { + conversationId_ = 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 NetPickedMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPickedMessage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CreatedAt, other.CreatedAt)) return false; + if (ConversationId != other.ConversationId) 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 (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); + if (ConversationId.Length != 0) hash ^= ConversationId.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 (createdAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(CreatedAt); + } + if (ConversationId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ConversationId); + } + 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 (createdAt_ != null) { + output.WriteRawTag(10); + output.WriteMessage(CreatedAt); + } + if (ConversationId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ConversationId); + } + 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 (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (ConversationId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ConversationId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPickedMessage other) { + if (other == null) { + return; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + if (other.ConversationId.Length != 0) { + ConversationId = other.ConversationId; + } + _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: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 18: { + ConversationId = 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 10: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 18: { + ConversationId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /messenger/picked/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetPickedMessageList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetPickedMessageList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1331]; } + } + + [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 ReqGetPickedMessageList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPickedMessageList(ReqGetPickedMessageList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPickedMessageList Clone() { + return new ReqGetPickedMessageList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetPickedMessageList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetPickedMessageList 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(ReqGetPickedMessageList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetPickedMessageList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetPickedMessageList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1332]; } + } + + [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 ResGetPickedMessageList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPickedMessageList(ResGetPickedMessageList other) : this() { + data_ = other.data_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPickedMessageList Clone() { + return new ResGetPickedMessageList(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_data_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetPickedMessage.Parser); + private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Data { + get { return data_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetPickedMessageList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetPickedMessageList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!data_.Equals(other.data_)) 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 ^= data_.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 + data_.WriteTo(output, _repeated_data_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) { + data_.WriteTo(ref output, _repeated_data_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 += data_.CalculateSize(_repeated_data_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetPickedMessageList other) { + if (other == null) { + return; + } + data_.Add(other.data_); + _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: { + data_.AddEntriesFrom(input, _repeated_data_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: { + data_.AddEntriesFrom(ref input, _repeated_data_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResPickTodayDailyMessage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResPickTodayDailyMessage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1333]; } + } + + [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 ResPickTodayDailyMessage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPickTodayDailyMessage(ResPickTodayDailyMessage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPickTodayDailyMessage Clone() { + return new ResPickTodayDailyMessage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResPickTodayDailyMessage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResPickTodayDailyMessage 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(ResPickTodayDailyMessage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameDiceReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameDiceReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1334]; } + } + + [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 NetMiniGameDiceReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDiceReward(NetMiniGameDiceReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + diceGauge_ = other.diceGauge_ != null ? other.diceGauge_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDiceReward Clone() { + return new NetMiniGameDiceReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "DiceGauge" field. + public const int DiceGaugeFieldNumber = 3; + private global::EpinelPS.NetDiceGauge diceGauge_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDiceGauge DiceGauge { + get { return diceGauge_; } + set { + diceGauge_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameDiceReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameDiceReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(DiceGauge, other.DiceGauge)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (diceGauge_ != null) hash ^= DiceGauge.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (diceGauge_ != null) { + output.WriteRawTag(26); + output.WriteMessage(DiceGauge); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (diceGauge_ != null) { + output.WriteRawTag(26); + output.WriteMessage(DiceGauge); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (diceGauge_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DiceGauge); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameDiceReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.diceGauge_ != null) { + if (diceGauge_ == null) { + DiceGauge = new global::EpinelPS.NetDiceGauge(); + } + DiceGauge.MergeFrom(other.DiceGauge); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (diceGauge_ == null) { + DiceGauge = new global::EpinelPS.NetDiceGauge(); + } + input.ReadMessage(DiceGauge); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (diceGauge_ == null) { + DiceGauge = new global::EpinelPS.NetDiceGauge(); + } + input.ReadMessage(DiceGauge); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDiceGauge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDiceGauge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1335]; } + } + + [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 NetDiceGauge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDiceGauge(NetDiceGauge other) : this() { + result_ = other.result_; + gainValue_ = other.gainValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDiceGauge Clone() { + return new NetDiceGauge(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.MiniGameDiceGaugeResult result_ = global::EpinelPS.MiniGameDiceGaugeResult.MiniGameDiceGaugeResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameDiceGaugeResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "GainValue" field. + public const int GainValueFieldNumber = 2; + private int gainValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GainValue { + get { return gainValue_; } + set { + gainValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDiceGauge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDiceGauge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (GainValue != other.GainValue) 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 (Result != global::EpinelPS.MiniGameDiceGaugeResult.MiniGameDiceGaugeResultSuccess) hash ^= Result.GetHashCode(); + if (GainValue != 0) hash ^= GainValue.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 (Result != global::EpinelPS.MiniGameDiceGaugeResult.MiniGameDiceGaugeResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (GainValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(GainValue); + } + 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 (Result != global::EpinelPS.MiniGameDiceGaugeResult.MiniGameDiceGaugeResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (GainValue != 0) { + output.WriteRawTag(16); + output.WriteInt32(GainValue); + } + 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 (Result != global::EpinelPS.MiniGameDiceGaugeResult.MiniGameDiceGaugeResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (GainValue != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GainValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDiceGauge other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.MiniGameDiceGaugeResult.MiniGameDiceGaugeResultSuccess) { + Result = other.Result; + } + if (other.GainValue != 0) { + GainValue = other.GainValue; + } + _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: { + Result = (global::EpinelPS.MiniGameDiceGaugeResult) input.ReadEnum(); + break; + } + case 16: { + GainValue = 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: { + Result = (global::EpinelPS.MiniGameDiceGaugeResult) input.ReadEnum(); + break; + } + case 16: { + GainValue = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dice/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameDice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameDice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1336]; } + } + + [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 ReqGetMiniGameDice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDice(ReqGetMiniGameDice other) : this() { + diceMiniGameId_ = other.diceMiniGameId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDice Clone() { + return new ReqGetMiniGameDice(this); + } + + /// Field number for the "DiceMiniGameId" field. + public const int DiceMiniGameIdFieldNumber = 1; + private int diceMiniGameId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceMiniGameId { + get { return diceMiniGameId_; } + set { + diceMiniGameId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameDice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameDice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DiceMiniGameId != other.DiceMiniGameId) 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 (DiceMiniGameId != 0) hash ^= DiceMiniGameId.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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceMiniGameId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameDice other) { + if (other == null) { + return; + } + if (other.DiceMiniGameId != 0) { + DiceMiniGameId = other.DiceMiniGameId; + } + _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: { + DiceMiniGameId = 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: { + DiceMiniGameId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameDice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameDice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1337]; } + } + + [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 ResGetMiniGameDice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDice(ResGetMiniGameDice other) : this() { + currentBoardId_ = other.currentBoardId_; + dice_ = other.dice_ != null ? other.dice_.Clone() : null; + gaugeMaxEventCount_ = other.gaugeMaxEventCount_; + chainCount_ = other.chainCount_; + diceGauge_ = other.diceGauge_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDice Clone() { + return new ResGetMiniGameDice(this); + } + + /// Field number for the "CurrentBoardId" field. + public const int CurrentBoardIdFieldNumber = 1; + private int currentBoardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentBoardId { + get { return currentBoardId_; } + set { + currentBoardId_ = value; + } + } + + /// Field number for the "Dice" field. + public const int DiceFieldNumber = 2; + private global::EpinelPS.NetUserItemData dice_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Dice { + get { return dice_; } + set { + dice_ = value; + } + } + + /// Field number for the "GaugeMaxEventCount" field. + public const int GaugeMaxEventCountFieldNumber = 6; + private int gaugeMaxEventCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GaugeMaxEventCount { + get { return gaugeMaxEventCount_; } + set { + gaugeMaxEventCount_ = value; + } + } + + /// Field number for the "ChainCount" field. + public const int ChainCountFieldNumber = 4; + private int chainCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChainCount { + get { return chainCount_; } + set { + chainCount_ = value; + } + } + + /// Field number for the "DiceGauge" field. + public const int DiceGaugeFieldNumber = 7; + private int diceGauge_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceGauge { + get { return diceGauge_; } + set { + diceGauge_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameDice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameDice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CurrentBoardId != other.CurrentBoardId) return false; + if (!object.Equals(Dice, other.Dice)) return false; + if (GaugeMaxEventCount != other.GaugeMaxEventCount) return false; + if (ChainCount != other.ChainCount) return false; + if (DiceGauge != other.DiceGauge) 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 (CurrentBoardId != 0) hash ^= CurrentBoardId.GetHashCode(); + if (dice_ != null) hash ^= Dice.GetHashCode(); + if (GaugeMaxEventCount != 0) hash ^= GaugeMaxEventCount.GetHashCode(); + if (ChainCount != 0) hash ^= ChainCount.GetHashCode(); + if (DiceGauge != 0) hash ^= DiceGauge.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 (CurrentBoardId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurrentBoardId); + } + if (dice_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Dice); + } + if (ChainCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ChainCount); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(GaugeMaxEventCount); + } + if (DiceGauge != 0) { + output.WriteRawTag(56); + output.WriteInt32(DiceGauge); + } + 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 (CurrentBoardId != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurrentBoardId); + } + if (dice_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Dice); + } + if (ChainCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ChainCount); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(GaugeMaxEventCount); + } + if (DiceGauge != 0) { + output.WriteRawTag(56); + output.WriteInt32(DiceGauge); + } + 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 (CurrentBoardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentBoardId); + } + if (dice_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Dice); + } + if (GaugeMaxEventCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GaugeMaxEventCount); + } + if (ChainCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChainCount); + } + if (DiceGauge != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceGauge); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameDice other) { + if (other == null) { + return; + } + if (other.CurrentBoardId != 0) { + CurrentBoardId = other.CurrentBoardId; + } + if (other.dice_ != null) { + if (dice_ == null) { + Dice = new global::EpinelPS.NetUserItemData(); + } + Dice.MergeFrom(other.Dice); + } + if (other.GaugeMaxEventCount != 0) { + GaugeMaxEventCount = other.GaugeMaxEventCount; + } + if (other.ChainCount != 0) { + ChainCount = other.ChainCount; + } + if (other.DiceGauge != 0) { + DiceGauge = other.DiceGauge; + } + _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: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 18: { + if (dice_ == null) { + Dice = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Dice); + break; + } + case 32: { + ChainCount = input.ReadInt32(); + break; + } + case 48: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 56: { + DiceGauge = 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: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 18: { + if (dice_ == null) { + Dice = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Dice); + break; + } + case 32: { + ChainCount = input.ReadInt32(); + break; + } + case 48: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 56: { + DiceGauge = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dice/roll + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameDiceRoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameDiceRoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1338]; } + } + + [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 ReqMiniGameDiceRoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameDiceRoll(ReqMiniGameDiceRoll other) : this() { + diceMiniGameId_ = other.diceMiniGameId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameDiceRoll Clone() { + return new ReqMiniGameDiceRoll(this); + } + + /// Field number for the "DiceMiniGameId" field. + public const int DiceMiniGameIdFieldNumber = 1; + private int diceMiniGameId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceMiniGameId { + get { return diceMiniGameId_; } + set { + diceMiniGameId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameDiceRoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameDiceRoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DiceMiniGameId != other.DiceMiniGameId) 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 (DiceMiniGameId != 0) hash ^= DiceMiniGameId.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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceMiniGameId); + } + 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 (DiceMiniGameId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceMiniGameId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameDiceRoll other) { + if (other == null) { + return; + } + if (other.DiceMiniGameId != 0) { + DiceMiniGameId = other.DiceMiniGameId; + } + _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: { + DiceMiniGameId = 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: { + DiceMiniGameId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameDiceRoll : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameDiceRoll()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1339]; } + } + + [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 ResMiniGameDiceRoll() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameDiceRoll(ResMiniGameDiceRoll other) : this() { + diceResult_ = other.diceResult_; + currentBoardId_ = other.currentBoardId_; + eventReward_ = other.eventReward_ != null ? other.eventReward_.Clone() : null; + gaugeMaxEventReward_ = other.gaugeMaxEventReward_ != null ? other.gaugeMaxEventReward_.Clone() : null; + dice_ = other.dice_ != null ? other.dice_.Clone() : null; + gaugeMaxEventCount_ = other.gaugeMaxEventCount_; + chainCount_ = other.chainCount_; + goTo_ = other.goTo_; + isFinish_ = other.isFinish_; + gaugeMaxEventResult_ = other.gaugeMaxEventResult_; + diceGauge_ = other.diceGauge_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameDiceRoll Clone() { + return new ResMiniGameDiceRoll(this); + } + + /// Field number for the "DiceResult" field. + public const int DiceResultFieldNumber = 1; + private int diceResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceResult { + get { return diceResult_; } + set { + diceResult_ = value; + } + } + + /// Field number for the "CurrentBoardId" field. + public const int CurrentBoardIdFieldNumber = 2; + private int currentBoardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentBoardId { + get { return currentBoardId_; } + set { + currentBoardId_ = value; + } + } + + /// Field number for the "EventReward" field. + public const int EventRewardFieldNumber = 3; + private global::EpinelPS.NetMiniGameDiceReward eventReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDiceReward EventReward { + get { return eventReward_; } + set { + eventReward_ = value; + } + } + + /// Field number for the "GaugeMaxEventReward" field. + public const int GaugeMaxEventRewardFieldNumber = 12; + private global::EpinelPS.NetMiniGameDiceReward gaugeMaxEventReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDiceReward GaugeMaxEventReward { + get { return gaugeMaxEventReward_; } + set { + gaugeMaxEventReward_ = value; + } + } + + /// Field number for the "Dice" field. + public const int DiceFieldNumber = 5; + private global::EpinelPS.NetUserItemData dice_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Dice { + get { return dice_; } + set { + dice_ = value; + } + } + + /// Field number for the "GaugeMaxEventCount" field. + public const int GaugeMaxEventCountFieldNumber = 13; + private int gaugeMaxEventCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GaugeMaxEventCount { + get { return gaugeMaxEventCount_; } + set { + gaugeMaxEventCount_ = value; + } + } + + /// Field number for the "ChainCount" field. + public const int ChainCountFieldNumber = 7; + private int chainCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChainCount { + get { return chainCount_; } + set { + chainCount_ = value; + } + } + + /// Field number for the "GoTo" field. + public const int GoToFieldNumber = 8; + private int goTo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GoTo { + get { return goTo_; } + set { + goTo_ = value; + } + } + + /// Field number for the "IsFinish" field. + public const int IsFinishFieldNumber = 9; + private bool isFinish_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsFinish { + get { return isFinish_; } + set { + isFinish_ = value; + } + } + + /// Field number for the "GaugeMaxEventResult" field. + public const int GaugeMaxEventResultFieldNumber = 14; + private global::EpinelPS.GaugeMaxEventResult gaugeMaxEventResult_ = global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.GaugeMaxEventResult GaugeMaxEventResult { + get { return gaugeMaxEventResult_; } + set { + gaugeMaxEventResult_ = value; + } + } + + /// Field number for the "DiceGauge" field. + public const int DiceGaugeFieldNumber = 15; + private int diceGauge_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DiceGauge { + get { return diceGauge_; } + set { + diceGauge_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameDiceRoll); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameDiceRoll other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DiceResult != other.DiceResult) return false; + if (CurrentBoardId != other.CurrentBoardId) return false; + if (!object.Equals(EventReward, other.EventReward)) return false; + if (!object.Equals(GaugeMaxEventReward, other.GaugeMaxEventReward)) return false; + if (!object.Equals(Dice, other.Dice)) return false; + if (GaugeMaxEventCount != other.GaugeMaxEventCount) return false; + if (ChainCount != other.ChainCount) return false; + if (GoTo != other.GoTo) return false; + if (IsFinish != other.IsFinish) return false; + if (GaugeMaxEventResult != other.GaugeMaxEventResult) return false; + if (DiceGauge != other.DiceGauge) 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 (DiceResult != 0) hash ^= DiceResult.GetHashCode(); + if (CurrentBoardId != 0) hash ^= CurrentBoardId.GetHashCode(); + if (eventReward_ != null) hash ^= EventReward.GetHashCode(); + if (gaugeMaxEventReward_ != null) hash ^= GaugeMaxEventReward.GetHashCode(); + if (dice_ != null) hash ^= Dice.GetHashCode(); + if (GaugeMaxEventCount != 0) hash ^= GaugeMaxEventCount.GetHashCode(); + if (ChainCount != 0) hash ^= ChainCount.GetHashCode(); + if (GoTo != 0) hash ^= GoTo.GetHashCode(); + if (IsFinish != false) hash ^= IsFinish.GetHashCode(); + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) hash ^= GaugeMaxEventResult.GetHashCode(); + if (DiceGauge != 0) hash ^= DiceGauge.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 (DiceResult != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceResult); + } + if (CurrentBoardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentBoardId); + } + if (eventReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventReward); + } + if (dice_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Dice); + } + if (ChainCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(ChainCount); + } + if (GoTo != 0) { + output.WriteRawTag(64); + output.WriteInt32(GoTo); + } + if (IsFinish != false) { + output.WriteRawTag(72); + output.WriteBool(IsFinish); + } + if (gaugeMaxEventReward_ != null) { + output.WriteRawTag(98); + output.WriteMessage(GaugeMaxEventReward); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(104); + output.WriteInt32(GaugeMaxEventCount); + } + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + output.WriteRawTag(112); + output.WriteEnum((int) GaugeMaxEventResult); + } + if (DiceGauge != 0) { + output.WriteRawTag(120); + output.WriteInt32(DiceGauge); + } + 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 (DiceResult != 0) { + output.WriteRawTag(8); + output.WriteInt32(DiceResult); + } + if (CurrentBoardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentBoardId); + } + if (eventReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventReward); + } + if (dice_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Dice); + } + if (ChainCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(ChainCount); + } + if (GoTo != 0) { + output.WriteRawTag(64); + output.WriteInt32(GoTo); + } + if (IsFinish != false) { + output.WriteRawTag(72); + output.WriteBool(IsFinish); + } + if (gaugeMaxEventReward_ != null) { + output.WriteRawTag(98); + output.WriteMessage(GaugeMaxEventReward); + } + if (GaugeMaxEventCount != 0) { + output.WriteRawTag(104); + output.WriteInt32(GaugeMaxEventCount); + } + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + output.WriteRawTag(112); + output.WriteEnum((int) GaugeMaxEventResult); + } + if (DiceGauge != 0) { + output.WriteRawTag(120); + output.WriteInt32(DiceGauge); + } + 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 (DiceResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceResult); + } + if (CurrentBoardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentBoardId); + } + if (eventReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EventReward); + } + if (gaugeMaxEventReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(GaugeMaxEventReward); + } + if (dice_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Dice); + } + if (GaugeMaxEventCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GaugeMaxEventCount); + } + if (ChainCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChainCount); + } + if (GoTo != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GoTo); + } + if (IsFinish != false) { + size += 1 + 1; + } + if (GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GaugeMaxEventResult); + } + if (DiceGauge != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DiceGauge); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResMiniGameDiceRoll other) { + if (other == null) { + return; + } + if (other.DiceResult != 0) { + DiceResult = other.DiceResult; + } + if (other.CurrentBoardId != 0) { + CurrentBoardId = other.CurrentBoardId; + } + if (other.eventReward_ != null) { + if (eventReward_ == null) { + EventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + EventReward.MergeFrom(other.EventReward); + } + if (other.gaugeMaxEventReward_ != null) { + if (gaugeMaxEventReward_ == null) { + GaugeMaxEventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + GaugeMaxEventReward.MergeFrom(other.GaugeMaxEventReward); + } + if (other.dice_ != null) { + if (dice_ == null) { + Dice = new global::EpinelPS.NetUserItemData(); + } + Dice.MergeFrom(other.Dice); + } + if (other.GaugeMaxEventCount != 0) { + GaugeMaxEventCount = other.GaugeMaxEventCount; + } + if (other.ChainCount != 0) { + ChainCount = other.ChainCount; + } + if (other.GoTo != 0) { + GoTo = other.GoTo; + } + if (other.IsFinish != false) { + IsFinish = other.IsFinish; + } + if (other.GaugeMaxEventResult != global::EpinelPS.GaugeMaxEventResult.GaugeMaxEventResultNone) { + GaugeMaxEventResult = other.GaugeMaxEventResult; + } + if (other.DiceGauge != 0) { + DiceGauge = other.DiceGauge; + } + _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: { + DiceResult = input.ReadInt32(); + break; + } + case 16: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 26: { + if (eventReward_ == null) { + EventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(EventReward); + break; + } + case 42: { + if (dice_ == null) { + Dice = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Dice); + break; + } + case 56: { + ChainCount = input.ReadInt32(); + break; + } + case 64: { + GoTo = input.ReadInt32(); + break; + } + case 72: { + IsFinish = input.ReadBool(); + break; + } + case 98: { + if (gaugeMaxEventReward_ == null) { + GaugeMaxEventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(GaugeMaxEventReward); + break; + } + case 104: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 112: { + GaugeMaxEventResult = (global::EpinelPS.GaugeMaxEventResult) input.ReadEnum(); + break; + } + case 120: { + DiceGauge = 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: { + DiceResult = input.ReadInt32(); + break; + } + case 16: { + CurrentBoardId = input.ReadInt32(); + break; + } + case 26: { + if (eventReward_ == null) { + EventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(EventReward); + break; + } + case 42: { + if (dice_ == null) { + Dice = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Dice); + break; + } + case 56: { + ChainCount = input.ReadInt32(); + break; + } + case 64: { + GoTo = input.ReadInt32(); + break; + } + case 72: { + IsFinish = input.ReadBool(); + break; + } + case 98: { + if (gaugeMaxEventReward_ == null) { + GaugeMaxEventReward = new global::EpinelPS.NetMiniGameDiceReward(); + } + input.ReadMessage(GaugeMaxEventReward); + break; + } + case 104: { + GaugeMaxEventCount = input.ReadInt32(); + break; + } + case 112: { + GaugeMaxEventResult = (global::EpinelPS.GaugeMaxEventResult) input.ReadEnum(); + break; + } + case 120: { + DiceGauge = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/sortout/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameSortOut : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameSortOut()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1340]; } + } + + [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 ReqGetMiniGameSortOut() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameSortOut(ReqGetMiniGameSortOut other) : this() { + sortOutId_ = other.sortOutId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameSortOut Clone() { + return new ReqGetMiniGameSortOut(this); + } + + /// Field number for the "SortOutId" field. + public const int SortOutIdFieldNumber = 1; + private int sortOutId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SortOutId { + get { return sortOutId_; } + set { + sortOutId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameSortOut); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameSortOut other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SortOutId != other.SortOutId) 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 (SortOutId != 0) hash ^= SortOutId.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 (SortOutId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SortOutId); + } + 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 (SortOutId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SortOutId); + } + 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 (SortOutId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SortOutId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameSortOut other) { + if (other == null) { + return; + } + if (other.SortOutId != 0) { + SortOutId = other.SortOutId; + } + _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: { + SortOutId = 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: { + SortOutId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameSortOut : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameSortOut()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1341]; } + } + + [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 ResGetMiniGameSortOut() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameSortOut(ResGetMiniGameSortOut other) : this() { + ticketCount_ = other.ticketCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameSortOut Clone() { + return new ResGetMiniGameSortOut(this); + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 1; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameSortOut); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameSortOut other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TicketCount != other.TicketCount) 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 (TicketCount != 0) hash ^= TicketCount.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 (TicketCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TicketCount); + } + 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 (TicketCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TicketCount); + } + 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 (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameSortOut other) { + if (other == null) { + return; + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + _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: { + TicketCount = 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: { + TicketCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/sortout/result + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameSortOutResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameSortOutResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1342]; } + } + + [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 ReqMiniGameSortOutResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameSortOutResult(ReqMiniGameSortOutResult other) : this() { + sortOutId_ = other.sortOutId_; + point_ = other.point_; + type_ = other.type_; + info_ = other.info_ != null ? other.info_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameSortOutResult Clone() { + return new ReqMiniGameSortOutResult(this); + } + + /// Field number for the "SortOutId" field. + public const int SortOutIdFieldNumber = 1; + private int sortOutId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SortOutId { + get { return sortOutId_; } + set { + sortOutId_ = value; + } + } + + /// Field number for the "Point" field. + public const int PointFieldNumber = 2; + private int point_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Point { + get { return point_; } + set { + point_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 3; + private global::EpinelPS.MiniGameSortOutPlayType type_ = global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameSortOutPlayType Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 4; + private global::EpinelPS.NetMiniGameSortOutInfo info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameSortOutInfo Info { + get { return info_; } + set { + info_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameSortOutResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameSortOutResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SortOutId != other.SortOutId) return false; + if (Point != other.Point) return false; + if (Type != other.Type) return false; + if (!object.Equals(Info, other.Info)) 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 (SortOutId != 0) hash ^= SortOutId.GetHashCode(); + if (Point != 0) hash ^= Point.GetHashCode(); + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) hash ^= Type.GetHashCode(); + if (info_ != null) hash ^= Info.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 (SortOutId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SortOutId); + } + if (Point != 0) { + output.WriteRawTag(16); + output.WriteInt32(Point); + } + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + output.WriteRawTag(24); + output.WriteEnum((int) Type); + } + if (info_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Info); + } + 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 (SortOutId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SortOutId); + } + if (Point != 0) { + output.WriteRawTag(16); + output.WriteInt32(Point); + } + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + output.WriteRawTag(24); + output.WriteEnum((int) Type); + } + if (info_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Info); + } + 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 (SortOutId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SortOutId); + } + if (Point != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Point); + } + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameSortOutResult other) { + if (other == null) { + return; + } + if (other.SortOutId != 0) { + SortOutId = other.SortOutId; + } + if (other.Point != 0) { + Point = other.Point; + } + if (other.Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + Type = other.Type; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetMiniGameSortOutInfo(); + } + Info.MergeFrom(other.Info); + } + _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: { + SortOutId = input.ReadInt32(); + break; + } + case 16: { + Point = input.ReadInt32(); + break; + } + case 24: { + Type = (global::EpinelPS.MiniGameSortOutPlayType) input.ReadEnum(); + break; + } + case 34: { + if (info_ == null) { + Info = new global::EpinelPS.NetMiniGameSortOutInfo(); + } + input.ReadMessage(Info); + 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: { + SortOutId = input.ReadInt32(); + break; + } + case 16: { + Point = input.ReadInt32(); + break; + } + case 24: { + Type = (global::EpinelPS.MiniGameSortOutPlayType) input.ReadEnum(); + break; + } + case 34: { + if (info_ == null) { + Info = new global::EpinelPS.NetMiniGameSortOutInfo(); + } + input.ReadMessage(Info); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameSortOutResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameSortOutResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1343]; } + } + + [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 ResMiniGameSortOutResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameSortOutResult(ResMiniGameSortOutResult other) : this() { + ticketCount_ = other.ticketCount_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameSortOutResult Clone() { + return new ResMiniGameSortOutResult(this); + } + + /// Field number for the "TicketCount" field. + public const int TicketCountFieldNumber = 1; + private int ticketCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TicketCount { + get { return ticketCount_; } + set { + ticketCount_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 3; + private global::EpinelPS.MiniGameSortOutResult result_ = global::EpinelPS.MiniGameSortOutResult.MiniGameSortOutResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameSortOutResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameSortOutResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameSortOutResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TicketCount != other.TicketCount) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (Result != other.Result) 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 (TicketCount != 0) hash ^= TicketCount.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (Result != global::EpinelPS.MiniGameSortOutResult.MiniGameSortOutResultSuccess) hash ^= Result.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 (TicketCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TicketCount); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (Result != global::EpinelPS.MiniGameSortOutResult.MiniGameSortOutResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + 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 (TicketCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TicketCount); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (Result != global::EpinelPS.MiniGameSortOutResult.MiniGameSortOutResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Result); + } + 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 (TicketCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TicketCount); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (Result != global::EpinelPS.MiniGameSortOutResult.MiniGameSortOutResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResMiniGameSortOutResult other) { + if (other == null) { + return; + } + if (other.TicketCount != 0) { + TicketCount = other.TicketCount; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.Result != global::EpinelPS.MiniGameSortOutResult.MiniGameSortOutResultSuccess) { + Result = other.Result; + } + _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: { + TicketCount = input.ReadInt32(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + Result = (global::EpinelPS.MiniGameSortOutResult) 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: { + TicketCount = input.ReadInt32(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + Result = (global::EpinelPS.MiniGameSortOutResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameSortOutInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameSortOutInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1344]; } + } + + [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 NetMiniGameSortOutInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameSortOutInfo(NetMiniGameSortOutInfo other) : this() { + level_ = other.level_; + feverPoint_ = other.feverPoint_; + feverCount_ = other.feverCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameSortOutInfo Clone() { + return new NetMiniGameSortOutInfo(this); + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 1; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "FeverPoint" field. + public const int FeverPointFieldNumber = 2; + private int feverPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FeverPoint { + get { return feverPoint_; } + set { + feverPoint_ = value; + } + } + + /// Field number for the "FeverCount" field. + public const int FeverCountFieldNumber = 3; + private int feverCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FeverCount { + get { return feverCount_; } + set { + feverCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameSortOutInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameSortOutInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Level != other.Level) return false; + if (FeverPoint != other.FeverPoint) return false; + if (FeverCount != other.FeverCount) 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 (FeverPoint != 0) hash ^= FeverPoint.GetHashCode(); + if (FeverCount != 0) hash ^= FeverCount.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(8); + output.WriteInt32(Level); + } + if (FeverPoint != 0) { + output.WriteRawTag(16); + output.WriteInt32(FeverPoint); + } + if (FeverCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FeverCount); + } + 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(8); + output.WriteInt32(Level); + } + if (FeverPoint != 0) { + output.WriteRawTag(16); + output.WriteInt32(FeverPoint); + } + if (FeverCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FeverCount); + } + 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.ComputeInt32Size(Level); + } + if (FeverPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeverPoint); + } + if (FeverCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeverCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameSortOutInfo other) { + if (other == null) { + return; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.FeverPoint != 0) { + FeverPoint = other.FeverPoint; + } + if (other.FeverCount != 0) { + FeverCount = other.FeverCount; + } + _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: { + Level = input.ReadInt32(); + break; + } + case 16: { + FeverPoint = input.ReadInt32(); + break; + } + case 24: { + FeverCount = 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: { + Level = input.ReadInt32(); + break; + } + case 16: { + FeverPoint = input.ReadInt32(); + break; + } + case 24: { + FeverCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/sortout/start + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameSortOutStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameSortOutStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1345]; } + } + + [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 ReqMiniGameSortOutStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameSortOutStart(ReqMiniGameSortOutStart other) : this() { + sortOutId_ = other.sortOutId_; + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameSortOutStart Clone() { + return new ReqMiniGameSortOutStart(this); + } + + /// Field number for the "SortOutId" field. + public const int SortOutIdFieldNumber = 1; + private int sortOutId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SortOutId { + get { return sortOutId_; } + set { + sortOutId_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private global::EpinelPS.MiniGameSortOutPlayType type_ = global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameSortOutPlayType Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameSortOutStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameSortOutStart other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SortOutId != other.SortOutId) return false; + if (Type != other.Type) 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 (SortOutId != 0) hash ^= SortOutId.GetHashCode(); + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) hash ^= Type.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 (SortOutId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SortOutId); + } + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + output.WriteRawTag(16); + output.WriteEnum((int) Type); + } + 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 (SortOutId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SortOutId); + } + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + output.WriteRawTag(16); + output.WriteEnum((int) Type); + } + 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 (SortOutId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SortOutId); + } + if (Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameSortOutStart other) { + if (other == null) { + return; + } + if (other.SortOutId != 0) { + SortOutId = other.SortOutId; + } + if (other.Type != global::EpinelPS.MiniGameSortOutPlayType.MiniGameSortOutPlayTypePractice) { + Type = other.Type; + } + _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: { + SortOutId = input.ReadInt32(); + break; + } + case 16: { + Type = (global::EpinelPS.MiniGameSortOutPlayType) 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: { + SortOutId = input.ReadInt32(); + break; + } + case 16: { + Type = (global::EpinelPS.MiniGameSortOutPlayType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameSortOutStart : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameSortOutStart()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1346]; } + } + + [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 ResMiniGameSortOutStart() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameSortOutStart(ResMiniGameSortOutStart other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameSortOutStart Clone() { + return new ResMiniGameSortOutStart(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameSortOutStart); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameSortOutStart 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(ResMiniGameSortOutStart 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTextAdvProgressData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTextAdvProgressData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1347]; } + } + + [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 NetTextAdvProgressData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTextAdvProgressData(NetTextAdvProgressData other) : this() { + id_ = other.id_; + textAdventureId_ = other.textAdventureId_; + pageId_ = other.pageId_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTextAdvProgressData Clone() { + return new NetTextAdvProgressData(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private long id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "TextAdventureId" field. + public const int TextAdventureIdFieldNumber = 2; + private int textAdventureId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdventureId { + get { return textAdventureId_; } + set { + textAdventureId_ = value; + } + } + + /// Field number for the "PageId" field. + public const int PageIdFieldNumber = 3; + private int pageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PageId { + get { return pageId_; } + set { + pageId_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTextAdvProgressData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTextAdvProgressData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if (TextAdventureId != other.TextAdventureId) return false; + if (PageId != other.PageId) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) 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 != 0L) hash ^= Id.GetHashCode(); + if (TextAdventureId != 0) hash ^= TextAdventureId.GetHashCode(); + if (PageId != 0) hash ^= PageId.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.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 != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Id); + } + if (TextAdventureId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TextAdventureId); + } + if (PageId != 0) { + output.WriteRawTag(24); + output.WriteInt32(PageId); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + 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 != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Id); + } + if (TextAdventureId != 0) { + output.WriteRawTag(16); + output.WriteInt32(TextAdventureId); + } + if (PageId != 0) { + output.WriteRawTag(24); + output.WriteInt32(PageId); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + 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 != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Id); + } + if (TextAdventureId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdventureId); + } + if (PageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PageId); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTextAdvProgressData other) { + if (other == null) { + return; + } + if (other.Id != 0L) { + Id = other.Id; + } + if (other.TextAdventureId != 0) { + TextAdventureId = other.TextAdventureId; + } + if (other.PageId != 0) { + PageId = other.PageId; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + _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.ReadInt64(); + break; + } + case 16: { + TextAdventureId = input.ReadInt32(); + break; + } + case 24: { + PageId = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + 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.ReadInt64(); + break; + } + case 16: { + TextAdventureId = input.ReadInt32(); + break; + } + case 24: { + PageId = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1348]; } + } + + [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 NetTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTextAdvData(NetTextAdvData other) : this() { + lootCollection_ = other.lootCollection_.Clone(); + endingTicketAutoChargeCount_ = other.endingTicketAutoChargeCount_; + rewardTicketAutoChargeCount_ = other.rewardTicketAutoChargeCount_; + currentProgressData_ = other.currentProgressData_.Clone(); + recordedPageList_ = other.recordedPageList_.Clone(); + checkedPageList_ = other.checkedPageList_.Clone(); + checkedLogList_ = other.checkedLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTextAdvData Clone() { + return new NetTextAdvData(this); + } + + /// Field number for the "LootCollection" field. + public const int LootCollectionFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_lootCollection_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField lootCollection_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LootCollection { + get { return lootCollection_; } + } + + /// Field number for the "EndingTicketAutoChargeCount" field. + public const int EndingTicketAutoChargeCountFieldNumber = 2; + private int endingTicketAutoChargeCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EndingTicketAutoChargeCount { + get { return endingTicketAutoChargeCount_; } + set { + endingTicketAutoChargeCount_ = value; + } + } + + /// Field number for the "RewardTicketAutoChargeCount" field. + public const int RewardTicketAutoChargeCountFieldNumber = 3; + private int rewardTicketAutoChargeCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardTicketAutoChargeCount { + get { return rewardTicketAutoChargeCount_; } + set { + rewardTicketAutoChargeCount_ = value; + } + } + + /// Field number for the "CurrentProgressData" field. + public const int CurrentProgressDataFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currentProgressData_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetTextAdvProgressData.Parser); + private readonly pbc::RepeatedField currentProgressData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CurrentProgressData { + get { return currentProgressData_; } + } + + /// Field number for the "RecordedPageList" field. + public const int RecordedPageListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_recordedPageList_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField recordedPageList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RecordedPageList { + get { return recordedPageList_; } + } + + /// Field number for the "CheckedPageList" field. + public const int CheckedPageListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_checkedPageList_codec + = pb::FieldCodec.ForInt32(58); + private readonly pbc::RepeatedField checkedPageList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedPageList { + get { return checkedPageList_; } + } + + /// Field number for the "CheckedLogList" field. + public const int CheckedLogListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_checkedLogList_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetTextAdvCheckedLog.Parser); + private readonly pbc::RepeatedField checkedLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedLogList { + get { return checkedLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!lootCollection_.Equals(other.lootCollection_)) return false; + if (EndingTicketAutoChargeCount != other.EndingTicketAutoChargeCount) return false; + if (RewardTicketAutoChargeCount != other.RewardTicketAutoChargeCount) return false; + if(!currentProgressData_.Equals(other.currentProgressData_)) return false; + if(!recordedPageList_.Equals(other.recordedPageList_)) return false; + if(!checkedPageList_.Equals(other.checkedPageList_)) return false; + if(!checkedLogList_.Equals(other.checkedLogList_)) 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 ^= lootCollection_.GetHashCode(); + if (EndingTicketAutoChargeCount != 0) hash ^= EndingTicketAutoChargeCount.GetHashCode(); + if (RewardTicketAutoChargeCount != 0) hash ^= RewardTicketAutoChargeCount.GetHashCode(); + hash ^= currentProgressData_.GetHashCode(); + hash ^= recordedPageList_.GetHashCode(); + hash ^= checkedPageList_.GetHashCode(); + hash ^= checkedLogList_.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 + lootCollection_.WriteTo(output, _repeated_lootCollection_codec); + if (EndingTicketAutoChargeCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(EndingTicketAutoChargeCount); + } + if (RewardTicketAutoChargeCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(RewardTicketAutoChargeCount); + } + currentProgressData_.WriteTo(output, _repeated_currentProgressData_codec); + recordedPageList_.WriteTo(output, _repeated_recordedPageList_codec); + checkedLogList_.WriteTo(output, _repeated_checkedLogList_codec); + checkedPageList_.WriteTo(output, _repeated_checkedPageList_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) { + lootCollection_.WriteTo(ref output, _repeated_lootCollection_codec); + if (EndingTicketAutoChargeCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(EndingTicketAutoChargeCount); + } + if (RewardTicketAutoChargeCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(RewardTicketAutoChargeCount); + } + currentProgressData_.WriteTo(ref output, _repeated_currentProgressData_codec); + recordedPageList_.WriteTo(ref output, _repeated_recordedPageList_codec); + checkedLogList_.WriteTo(ref output, _repeated_checkedLogList_codec); + checkedPageList_.WriteTo(ref output, _repeated_checkedPageList_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 += lootCollection_.CalculateSize(_repeated_lootCollection_codec); + if (EndingTicketAutoChargeCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EndingTicketAutoChargeCount); + } + if (RewardTicketAutoChargeCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardTicketAutoChargeCount); + } + size += currentProgressData_.CalculateSize(_repeated_currentProgressData_codec); + size += recordedPageList_.CalculateSize(_repeated_recordedPageList_codec); + size += checkedPageList_.CalculateSize(_repeated_checkedPageList_codec); + size += checkedLogList_.CalculateSize(_repeated_checkedLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTextAdvData other) { + if (other == null) { + return; + } + lootCollection_.Add(other.lootCollection_); + if (other.EndingTicketAutoChargeCount != 0) { + EndingTicketAutoChargeCount = other.EndingTicketAutoChargeCount; + } + if (other.RewardTicketAutoChargeCount != 0) { + RewardTicketAutoChargeCount = other.RewardTicketAutoChargeCount; + } + currentProgressData_.Add(other.currentProgressData_); + recordedPageList_.Add(other.recordedPageList_); + checkedPageList_.Add(other.checkedPageList_); + checkedLogList_.Add(other.checkedLogList_); + _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: { + lootCollection_.AddEntriesFrom(input, _repeated_lootCollection_codec); + break; + } + case 16: { + EndingTicketAutoChargeCount = input.ReadInt32(); + break; + } + case 24: { + RewardTicketAutoChargeCount = input.ReadInt32(); + break; + } + case 34: { + currentProgressData_.AddEntriesFrom(input, _repeated_currentProgressData_codec); + break; + } + case 42: + case 40: { + recordedPageList_.AddEntriesFrom(input, _repeated_recordedPageList_codec); + break; + } + case 50: { + checkedLogList_.AddEntriesFrom(input, _repeated_checkedLogList_codec); + break; + } + case 58: + case 56: { + checkedPageList_.AddEntriesFrom(input, _repeated_checkedPageList_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: { + lootCollection_.AddEntriesFrom(ref input, _repeated_lootCollection_codec); + break; + } + case 16: { + EndingTicketAutoChargeCount = input.ReadInt32(); + break; + } + case 24: { + RewardTicketAutoChargeCount = input.ReadInt32(); + break; + } + case 34: { + currentProgressData_.AddEntriesFrom(ref input, _repeated_currentProgressData_codec); + break; + } + case 42: + case 40: { + recordedPageList_.AddEntriesFrom(ref input, _repeated_recordedPageList_codec); + break; + } + case 50: { + checkedLogList_.AddEntriesFrom(ref input, _repeated_checkedLogList_codec); + break; + } + case 58: + case 56: { + checkedPageList_.AddEntriesFrom(ref input, _repeated_checkedPageList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTextAdvCheckedLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTextAdvCheckedLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1349]; } + } + + [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 NetTextAdvCheckedLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTextAdvCheckedLog(NetTextAdvCheckedLog other) : this() { + textAdventureId_ = other.textAdventureId_; + checkedLogType_ = other.checkedLogType_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTextAdvCheckedLog Clone() { + return new NetTextAdvCheckedLog(this); + } + + /// Field number for the "TextAdventureId" field. + public const int TextAdventureIdFieldNumber = 1; + private int textAdventureId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdventureId { + get { return textAdventureId_; } + set { + textAdventureId_ = value; + } + } + + /// Field number for the "CheckedLogType" field. + public const int CheckedLogTypeFieldNumber = 2; + private global::EpinelPS.TextAdventureCheckedLogType checkedLogType_ = global::EpinelPS.TextAdventureCheckedLogType.TextAdventureCheckedLogTypeLootItem; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.TextAdventureCheckedLogType CheckedLogType { + get { return checkedLogType_; } + set { + checkedLogType_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 3; + private int value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetTextAdvCheckedLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTextAdvCheckedLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdventureId != other.TextAdventureId) return false; + if (CheckedLogType != other.CheckedLogType) 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 (TextAdventureId != 0) hash ^= TextAdventureId.GetHashCode(); + if (CheckedLogType != global::EpinelPS.TextAdventureCheckedLogType.TextAdventureCheckedLogTypeLootItem) hash ^= CheckedLogType.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 (TextAdventureId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdventureId); + } + if (CheckedLogType != global::EpinelPS.TextAdventureCheckedLogType.TextAdventureCheckedLogTypeLootItem) { + output.WriteRawTag(16); + output.WriteEnum((int) CheckedLogType); + } + if (Value != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (TextAdventureId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdventureId); + } + if (CheckedLogType != global::EpinelPS.TextAdventureCheckedLogType.TextAdventureCheckedLogTypeLootItem) { + output.WriteRawTag(16); + output.WriteEnum((int) CheckedLogType); + } + if (Value != 0) { + output.WriteRawTag(24); + output.WriteInt32(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 (TextAdventureId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdventureId); + } + if (CheckedLogType != global::EpinelPS.TextAdventureCheckedLogType.TextAdventureCheckedLogTypeLootItem) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CheckedLogType); + } + if (Value != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTextAdvCheckedLog other) { + if (other == null) { + return; + } + if (other.TextAdventureId != 0) { + TextAdventureId = other.TextAdventureId; + } + if (other.CheckedLogType != global::EpinelPS.TextAdventureCheckedLogType.TextAdventureCheckedLogTypeLootItem) { + CheckedLogType = other.CheckedLogType; + } + 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 8: { + TextAdventureId = input.ReadInt32(); + break; + } + case 16: { + CheckedLogType = (global::EpinelPS.TextAdventureCheckedLogType) input.ReadEnum(); + break; + } + case 24: { + Value = 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: { + TextAdventureId = input.ReadInt32(); + break; + } + case 16: { + CheckedLogType = (global::EpinelPS.TextAdventureCheckedLogType) input.ReadEnum(); + break; + } + case 24: { + Value = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetTextAdvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetTextAdvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1350]; } + } + + [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 ResGetTextAdvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTextAdvData(ResGetTextAdvData other) : this() { + textAdvData_ = other.textAdvData_ != null ? other.textAdvData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTextAdvData Clone() { + return new ResGetTextAdvData(this); + } + + /// Field number for the "TextAdvData" field. + public const int TextAdvDataFieldNumber = 1; + private global::EpinelPS.NetTextAdvData textAdvData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTextAdvData TextAdvData { + get { return textAdvData_; } + set { + textAdvData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetTextAdvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetTextAdvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(TextAdvData, other.TextAdvData)) 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 (textAdvData_ != null) hash ^= TextAdvData.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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + 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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + 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 (textAdvData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TextAdvData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetTextAdvData other) { + if (other == null) { + return; + } + if (other.textAdvData_ != null) { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + TextAdvData.MergeFrom(other.TextAdvData); + } + _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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + 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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordTextAdvPage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordTextAdvPage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1351]; } + } + + [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 ResRecordTextAdvPage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordTextAdvPage(ResRecordTextAdvPage other) : this() { + textAdvData_ = other.textAdvData_ != null ? other.textAdvData_.Clone() : null; + rewardLootId_ = other.rewardLootId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordTextAdvPage Clone() { + return new ResRecordTextAdvPage(this); + } + + /// Field number for the "TextAdvData" field. + public const int TextAdvDataFieldNumber = 1; + private global::EpinelPS.NetTextAdvData textAdvData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTextAdvData TextAdvData { + get { return textAdvData_; } + set { + textAdvData_ = value; + } + } + + /// Field number for the "RewardLootId" field. + public const int RewardLootIdFieldNumber = 2; + private int rewardLootId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RewardLootId { + get { return rewardLootId_; } + set { + rewardLootId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordTextAdvPage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordTextAdvPage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(TextAdvData, other.TextAdvData)) return false; + if (RewardLootId != other.RewardLootId) 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 (textAdvData_ != null) hash ^= TextAdvData.GetHashCode(); + if (RewardLootId != 0) hash ^= RewardLootId.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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + if (RewardLootId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardLootId); + } + 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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + if (RewardLootId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RewardLootId); + } + 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 (textAdvData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TextAdvData); + } + if (RewardLootId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RewardLootId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecordTextAdvPage other) { + if (other == null) { + return; + } + if (other.textAdvData_ != null) { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + TextAdvData.MergeFrom(other.TextAdvData); + } + if (other.RewardLootId != 0) { + RewardLootId = other.RewardLootId; + } + _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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + case 16: { + RewardLootId = 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 10: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + case 16: { + RewardLootId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/textadventure/returntofirstselect + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqReturnToTextAdvFirstSelect : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqReturnToTextAdvFirstSelect()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1352]; } + } + + [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 ReqReturnToTextAdvFirstSelect() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqReturnToTextAdvFirstSelect(ReqReturnToTextAdvFirstSelect other) : this() { + textAdvId_ = other.textAdvId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqReturnToTextAdvFirstSelect Clone() { + return new ReqReturnToTextAdvFirstSelect(this); + } + + /// Field number for the "TextAdvId" field. + public const int TextAdvIdFieldNumber = 1; + private int textAdvId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TextAdvId { + get { return textAdvId_; } + set { + textAdvId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqReturnToTextAdvFirstSelect); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqReturnToTextAdvFirstSelect other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TextAdvId != other.TextAdvId) 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 (TextAdvId != 0) hash ^= TextAdvId.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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TextAdvId); + } + 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 (TextAdvId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TextAdvId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqReturnToTextAdvFirstSelect other) { + if (other == null) { + return; + } + if (other.TextAdvId != 0) { + TextAdvId = other.TextAdvId; + } + _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: { + TextAdvId = 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: { + TextAdvId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResReturnToTextAdvFirstSelect : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResReturnToTextAdvFirstSelect()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1353]; } + } + + [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 ResReturnToTextAdvFirstSelect() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReturnToTextAdvFirstSelect(ResReturnToTextAdvFirstSelect other) : this() { + textAdvData_ = other.textAdvData_ != null ? other.textAdvData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReturnToTextAdvFirstSelect Clone() { + return new ResReturnToTextAdvFirstSelect(this); + } + + /// Field number for the "TextAdvData" field. + public const int TextAdvDataFieldNumber = 1; + private global::EpinelPS.NetTextAdvData textAdvData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTextAdvData TextAdvData { + get { return textAdvData_; } + set { + textAdvData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResReturnToTextAdvFirstSelect); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResReturnToTextAdvFirstSelect other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(TextAdvData, other.TextAdvData)) 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 (textAdvData_ != null) hash ^= TextAdvData.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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + 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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + 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 (textAdvData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TextAdvData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResReturnToTextAdvFirstSelect other) { + if (other == null) { + return; + } + if (other.textAdvData_ != null) { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + TextAdvData.MergeFrom(other.TextAdvData); + } + _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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + 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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUndoTextAdvPage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUndoTextAdvPage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1354]; } + } + + [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 ResUndoTextAdvPage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUndoTextAdvPage(ResUndoTextAdvPage other) : this() { + textAdvData_ = other.textAdvData_ != null ? other.textAdvData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUndoTextAdvPage Clone() { + return new ResUndoTextAdvPage(this); + } + + /// Field number for the "TextAdvData" field. + public const int TextAdvDataFieldNumber = 1; + private global::EpinelPS.NetTextAdvData textAdvData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTextAdvData TextAdvData { + get { return textAdvData_; } + set { + textAdvData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUndoTextAdvPage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUndoTextAdvPage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(TextAdvData, other.TextAdvData)) 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 (textAdvData_ != null) hash ^= TextAdvData.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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + 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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + 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 (textAdvData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TextAdvData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUndoTextAdvPage other) { + if (other == null) { + return; + } + if (other.textAdvData_ != null) { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + TextAdvData.MergeFrom(other.TextAdvData); + } + _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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + 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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearTextAdv : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearTextAdv()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1355]; } + } + + [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 ResClearTextAdv() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTextAdv(ResClearTextAdv other) : this() { + textAdvData_ = other.textAdvData_ != null ? other.textAdvData_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTextAdv Clone() { + return new ResClearTextAdv(this); + } + + /// Field number for the "TextAdvData" field. + public const int TextAdvDataFieldNumber = 1; + private global::EpinelPS.NetTextAdvData textAdvData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTextAdvData TextAdvData { + get { return textAdvData_; } + set { + textAdvData_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearTextAdv); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearTextAdv other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(TextAdvData, other.TextAdvData)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (textAdvData_ != null) hash ^= TextAdvData.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (textAdvData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(TextAdvData); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (textAdvData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TextAdvData); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearTextAdv other) { + if (other == null) { + return; + } + if (other.textAdvData_ != null) { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + TextAdvData.MergeFrom(other.TextAdvData); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (textAdvData_ == null) { + TextAdvData = new global::EpinelPS.NetTextAdvData(); + } + input.ReadMessage(TextAdvData); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddTextAdvCheckedLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddTextAdvCheckedLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1356]; } + } + + [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 ResAddTextAdvCheckedLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddTextAdvCheckedLog(ResAddTextAdvCheckedLog other) : this() { + checkedLogList_ = other.checkedLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddTextAdvCheckedLog Clone() { + return new ResAddTextAdvCheckedLog(this); + } + + /// Field number for the "CheckedLogList" field. + public const int CheckedLogListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_checkedLogList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetTextAdvCheckedLog.Parser); + private readonly pbc::RepeatedField checkedLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedLogList { + get { return checkedLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddTextAdvCheckedLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddTextAdvCheckedLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!checkedLogList_.Equals(other.checkedLogList_)) 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 ^= checkedLogList_.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 + checkedLogList_.WriteTo(output, _repeated_checkedLogList_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) { + checkedLogList_.WriteTo(ref output, _repeated_checkedLogList_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 += checkedLogList_.CalculateSize(_repeated_checkedLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddTextAdvCheckedLog other) { + if (other == null) { + return; + } + checkedLogList_.Add(other.checkedLogList_); + _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: { + checkedLogList_.AddEntriesFrom(input, _repeated_checkedLogList_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: { + checkedLogList_.AddEntriesFrom(ref input, _repeated_checkedLogList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameBBQData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameBBQData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1357]; } + } + + [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 NetMiniGameBBQData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameBBQData(NetMiniGameBBQData other) : this() { + eventId_ = other.eventId_; + highScore_ = other.highScore_; + dailyAccumulatedScore_ = other.dailyAccumulatedScore_; + totalAccumulatedScore_ = other.totalAccumulatedScore_; + isDailyRewarded_ = other.isDailyRewarded_; + stepUpRewardedList_ = other.stepUpRewardedList_.Clone(); + recordedCutSceneList_ = other.recordedCutSceneList_.Clone(); + dailyFirstClearCount_ = other.dailyFirstClearCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameBBQData Clone() { + return new NetMiniGameBBQData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "HighScore" field. + public const int HighScoreFieldNumber = 2; + private int highScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HighScore { + get { return highScore_; } + set { + highScore_ = value; + } + } + + /// Field number for the "DailyAccumulatedScore" field. + public const int DailyAccumulatedScoreFieldNumber = 3; + private int dailyAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DailyAccumulatedScore { + get { return dailyAccumulatedScore_; } + set { + dailyAccumulatedScore_ = value; + } + } + + /// Field number for the "TotalAccumulatedScore" field. + public const int TotalAccumulatedScoreFieldNumber = 4; + private long totalAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TotalAccumulatedScore { + get { return totalAccumulatedScore_; } + set { + totalAccumulatedScore_ = value; + } + } + + /// Field number for the "IsDailyRewarded" field. + public const int IsDailyRewardedFieldNumber = 5; + private bool isDailyRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDailyRewarded { + get { return isDailyRewarded_; } + set { + isDailyRewarded_ = value; + } + } + + /// Field number for the "StepUpRewardedList" field. + public const int StepUpRewardedListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_stepUpRewardedList_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField stepUpRewardedList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField StepUpRewardedList { + get { return stepUpRewardedList_; } + } + + /// Field number for the "RecordedCutSceneList" field. + public const int RecordedCutSceneListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_recordedCutSceneList_codec + = pb::FieldCodec.ForInt32(58); + private readonly pbc::RepeatedField recordedCutSceneList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RecordedCutSceneList { + get { return recordedCutSceneList_; } + } + + /// Field number for the "DailyFirstClearCount" field. + public const int DailyFirstClearCountFieldNumber = 8; + private int dailyFirstClearCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DailyFirstClearCount { + get { return dailyFirstClearCount_; } + set { + dailyFirstClearCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameBBQData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameBBQData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (HighScore != other.HighScore) return false; + if (DailyAccumulatedScore != other.DailyAccumulatedScore) return false; + if (TotalAccumulatedScore != other.TotalAccumulatedScore) return false; + if (IsDailyRewarded != other.IsDailyRewarded) return false; + if(!stepUpRewardedList_.Equals(other.stepUpRewardedList_)) return false; + if(!recordedCutSceneList_.Equals(other.recordedCutSceneList_)) return false; + if (DailyFirstClearCount != other.DailyFirstClearCount) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (HighScore != 0) hash ^= HighScore.GetHashCode(); + if (DailyAccumulatedScore != 0) hash ^= DailyAccumulatedScore.GetHashCode(); + if (TotalAccumulatedScore != 0L) hash ^= TotalAccumulatedScore.GetHashCode(); + if (IsDailyRewarded != false) hash ^= IsDailyRewarded.GetHashCode(); + hash ^= stepUpRewardedList_.GetHashCode(); + hash ^= recordedCutSceneList_.GetHashCode(); + if (DailyFirstClearCount != 0) hash ^= DailyFirstClearCount.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + if (DailyAccumulatedScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + output.WriteRawTag(40); + output.WriteBool(IsDailyRewarded); + } + stepUpRewardedList_.WriteTo(output, _repeated_stepUpRewardedList_codec); + recordedCutSceneList_.WriteTo(output, _repeated_recordedCutSceneList_codec); + if (DailyFirstClearCount != 0) { + output.WriteRawTag(64); + output.WriteInt32(DailyFirstClearCount); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + if (DailyAccumulatedScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + output.WriteRawTag(40); + output.WriteBool(IsDailyRewarded); + } + stepUpRewardedList_.WriteTo(ref output, _repeated_stepUpRewardedList_codec); + recordedCutSceneList_.WriteTo(ref output, _repeated_recordedCutSceneList_codec); + if (DailyFirstClearCount != 0) { + output.WriteRawTag(64); + output.WriteInt32(DailyFirstClearCount); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (HighScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HighScore); + } + if (DailyAccumulatedScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + size += 1 + 1; + } + size += stepUpRewardedList_.CalculateSize(_repeated_stepUpRewardedList_codec); + size += recordedCutSceneList_.CalculateSize(_repeated_recordedCutSceneList_codec); + if (DailyFirstClearCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DailyFirstClearCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameBBQData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.HighScore != 0) { + HighScore = other.HighScore; + } + if (other.DailyAccumulatedScore != 0) { + DailyAccumulatedScore = other.DailyAccumulatedScore; + } + if (other.TotalAccumulatedScore != 0L) { + TotalAccumulatedScore = other.TotalAccumulatedScore; + } + if (other.IsDailyRewarded != false) { + IsDailyRewarded = other.IsDailyRewarded; + } + stepUpRewardedList_.Add(other.stepUpRewardedList_); + recordedCutSceneList_.Add(other.recordedCutSceneList_); + if (other.DailyFirstClearCount != 0) { + DailyFirstClearCount = other.DailyFirstClearCount; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 24: { + DailyAccumulatedScore = input.ReadInt32(); + break; + } + case 32: { + TotalAccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + IsDailyRewarded = input.ReadBool(); + break; + } + case 50: + case 48: { + stepUpRewardedList_.AddEntriesFrom(input, _repeated_stepUpRewardedList_codec); + break; + } + case 58: + case 56: { + recordedCutSceneList_.AddEntriesFrom(input, _repeated_recordedCutSceneList_codec); + break; + } + case 64: { + DailyFirstClearCount = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 24: { + DailyAccumulatedScore = input.ReadInt32(); + break; + } + case 32: { + TotalAccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + IsDailyRewarded = input.ReadBool(); + break; + } + case 50: + case 48: { + stepUpRewardedList_.AddEntriesFrom(ref input, _repeated_stepUpRewardedList_codec); + break; + } + case 58: + case 56: { + recordedCutSceneList_.AddEntriesFrom(ref input, _repeated_recordedCutSceneList_codec); + break; + } + case 64: { + DailyFirstClearCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/bbq/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameBBQData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameBBQData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1358]; } + } + + [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 ReqGetMiniGameBBQData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameBBQData(ReqGetMiniGameBBQData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameBBQData Clone() { + return new ReqGetMiniGameBBQData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameBBQData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameBBQData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameBBQData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameBBQData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameBBQData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1359]; } + } + + [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 ResGetMiniGameBBQData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameBBQData(ResGetMiniGameBBQData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameBBQData Clone() { + return new ResGetMiniGameBBQData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameBBQData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameBBQData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameBBQData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/bbq/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMiniGameBBQ : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMiniGameBBQ()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1360]; } + } + + [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 ReqClearMiniGameBBQ() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameBBQ(ReqClearMiniGameBBQ other) : this() { + eventId_ = other.eventId_; + score_ = other.score_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameBBQ Clone() { + return new ReqClearMiniGameBBQ(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMiniGameBBQ); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMiniGameBBQ other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Score != other.Score) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Score != 0) hash ^= Score.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMiniGameBBQ other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Score != 0) { + Score = other.Score; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Score = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMiniGameBBQ : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMiniGameBBQ()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1361]; } + } + + [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 ResClearMiniGameBBQ() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameBBQ(ResClearMiniGameBBQ other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameBBQ Clone() { + return new ResClearMiniGameBBQ(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 3; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMiniGameBBQ); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMiniGameBBQ other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (BanResult != other.BanResult) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMiniGameBBQ other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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 10: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/bbq/obtainstepupreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMiniGameBBQStepUpReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMiniGameBBQStepUpReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1362]; } + } + + [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 ReqObtainMiniGameBBQStepUpReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameBBQStepUpReward(ReqObtainMiniGameBBQStepUpReward other) : this() { + eventId_ = other.eventId_; + stepUpRewardId_ = other.stepUpRewardId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameBBQStepUpReward Clone() { + return new ReqObtainMiniGameBBQStepUpReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "StepUpRewardId" field. + public const int StepUpRewardIdFieldNumber = 2; + private int stepUpRewardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StepUpRewardId { + get { return stepUpRewardId_; } + set { + stepUpRewardId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMiniGameBBQStepUpReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMiniGameBBQStepUpReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (StepUpRewardId != other.StepUpRewardId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (StepUpRewardId != 0) hash ^= StepUpRewardId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StepUpRewardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StepUpRewardId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (StepUpRewardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StepUpRewardId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (StepUpRewardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StepUpRewardId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMiniGameBBQStepUpReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.StepUpRewardId != 0) { + StepUpRewardId = other.StepUpRewardId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StepUpRewardId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + StepUpRewardId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMiniGameBBQStepUpReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMiniGameBBQStepUpReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1363]; } + } + + [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 ResObtainMiniGameBBQStepUpReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameBBQStepUpReward(ResObtainMiniGameBBQStepUpReward other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameBBQStepUpReward Clone() { + return new ResObtainMiniGameBBQStepUpReward(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMiniGameBBQStepUpReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMiniGameBBQStepUpReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMiniGameBBQStepUpReward other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/bbq/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameBBQRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameBBQRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1364]; } + } + + [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 ReqGetMiniGameBBQRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameBBQRanking(ReqGetMiniGameBBQRanking other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameBBQRanking Clone() { + return new ReqGetMiniGameBBQRanking(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameBBQRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameBBQRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameBBQRanking other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameBBQRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameBBQRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1365]; } + } + + [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 ResGetMiniGameBBQRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameBBQRanking(ResGetMiniGameBBQRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameBBQRanking Clone() { + return new ResGetMiniGameBBQRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameBBQRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameBBQRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameBBQRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameBBQRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameBBQRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameBBQRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameBBQRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameBBQRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameBBQRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/bbq/recordcutscene + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameBBQCutScene : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameBBQCutScene()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1366]; } + } + + [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 ReqRecordMiniGameBBQCutScene() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameBBQCutScene(ReqRecordMiniGameBBQCutScene other) : this() { + eventId_ = other.eventId_; + cutSceneTid_ = other.cutSceneTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameBBQCutScene Clone() { + return new ReqRecordMiniGameBBQCutScene(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "CutSceneTid" field. + public const int CutSceneTidFieldNumber = 2; + private int cutSceneTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CutSceneTid { + get { return cutSceneTid_; } + set { + cutSceneTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameBBQCutScene); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameBBQCutScene other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (CutSceneTid != other.CutSceneTid) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (CutSceneTid != 0) hash ^= CutSceneTid.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CutSceneTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(CutSceneTid); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (CutSceneTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(CutSceneTid); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (CutSceneTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CutSceneTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordMiniGameBBQCutScene other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.CutSceneTid != 0) { + CutSceneTid = other.CutSceneTid; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CutSceneTid = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + CutSceneTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameBBQCutScene : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameBBQCutScene()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1367]; } + } + + [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 ResRecordMiniGameBBQCutScene() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameBBQCutScene(ResRecordMiniGameBBQCutScene other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameBBQCutScene Clone() { + return new ResRecordMiniGameBBQCutScene(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameBBQData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameBBQData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameBBQCutScene); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameBBQCutScene other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecordMiniGameBBQCutScene other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameBBQData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameBBQRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameBBQRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1368]; } + } + + [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 NetMiniGameBBQRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameBBQRankingData(NetMiniGameBBQRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameBBQRankingData Clone() { + return new NetMiniGameBBQRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameBBQRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameBBQRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameBBQRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameCe002QuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameCe002QuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1369]; } + } + + [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 NetMiniGameCe002QuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameCe002QuestData(NetMiniGameCe002QuestData other) : this() { + ce002DataId_ = other.ce002DataId_; + isCleared_ = other.isCleared_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + clearedAt_ = other.clearedAt_ != null ? other.clearedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameCe002QuestData Clone() { + return new NetMiniGameCe002QuestData(this); + } + + /// Field number for the "Ce002DataId" field. + public const int Ce002DataIdFieldNumber = 1; + private int ce002DataId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002DataId { + get { return ce002DataId_; } + set { + ce002DataId_ = value; + } + } + + /// Field number for the "IsCleared" field. + public const int IsClearedFieldNumber = 2; + private bool isCleared_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsCleared { + get { return isCleared_; } + set { + isCleared_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "ClearedAt" field. + public const int ClearedAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp clearedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ClearedAt { + get { return clearedAt_; } + set { + clearedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameCe002QuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameCe002QuestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002DataId != other.Ce002DataId) return false; + if (IsCleared != other.IsCleared) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) return false; + if (!object.Equals(ClearedAt, other.ClearedAt)) 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 (Ce002DataId != 0) hash ^= Ce002DataId.GetHashCode(); + if (IsCleared != false) hash ^= IsCleared.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); + if (clearedAt_ != null) hash ^= ClearedAt.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 (Ce002DataId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002DataId); + } + if (IsCleared != false) { + output.WriteRawTag(16); + output.WriteBool(IsCleared); + } + if (createdAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(CreatedAt); + } + if (clearedAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(ClearedAt); + } + 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 (Ce002DataId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002DataId); + } + if (IsCleared != false) { + output.WriteRawTag(16); + output.WriteBool(IsCleared); + } + if (createdAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(CreatedAt); + } + if (clearedAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(ClearedAt); + } + 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 (Ce002DataId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002DataId); + } + if (IsCleared != false) { + size += 1 + 1; + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (clearedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ClearedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameCe002QuestData other) { + if (other == null) { + return; + } + if (other.Ce002DataId != 0) { + Ce002DataId = other.Ce002DataId; + } + if (other.IsCleared != false) { + IsCleared = other.IsCleared; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + if (other.clearedAt_ != null) { + if (clearedAt_ == null) { + ClearedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ClearedAt.MergeFrom(other.ClearedAt); + } + _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: { + Ce002DataId = input.ReadInt32(); + break; + } + case 16: { + IsCleared = input.ReadBool(); + break; + } + case 26: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 34: { + if (clearedAt_ == null) { + ClearedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ClearedAt); + 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: { + Ce002DataId = input.ReadInt32(); + break; + } + case 16: { + IsCleared = input.ReadBool(); + break; + } + case 26: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 34: { + if (clearedAt_ == null) { + ClearedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ClearedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameCe002Data : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameCe002Data()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1370]; } + } + + [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 NetMiniGameCe002Data() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameCe002Data(NetMiniGameCe002Data other) : this() { + ce002Id_ = other.ce002Id_; + questList_ = other.questList_.Clone(); + archiveList_ = other.archiveList_.Clone(); + checkedLogList_ = other.checkedLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameCe002Data Clone() { + return new NetMiniGameCe002Data(this); + } + + /// Field number for the "Ce002Id" field. + public const int Ce002IdFieldNumber = 1; + private int ce002Id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002Id { + get { return ce002Id_; } + set { + ce002Id_ = value; + } + } + + /// Field number for the "QuestList" field. + public const int QuestListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_questList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameCe002QuestData.Parser); + private readonly pbc::RepeatedField questList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField QuestList { + get { return questList_; } + } + + /// Field number for the "ArchiveList" field. + public const int ArchiveListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_archiveList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField archiveList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ArchiveList { + get { return archiveList_; } + } + + /// Field number for the "CheckedLogList" field. + public const int CheckedLogListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_checkedLogList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetMiniGameCe002CheckedLog.Parser); + private readonly pbc::RepeatedField checkedLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedLogList { + get { return checkedLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameCe002Data); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameCe002Data other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002Id != other.Ce002Id) return false; + if(!questList_.Equals(other.questList_)) return false; + if(!archiveList_.Equals(other.archiveList_)) return false; + if(!checkedLogList_.Equals(other.checkedLogList_)) 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 (Ce002Id != 0) hash ^= Ce002Id.GetHashCode(); + hash ^= questList_.GetHashCode(); + hash ^= archiveList_.GetHashCode(); + hash ^= checkedLogList_.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 (Ce002Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002Id); + } + questList_.WriteTo(output, _repeated_questList_codec); + archiveList_.WriteTo(output, _repeated_archiveList_codec); + checkedLogList_.WriteTo(output, _repeated_checkedLogList_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 (Ce002Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002Id); + } + questList_.WriteTo(ref output, _repeated_questList_codec); + archiveList_.WriteTo(ref output, _repeated_archiveList_codec); + checkedLogList_.WriteTo(ref output, _repeated_checkedLogList_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 (Ce002Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002Id); + } + size += questList_.CalculateSize(_repeated_questList_codec); + size += archiveList_.CalculateSize(_repeated_archiveList_codec); + size += checkedLogList_.CalculateSize(_repeated_checkedLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameCe002Data other) { + if (other == null) { + return; + } + if (other.Ce002Id != 0) { + Ce002Id = other.Ce002Id; + } + questList_.Add(other.questList_); + archiveList_.Add(other.archiveList_); + checkedLogList_.Add(other.checkedLogList_); + _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: { + Ce002Id = input.ReadInt32(); + break; + } + case 18: { + questList_.AddEntriesFrom(input, _repeated_questList_codec); + break; + } + case 26: + case 24: { + archiveList_.AddEntriesFrom(input, _repeated_archiveList_codec); + break; + } + case 34: { + checkedLogList_.AddEntriesFrom(input, _repeated_checkedLogList_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: { + Ce002Id = input.ReadInt32(); + break; + } + case 18: { + questList_.AddEntriesFrom(ref input, _repeated_questList_codec); + break; + } + case 26: + case 24: { + archiveList_.AddEntriesFrom(ref input, _repeated_archiveList_codec); + break; + } + case 34: { + checkedLogList_.AddEntriesFrom(ref input, _repeated_checkedLogList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/ce002/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameCe002Data : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameCe002Data()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1371]; } + } + + [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 ReqGetMiniGameCe002Data() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameCe002Data(ReqGetMiniGameCe002Data other) : this() { + ce002Id_ = other.ce002Id_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameCe002Data Clone() { + return new ReqGetMiniGameCe002Data(this); + } + + /// Field number for the "Ce002Id" field. + public const int Ce002IdFieldNumber = 1; + private int ce002Id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002Id { + get { return ce002Id_; } + set { + ce002Id_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameCe002Data); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameCe002Data other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002Id != other.Ce002Id) 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 (Ce002Id != 0) hash ^= Ce002Id.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 (Ce002Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002Id); + } + 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 (Ce002Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002Id); + } + 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 (Ce002Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002Id); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameCe002Data other) { + if (other == null) { + return; + } + if (other.Ce002Id != 0) { + Ce002Id = other.Ce002Id; + } + _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: { + Ce002Id = 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: { + Ce002Id = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameCe002Data : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameCe002Data()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1372]; } + } + + [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 ResGetMiniGameCe002Data() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameCe002Data(ResGetMiniGameCe002Data other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameCe002Data Clone() { + return new ResGetMiniGameCe002Data(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameCe002Data data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameCe002Data Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameCe002Data); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameCe002Data other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameCe002Data other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/ce002/acceptquest + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAcceptMiniGameCe002Quest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAcceptMiniGameCe002Quest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1373]; } + } + + [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 ReqAcceptMiniGameCe002Quest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAcceptMiniGameCe002Quest(ReqAcceptMiniGameCe002Quest other) : this() { + ce002DataId_ = other.ce002DataId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAcceptMiniGameCe002Quest Clone() { + return new ReqAcceptMiniGameCe002Quest(this); + } + + /// Field number for the "Ce002DataId" field. + public const int Ce002DataIdFieldNumber = 1; + private int ce002DataId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002DataId { + get { return ce002DataId_; } + set { + ce002DataId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAcceptMiniGameCe002Quest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAcceptMiniGameCe002Quest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002DataId != other.Ce002DataId) 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 (Ce002DataId != 0) hash ^= Ce002DataId.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 (Ce002DataId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002DataId); + } + 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 (Ce002DataId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002DataId); + } + 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 (Ce002DataId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002DataId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAcceptMiniGameCe002Quest other) { + if (other == null) { + return; + } + if (other.Ce002DataId != 0) { + Ce002DataId = other.Ce002DataId; + } + _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: { + Ce002DataId = 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: { + Ce002DataId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAcceptMiniGameCe002Quest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAcceptMiniGameCe002Quest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1374]; } + } + + [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 ResAcceptMiniGameCe002Quest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcceptMiniGameCe002Quest(ResAcceptMiniGameCe002Quest other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAcceptMiniGameCe002Quest Clone() { + return new ResAcceptMiniGameCe002Quest(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameCe002Data data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameCe002Data Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAcceptMiniGameCe002Quest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAcceptMiniGameCe002Quest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAcceptMiniGameCe002Quest other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/ce002/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMiniGameCe002Stage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMiniGameCe002Stage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1375]; } + } + + [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 ReqEnterMiniGameCe002Stage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameCe002Stage(ReqEnterMiniGameCe002Stage other) : this() { + ce002StageId_ = other.ce002StageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameCe002Stage Clone() { + return new ReqEnterMiniGameCe002Stage(this); + } + + /// Field number for the "Ce002StageId" field. + public const int Ce002StageIdFieldNumber = 1; + private int ce002StageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002StageId { + get { return ce002StageId_; } + set { + ce002StageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMiniGameCe002Stage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMiniGameCe002Stage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002StageId != other.Ce002StageId) 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 (Ce002StageId != 0) hash ^= Ce002StageId.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 (Ce002StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002StageId); + } + 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 (Ce002StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002StageId); + } + 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 (Ce002StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMiniGameCe002Stage other) { + if (other == null) { + return; + } + if (other.Ce002StageId != 0) { + Ce002StageId = other.Ce002StageId; + } + _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: { + Ce002StageId = 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: { + Ce002StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMiniGameCe002Stage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMiniGameCe002Stage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1376]; } + } + + [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 ResEnterMiniGameCe002Stage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameCe002Stage(ResEnterMiniGameCe002Stage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameCe002Stage Clone() { + return new ResEnterMiniGameCe002Stage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMiniGameCe002Stage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMiniGameCe002Stage 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(ResEnterMiniGameCe002Stage 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 + + } + + /// + /// URL: /event/minigame/ce002/clearstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMiniGameCe002Stage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMiniGameCe002Stage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1377]; } + } + + [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 ReqClearMiniGameCe002Stage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameCe002Stage(ReqClearMiniGameCe002Stage other) : this() { + ce002StageId_ = other.ce002StageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameCe002Stage Clone() { + return new ReqClearMiniGameCe002Stage(this); + } + + /// Field number for the "Ce002StageId" field. + public const int Ce002StageIdFieldNumber = 1; + private int ce002StageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002StageId { + get { return ce002StageId_; } + set { + ce002StageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMiniGameCe002Stage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMiniGameCe002Stage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002StageId != other.Ce002StageId) 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 (Ce002StageId != 0) hash ^= Ce002StageId.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 (Ce002StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002StageId); + } + 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 (Ce002StageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002StageId); + } + 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 (Ce002StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMiniGameCe002Stage other) { + if (other == null) { + return; + } + if (other.Ce002StageId != 0) { + Ce002StageId = other.Ce002StageId; + } + _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: { + Ce002StageId = 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: { + Ce002StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMiniGameCe002Stage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMiniGameCe002Stage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1378]; } + } + + [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 ResClearMiniGameCe002Stage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameCe002Stage(ResClearMiniGameCe002Stage other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameCe002Stage Clone() { + return new ResClearMiniGameCe002Stage(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameCe002Data data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameCe002Data Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMiniGameCe002Stage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMiniGameCe002Stage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMiniGameCe002Stage other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameCe002Data(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameCe002CheckedLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameCe002CheckedLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1379]; } + } + + [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 NetMiniGameCe002CheckedLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameCe002CheckedLog(NetMiniGameCe002CheckedLog other) : this() { + checkedLogType_ = other.checkedLogType_; + value_ = other.value_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameCe002CheckedLog Clone() { + return new NetMiniGameCe002CheckedLog(this); + } + + /// Field number for the "CheckedLogType" field. + public const int CheckedLogTypeFieldNumber = 1; + private global::EpinelPS.MiniGameCe002CheckedLogType checkedLogType_ = global::EpinelPS.MiniGameCe002CheckedLogType.MiniGameCe002CheckedLogTypeData; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameCe002CheckedLogType CheckedLogType { + get { return checkedLogType_; } + set { + checkedLogType_ = value; + } + } + + /// Field number for the "Value" field. + public const int ValueFieldNumber = 2; + private int value_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int 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 NetMiniGameCe002CheckedLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameCe002CheckedLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CheckedLogType != other.CheckedLogType) 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 (CheckedLogType != global::EpinelPS.MiniGameCe002CheckedLogType.MiniGameCe002CheckedLogTypeData) hash ^= CheckedLogType.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 (CheckedLogType != global::EpinelPS.MiniGameCe002CheckedLogType.MiniGameCe002CheckedLogTypeData) { + output.WriteRawTag(8); + output.WriteEnum((int) CheckedLogType); + } + if (Value != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (CheckedLogType != global::EpinelPS.MiniGameCe002CheckedLogType.MiniGameCe002CheckedLogTypeData) { + output.WriteRawTag(8); + output.WriteEnum((int) CheckedLogType); + } + if (Value != 0) { + output.WriteRawTag(16); + output.WriteInt32(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 (CheckedLogType != global::EpinelPS.MiniGameCe002CheckedLogType.MiniGameCe002CheckedLogTypeData) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CheckedLogType); + } + if (Value != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Value); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameCe002CheckedLog other) { + if (other == null) { + return; + } + if (other.CheckedLogType != global::EpinelPS.MiniGameCe002CheckedLogType.MiniGameCe002CheckedLogTypeData) { + CheckedLogType = other.CheckedLogType; + } + 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 8: { + CheckedLogType = (global::EpinelPS.MiniGameCe002CheckedLogType) input.ReadEnum(); + break; + } + case 16: { + Value = 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: { + CheckedLogType = (global::EpinelPS.MiniGameCe002CheckedLogType) input.ReadEnum(); + break; + } + case 16: { + Value = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/ce002/addcheckedlog + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAddMiniGameCe002CheckedLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAddMiniGameCe002CheckedLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1380]; } + } + + [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 ReqAddMiniGameCe002CheckedLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddMiniGameCe002CheckedLog(ReqAddMiniGameCe002CheckedLog other) : this() { + ce002Id_ = other.ce002Id_; + checkedLogList_ = other.checkedLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAddMiniGameCe002CheckedLog Clone() { + return new ReqAddMiniGameCe002CheckedLog(this); + } + + /// Field number for the "Ce002Id" field. + public const int Ce002IdFieldNumber = 1; + private int ce002Id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Ce002Id { + get { return ce002Id_; } + set { + ce002Id_ = value; + } + } + + /// Field number for the "CheckedLogList" field. + public const int CheckedLogListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_checkedLogList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameCe002CheckedLog.Parser); + private readonly pbc::RepeatedField checkedLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedLogList { + get { return checkedLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAddMiniGameCe002CheckedLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAddMiniGameCe002CheckedLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ce002Id != other.Ce002Id) return false; + if(!checkedLogList_.Equals(other.checkedLogList_)) 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 (Ce002Id != 0) hash ^= Ce002Id.GetHashCode(); + hash ^= checkedLogList_.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 (Ce002Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002Id); + } + checkedLogList_.WriteTo(output, _repeated_checkedLogList_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 (Ce002Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Ce002Id); + } + checkedLogList_.WriteTo(ref output, _repeated_checkedLogList_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 (Ce002Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Ce002Id); + } + size += checkedLogList_.CalculateSize(_repeated_checkedLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAddMiniGameCe002CheckedLog other) { + if (other == null) { + return; + } + if (other.Ce002Id != 0) { + Ce002Id = other.Ce002Id; + } + checkedLogList_.Add(other.checkedLogList_); + _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: { + Ce002Id = input.ReadInt32(); + break; + } + case 18: { + checkedLogList_.AddEntriesFrom(input, _repeated_checkedLogList_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: { + Ce002Id = input.ReadInt32(); + break; + } + case 18: { + checkedLogList_.AddEntriesFrom(ref input, _repeated_checkedLogList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddMiniGameCe002CheckedLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddMiniGameCe002CheckedLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1381]; } + } + + [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 ResAddMiniGameCe002CheckedLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddMiniGameCe002CheckedLog(ResAddMiniGameCe002CheckedLog other) : this() { + checkedLogList_ = other.checkedLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddMiniGameCe002CheckedLog Clone() { + return new ResAddMiniGameCe002CheckedLog(this); + } + + /// Field number for the "CheckedLogList" field. + public const int CheckedLogListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_checkedLogList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetMiniGameCe002CheckedLog.Parser); + private readonly pbc::RepeatedField checkedLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CheckedLogList { + get { return checkedLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddMiniGameCe002CheckedLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddMiniGameCe002CheckedLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!checkedLogList_.Equals(other.checkedLogList_)) 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 ^= checkedLogList_.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 + checkedLogList_.WriteTo(output, _repeated_checkedLogList_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) { + checkedLogList_.WriteTo(ref output, _repeated_checkedLogList_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 += checkedLogList_.CalculateSize(_repeated_checkedLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAddMiniGameCe002CheckedLog other) { + if (other == null) { + return; + } + checkedLogList_.Add(other.checkedLogList_); + _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: { + checkedLogList_.AddEntriesFrom(input, _repeated_checkedLogList_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: { + checkedLogList_.AddEntriesFrom(ref input, _repeated_checkedLogList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1382]; } + } + + [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 NetMiniGameNKSMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSMissionProgress(NetMiniGameNKSMissionProgress other) : this() { + seq_ = other.seq_; + nKSMissionId_ = other.nKSMissionId_; + progress_ = other.progress_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + receivedAt_ = other.receivedAt_ != null ? other.receivedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSMissionProgress Clone() { + return new NetMiniGameNKSMissionProgress(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "NKSMissionId" field. + public const int NKSMissionIdFieldNumber = 2; + private int nKSMissionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSMissionId { + get { return nKSMissionId_; } + set { + nKSMissionId_ = value; + } + } + + /// Field number for the "Progress" field. + public const int ProgressFieldNumber = 3; + private int progress_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Progress { + get { return progress_; } + set { + progress_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "ReceivedAt" field. + public const int ReceivedAtFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp receivedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ReceivedAt { + get { return receivedAt_; } + set { + receivedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (NKSMissionId != other.NKSMissionId) return false; + if (Progress != other.Progress) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) return false; + if (!object.Equals(ReceivedAt, other.ReceivedAt)) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (NKSMissionId != 0) hash ^= NKSMissionId.GetHashCode(); + if (Progress != 0) hash ^= Progress.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); + if (receivedAt_ != null) hash ^= ReceivedAt.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (NKSMissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(NKSMissionId); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (NKSMissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(NKSMissionId); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (NKSMissionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSMissionId); + } + if (Progress != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Progress); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (receivedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReceivedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSMissionProgress other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.NKSMissionId != 0) { + NKSMissionId = other.NKSMissionId; + } + if (other.Progress != 0) { + Progress = other.Progress; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + if (other.receivedAt_ != null) { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ReceivedAt.MergeFrom(other.ReceivedAt); + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + NKSMissionId = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + 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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + NKSMissionId = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameNKSData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameNKSData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1383]; } + } + + [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 ResGetMiniGameNKSData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSData(ResGetMiniGameNKSData other) : this() { + progressJson_ = other.progressJson_; + missionProgressList_ = other.missionProgressList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSData Clone() { + return new ResGetMiniGameNKSData(this); + } + + /// Field number for the "ProgressJson" field. + public const int ProgressJsonFieldNumber = 1; + private string progressJson_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProgressJson { + get { return progressJson_; } + set { + progressJson_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameNKSMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameNKSData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameNKSData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProgressJson != other.ProgressJson) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) 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 (ProgressJson.Length != 0) hash ^= ProgressJson.GetHashCode(); + hash ^= missionProgressList_.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 (ProgressJson.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProgressJson); + } + missionProgressList_.WriteTo(output, _repeated_missionProgressList_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 (ProgressJson.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProgressJson); + } + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_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 (ProgressJson.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProgressJson); + } + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameNKSData other) { + if (other == null) { + return; + } + if (other.ProgressJson.Length != 0) { + ProgressJson = other.ProgressJson; + } + missionProgressList_.Add(other.missionProgressList_); + _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: { + ProgressJson = input.ReadString(); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_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: { + ProgressJson = input.ReadString(); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUploadMiniGameNKSProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUploadMiniGameNKSProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1384]; } + } + + [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 ResUploadMiniGameNKSProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUploadMiniGameNKSProgress(ResUploadMiniGameNKSProgress other) : this() { + error_ = other.error_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUploadMiniGameNKSProgress Clone() { + return new ResUploadMiniGameNKSProgress(this); + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 1; + private global::EpinelPS.NKSMissionExpiredError error_ = global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUploadMiniGameNKSProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUploadMiniGameNKSProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Error != other.Error) return false; + if (BanResult != other.BanResult) 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 (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) hash ^= Error.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUploadMiniGameNKSProgress other) { + if (other == null) { + return; + } + if (other.Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + Error = other.Error; + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + Error = (global::EpinelPS.NKSMissionExpiredError) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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: { + Error = (global::EpinelPS.NKSMissionExpiredError) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/completemission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteNKSMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteNKSMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1385]; } + } + + [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 ReqCompleteNKSMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteNKSMission(ReqCompleteNKSMission other) : this() { + nKSId_ = other.nKSId_; + nKSMissionSeqIdList_ = other.nKSMissionSeqIdList_.Clone(); + progressJsonAfterComplete_ = other.progressJsonAfterComplete_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteNKSMission Clone() { + return new ReqCompleteNKSMission(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "NKSMissionSeqIdList" field. + public const int NKSMissionSeqIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_nKSMissionSeqIdList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField nKSMissionSeqIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField NKSMissionSeqIdList { + get { return nKSMissionSeqIdList_; } + } + + /// Field number for the "ProgressJsonAfterComplete" field. + public const int ProgressJsonAfterCompleteFieldNumber = 3; + private string progressJsonAfterComplete_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProgressJsonAfterComplete { + get { return progressJsonAfterComplete_; } + set { + progressJsonAfterComplete_ = 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 ReqCompleteNKSMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteNKSMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if(!nKSMissionSeqIdList_.Equals(other.nKSMissionSeqIdList_)) return false; + if (ProgressJsonAfterComplete != other.ProgressJsonAfterComplete) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + hash ^= nKSMissionSeqIdList_.GetHashCode(); + if (ProgressJsonAfterComplete.Length != 0) hash ^= ProgressJsonAfterComplete.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + nKSMissionSeqIdList_.WriteTo(output, _repeated_nKSMissionSeqIdList_codec); + if (ProgressJsonAfterComplete.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ProgressJsonAfterComplete); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + nKSMissionSeqIdList_.WriteTo(ref output, _repeated_nKSMissionSeqIdList_codec); + if (ProgressJsonAfterComplete.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ProgressJsonAfterComplete); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + size += nKSMissionSeqIdList_.CalculateSize(_repeated_nKSMissionSeqIdList_codec); + if (ProgressJsonAfterComplete.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProgressJsonAfterComplete); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteNKSMission other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + nKSMissionSeqIdList_.Add(other.nKSMissionSeqIdList_); + if (other.ProgressJsonAfterComplete.Length != 0) { + ProgressJsonAfterComplete = other.ProgressJsonAfterComplete; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: + case 16: { + nKSMissionSeqIdList_.AddEntriesFrom(input, _repeated_nKSMissionSeqIdList_codec); + break; + } + case 26: { + ProgressJsonAfterComplete = 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: { + NKSId = input.ReadInt32(); + break; + } + case 18: + case 16: { + nKSMissionSeqIdList_.AddEntriesFrom(ref input, _repeated_nKSMissionSeqIdList_codec); + break; + } + case 26: { + ProgressJsonAfterComplete = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteNKSMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteNKSMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1386]; } + } + + [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 ResCompleteNKSMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteNKSMission(ResCompleteNKSMission other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteNKSMission Clone() { + return new ResCompleteNKSMission(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameNKSMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 3; + private global::EpinelPS.NKSMissionExpiredError error_ = global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 4; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteNKSMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteNKSMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) return false; + if (BanResult != other.BanResult) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) hash ^= Error.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteNKSMission other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + Error = other.Error; + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.NKSMissionExpiredError) input.ReadEnum(); + break; + } + case 32: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.NKSMissionExpiredError) input.ReadEnum(); + break; + } + case 32: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetNKSMissionProgressUpdate : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetNKSMissionProgressUpdate()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1387]; } + } + + [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 NetNKSMissionProgressUpdate() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNKSMissionProgressUpdate(NetNKSMissionProgressUpdate other) : this() { + seqId_ = other.seqId_; + progressCount_ = other.progressCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNKSMissionProgressUpdate Clone() { + return new NetNKSMissionProgressUpdate(this); + } + + /// Field number for the "SeqId" field. + public const int SeqIdFieldNumber = 1; + private long seqId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SeqId { + get { return seqId_; } + set { + seqId_ = value; + } + } + + /// Field number for the "ProgressCount" field. + public const int ProgressCountFieldNumber = 2; + private int progressCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProgressCount { + get { return progressCount_; } + set { + progressCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetNKSMissionProgressUpdate); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetNKSMissionProgressUpdate other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SeqId != other.SeqId) return false; + if (ProgressCount != other.ProgressCount) 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 (SeqId != 0L) hash ^= SeqId.GetHashCode(); + if (ProgressCount != 0) hash ^= ProgressCount.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 (SeqId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(SeqId); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (SeqId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(SeqId); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (SeqId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SeqId); + } + if (ProgressCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProgressCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetNKSMissionProgressUpdate other) { + if (other == null) { + return; + } + if (other.SeqId != 0L) { + SeqId = other.SeqId; + } + if (other.ProgressCount != 0) { + ProgressCount = other.ProgressCount; + } + _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: { + SeqId = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = 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: { + SeqId = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateNKSMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateNKSMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1388]; } + } + + [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 ResUpdateNKSMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateNKSMissionProgress(ResUpdateNKSMissionProgress other) : this() { + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateNKSMissionProgress Clone() { + return new ResUpdateNKSMissionProgress(this); + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetMiniGameNKSMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.NKSMissionExpiredError error_ = global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateNKSMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateNKSMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) 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 ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) hash ^= Error.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 + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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) { + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpdateNKSMissionProgress other) { + if (other == null) { + return; + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.NKSMissionExpiredError.NksmissionExpiredErrorSucceed) { + Error = other.Error; + } + _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: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.NKSMissionExpiredError) 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 10: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.NKSMissionExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nks/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMiniGameNKSStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMiniGameNKSStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1389]; } + } + + [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 ReqEnterMiniGameNKSStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameNKSStage(ReqEnterMiniGameNKSStage other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameNKSStage Clone() { + return new ReqEnterMiniGameNKSStage(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMiniGameNKSStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMiniGameNKSStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMiniGameNKSStage other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMiniGameNKSStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMiniGameNKSStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1390]; } + } + + [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 ResEnterMiniGameNKSStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameNKSStage(ResEnterMiniGameNKSStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameNKSStage Clone() { + return new ResEnterMiniGameNKSStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMiniGameNKSStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMiniGameNKSStage 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(ResEnterMiniGameNKSStage 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 + + } + + /// + /// URL: /minigame/nks/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameNKSRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameNKSRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1391]; } + } + + [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 ReqGetMiniGameNKSRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSRanking(ReqGetMiniGameNKSRanking other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSRanking Clone() { + return new ReqGetMiniGameNKSRanking(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameNKSRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameNKSRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameNKSRanking other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameNKSRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameNKSRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1392]; } + } + + [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 ResGetMiniGameNKSRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSRanking(ResGetMiniGameNKSRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSRanking Clone() { + return new ResGetMiniGameNKSRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameNKSRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameNKSRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameNKSRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameNKSRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameNKSRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameNKSRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameNKSRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameNKSRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameNKSRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1393]; } + } + + [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 NetMiniGameNKSRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSRankingData(NetMiniGameNKSRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSRankingData Clone() { + return new NetMiniGameNKSRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAccumulateMiniGameNKSRankingScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAccumulateMiniGameNKSRankingScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1394]; } + } + + [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 ResAccumulateMiniGameNKSRankingScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAccumulateMiniGameNKSRankingScore(ResAccumulateMiniGameNKSRankingScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAccumulateMiniGameNKSRankingScore Clone() { + return new ResAccumulateMiniGameNKSRankingScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAccumulateMiniGameNKSRankingScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAccumulateMiniGameNKSRankingScore 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(ResAccumulateMiniGameNKSRankingScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameNKSStagePlayLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameNKSStagePlayLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1395]; } + } + + [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 ResRecordMiniGameNKSStagePlayLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSStagePlayLog(ResRecordMiniGameNKSStagePlayLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSStagePlayLog Clone() { + return new ResRecordMiniGameNKSStagePlayLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameNKSStagePlayLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameNKSStagePlayLog 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(ResRecordMiniGameNKSStagePlayLog 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSItemCollectData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSItemCollectData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1396]; } + } + + [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 NetMiniGameNKSItemCollectData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSItemCollectData(NetMiniGameNKSItemCollectData other) : this() { + nKSItemId_ = other.nKSItemId_; + amount_ = other.amount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSItemCollectData Clone() { + return new NetMiniGameNKSItemCollectData(this); + } + + /// Field number for the "NKSItemId" field. + public const int NKSItemIdFieldNumber = 1; + private int nKSItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSItemId { + get { return nKSItemId_; } + set { + nKSItemId_ = value; + } + } + + /// Field number for the "Amount" field. + public const int AmountFieldNumber = 2; + private int amount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Amount { + get { return amount_; } + set { + amount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSItemCollectData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSItemCollectData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSItemId != other.NKSItemId) return false; + if (Amount != other.Amount) 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 (NKSItemId != 0) hash ^= NKSItemId.GetHashCode(); + if (Amount != 0) hash ^= Amount.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 (NKSItemId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSItemId); + } + if (Amount != 0) { + output.WriteRawTag(16); + output.WriteInt32(Amount); + } + 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 (NKSItemId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSItemId); + } + if (Amount != 0) { + output.WriteRawTag(16); + output.WriteInt32(Amount); + } + 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 (NKSItemId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSItemId); + } + if (Amount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Amount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSItemCollectData other) { + if (other == null) { + return; + } + if (other.NKSItemId != 0) { + NKSItemId = other.NKSItemId; + } + if (other.Amount != 0) { + Amount = other.Amount; + } + _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: { + NKSItemId = input.ReadInt32(); + break; + } + case 16: { + Amount = 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: { + NKSItemId = input.ReadInt32(); + break; + } + case 16: { + Amount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSMonsterKillData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSMonsterKillData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1397]; } + } + + [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 NetMiniGameNKSMonsterKillData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSMonsterKillData(NetMiniGameNKSMonsterKillData other) : this() { + nKSMonsterId_ = other.nKSMonsterId_; + killCount_ = other.killCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSMonsterKillData Clone() { + return new NetMiniGameNKSMonsterKillData(this); + } + + /// Field number for the "NKSMonsterId" field. + public const int NKSMonsterIdFieldNumber = 1; + private int nKSMonsterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSMonsterId { + get { return nKSMonsterId_; } + set { + nKSMonsterId_ = value; + } + } + + /// Field number for the "KillCount" field. + public const int KillCountFieldNumber = 2; + private int killCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int KillCount { + get { return killCount_; } + set { + killCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSMonsterKillData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSMonsterKillData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSMonsterId != other.NKSMonsterId) return false; + if (KillCount != other.KillCount) 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 (NKSMonsterId != 0) hash ^= NKSMonsterId.GetHashCode(); + if (KillCount != 0) hash ^= KillCount.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 (NKSMonsterId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSMonsterId); + } + if (KillCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(KillCount); + } + 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 (NKSMonsterId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSMonsterId); + } + if (KillCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(KillCount); + } + 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 (NKSMonsterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSMonsterId); + } + if (KillCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(KillCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSMonsterKillData other) { + if (other == null) { + return; + } + if (other.NKSMonsterId != 0) { + NKSMonsterId = other.NKSMonsterId; + } + if (other.KillCount != 0) { + KillCount = other.KillCount; + } + _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: { + NKSMonsterId = input.ReadInt32(); + break; + } + case 16: { + KillCount = 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: { + NKSMonsterId = input.ReadInt32(); + break; + } + case 16: { + KillCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameNKSSkillTreeUpgradeLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameNKSSkillTreeUpgradeLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1398]; } + } + + [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 ResRecordMiniGameNKSSkillTreeUpgradeLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSSkillTreeUpgradeLog(ResRecordMiniGameNKSSkillTreeUpgradeLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSSkillTreeUpgradeLog Clone() { + return new ResRecordMiniGameNKSSkillTreeUpgradeLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameNKSSkillTreeUpgradeLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameNKSSkillTreeUpgradeLog 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(ResRecordMiniGameNKSSkillTreeUpgradeLog 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameNKSCharacterUnlockLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameNKSCharacterUnlockLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1399]; } + } + + [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 ResRecordMiniGameNKSCharacterUnlockLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSCharacterUnlockLog(ResRecordMiniGameNKSCharacterUnlockLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSCharacterUnlockLog Clone() { + return new ResRecordMiniGameNKSCharacterUnlockLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameNKSCharacterUnlockLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameNKSCharacterUnlockLog 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(ResRecordMiniGameNKSCharacterUnlockLog 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSV2MissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSV2MissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1400]; } + } + + [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 NetMiniGameNKSV2MissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2MissionProgress(NetMiniGameNKSV2MissionProgress other) : this() { + seq_ = other.seq_; + nKSMissionId_ = other.nKSMissionId_; + progress_ = other.progress_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + receivedAt_ = other.receivedAt_ != null ? other.receivedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2MissionProgress Clone() { + return new NetMiniGameNKSV2MissionProgress(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "NKSMissionId" field. + public const int NKSMissionIdFieldNumber = 2; + private int nKSMissionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSMissionId { + get { return nKSMissionId_; } + set { + nKSMissionId_ = value; + } + } + + /// Field number for the "Progress" field. + public const int ProgressFieldNumber = 3; + private int progress_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Progress { + get { return progress_; } + set { + progress_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "ReceivedAt" field. + public const int ReceivedAtFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp receivedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ReceivedAt { + get { return receivedAt_; } + set { + receivedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSV2MissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSV2MissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (NKSMissionId != other.NKSMissionId) return false; + if (Progress != other.Progress) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) return false; + if (!object.Equals(ReceivedAt, other.ReceivedAt)) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (NKSMissionId != 0) hash ^= NKSMissionId.GetHashCode(); + if (Progress != 0) hash ^= Progress.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); + if (receivedAt_ != null) hash ^= ReceivedAt.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (NKSMissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(NKSMissionId); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (NKSMissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(NKSMissionId); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (NKSMissionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSMissionId); + } + if (Progress != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Progress); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (receivedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReceivedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSV2MissionProgress other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.NKSMissionId != 0) { + NKSMissionId = other.NKSMissionId; + } + if (other.Progress != 0) { + Progress = other.Progress; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + if (other.receivedAt_ != null) { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ReceivedAt.MergeFrom(other.ReceivedAt); + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + NKSMissionId = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + 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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + NKSMissionId = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameNKSV2Data : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameNKSV2Data()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1401]; } + } + + [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 ResGetMiniGameNKSV2Data() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSV2Data(ResGetMiniGameNKSV2Data other) : this() { + progressJson_ = other.progressJson_; + missionProgressList_ = other.missionProgressList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSV2Data Clone() { + return new ResGetMiniGameNKSV2Data(this); + } + + /// Field number for the "ProgressJson" field. + public const int ProgressJsonFieldNumber = 1; + private string progressJson_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProgressJson { + get { return progressJson_; } + set { + progressJson_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameNKSV2MissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameNKSV2Data); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameNKSV2Data other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProgressJson != other.ProgressJson) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) 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 (ProgressJson.Length != 0) hash ^= ProgressJson.GetHashCode(); + hash ^= missionProgressList_.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 (ProgressJson.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProgressJson); + } + missionProgressList_.WriteTo(output, _repeated_missionProgressList_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 (ProgressJson.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProgressJson); + } + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_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 (ProgressJson.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProgressJson); + } + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameNKSV2Data other) { + if (other == null) { + return; + } + if (other.ProgressJson.Length != 0) { + ProgressJson = other.ProgressJson; + } + missionProgressList_.Add(other.missionProgressList_); + _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: { + ProgressJson = input.ReadString(); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_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: { + ProgressJson = input.ReadString(); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUploadMiniGameNKSV2Progress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUploadMiniGameNKSV2Progress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1402]; } + } + + [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 ResUploadMiniGameNKSV2Progress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUploadMiniGameNKSV2Progress(ResUploadMiniGameNKSV2Progress other) : this() { + error_ = other.error_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUploadMiniGameNKSV2Progress Clone() { + return new ResUploadMiniGameNKSV2Progress(this); + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 1; + private global::EpinelPS.NKSV2MissionExpiredError error_ = global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSV2MissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUploadMiniGameNKSV2Progress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUploadMiniGameNKSV2Progress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Error != other.Error) return false; + if (BanResult != other.BanResult) 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 (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) hash ^= Error.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUploadMiniGameNKSV2Progress other) { + if (other == null) { + return; + } + if (other.Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + Error = other.Error; + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + Error = (global::EpinelPS.NKSV2MissionExpiredError) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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: { + Error = (global::EpinelPS.NKSV2MissionExpiredError) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/completemission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteNKSV2Mission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteNKSV2Mission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1403]; } + } + + [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 ReqCompleteNKSV2Mission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteNKSV2Mission(ReqCompleteNKSV2Mission other) : this() { + nKSId_ = other.nKSId_; + nKSMissionSeqIdList_ = other.nKSMissionSeqIdList_.Clone(); + progressJsonAfterComplete_ = other.progressJsonAfterComplete_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteNKSV2Mission Clone() { + return new ReqCompleteNKSV2Mission(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "NKSMissionSeqIdList" field. + public const int NKSMissionSeqIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_nKSMissionSeqIdList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField nKSMissionSeqIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField NKSMissionSeqIdList { + get { return nKSMissionSeqIdList_; } + } + + /// Field number for the "ProgressJsonAfterComplete" field. + public const int ProgressJsonAfterCompleteFieldNumber = 3; + private string progressJsonAfterComplete_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProgressJsonAfterComplete { + get { return progressJsonAfterComplete_; } + set { + progressJsonAfterComplete_ = 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 ReqCompleteNKSV2Mission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteNKSV2Mission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if(!nKSMissionSeqIdList_.Equals(other.nKSMissionSeqIdList_)) return false; + if (ProgressJsonAfterComplete != other.ProgressJsonAfterComplete) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + hash ^= nKSMissionSeqIdList_.GetHashCode(); + if (ProgressJsonAfterComplete.Length != 0) hash ^= ProgressJsonAfterComplete.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + nKSMissionSeqIdList_.WriteTo(output, _repeated_nKSMissionSeqIdList_codec); + if (ProgressJsonAfterComplete.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ProgressJsonAfterComplete); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + nKSMissionSeqIdList_.WriteTo(ref output, _repeated_nKSMissionSeqIdList_codec); + if (ProgressJsonAfterComplete.Length != 0) { + output.WriteRawTag(26); + output.WriteString(ProgressJsonAfterComplete); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + size += nKSMissionSeqIdList_.CalculateSize(_repeated_nKSMissionSeqIdList_codec); + if (ProgressJsonAfterComplete.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProgressJsonAfterComplete); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteNKSV2Mission other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + nKSMissionSeqIdList_.Add(other.nKSMissionSeqIdList_); + if (other.ProgressJsonAfterComplete.Length != 0) { + ProgressJsonAfterComplete = other.ProgressJsonAfterComplete; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: + case 16: { + nKSMissionSeqIdList_.AddEntriesFrom(input, _repeated_nKSMissionSeqIdList_codec); + break; + } + case 26: { + ProgressJsonAfterComplete = 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: { + NKSId = input.ReadInt32(); + break; + } + case 18: + case 16: { + nKSMissionSeqIdList_.AddEntriesFrom(ref input, _repeated_nKSMissionSeqIdList_codec); + break; + } + case 26: { + ProgressJsonAfterComplete = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteNKSV2Mission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteNKSV2Mission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1404]; } + } + + [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 ResCompleteNKSV2Mission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteNKSV2Mission(ResCompleteNKSV2Mission other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteNKSV2Mission Clone() { + return new ResCompleteNKSV2Mission(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameNKSV2MissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 3; + private global::EpinelPS.NKSV2MissionExpiredError error_ = global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSV2MissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 4; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteNKSV2Mission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteNKSV2Mission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) return false; + if (BanResult != other.BanResult) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) hash ^= Error.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteNKSV2Mission other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + Error = other.Error; + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.NKSV2MissionExpiredError) input.ReadEnum(); + break; + } + case 32: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.NKSV2MissionExpiredError) input.ReadEnum(); + break; + } + case 32: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetNKSV2MissionProgressUpdate : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetNKSV2MissionProgressUpdate()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1405]; } + } + + [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 NetNKSV2MissionProgressUpdate() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNKSV2MissionProgressUpdate(NetNKSV2MissionProgressUpdate other) : this() { + seqId_ = other.seqId_; + progressCount_ = other.progressCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNKSV2MissionProgressUpdate Clone() { + return new NetNKSV2MissionProgressUpdate(this); + } + + /// Field number for the "SeqId" field. + public const int SeqIdFieldNumber = 1; + private long seqId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SeqId { + get { return seqId_; } + set { + seqId_ = value; + } + } + + /// Field number for the "ProgressCount" field. + public const int ProgressCountFieldNumber = 2; + private int progressCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProgressCount { + get { return progressCount_; } + set { + progressCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetNKSV2MissionProgressUpdate); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetNKSV2MissionProgressUpdate other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SeqId != other.SeqId) return false; + if (ProgressCount != other.ProgressCount) 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 (SeqId != 0L) hash ^= SeqId.GetHashCode(); + if (ProgressCount != 0) hash ^= ProgressCount.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 (SeqId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(SeqId); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (SeqId != 0L) { + output.WriteRawTag(8); + output.WriteInt64(SeqId); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (SeqId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SeqId); + } + if (ProgressCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProgressCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetNKSV2MissionProgressUpdate other) { + if (other == null) { + return; + } + if (other.SeqId != 0L) { + SeqId = other.SeqId; + } + if (other.ProgressCount != 0) { + ProgressCount = other.ProgressCount; + } + _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: { + SeqId = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = 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: { + SeqId = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateNKSV2MissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateNKSV2MissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1406]; } + } + + [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 ResUpdateNKSV2MissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateNKSV2MissionProgress(ResUpdateNKSV2MissionProgress other) : this() { + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateNKSV2MissionProgress Clone() { + return new ResUpdateNKSV2MissionProgress(this); + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetMiniGameNKSV2MissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.NKSV2MissionExpiredError error_ = global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSV2MissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateNKSV2MissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateNKSV2MissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) 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 ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) hash ^= Error.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 + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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) { + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpdateNKSV2MissionProgress other) { + if (other == null) { + return; + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.NKSV2MissionExpiredError.Nksv2MissionExpiredErrorSucceed) { + Error = other.Error; + } + _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: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.NKSV2MissionExpiredError) 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 10: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.NKSV2MissionExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMiniGameNKSV2Stage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMiniGameNKSV2Stage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1407]; } + } + + [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 ReqEnterMiniGameNKSV2Stage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameNKSV2Stage(ReqEnterMiniGameNKSV2Stage other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameNKSV2Stage Clone() { + return new ReqEnterMiniGameNKSV2Stage(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMiniGameNKSV2Stage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMiniGameNKSV2Stage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMiniGameNKSV2Stage other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMiniGameNKSV2Stage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMiniGameNKSV2Stage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1408]; } + } + + [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 ResEnterMiniGameNKSV2Stage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameNKSV2Stage(ResEnterMiniGameNKSV2Stage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameNKSV2Stage Clone() { + return new ResEnterMiniGameNKSV2Stage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMiniGameNKSV2Stage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMiniGameNKSV2Stage 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(ResEnterMiniGameNKSV2Stage 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 + + } + + /// + /// URL: /minigame/nksv2/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameNKSV2Ranking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameNKSV2Ranking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1409]; } + } + + [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 ReqGetMiniGameNKSV2Ranking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSV2Ranking(ReqGetMiniGameNKSV2Ranking other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameNKSV2Ranking Clone() { + return new ReqGetMiniGameNKSV2Ranking(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameNKSV2Ranking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameNKSV2Ranking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameNKSV2Ranking other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameNKSV2Ranking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameNKSV2Ranking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1410]; } + } + + [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 ResGetMiniGameNKSV2Ranking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSV2Ranking(ResGetMiniGameNKSV2Ranking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameNKSV2Ranking Clone() { + return new ResGetMiniGameNKSV2Ranking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameNKSV2RankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameNKSV2RankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameNKSV2RankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameNKSV2Ranking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameNKSV2Ranking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameNKSV2Ranking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameNKSV2RankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameNKSV2RankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameNKSV2RankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSV2RankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSV2RankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1411]; } + } + + [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 NetMiniGameNKSV2RankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2RankingData(NetMiniGameNKSV2RankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2RankingData Clone() { + return new NetMiniGameNKSV2RankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSV2RankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSV2RankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSV2RankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAccumulateMiniGameNKSV2RankingScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAccumulateMiniGameNKSV2RankingScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1412]; } + } + + [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 ResAccumulateMiniGameNKSV2RankingScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAccumulateMiniGameNKSV2RankingScore(ResAccumulateMiniGameNKSV2RankingScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAccumulateMiniGameNKSV2RankingScore Clone() { + return new ResAccumulateMiniGameNKSV2RankingScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAccumulateMiniGameNKSV2RankingScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAccumulateMiniGameNKSV2RankingScore 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(ResAccumulateMiniGameNKSV2RankingScore 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 + + } + + /// + /// URL: /minigame/nksv2/scenario/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetNKSV2Scenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetNKSV2Scenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1413]; } + } + + [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 ReqGetNKSV2Scenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetNKSV2Scenario(ReqGetNKSV2Scenario other) : this() { + nKSId_ = other.nKSId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetNKSV2Scenario Clone() { + return new ReqGetNKSV2Scenario(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetNKSV2Scenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetNKSV2Scenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) 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 (NKSId != 0) hash ^= NKSId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetNKSV2Scenario other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + _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: { + NKSId = 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: { + NKSId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetNKSV2Scenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetNKSV2Scenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1414]; } + } + + [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 ResGetNKSV2Scenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetNKSV2Scenario(ResGetNKSV2Scenario other) : this() { + scenarioIdList_ = other.scenarioIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetNKSV2Scenario Clone() { + return new ResGetNKSV2Scenario(this); + } + + /// Field number for the "ScenarioIdList" field. + public const int ScenarioIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_scenarioIdList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField scenarioIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScenarioIdList { + get { return scenarioIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetNKSV2Scenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetNKSV2Scenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!scenarioIdList_.Equals(other.scenarioIdList_)) 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 ^= scenarioIdList_.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 + scenarioIdList_.WriteTo(output, _repeated_scenarioIdList_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) { + scenarioIdList_.WriteTo(ref output, _repeated_scenarioIdList_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 += scenarioIdList_.CalculateSize(_repeated_scenarioIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetNKSV2Scenario other) { + if (other == null) { + return; + } + scenarioIdList_.Add(other.scenarioIdList_); + _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: { + scenarioIdList_.AddEntriesFrom(input, _repeated_scenarioIdList_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: { + scenarioIdList_.AddEntriesFrom(ref input, _repeated_scenarioIdList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/scenario/complete + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteNKSV2Scenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteNKSV2Scenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1415]; } + } + + [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 ReqCompleteNKSV2Scenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteNKSV2Scenario(ReqCompleteNKSV2Scenario other) : this() { + nKSId_ = other.nKSId_; + scenarioId_ = other.scenarioId_; + dialogType_ = other.dialogType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteNKSV2Scenario Clone() { + return new ReqCompleteNKSV2Scenario(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "ScenarioId" field. + public const int ScenarioIdFieldNumber = 2; + private string scenarioId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ScenarioId { + get { return scenarioId_; } + set { + scenarioId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DialogType" field. + public const int DialogTypeFieldNumber = 3; + private int dialogType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DialogType { + get { return dialogType_; } + set { + dialogType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteNKSV2Scenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteNKSV2Scenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (ScenarioId != other.ScenarioId) return false; + if (DialogType != other.DialogType) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (ScenarioId.Length != 0) hash ^= ScenarioId.GetHashCode(); + if (DialogType != 0) hash ^= DialogType.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (ScenarioId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (ScenarioId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ScenarioId); + } + if (DialogType != 0) { + output.WriteRawTag(24); + output.WriteInt32(DialogType); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (ScenarioId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ScenarioId); + } + if (DialogType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DialogType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteNKSV2Scenario other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.ScenarioId.Length != 0) { + ScenarioId = other.ScenarioId; + } + if (other.DialogType != 0) { + DialogType = other.DialogType; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + ScenarioId = input.ReadString(); + break; + } + case 24: { + DialogType = 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: { + NKSId = input.ReadInt32(); + break; + } + case 18: { + ScenarioId = input.ReadString(); + break; + } + case 24: { + DialogType = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteNKSV2Scenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteNKSV2Scenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1416]; } + } + + [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 ResCompleteNKSV2Scenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteNKSV2Scenario(ResCompleteNKSV2Scenario other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteNKSV2Scenario Clone() { + return new ResCompleteNKSV2Scenario(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteNKSV2Scenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteNKSV2Scenario 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(ResCompleteNKSV2Scenario 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 + + } + + /// + /// URL: /minigame/nksv2/recordlog/stageplay + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameNKSV2StagePlayLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameNKSV2StagePlayLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1417]; } + } + + [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 ReqRecordMiniGameNKSV2StagePlayLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSV2StagePlayLog(ReqRecordMiniGameNKSV2StagePlayLog other) : this() { + nKSId_ = other.nKSId_; + stageId_ = other.stageId_; + characterId_ = other.characterId_; + itemCollectList_ = other.itemCollectList_.Clone(); + monsterKillList_ = other.monsterKillList_.Clone(); + characterLevel_ = other.characterLevel_; + survivalTime_ = other.survivalTime_; + playResult_ = other.playResult_; + isResumedFromLastSave_ = other.isResumedFromLastSave_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSV2StagePlayLog Clone() { + return new ReqRecordMiniGameNKSV2StagePlayLog(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 3; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "ItemCollectList" field. + public const int ItemCollectListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_itemCollectList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetMiniGameNKSV2ItemCollectData.Parser); + private readonly pbc::RepeatedField itemCollectList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemCollectList { + get { return itemCollectList_; } + } + + /// Field number for the "MonsterKillList" field. + public const int MonsterKillListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_monsterKillList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetMiniGameNKSV2MonsterKillData.Parser); + private readonly pbc::RepeatedField monsterKillList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MonsterKillList { + get { return monsterKillList_; } + } + + /// Field number for the "CharacterLevel" field. + public const int CharacterLevelFieldNumber = 6; + private int characterLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterLevel { + get { return characterLevel_; } + set { + characterLevel_ = value; + } + } + + /// Field number for the "SurvivalTime" field. + public const int SurvivalTimeFieldNumber = 7; + private int survivalTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SurvivalTime { + get { return survivalTime_; } + set { + survivalTime_ = value; + } + } + + /// Field number for the "PlayResult" field. + public const int PlayResultFieldNumber = 8; + private global::EpinelPS.NKSV2StageResultType playResult_ = global::EpinelPS.NKSV2StageResultType.Nksv2StageResultTypeClear; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSV2StageResultType PlayResult { + get { return playResult_; } + set { + playResult_ = value; + } + } + + /// Field number for the "IsResumedFromLastSave" field. + public const int IsResumedFromLastSaveFieldNumber = 9; + private bool isResumedFromLastSave_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsResumedFromLastSave { + get { return isResumedFromLastSave_; } + set { + isResumedFromLastSave_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameNKSV2StagePlayLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameNKSV2StagePlayLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (StageId != other.StageId) return false; + if (CharacterId != other.CharacterId) return false; + if(!itemCollectList_.Equals(other.itemCollectList_)) return false; + if(!monsterKillList_.Equals(other.monsterKillList_)) return false; + if (CharacterLevel != other.CharacterLevel) return false; + if (SurvivalTime != other.SurvivalTime) return false; + if (PlayResult != other.PlayResult) return false; + if (IsResumedFromLastSave != other.IsResumedFromLastSave) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + hash ^= itemCollectList_.GetHashCode(); + hash ^= monsterKillList_.GetHashCode(); + if (CharacterLevel != 0) hash ^= CharacterLevel.GetHashCode(); + if (SurvivalTime != 0) hash ^= SurvivalTime.GetHashCode(); + if (PlayResult != global::EpinelPS.NKSV2StageResultType.Nksv2StageResultTypeClear) hash ^= PlayResult.GetHashCode(); + if (IsResumedFromLastSave != false) hash ^= IsResumedFromLastSave.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (CharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CharacterId); + } + itemCollectList_.WriteTo(output, _repeated_itemCollectList_codec); + monsterKillList_.WriteTo(output, _repeated_monsterKillList_codec); + if (CharacterLevel != 0) { + output.WriteRawTag(48); + output.WriteInt32(CharacterLevel); + } + if (SurvivalTime != 0) { + output.WriteRawTag(56); + output.WriteInt32(SurvivalTime); + } + if (PlayResult != global::EpinelPS.NKSV2StageResultType.Nksv2StageResultTypeClear) { + output.WriteRawTag(64); + output.WriteEnum((int) PlayResult); + } + if (IsResumedFromLastSave != false) { + output.WriteRawTag(72); + output.WriteBool(IsResumedFromLastSave); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (CharacterId != 0) { + output.WriteRawTag(24); + output.WriteInt32(CharacterId); + } + itemCollectList_.WriteTo(ref output, _repeated_itemCollectList_codec); + monsterKillList_.WriteTo(ref output, _repeated_monsterKillList_codec); + if (CharacterLevel != 0) { + output.WriteRawTag(48); + output.WriteInt32(CharacterLevel); + } + if (SurvivalTime != 0) { + output.WriteRawTag(56); + output.WriteInt32(SurvivalTime); + } + if (PlayResult != global::EpinelPS.NKSV2StageResultType.Nksv2StageResultTypeClear) { + output.WriteRawTag(64); + output.WriteEnum((int) PlayResult); + } + if (IsResumedFromLastSave != false) { + output.WriteRawTag(72); + output.WriteBool(IsResumedFromLastSave); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + size += itemCollectList_.CalculateSize(_repeated_itemCollectList_codec); + size += monsterKillList_.CalculateSize(_repeated_monsterKillList_codec); + if (CharacterLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterLevel); + } + if (SurvivalTime != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SurvivalTime); + } + if (PlayResult != global::EpinelPS.NKSV2StageResultType.Nksv2StageResultTypeClear) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PlayResult); + } + if (IsResumedFromLastSave != 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(ReqRecordMiniGameNKSV2StagePlayLog other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + itemCollectList_.Add(other.itemCollectList_); + monsterKillList_.Add(other.monsterKillList_); + if (other.CharacterLevel != 0) { + CharacterLevel = other.CharacterLevel; + } + if (other.SurvivalTime != 0) { + SurvivalTime = other.SurvivalTime; + } + if (other.PlayResult != global::EpinelPS.NKSV2StageResultType.Nksv2StageResultTypeClear) { + PlayResult = other.PlayResult; + } + if (other.IsResumedFromLastSave != false) { + IsResumedFromLastSave = other.IsResumedFromLastSave; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + CharacterId = input.ReadInt32(); + break; + } + case 34: { + itemCollectList_.AddEntriesFrom(input, _repeated_itemCollectList_codec); + break; + } + case 42: { + monsterKillList_.AddEntriesFrom(input, _repeated_monsterKillList_codec); + break; + } + case 48: { + CharacterLevel = input.ReadInt32(); + break; + } + case 56: { + SurvivalTime = input.ReadInt32(); + break; + } + case 64: { + PlayResult = (global::EpinelPS.NKSV2StageResultType) input.ReadEnum(); + break; + } + case 72: { + IsResumedFromLastSave = 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 8: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + CharacterId = input.ReadInt32(); + break; + } + case 34: { + itemCollectList_.AddEntriesFrom(ref input, _repeated_itemCollectList_codec); + break; + } + case 42: { + monsterKillList_.AddEntriesFrom(ref input, _repeated_monsterKillList_codec); + break; + } + case 48: { + CharacterLevel = input.ReadInt32(); + break; + } + case 56: { + SurvivalTime = input.ReadInt32(); + break; + } + case 64: { + PlayResult = (global::EpinelPS.NKSV2StageResultType) input.ReadEnum(); + break; + } + case 72: { + IsResumedFromLastSave = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameNKSV2StagePlayLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameNKSV2StagePlayLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1418]; } + } + + [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 ResRecordMiniGameNKSV2StagePlayLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSV2StagePlayLog(ResRecordMiniGameNKSV2StagePlayLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSV2StagePlayLog Clone() { + return new ResRecordMiniGameNKSV2StagePlayLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameNKSV2StagePlayLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameNKSV2StagePlayLog 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(ResRecordMiniGameNKSV2StagePlayLog 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSV2ItemCollectData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSV2ItemCollectData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1419]; } + } + + [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 NetMiniGameNKSV2ItemCollectData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2ItemCollectData(NetMiniGameNKSV2ItemCollectData other) : this() { + nKSItemId_ = other.nKSItemId_; + amount_ = other.amount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2ItemCollectData Clone() { + return new NetMiniGameNKSV2ItemCollectData(this); + } + + /// Field number for the "NKSItemId" field. + public const int NKSItemIdFieldNumber = 1; + private int nKSItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSItemId { + get { return nKSItemId_; } + set { + nKSItemId_ = value; + } + } + + /// Field number for the "Amount" field. + public const int AmountFieldNumber = 2; + private int amount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Amount { + get { return amount_; } + set { + amount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSV2ItemCollectData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSV2ItemCollectData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSItemId != other.NKSItemId) return false; + if (Amount != other.Amount) 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 (NKSItemId != 0) hash ^= NKSItemId.GetHashCode(); + if (Amount != 0) hash ^= Amount.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 (NKSItemId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSItemId); + } + if (Amount != 0) { + output.WriteRawTag(16); + output.WriteInt32(Amount); + } + 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 (NKSItemId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSItemId); + } + if (Amount != 0) { + output.WriteRawTag(16); + output.WriteInt32(Amount); + } + 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 (NKSItemId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSItemId); + } + if (Amount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Amount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSV2ItemCollectData other) { + if (other == null) { + return; + } + if (other.NKSItemId != 0) { + NKSItemId = other.NKSItemId; + } + if (other.Amount != 0) { + Amount = other.Amount; + } + _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: { + NKSItemId = input.ReadInt32(); + break; + } + case 16: { + Amount = 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: { + NKSItemId = input.ReadInt32(); + break; + } + case 16: { + Amount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameNKSV2MonsterKillData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameNKSV2MonsterKillData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1420]; } + } + + [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 NetMiniGameNKSV2MonsterKillData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2MonsterKillData(NetMiniGameNKSV2MonsterKillData other) : this() { + nKSMonsterId_ = other.nKSMonsterId_; + killCount_ = other.killCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameNKSV2MonsterKillData Clone() { + return new NetMiniGameNKSV2MonsterKillData(this); + } + + /// Field number for the "NKSMonsterId" field. + public const int NKSMonsterIdFieldNumber = 1; + private int nKSMonsterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSMonsterId { + get { return nKSMonsterId_; } + set { + nKSMonsterId_ = value; + } + } + + /// Field number for the "KillCount" field. + public const int KillCountFieldNumber = 2; + private int killCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int KillCount { + get { return killCount_; } + set { + killCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameNKSV2MonsterKillData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameNKSV2MonsterKillData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSMonsterId != other.NKSMonsterId) return false; + if (KillCount != other.KillCount) 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 (NKSMonsterId != 0) hash ^= NKSMonsterId.GetHashCode(); + if (KillCount != 0) hash ^= KillCount.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 (NKSMonsterId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSMonsterId); + } + if (KillCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(KillCount); + } + 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 (NKSMonsterId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSMonsterId); + } + if (KillCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(KillCount); + } + 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 (NKSMonsterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSMonsterId); + } + if (KillCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(KillCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameNKSV2MonsterKillData other) { + if (other == null) { + return; + } + if (other.NKSMonsterId != 0) { + NKSMonsterId = other.NKSMonsterId; + } + if (other.KillCount != 0) { + KillCount = other.KillCount; + } + _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: { + NKSMonsterId = input.ReadInt32(); + break; + } + case 16: { + KillCount = 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: { + NKSMonsterId = input.ReadInt32(); + break; + } + case 16: { + KillCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/nksv2/recordlog/skilltreeupgrade + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameNKSV2SkillTreeUpgradeLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameNKSV2SkillTreeUpgradeLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1421]; } + } + + [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 ReqRecordMiniGameNKSV2SkillTreeUpgradeLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSV2SkillTreeUpgradeLog(ReqRecordMiniGameNKSV2SkillTreeUpgradeLog other) : this() { + nKSId_ = other.nKSId_; + characterId_ = other.characterId_; + actType_ = other.actType_; + skillTreeId_ = other.skillTreeId_; + slotItemId_ = other.slotItemId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSV2SkillTreeUpgradeLog Clone() { + return new ReqRecordMiniGameNKSV2SkillTreeUpgradeLog(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + /// Field number for the "ActType" field. + public const int ActTypeFieldNumber = 3; + private global::EpinelPS.NKSV2SkillTreeActType actType_ = global::EpinelPS.NKSV2SkillTreeActType.Nksv2SkillTreeActTypeUpgrade; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NKSV2SkillTreeActType ActType { + get { return actType_; } + set { + actType_ = value; + } + } + + /// Field number for the "SkillTreeId" field. + public const int SkillTreeIdFieldNumber = 4; + private int skillTreeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SkillTreeId { + get { return skillTreeId_; } + set { + skillTreeId_ = value; + } + } + + /// Field number for the "SlotItemId" field. + public const int SlotItemIdFieldNumber = 5; + private int slotItemId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SlotItemId { + get { return slotItemId_; } + set { + slotItemId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameNKSV2SkillTreeUpgradeLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameNKSV2SkillTreeUpgradeLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (CharacterId != other.CharacterId) return false; + if (ActType != other.ActType) return false; + if (SkillTreeId != other.SkillTreeId) return false; + if (SlotItemId != other.SlotItemId) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.GetHashCode(); + if (ActType != global::EpinelPS.NKSV2SkillTreeActType.Nksv2SkillTreeActTypeUpgrade) hash ^= ActType.GetHashCode(); + if (SkillTreeId != 0) hash ^= SkillTreeId.GetHashCode(); + if (SlotItemId != 0) hash ^= SlotItemId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (ActType != global::EpinelPS.NKSV2SkillTreeActType.Nksv2SkillTreeActTypeUpgrade) { + output.WriteRawTag(24); + output.WriteEnum((int) ActType); + } + if (SkillTreeId != 0) { + output.WriteRawTag(32); + output.WriteInt32(SkillTreeId); + } + if (SlotItemId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SlotItemId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + if (ActType != global::EpinelPS.NKSV2SkillTreeActType.Nksv2SkillTreeActTypeUpgrade) { + output.WriteRawTag(24); + output.WriteEnum((int) ActType); + } + if (SkillTreeId != 0) { + output.WriteRawTag(32); + output.WriteInt32(SkillTreeId); + } + if (SlotItemId != 0) { + output.WriteRawTag(40); + output.WriteInt32(SlotItemId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (ActType != global::EpinelPS.NKSV2SkillTreeActType.Nksv2SkillTreeActTypeUpgrade) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ActType); + } + if (SkillTreeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SkillTreeId); + } + if (SlotItemId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SlotItemId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordMiniGameNKSV2SkillTreeUpgradeLog other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + if (other.ActType != global::EpinelPS.NKSV2SkillTreeActType.Nksv2SkillTreeActTypeUpgrade) { + ActType = other.ActType; + } + if (other.SkillTreeId != 0) { + SkillTreeId = other.SkillTreeId; + } + if (other.SlotItemId != 0) { + SlotItemId = other.SlotItemId; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + ActType = (global::EpinelPS.NKSV2SkillTreeActType) input.ReadEnum(); + break; + } + case 32: { + SkillTreeId = input.ReadInt32(); + break; + } + case 40: { + SlotItemId = 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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + case 24: { + ActType = (global::EpinelPS.NKSV2SkillTreeActType) input.ReadEnum(); + break; + } + case 32: { + SkillTreeId = input.ReadInt32(); + break; + } + case 40: { + SlotItemId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameNKSV2SkillTreeUpgradeLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameNKSV2SkillTreeUpgradeLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1422]; } + } + + [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 ResRecordMiniGameNKSV2SkillTreeUpgradeLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSV2SkillTreeUpgradeLog(ResRecordMiniGameNKSV2SkillTreeUpgradeLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSV2SkillTreeUpgradeLog Clone() { + return new ResRecordMiniGameNKSV2SkillTreeUpgradeLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameNKSV2SkillTreeUpgradeLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameNKSV2SkillTreeUpgradeLog 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(ResRecordMiniGameNKSV2SkillTreeUpgradeLog 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 + + } + + /// + /// URL: /minigame/nksv2/recordlog/unlockcharacter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordMiniGameNKSV2CharacterUnlockLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordMiniGameNKSV2CharacterUnlockLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1423]; } + } + + [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 ReqRecordMiniGameNKSV2CharacterUnlockLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSV2CharacterUnlockLog(ReqRecordMiniGameNKSV2CharacterUnlockLog other) : this() { + nKSId_ = other.nKSId_; + characterId_ = other.characterId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordMiniGameNKSV2CharacterUnlockLog Clone() { + return new ReqRecordMiniGameNKSV2CharacterUnlockLog(this); + } + + /// Field number for the "NKSId" field. + public const int NKSIdFieldNumber = 1; + private int nKSId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NKSId { + get { return nKSId_; } + set { + nKSId_ = value; + } + } + + /// Field number for the "CharacterId" field. + public const int CharacterIdFieldNumber = 2; + private int characterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CharacterId { + get { return characterId_; } + set { + characterId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordMiniGameNKSV2CharacterUnlockLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordMiniGameNKSV2CharacterUnlockLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (NKSId != other.NKSId) return false; + if (CharacterId != other.CharacterId) 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 (NKSId != 0) hash ^= NKSId.GetHashCode(); + if (CharacterId != 0) hash ^= CharacterId.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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + 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 (NKSId != 0) { + output.WriteRawTag(8); + output.WriteInt32(NKSId); + } + if (CharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(CharacterId); + } + 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 (NKSId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NKSId); + } + if (CharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CharacterId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordMiniGameNKSV2CharacterUnlockLog other) { + if (other == null) { + return; + } + if (other.NKSId != 0) { + NKSId = other.NKSId; + } + if (other.CharacterId != 0) { + CharacterId = other.CharacterId; + } + _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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = 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: { + NKSId = input.ReadInt32(); + break; + } + case 16: { + CharacterId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordMiniGameNKSV2CharacterUnlockLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordMiniGameNKSV2CharacterUnlockLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1424]; } + } + + [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 ResRecordMiniGameNKSV2CharacterUnlockLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSV2CharacterUnlockLog(ResRecordMiniGameNKSV2CharacterUnlockLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordMiniGameNKSV2CharacterUnlockLog Clone() { + return new ResRecordMiniGameNKSV2CharacterUnlockLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordMiniGameNKSV2CharacterUnlockLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordMiniGameNKSV2CharacterUnlockLog 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(ResRecordMiniGameNKSV2CharacterUnlockLog 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDateSimStaminaData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDateSimStaminaData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1425]; } + } + + [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 NetDateSimStaminaData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDateSimStaminaData(NetDateSimStaminaData other) : this() { + infiniteMode_ = other.infiniteMode_; + stamina_ = other.stamina_; + todayUsedStamina_ = other.todayUsedStamina_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDateSimStaminaData Clone() { + return new NetDateSimStaminaData(this); + } + + /// Field number for the "InfiniteMode" field. + public const int InfiniteModeFieldNumber = 1; + private bool infiniteMode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool InfiniteMode { + get { return infiniteMode_; } + set { + infiniteMode_ = value; + } + } + + /// Field number for the "Stamina" field. + public const int StaminaFieldNumber = 2; + private int stamina_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Stamina { + get { return stamina_; } + set { + stamina_ = value; + } + } + + /// Field number for the "TodayUsedStamina" field. + public const int TodayUsedStaminaFieldNumber = 3; + private int todayUsedStamina_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TodayUsedStamina { + get { return todayUsedStamina_; } + set { + todayUsedStamina_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDateSimStaminaData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDateSimStaminaData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InfiniteMode != other.InfiniteMode) return false; + if (Stamina != other.Stamina) return false; + if (TodayUsedStamina != other.TodayUsedStamina) 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 (InfiniteMode != false) hash ^= InfiniteMode.GetHashCode(); + if (Stamina != 0) hash ^= Stamina.GetHashCode(); + if (TodayUsedStamina != 0) hash ^= TodayUsedStamina.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 (InfiniteMode != false) { + output.WriteRawTag(8); + output.WriteBool(InfiniteMode); + } + if (Stamina != 0) { + output.WriteRawTag(16); + output.WriteInt32(Stamina); + } + if (TodayUsedStamina != 0) { + output.WriteRawTag(24); + output.WriteInt32(TodayUsedStamina); + } + 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 (InfiniteMode != false) { + output.WriteRawTag(8); + output.WriteBool(InfiniteMode); + } + if (Stamina != 0) { + output.WriteRawTag(16); + output.WriteInt32(Stamina); + } + if (TodayUsedStamina != 0) { + output.WriteRawTag(24); + output.WriteInt32(TodayUsedStamina); + } + 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 (InfiniteMode != false) { + size += 1 + 1; + } + if (Stamina != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Stamina); + } + if (TodayUsedStamina != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TodayUsedStamina); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDateSimStaminaData other) { + if (other == null) { + return; + } + if (other.InfiniteMode != false) { + InfiniteMode = other.InfiniteMode; + } + if (other.Stamina != 0) { + Stamina = other.Stamina; + } + if (other.TodayUsedStamina != 0) { + TodayUsedStamina = other.TodayUsedStamina; + } + _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: { + InfiniteMode = input.ReadBool(); + break; + } + case 16: { + Stamina = input.ReadInt32(); + break; + } + case 24: { + TodayUsedStamina = 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: { + InfiniteMode = input.ReadBool(); + break; + } + case 16: { + Stamina = input.ReadInt32(); + break; + } + case 24: { + TodayUsedStamina = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/datesim/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetDateSim : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetDateSim()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1426]; } + } + + [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 ReqGetDateSim() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDateSim(ReqGetDateSim other) : this() { + dateSimId_ = other.dateSimId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetDateSim Clone() { + return new ReqGetDateSim(this); + } + + /// Field number for the "DateSimId" field. + public const int DateSimIdFieldNumber = 1; + private int dateSimId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DateSimId { + get { return dateSimId_; } + set { + dateSimId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetDateSim); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetDateSim other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DateSimId != other.DateSimId) 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 (DateSimId != 0) hash ^= DateSimId.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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + 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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + 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 (DateSimId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DateSimId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetDateSim other) { + if (other == null) { + return; + } + if (other.DateSimId != 0) { + DateSimId = other.DateSimId; + } + _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: { + DateSimId = 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: { + DateSimId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetDateSim : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetDateSim()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1427]; } + } + + [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 ResGetDateSim() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDateSim(ResGetDateSim other) : this() { + dateSimJson_ = other.dateSimJson_; + dialogData_ = other.dialogData_.Clone(); + stamina_ = other.stamina_ != null ? other.stamina_.Clone() : null; + specialRewarded_ = other.specialRewarded_; + albumRewarded_ = other.albumRewarded_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDateSim Clone() { + return new ResGetDateSim(this); + } + + /// Field number for the "DateSimJson" field. + public const int DateSimJsonFieldNumber = 1; + private string dateSimJson_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string DateSimJson { + get { return dateSimJson_; } + set { + dateSimJson_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DialogData" field. + public const int DialogDataFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_dialogData_codec + = pb::FieldCodec.ForString(18); + private readonly pbc::RepeatedField dialogData_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DialogData { + get { return dialogData_; } + } + + /// Field number for the "Stamina" field. + public const int StaminaFieldNumber = 5; + private global::EpinelPS.NetDateSimStaminaData stamina_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDateSimStaminaData Stamina { + get { return stamina_; } + set { + stamina_ = value; + } + } + + /// Field number for the "SpecialRewarded" field. + public const int SpecialRewardedFieldNumber = 6; + private bool specialRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool SpecialRewarded { + get { return specialRewarded_; } + set { + specialRewarded_ = value; + } + } + + /// Field number for the "AlbumRewarded" field. + public const int AlbumRewardedFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_albumRewarded_codec + = pb::FieldCodec.ForInt32(58); + private readonly pbc::RepeatedField albumRewarded_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AlbumRewarded { + get { return albumRewarded_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetDateSim); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetDateSim other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DateSimJson != other.DateSimJson) return false; + if(!dialogData_.Equals(other.dialogData_)) return false; + if (!object.Equals(Stamina, other.Stamina)) return false; + if (SpecialRewarded != other.SpecialRewarded) return false; + if(!albumRewarded_.Equals(other.albumRewarded_)) 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 (DateSimJson.Length != 0) hash ^= DateSimJson.GetHashCode(); + hash ^= dialogData_.GetHashCode(); + if (stamina_ != null) hash ^= Stamina.GetHashCode(); + if (SpecialRewarded != false) hash ^= SpecialRewarded.GetHashCode(); + hash ^= albumRewarded_.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 (DateSimJson.Length != 0) { + output.WriteRawTag(10); + output.WriteString(DateSimJson); + } + dialogData_.WriteTo(output, _repeated_dialogData_codec); + if (stamina_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Stamina); + } + if (SpecialRewarded != false) { + output.WriteRawTag(48); + output.WriteBool(SpecialRewarded); + } + albumRewarded_.WriteTo(output, _repeated_albumRewarded_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 (DateSimJson.Length != 0) { + output.WriteRawTag(10); + output.WriteString(DateSimJson); + } + dialogData_.WriteTo(ref output, _repeated_dialogData_codec); + if (stamina_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Stamina); + } + if (SpecialRewarded != false) { + output.WriteRawTag(48); + output.WriteBool(SpecialRewarded); + } + albumRewarded_.WriteTo(ref output, _repeated_albumRewarded_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 (DateSimJson.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(DateSimJson); + } + size += dialogData_.CalculateSize(_repeated_dialogData_codec); + if (stamina_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stamina); + } + if (SpecialRewarded != false) { + size += 1 + 1; + } + size += albumRewarded_.CalculateSize(_repeated_albumRewarded_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetDateSim other) { + if (other == null) { + return; + } + if (other.DateSimJson.Length != 0) { + DateSimJson = other.DateSimJson; + } + dialogData_.Add(other.dialogData_); + if (other.stamina_ != null) { + if (stamina_ == null) { + Stamina = new global::EpinelPS.NetDateSimStaminaData(); + } + Stamina.MergeFrom(other.Stamina); + } + if (other.SpecialRewarded != false) { + SpecialRewarded = other.SpecialRewarded; + } + albumRewarded_.Add(other.albumRewarded_); + _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: { + DateSimJson = input.ReadString(); + break; + } + case 18: { + dialogData_.AddEntriesFrom(input, _repeated_dialogData_codec); + break; + } + case 42: { + if (stamina_ == null) { + Stamina = new global::EpinelPS.NetDateSimStaminaData(); + } + input.ReadMessage(Stamina); + break; + } + case 48: { + SpecialRewarded = input.ReadBool(); + break; + } + case 58: + case 56: { + albumRewarded_.AddEntriesFrom(input, _repeated_albumRewarded_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: { + DateSimJson = input.ReadString(); + break; + } + case 18: { + dialogData_.AddEntriesFrom(ref input, _repeated_dialogData_codec); + break; + } + case 42: { + if (stamina_ == null) { + Stamina = new global::EpinelPS.NetDateSimStaminaData(); + } + input.ReadMessage(Stamina); + break; + } + case 48: { + SpecialRewarded = input.ReadBool(); + break; + } + case 58: + case 56: { + albumRewarded_.AddEntriesFrom(ref input, _repeated_albumRewarded_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/datesim/findialog + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinDateSimDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinDateSimDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1428]; } + } + + [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 ReqFinDateSimDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinDateSimDialog(ReqFinDateSimDialog other) : this() { + dateSimId_ = other.dateSimId_; + dialogId_ = other.dialogId_; + json_ = other.json_; + isUseStamina_ = other.isUseStamina_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinDateSimDialog Clone() { + return new ReqFinDateSimDialog(this); + } + + /// Field number for the "DateSimId" field. + public const int DateSimIdFieldNumber = 1; + private int dateSimId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DateSimId { + get { return dateSimId_; } + set { + dateSimId_ = value; + } + } + + /// Field number for the "DialogId" field. + public const int DialogIdFieldNumber = 2; + private string dialogId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string DialogId { + get { return dialogId_; } + set { + dialogId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "IsUseStamina" field. + public const int IsUseStaminaFieldNumber = 5; + private bool isUseStamina_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsUseStamina { + get { return isUseStamina_; } + set { + isUseStamina_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinDateSimDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinDateSimDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DateSimId != other.DateSimId) return false; + if (DialogId != other.DialogId) return false; + if (Json != other.Json) return false; + if (IsUseStamina != other.IsUseStamina) 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 (DateSimId != 0) hash ^= DateSimId.GetHashCode(); + if (DialogId.Length != 0) hash ^= DialogId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.GetHashCode(); + if (IsUseStamina != false) hash ^= IsUseStamina.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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + if (DialogId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(DialogId); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + if (IsUseStamina != false) { + output.WriteRawTag(40); + output.WriteBool(IsUseStamina); + } + 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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + if (DialogId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(DialogId); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + if (IsUseStamina != false) { + output.WriteRawTag(40); + output.WriteBool(IsUseStamina); + } + 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 (DateSimId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DateSimId); + } + if (DialogId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(DialogId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (IsUseStamina != 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(ReqFinDateSimDialog other) { + if (other == null) { + return; + } + if (other.DateSimId != 0) { + DateSimId = other.DateSimId; + } + if (other.DialogId.Length != 0) { + DialogId = other.DialogId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + if (other.IsUseStamina != false) { + IsUseStamina = other.IsUseStamina; + } + _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: { + DateSimId = input.ReadInt32(); + break; + } + case 18: { + DialogId = input.ReadString(); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 40: { + IsUseStamina = 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 8: { + DateSimId = input.ReadInt32(); + break; + } + case 18: { + DialogId = input.ReadString(); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 40: { + IsUseStamina = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinDateSimDialog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinDateSimDialog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1429]; } + } + + [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 ResFinDateSimDialog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinDateSimDialog(ResFinDateSimDialog other) : this() { + staminaData_ = other.staminaData_ != null ? other.staminaData_.Clone() : null; + dailyReward_ = other.dailyReward_ != null ? other.dailyReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinDateSimDialog Clone() { + return new ResFinDateSimDialog(this); + } + + /// Field number for the "StaminaData" field. + public const int StaminaDataFieldNumber = 1; + private global::EpinelPS.NetDateSimStaminaData staminaData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDateSimStaminaData StaminaData { + get { return staminaData_; } + set { + staminaData_ = value; + } + } + + /// Field number for the "DailyReward" field. + public const int DailyRewardFieldNumber = 2; + private global::EpinelPS.NetRewardData dailyReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData DailyReward { + get { return dailyReward_; } + set { + dailyReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinDateSimDialog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinDateSimDialog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(StaminaData, other.StaminaData)) return false; + if (!object.Equals(DailyReward, other.DailyReward)) 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 (staminaData_ != null) hash ^= StaminaData.GetHashCode(); + if (dailyReward_ != null) hash ^= DailyReward.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 (staminaData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(StaminaData); + } + if (dailyReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(DailyReward); + } + 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 (staminaData_ != null) { + output.WriteRawTag(10); + output.WriteMessage(StaminaData); + } + if (dailyReward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(DailyReward); + } + 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 (staminaData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(StaminaData); + } + if (dailyReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinDateSimDialog other) { + if (other == null) { + return; + } + if (other.staminaData_ != null) { + if (staminaData_ == null) { + StaminaData = new global::EpinelPS.NetDateSimStaminaData(); + } + StaminaData.MergeFrom(other.StaminaData); + } + if (other.dailyReward_ != null) { + if (dailyReward_ == null) { + DailyReward = new global::EpinelPS.NetRewardData(); + } + DailyReward.MergeFrom(other.DailyReward); + } + _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: { + if (staminaData_ == null) { + StaminaData = new global::EpinelPS.NetDateSimStaminaData(); + } + input.ReadMessage(StaminaData); + break; + } + case 18: { + if (dailyReward_ == null) { + DailyReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyReward); + 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: { + if (staminaData_ == null) { + StaminaData = new global::EpinelPS.NetDateSimStaminaData(); + } + input.ReadMessage(StaminaData); + break; + } + case 18: { + if (dailyReward_ == null) { + DailyReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyReward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/datesim/albumreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainDateSimAlbumReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainDateSimAlbumReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1430]; } + } + + [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 ReqObtainDateSimAlbumReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDateSimAlbumReward(ReqObtainDateSimAlbumReward other) : this() { + dateSimId_ = other.dateSimId_; + heroineAlbumId_ = other.heroineAlbumId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDateSimAlbumReward Clone() { + return new ReqObtainDateSimAlbumReward(this); + } + + /// Field number for the "DateSimId" field. + public const int DateSimIdFieldNumber = 1; + private int dateSimId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DateSimId { + get { return dateSimId_; } + set { + dateSimId_ = value; + } + } + + /// Field number for the "HeroineAlbumId" field. + public const int HeroineAlbumIdFieldNumber = 2; + private int heroineAlbumId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HeroineAlbumId { + get { return heroineAlbumId_; } + set { + heroineAlbumId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainDateSimAlbumReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainDateSimAlbumReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DateSimId != other.DateSimId) return false; + if (HeroineAlbumId != other.HeroineAlbumId) 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 (DateSimId != 0) hash ^= DateSimId.GetHashCode(); + if (HeroineAlbumId != 0) hash ^= HeroineAlbumId.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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + if (HeroineAlbumId != 0) { + output.WriteRawTag(16); + output.WriteInt32(HeroineAlbumId); + } + 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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + if (HeroineAlbumId != 0) { + output.WriteRawTag(16); + output.WriteInt32(HeroineAlbumId); + } + 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 (DateSimId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DateSimId); + } + if (HeroineAlbumId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HeroineAlbumId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainDateSimAlbumReward other) { + if (other == null) { + return; + } + if (other.DateSimId != 0) { + DateSimId = other.DateSimId; + } + if (other.HeroineAlbumId != 0) { + HeroineAlbumId = other.HeroineAlbumId; + } + _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: { + DateSimId = input.ReadInt32(); + break; + } + case 16: { + HeroineAlbumId = 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: { + DateSimId = input.ReadInt32(); + break; + } + case 16: { + HeroineAlbumId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainDateSimAlbumReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainDateSimAlbumReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1431]; } + } + + [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 ResObtainDateSimAlbumReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDateSimAlbumReward(ResObtainDateSimAlbumReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDateSimAlbumReward Clone() { + return new ResObtainDateSimAlbumReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainDateSimAlbumReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainDateSimAlbumReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainDateSimAlbumReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/datesim/specialreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainDateSimSpecialReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainDateSimSpecialReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1432]; } + } + + [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 ReqObtainDateSimSpecialReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDateSimSpecialReward(ReqObtainDateSimSpecialReward other) : this() { + dateSimId_ = other.dateSimId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainDateSimSpecialReward Clone() { + return new ReqObtainDateSimSpecialReward(this); + } + + /// Field number for the "DateSimId" field. + public const int DateSimIdFieldNumber = 1; + private int dateSimId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DateSimId { + get { return dateSimId_; } + set { + dateSimId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainDateSimSpecialReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainDateSimSpecialReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DateSimId != other.DateSimId) 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 (DateSimId != 0) hash ^= DateSimId.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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + 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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + 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 (DateSimId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DateSimId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainDateSimSpecialReward other) { + if (other == null) { + return; + } + if (other.DateSimId != 0) { + DateSimId = other.DateSimId; + } + _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: { + DateSimId = 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: { + DateSimId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainDateSimSpecialReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainDateSimSpecialReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1433]; } + } + + [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 ResObtainDateSimSpecialReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDateSimSpecialReward(ResObtainDateSimSpecialReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDateSimSpecialReward Clone() { + return new ResObtainDateSimSpecialReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainDateSimSpecialReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainDateSimSpecialReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainDateSimSpecialReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/datesim/recordheroinerelation + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqRecordDateSimHeroineRelation : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqRecordDateSimHeroineRelation()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1434]; } + } + + [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 ReqRecordDateSimHeroineRelation() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordDateSimHeroineRelation(ReqRecordDateSimHeroineRelation other) : this() { + dateSimId_ = other.dateSimId_; + heroineId_ = other.heroineId_; + relationLevel_ = other.relationLevel_; + relationPoint_ = other.relationPoint_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqRecordDateSimHeroineRelation Clone() { + return new ReqRecordDateSimHeroineRelation(this); + } + + /// Field number for the "DateSimId" field. + public const int DateSimIdFieldNumber = 1; + private int dateSimId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DateSimId { + get { return dateSimId_; } + set { + dateSimId_ = value; + } + } + + /// Field number for the "HeroineId" field. + public const int HeroineIdFieldNumber = 2; + private string heroineId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string HeroineId { + get { return heroineId_; } + set { + heroineId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RelationLevel" field. + public const int RelationLevelFieldNumber = 3; + private int relationLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RelationLevel { + get { return relationLevel_; } + set { + relationLevel_ = value; + } + } + + /// Field number for the "RelationPoint" field. + public const int RelationPointFieldNumber = 4; + private int relationPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RelationPoint { + get { return relationPoint_; } + set { + relationPoint_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqRecordDateSimHeroineRelation); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqRecordDateSimHeroineRelation other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DateSimId != other.DateSimId) return false; + if (HeroineId != other.HeroineId) return false; + if (RelationLevel != other.RelationLevel) return false; + if (RelationPoint != other.RelationPoint) 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 (DateSimId != 0) hash ^= DateSimId.GetHashCode(); + if (HeroineId.Length != 0) hash ^= HeroineId.GetHashCode(); + if (RelationLevel != 0) hash ^= RelationLevel.GetHashCode(); + if (RelationPoint != 0) hash ^= RelationPoint.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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + if (HeroineId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(HeroineId); + } + if (RelationLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(RelationLevel); + } + if (RelationPoint != 0) { + output.WriteRawTag(32); + output.WriteInt32(RelationPoint); + } + 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 (DateSimId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DateSimId); + } + if (HeroineId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(HeroineId); + } + if (RelationLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(RelationLevel); + } + if (RelationPoint != 0) { + output.WriteRawTag(32); + output.WriteInt32(RelationPoint); + } + 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 (DateSimId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DateSimId); + } + if (HeroineId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(HeroineId); + } + if (RelationLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RelationLevel); + } + if (RelationPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RelationPoint); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqRecordDateSimHeroineRelation other) { + if (other == null) { + return; + } + if (other.DateSimId != 0) { + DateSimId = other.DateSimId; + } + if (other.HeroineId.Length != 0) { + HeroineId = other.HeroineId; + } + if (other.RelationLevel != 0) { + RelationLevel = other.RelationLevel; + } + if (other.RelationPoint != 0) { + RelationPoint = other.RelationPoint; + } + _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: { + DateSimId = input.ReadInt32(); + break; + } + case 18: { + HeroineId = input.ReadString(); + break; + } + case 24: { + RelationLevel = input.ReadInt32(); + break; + } + case 32: { + RelationPoint = 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: { + DateSimId = input.ReadInt32(); + break; + } + case 18: { + HeroineId = input.ReadString(); + break; + } + case 24: { + RelationLevel = input.ReadInt32(); + break; + } + case 32: { + RelationPoint = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecordDateSimHeroineRelation : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecordDateSimHeroineRelation()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1435]; } + } + + [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 ResRecordDateSimHeroineRelation() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordDateSimHeroineRelation(ResRecordDateSimHeroineRelation other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecordDateSimHeroineRelation Clone() { + return new ResRecordDateSimHeroineRelation(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecordDateSimHeroineRelation); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecordDateSimHeroineRelation 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(ResRecordDateSimHeroineRelation 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameDessertRushData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameDessertRushData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1436]; } + } + + [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 NetMiniGameDessertRushData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDessertRushData(NetMiniGameDessertRushData other) : this() { + dessertRushId_ = other.dessertRushId_; + highScore_ = other.highScore_; + dailyAccumulatedScore_ = other.dailyAccumulatedScore_; + totalAccumulatedScore_ = other.totalAccumulatedScore_; + isDailyRewarded_ = other.isDailyRewarded_; + stepUpRewardedList_ = other.stepUpRewardedList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDessertRushData Clone() { + return new NetMiniGameDessertRushData(this); + } + + /// Field number for the "DessertRushId" field. + public const int DessertRushIdFieldNumber = 1; + private int dessertRushId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DessertRushId { + get { return dessertRushId_; } + set { + dessertRushId_ = value; + } + } + + /// Field number for the "HighScore" field. + public const int HighScoreFieldNumber = 2; + private int highScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HighScore { + get { return highScore_; } + set { + highScore_ = value; + } + } + + /// Field number for the "DailyAccumulatedScore" field. + public const int DailyAccumulatedScoreFieldNumber = 3; + private int dailyAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DailyAccumulatedScore { + get { return dailyAccumulatedScore_; } + set { + dailyAccumulatedScore_ = value; + } + } + + /// Field number for the "TotalAccumulatedScore" field. + public const int TotalAccumulatedScoreFieldNumber = 4; + private long totalAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TotalAccumulatedScore { + get { return totalAccumulatedScore_; } + set { + totalAccumulatedScore_ = value; + } + } + + /// Field number for the "IsDailyRewarded" field. + public const int IsDailyRewardedFieldNumber = 5; + private bool isDailyRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDailyRewarded { + get { return isDailyRewarded_; } + set { + isDailyRewarded_ = value; + } + } + + /// Field number for the "StepUpRewardedList" field. + public const int StepUpRewardedListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_stepUpRewardedList_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField stepUpRewardedList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField StepUpRewardedList { + get { return stepUpRewardedList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameDessertRushData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameDessertRushData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DessertRushId != other.DessertRushId) return false; + if (HighScore != other.HighScore) return false; + if (DailyAccumulatedScore != other.DailyAccumulatedScore) return false; + if (TotalAccumulatedScore != other.TotalAccumulatedScore) return false; + if (IsDailyRewarded != other.IsDailyRewarded) return false; + if(!stepUpRewardedList_.Equals(other.stepUpRewardedList_)) 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 (DessertRushId != 0) hash ^= DessertRushId.GetHashCode(); + if (HighScore != 0) hash ^= HighScore.GetHashCode(); + if (DailyAccumulatedScore != 0) hash ^= DailyAccumulatedScore.GetHashCode(); + if (TotalAccumulatedScore != 0L) hash ^= TotalAccumulatedScore.GetHashCode(); + if (IsDailyRewarded != false) hash ^= IsDailyRewarded.GetHashCode(); + hash ^= stepUpRewardedList_.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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + if (DailyAccumulatedScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + output.WriteRawTag(40); + output.WriteBool(IsDailyRewarded); + } + stepUpRewardedList_.WriteTo(output, _repeated_stepUpRewardedList_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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + if (DailyAccumulatedScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + output.WriteRawTag(40); + output.WriteBool(IsDailyRewarded); + } + stepUpRewardedList_.WriteTo(ref output, _repeated_stepUpRewardedList_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 (DessertRushId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DessertRushId); + } + if (HighScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HighScore); + } + if (DailyAccumulatedScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + size += 1 + 1; + } + size += stepUpRewardedList_.CalculateSize(_repeated_stepUpRewardedList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameDessertRushData other) { + if (other == null) { + return; + } + if (other.DessertRushId != 0) { + DessertRushId = other.DessertRushId; + } + if (other.HighScore != 0) { + HighScore = other.HighScore; + } + if (other.DailyAccumulatedScore != 0) { + DailyAccumulatedScore = other.DailyAccumulatedScore; + } + if (other.TotalAccumulatedScore != 0L) { + TotalAccumulatedScore = other.TotalAccumulatedScore; + } + if (other.IsDailyRewarded != false) { + IsDailyRewarded = other.IsDailyRewarded; + } + stepUpRewardedList_.Add(other.stepUpRewardedList_); + _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: { + DessertRushId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 24: { + DailyAccumulatedScore = input.ReadInt32(); + break; + } + case 32: { + TotalAccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + IsDailyRewarded = input.ReadBool(); + break; + } + case 50: + case 48: { + stepUpRewardedList_.AddEntriesFrom(input, _repeated_stepUpRewardedList_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: { + DessertRushId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 24: { + DailyAccumulatedScore = input.ReadInt32(); + break; + } + case 32: { + TotalAccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + IsDailyRewarded = input.ReadBool(); + break; + } + case 50: + case 48: { + stepUpRewardedList_.AddEntriesFrom(ref input, _repeated_stepUpRewardedList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dessertrush/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameDessertRushData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameDessertRushData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1437]; } + } + + [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 ReqGetMiniGameDessertRushData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDessertRushData(ReqGetMiniGameDessertRushData other) : this() { + dessertRushId_ = other.dessertRushId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDessertRushData Clone() { + return new ReqGetMiniGameDessertRushData(this); + } + + /// Field number for the "DessertRushId" field. + public const int DessertRushIdFieldNumber = 1; + private int dessertRushId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DessertRushId { + get { return dessertRushId_; } + set { + dessertRushId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameDessertRushData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameDessertRushData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DessertRushId != other.DessertRushId) 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 (DessertRushId != 0) hash ^= DessertRushId.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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + 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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + 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 (DessertRushId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DessertRushId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameDessertRushData other) { + if (other == null) { + return; + } + if (other.DessertRushId != 0) { + DessertRushId = other.DessertRushId; + } + _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: { + DessertRushId = 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: { + DessertRushId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameDessertRushData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameDessertRushData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1438]; } + } + + [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 ResGetMiniGameDessertRushData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDessertRushData(ResGetMiniGameDessertRushData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDessertRushData Clone() { + return new ResGetMiniGameDessertRushData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameDessertRushData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDessertRushData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameDessertRushData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameDessertRushData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameDessertRushData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dessertrush/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMiniGameDessertRush : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMiniGameDessertRush()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1439]; } + } + + [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 ReqClearMiniGameDessertRush() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameDessertRush(ReqClearMiniGameDessertRush other) : this() { + dessertRushId_ = other.dessertRushId_; + score_ = other.score_; + info_ = other.info_ != null ? other.info_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameDessertRush Clone() { + return new ReqClearMiniGameDessertRush(this); + } + + /// Field number for the "DessertRushId" field. + public const int DessertRushIdFieldNumber = 1; + private int dessertRushId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DessertRushId { + get { return dessertRushId_; } + set { + dessertRushId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 3; + private global::EpinelPS.NetMiniGameDessertRushInfo info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDessertRushInfo Info { + get { return info_; } + set { + info_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMiniGameDessertRush); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMiniGameDessertRush other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DessertRushId != other.DessertRushId) return false; + if (Score != other.Score) return false; + if (!object.Equals(Info, other.Info)) 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 (DessertRushId != 0) hash ^= DessertRushId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (info_ != null) hash ^= Info.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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (info_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Info); + } + 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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (info_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Info); + } + 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 (DessertRushId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DessertRushId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMiniGameDessertRush other) { + if (other == null) { + return; + } + if (other.DessertRushId != 0) { + DessertRushId = other.DessertRushId; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetMiniGameDessertRushInfo(); + } + Info.MergeFrom(other.Info); + } + _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: { + DessertRushId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (info_ == null) { + Info = new global::EpinelPS.NetMiniGameDessertRushInfo(); + } + input.ReadMessage(Info); + 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: { + DessertRushId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (info_ == null) { + Info = new global::EpinelPS.NetMiniGameDessertRushInfo(); + } + input.ReadMessage(Info); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameDessertRushInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameDessertRushInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1440]; } + } + + [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 NetMiniGameDessertRushInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDessertRushInfo(NetMiniGameDessertRushInfo other) : this() { + feverPoint_ = other.feverPoint_; + feverCount_ = other.feverCount_; + maxDifficultyLevel_ = other.maxDifficultyLevel_; + maxCombo_ = other.maxCombo_; + maxFeverLevel_ = other.maxFeverLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDessertRushInfo Clone() { + return new NetMiniGameDessertRushInfo(this); + } + + /// Field number for the "FeverPoint" field. + public const int FeverPointFieldNumber = 1; + private int feverPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FeverPoint { + get { return feverPoint_; } + set { + feverPoint_ = value; + } + } + + /// Field number for the "FeverCount" field. + public const int FeverCountFieldNumber = 2; + private int feverCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FeverCount { + get { return feverCount_; } + set { + feverCount_ = value; + } + } + + /// Field number for the "MaxDifficultyLevel" field. + public const int MaxDifficultyLevelFieldNumber = 3; + private int maxDifficultyLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxDifficultyLevel { + get { return maxDifficultyLevel_; } + set { + maxDifficultyLevel_ = value; + } + } + + /// Field number for the "MaxCombo" field. + public const int MaxComboFieldNumber = 4; + private int maxCombo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxCombo { + get { return maxCombo_; } + set { + maxCombo_ = value; + } + } + + /// Field number for the "MaxFeverLevel" field. + public const int MaxFeverLevelFieldNumber = 5; + private int maxFeverLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxFeverLevel { + get { return maxFeverLevel_; } + set { + maxFeverLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameDessertRushInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameDessertRushInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FeverPoint != other.FeverPoint) return false; + if (FeverCount != other.FeverCount) return false; + if (MaxDifficultyLevel != other.MaxDifficultyLevel) return false; + if (MaxCombo != other.MaxCombo) return false; + if (MaxFeverLevel != other.MaxFeverLevel) 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 (FeverPoint != 0) hash ^= FeverPoint.GetHashCode(); + if (FeverCount != 0) hash ^= FeverCount.GetHashCode(); + if (MaxDifficultyLevel != 0) hash ^= MaxDifficultyLevel.GetHashCode(); + if (MaxCombo != 0) hash ^= MaxCombo.GetHashCode(); + if (MaxFeverLevel != 0) hash ^= MaxFeverLevel.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 (FeverPoint != 0) { + output.WriteRawTag(8); + output.WriteInt32(FeverPoint); + } + if (FeverCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FeverCount); + } + if (MaxDifficultyLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(MaxDifficultyLevel); + } + if (MaxCombo != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxCombo); + } + if (MaxFeverLevel != 0) { + output.WriteRawTag(40); + output.WriteInt32(MaxFeverLevel); + } + 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 (FeverPoint != 0) { + output.WriteRawTag(8); + output.WriteInt32(FeverPoint); + } + if (FeverCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FeverCount); + } + if (MaxDifficultyLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(MaxDifficultyLevel); + } + if (MaxCombo != 0) { + output.WriteRawTag(32); + output.WriteInt32(MaxCombo); + } + if (MaxFeverLevel != 0) { + output.WriteRawTag(40); + output.WriteInt32(MaxFeverLevel); + } + 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 (FeverPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeverPoint); + } + if (FeverCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FeverCount); + } + if (MaxDifficultyLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxDifficultyLevel); + } + if (MaxCombo != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxCombo); + } + if (MaxFeverLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxFeverLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameDessertRushInfo other) { + if (other == null) { + return; + } + if (other.FeverPoint != 0) { + FeverPoint = other.FeverPoint; + } + if (other.FeverCount != 0) { + FeverCount = other.FeverCount; + } + if (other.MaxDifficultyLevel != 0) { + MaxDifficultyLevel = other.MaxDifficultyLevel; + } + if (other.MaxCombo != 0) { + MaxCombo = other.MaxCombo; + } + if (other.MaxFeverLevel != 0) { + MaxFeverLevel = other.MaxFeverLevel; + } + _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: { + FeverPoint = input.ReadInt32(); + break; + } + case 16: { + FeverCount = input.ReadInt32(); + break; + } + case 24: { + MaxDifficultyLevel = input.ReadInt32(); + break; + } + case 32: { + MaxCombo = input.ReadInt32(); + break; + } + case 40: { + MaxFeverLevel = 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: { + FeverPoint = input.ReadInt32(); + break; + } + case 16: { + FeverCount = input.ReadInt32(); + break; + } + case 24: { + MaxDifficultyLevel = input.ReadInt32(); + break; + } + case 32: { + MaxCombo = input.ReadInt32(); + break; + } + case 40: { + MaxFeverLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMiniGameDessertRush : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMiniGameDessertRush()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1441]; } + } + + [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 ResClearMiniGameDessertRush() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameDessertRush(ResClearMiniGameDessertRush other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameDessertRush Clone() { + return new ResClearMiniGameDessertRush(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameDessertRushData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDessertRushData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 3; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMiniGameDessertRush); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMiniGameDessertRush other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (BanResult != other.BanResult) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMiniGameDessertRush other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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 10: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dessertrush/obtainstepupreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMiniGameDessertRushStepUpReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMiniGameDessertRushStepUpReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1442]; } + } + + [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 ReqObtainMiniGameDessertRushStepUpReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameDessertRushStepUpReward(ReqObtainMiniGameDessertRushStepUpReward other) : this() { + dessertRushId_ = other.dessertRushId_; + stepUpRewardId_ = other.stepUpRewardId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameDessertRushStepUpReward Clone() { + return new ReqObtainMiniGameDessertRushStepUpReward(this); + } + + /// Field number for the "DessertRushId" field. + public const int DessertRushIdFieldNumber = 1; + private int dessertRushId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DessertRushId { + get { return dessertRushId_; } + set { + dessertRushId_ = value; + } + } + + /// Field number for the "StepUpRewardId" field. + public const int StepUpRewardIdFieldNumber = 2; + private int stepUpRewardId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StepUpRewardId { + get { return stepUpRewardId_; } + set { + stepUpRewardId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMiniGameDessertRushStepUpReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMiniGameDessertRushStepUpReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DessertRushId != other.DessertRushId) return false; + if (StepUpRewardId != other.StepUpRewardId) 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 (DessertRushId != 0) hash ^= DessertRushId.GetHashCode(); + if (StepUpRewardId != 0) hash ^= StepUpRewardId.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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + if (StepUpRewardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StepUpRewardId); + } + 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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + if (StepUpRewardId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StepUpRewardId); + } + 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 (DessertRushId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DessertRushId); + } + if (StepUpRewardId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StepUpRewardId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMiniGameDessertRushStepUpReward other) { + if (other == null) { + return; + } + if (other.DessertRushId != 0) { + DessertRushId = other.DessertRushId; + } + if (other.StepUpRewardId != 0) { + StepUpRewardId = other.StepUpRewardId; + } + _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: { + DessertRushId = input.ReadInt32(); + break; + } + case 16: { + StepUpRewardId = 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: { + DessertRushId = input.ReadInt32(); + break; + } + case 16: { + StepUpRewardId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMiniGameDessertRushStepUpReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMiniGameDessertRushStepUpReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1443]; } + } + + [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 ResObtainMiniGameDessertRushStepUpReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameDessertRushStepUpReward(ResObtainMiniGameDessertRushStepUpReward other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameDessertRushStepUpReward Clone() { + return new ResObtainMiniGameDessertRushStepUpReward(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameDessertRushData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDessertRushData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMiniGameDessertRushStepUpReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMiniGameDessertRushStepUpReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMiniGameDessertRushStepUpReward other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameDessertRushData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/dessertrush/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameDessertRushRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameDessertRushRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1444]; } + } + + [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 ReqGetMiniGameDessertRushRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDessertRushRanking(ReqGetMiniGameDessertRushRanking other) : this() { + dessertRushId_ = other.dessertRushId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameDessertRushRanking Clone() { + return new ReqGetMiniGameDessertRushRanking(this); + } + + /// Field number for the "DessertRushId" field. + public const int DessertRushIdFieldNumber = 1; + private int dessertRushId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DessertRushId { + get { return dessertRushId_; } + set { + dessertRushId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameDessertRushRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameDessertRushRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DessertRushId != other.DessertRushId) 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 (DessertRushId != 0) hash ^= DessertRushId.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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + 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 (DessertRushId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DessertRushId); + } + 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 (DessertRushId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DessertRushId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameDessertRushRanking other) { + if (other == null) { + return; + } + if (other.DessertRushId != 0) { + DessertRushId = other.DessertRushId; + } + _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: { + DessertRushId = 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: { + DessertRushId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameDessertRushRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameDessertRushRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1445]; } + } + + [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 ResGetMiniGameDessertRushRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDessertRushRanking(ResGetMiniGameDessertRushRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDessertRushRanking Clone() { + return new ResGetMiniGameDessertRushRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameDessertRushRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDessertRushRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameDessertRushRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameDessertRushRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameDessertRushRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameDessertRushRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameDessertRushRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameDessertRushRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameDessertRushRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameDessertRushRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameDessertRushRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1446]; } + } + + [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 NetMiniGameDessertRushRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDessertRushRankingData(NetMiniGameDessertRushRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDessertRushRankingData Clone() { + return new NetMiniGameDessertRushRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameDessertRushRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameDessertRushRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameDessertRushRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameTabTabMaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameTabTabMaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1447]; } + } + + [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 NetMiniGameTabTabMaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTabTabMaidData(NetMiniGameTabTabMaidData other) : this() { + eventId_ = other.eventId_; + highScore_ = other.highScore_; + dailyAccumulatedScore_ = other.dailyAccumulatedScore_; + totalAccumulatedScore_ = other.totalAccumulatedScore_; + isDailyRewarded_ = other.isDailyRewarded_; + missionRewardedList_ = other.missionRewardedList_.Clone(); + dailyFirstClearCount_ = other.dailyFirstClearCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTabTabMaidData Clone() { + return new NetMiniGameTabTabMaidData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "HighScore" field. + public const int HighScoreFieldNumber = 2; + private int highScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HighScore { + get { return highScore_; } + set { + highScore_ = value; + } + } + + /// Field number for the "DailyAccumulatedScore" field. + public const int DailyAccumulatedScoreFieldNumber = 3; + private int dailyAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DailyAccumulatedScore { + get { return dailyAccumulatedScore_; } + set { + dailyAccumulatedScore_ = value; + } + } + + /// Field number for the "TotalAccumulatedScore" field. + public const int TotalAccumulatedScoreFieldNumber = 4; + private long totalAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TotalAccumulatedScore { + get { return totalAccumulatedScore_; } + set { + totalAccumulatedScore_ = value; + } + } + + /// Field number for the "IsDailyRewarded" field. + public const int IsDailyRewardedFieldNumber = 5; + private bool isDailyRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDailyRewarded { + get { return isDailyRewarded_; } + set { + isDailyRewarded_ = value; + } + } + + /// Field number for the "MissionRewardedList" field. + public const int MissionRewardedListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_missionRewardedList_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField missionRewardedList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionRewardedList { + get { return missionRewardedList_; } + } + + /// Field number for the "DailyFirstClearCount" field. + public const int DailyFirstClearCountFieldNumber = 7; + private int dailyFirstClearCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DailyFirstClearCount { + get { return dailyFirstClearCount_; } + set { + dailyFirstClearCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameTabTabMaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameTabTabMaidData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (HighScore != other.HighScore) return false; + if (DailyAccumulatedScore != other.DailyAccumulatedScore) return false; + if (TotalAccumulatedScore != other.TotalAccumulatedScore) return false; + if (IsDailyRewarded != other.IsDailyRewarded) return false; + if(!missionRewardedList_.Equals(other.missionRewardedList_)) return false; + if (DailyFirstClearCount != other.DailyFirstClearCount) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (HighScore != 0) hash ^= HighScore.GetHashCode(); + if (DailyAccumulatedScore != 0) hash ^= DailyAccumulatedScore.GetHashCode(); + if (TotalAccumulatedScore != 0L) hash ^= TotalAccumulatedScore.GetHashCode(); + if (IsDailyRewarded != false) hash ^= IsDailyRewarded.GetHashCode(); + hash ^= missionRewardedList_.GetHashCode(); + if (DailyFirstClearCount != 0) hash ^= DailyFirstClearCount.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + if (DailyAccumulatedScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + output.WriteRawTag(40); + output.WriteBool(IsDailyRewarded); + } + missionRewardedList_.WriteTo(output, _repeated_missionRewardedList_codec); + if (DailyFirstClearCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(DailyFirstClearCount); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (HighScore != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighScore); + } + if (DailyAccumulatedScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + output.WriteRawTag(40); + output.WriteBool(IsDailyRewarded); + } + missionRewardedList_.WriteTo(ref output, _repeated_missionRewardedList_codec); + if (DailyFirstClearCount != 0) { + output.WriteRawTag(56); + output.WriteInt32(DailyFirstClearCount); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (HighScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HighScore); + } + if (DailyAccumulatedScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DailyAccumulatedScore); + } + if (TotalAccumulatedScore != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TotalAccumulatedScore); + } + if (IsDailyRewarded != false) { + size += 1 + 1; + } + size += missionRewardedList_.CalculateSize(_repeated_missionRewardedList_codec); + if (DailyFirstClearCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DailyFirstClearCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameTabTabMaidData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.HighScore != 0) { + HighScore = other.HighScore; + } + if (other.DailyAccumulatedScore != 0) { + DailyAccumulatedScore = other.DailyAccumulatedScore; + } + if (other.TotalAccumulatedScore != 0L) { + TotalAccumulatedScore = other.TotalAccumulatedScore; + } + if (other.IsDailyRewarded != false) { + IsDailyRewarded = other.IsDailyRewarded; + } + missionRewardedList_.Add(other.missionRewardedList_); + if (other.DailyFirstClearCount != 0) { + DailyFirstClearCount = other.DailyFirstClearCount; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 24: { + DailyAccumulatedScore = input.ReadInt32(); + break; + } + case 32: { + TotalAccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + IsDailyRewarded = input.ReadBool(); + break; + } + case 50: + case 48: { + missionRewardedList_.AddEntriesFrom(input, _repeated_missionRewardedList_codec); + break; + } + case 56: { + DailyFirstClearCount = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + HighScore = input.ReadInt32(); + break; + } + case 24: { + DailyAccumulatedScore = input.ReadInt32(); + break; + } + case 32: { + TotalAccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + IsDailyRewarded = input.ReadBool(); + break; + } + case 50: + case 48: { + missionRewardedList_.AddEntriesFrom(ref input, _repeated_missionRewardedList_codec); + break; + } + case 56: { + DailyFirstClearCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/tabtabmaid/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameTabTabMaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameTabTabMaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1448]; } + } + + [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 ReqGetMiniGameTabTabMaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTabTabMaidData(ReqGetMiniGameTabTabMaidData other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTabTabMaidData Clone() { + return new ReqGetMiniGameTabTabMaidData(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameTabTabMaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameTabTabMaidData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameTabTabMaidData other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameTabTabMaidData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameTabTabMaidData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1449]; } + } + + [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 ResGetMiniGameTabTabMaidData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTabTabMaidData(ResGetMiniGameTabTabMaidData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTabTabMaidData Clone() { + return new ResGetMiniGameTabTabMaidData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameTabTabMaidData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameTabTabMaidData Data { + get { return data_; } + set { + data_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameTabTabMaidData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameTabTabMaidData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) 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 (data_ != null) hash ^= Data.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameTabTabMaidData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + Data.MergeFrom(other.Data); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/tabtabmaid/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearMiniGameTabTabMaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearMiniGameTabTabMaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1450]; } + } + + [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 ReqClearMiniGameTabTabMaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameTabTabMaid(ReqClearMiniGameTabTabMaid other) : this() { + eventId_ = other.eventId_; + score_ = other.score_; + stageLevel_ = other.stageLevel_; + skillRank_ = other.skillRank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearMiniGameTabTabMaid Clone() { + return new ReqClearMiniGameTabTabMaid(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "StageLevel" field. + public const int StageLevelFieldNumber = 3; + private int stageLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageLevel { + get { return stageLevel_; } + set { + stageLevel_ = value; + } + } + + /// Field number for the "SkillRank" field. + public const int SkillRankFieldNumber = 4; + private int skillRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SkillRank { + get { return skillRank_; } + set { + skillRank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearMiniGameTabTabMaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearMiniGameTabTabMaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (Score != other.Score) return false; + if (StageLevel != other.StageLevel) return false; + if (SkillRank != other.SkillRank) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (StageLevel != 0) hash ^= StageLevel.GetHashCode(); + if (SkillRank != 0) hash ^= SkillRank.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (StageLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(StageLevel); + } + if (SkillRank != 0) { + output.WriteRawTag(32); + output.WriteInt32(SkillRank); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (StageLevel != 0) { + output.WriteRawTag(24); + output.WriteInt32(StageLevel); + } + if (SkillRank != 0) { + output.WriteRawTag(32); + output.WriteInt32(SkillRank); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (StageLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageLevel); + } + if (SkillRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SkillRank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearMiniGameTabTabMaid other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.StageLevel != 0) { + StageLevel = other.StageLevel; + } + if (other.SkillRank != 0) { + SkillRank = other.SkillRank; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 24: { + StageLevel = input.ReadInt32(); + break; + } + case 32: { + SkillRank = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 24: { + StageLevel = input.ReadInt32(); + break; + } + case 32: { + SkillRank = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearMiniGameTabTabMaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearMiniGameTabTabMaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1451]; } + } + + [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 ResClearMiniGameTabTabMaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameTabTabMaid(ResClearMiniGameTabTabMaid other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearMiniGameTabTabMaid Clone() { + return new ResClearMiniGameTabTabMaid(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameTabTabMaidData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameTabTabMaidData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearMiniGameTabTabMaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearMiniGameTabTabMaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (BanResult != other.BanResult) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearMiniGameTabTabMaid other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + Data.MergeFrom(other.Data); + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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 10: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/tabtabmaid/obtainmissionreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMiniGameTabTabMaidMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMiniGameTabTabMaidMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1452]; } + } + + [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 ReqObtainMiniGameTabTabMaidMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameTabTabMaidMissionReward(ReqObtainMiniGameTabTabMaidMissionReward other) : this() { + eventId_ = other.eventId_; + missionIdList_ = other.missionIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameTabTabMaidMissionReward Clone() { + return new ReqObtainMiniGameTabTabMaidMissionReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "MissionIdList" field. + public const int MissionIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField missionIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionIdList { + get { return missionIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMiniGameTabTabMaidMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMiniGameTabTabMaidMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!missionIdList_.Equals(other.missionIdList_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= missionIdList_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + missionIdList_.WriteTo(output, _repeated_missionIdList_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + missionIdList_.WriteTo(ref output, _repeated_missionIdList_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += missionIdList_.CalculateSize(_repeated_missionIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMiniGameTabTabMaidMissionReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + missionIdList_.Add(other.missionIdList_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionIdList_.AddEntriesFrom(input, _repeated_missionIdList_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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionIdList_.AddEntriesFrom(ref input, _repeated_missionIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMiniGameTabTabMaidMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMiniGameTabTabMaidMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1453]; } + } + + [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 ResObtainMiniGameTabTabMaidMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameTabTabMaidMissionReward(ResObtainMiniGameTabTabMaidMissionReward other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameTabTabMaidMissionReward Clone() { + return new ResObtainMiniGameTabTabMaidMissionReward(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameTabTabMaidData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameTabTabMaidData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMiniGameTabTabMaidMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMiniGameTabTabMaidMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMiniGameTabTabMaidMissionReward other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/tabtabmaid/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameTabTabMaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameTabTabMaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1454]; } + } + + [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 ReqGetMiniGameTabTabMaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTabTabMaidRanking(ReqGetMiniGameTabTabMaidRanking other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTabTabMaidRanking Clone() { + return new ReqGetMiniGameTabTabMaidRanking(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameTabTabMaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameTabTabMaidRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameTabTabMaidRanking other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameTabTabMaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameTabTabMaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1455]; } + } + + [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 ResGetMiniGameTabTabMaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTabTabMaidRanking(ResGetMiniGameTabTabMaidRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTabTabMaidRanking Clone() { + return new ResGetMiniGameTabTabMaidRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameTabTabMaidRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameTabTabMaidRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameTabTabMaidRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameTabTabMaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameTabTabMaidRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameTabTabMaidRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameTabTabMaidRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameTabTabMaidRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameTabTabMaidRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/tabtabmaid/obtaindailyreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMiniGameTabTabMaidDailyReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMiniGameTabTabMaidDailyReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1456]; } + } + + [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 ReqObtainMiniGameTabTabMaidDailyReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameTabTabMaidDailyReward(ReqObtainMiniGameTabTabMaidDailyReward other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameTabTabMaidDailyReward Clone() { + return new ReqObtainMiniGameTabTabMaidDailyReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMiniGameTabTabMaidDailyReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMiniGameTabTabMaidDailyReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMiniGameTabTabMaidDailyReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMiniGameTabTabMaidDailyReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMiniGameTabTabMaidDailyReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1457]; } + } + + [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 ResObtainMiniGameTabTabMaidDailyReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameTabTabMaidDailyReward(ResObtainMiniGameTabTabMaidDailyReward other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameTabTabMaidDailyReward Clone() { + return new ResObtainMiniGameTabTabMaidDailyReward(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetMiniGameTabTabMaidData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameTabTabMaidData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMiniGameTabTabMaidDailyReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMiniGameTabTabMaidDailyReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (data_ != null) hash ^= Data.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMiniGameTabTabMaidDailyReward other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + Data.MergeFrom(other.Data); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (data_ == null) { + Data = new global::EpinelPS.NetMiniGameTabTabMaidData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameTabTabMaidRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameTabTabMaidRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1458]; } + } + + [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 NetMiniGameTabTabMaidRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTabTabMaidRankingData(NetMiniGameTabTabMaidRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTabTabMaidRankingData Clone() { + return new NetMiniGameTabTabMaidRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameTabTabMaidRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameTabTabMaidRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameTabTabMaidRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameTowerDefenseRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameTowerDefenseRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1459]; } + } + + [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 NetMiniGameTowerDefenseRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTowerDefenseRankingData(NetMiniGameTowerDefenseRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTowerDefenseRankingData Clone() { + return new NetMiniGameTowerDefenseRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameTowerDefenseRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameTowerDefenseRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameTowerDefenseRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameTowerDefenseMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameTowerDefenseMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1460]; } + } + + [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 NetMiniGameTowerDefenseMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTowerDefenseMissionProgress(NetMiniGameTowerDefenseMissionProgress other) : this() { + missionUid_ = other.missionUid_; + missionTid_ = other.missionTid_; + progress_ = other.progress_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + receivedAt_ = other.receivedAt_ != null ? other.receivedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameTowerDefenseMissionProgress Clone() { + return new NetMiniGameTowerDefenseMissionProgress(this); + } + + /// Field number for the "MissionUid" field. + public const int MissionUidFieldNumber = 1; + private long missionUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MissionUid { + get { return missionUid_; } + set { + missionUid_ = value; + } + } + + /// Field number for the "MissionTid" field. + public const int MissionTidFieldNumber = 2; + private int missionTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MissionTid { + get { return missionTid_; } + set { + missionTid_ = value; + } + } + + /// Field number for the "Progress" field. + public const int ProgressFieldNumber = 3; + private int progress_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Progress { + get { return progress_; } + set { + progress_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "ReceivedAt" field. + public const int ReceivedAtFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp receivedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ReceivedAt { + get { return receivedAt_; } + set { + receivedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameTowerDefenseMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameTowerDefenseMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MissionUid != other.MissionUid) return false; + if (MissionTid != other.MissionTid) return false; + if (Progress != other.Progress) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) return false; + if (!object.Equals(ReceivedAt, other.ReceivedAt)) 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 (MissionUid != 0L) hash ^= MissionUid.GetHashCode(); + if (MissionTid != 0) hash ^= MissionTid.GetHashCode(); + if (Progress != 0) hash ^= Progress.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); + if (receivedAt_ != null) hash ^= ReceivedAt.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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (MissionTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionTid); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (MissionTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionTid); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (MissionUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MissionUid); + } + if (MissionTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MissionTid); + } + if (Progress != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Progress); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (receivedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReceivedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameTowerDefenseMissionProgress other) { + if (other == null) { + return; + } + if (other.MissionUid != 0L) { + MissionUid = other.MissionUid; + } + if (other.MissionTid != 0) { + MissionTid = other.MissionTid; + } + if (other.Progress != 0) { + Progress = other.Progress; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + if (other.receivedAt_ != null) { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ReceivedAt.MergeFrom(other.ReceivedAt); + } + _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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + MissionTid = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + 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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + MissionTid = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTowerDefenseMissionProgressUpdate : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTowerDefenseMissionProgressUpdate()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1461]; } + } + + [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 NetTowerDefenseMissionProgressUpdate() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerDefenseMissionProgressUpdate(NetTowerDefenseMissionProgressUpdate other) : this() { + missionUid_ = other.missionUid_; + progressCount_ = other.progressCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerDefenseMissionProgressUpdate Clone() { + return new NetTowerDefenseMissionProgressUpdate(this); + } + + /// Field number for the "MissionUid" field. + public const int MissionUidFieldNumber = 1; + private long missionUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MissionUid { + get { return missionUid_; } + set { + missionUid_ = value; + } + } + + /// Field number for the "ProgressCount" field. + public const int ProgressCountFieldNumber = 2; + private int progressCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProgressCount { + get { return progressCount_; } + set { + progressCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTowerDefenseMissionProgressUpdate); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTowerDefenseMissionProgressUpdate other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MissionUid != other.MissionUid) return false; + if (ProgressCount != other.ProgressCount) 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 (MissionUid != 0L) hash ^= MissionUid.GetHashCode(); + if (ProgressCount != 0) hash ^= ProgressCount.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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (MissionUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MissionUid); + } + if (ProgressCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProgressCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTowerDefenseMissionProgressUpdate other) { + if (other == null) { + return; + } + if (other.MissionUid != 0L) { + MissionUid = other.MissionUid; + } + if (other.ProgressCount != 0) { + ProgressCount = other.ProgressCount; + } + _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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = 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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameTowerDefenseData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameTowerDefenseData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1462]; } + } + + [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 ReqGetMiniGameTowerDefenseData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTowerDefenseData(ReqGetMiniGameTowerDefenseData other) : this() { + towerDefenseId_ = other.towerDefenseId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTowerDefenseData Clone() { + return new ReqGetMiniGameTowerDefenseData(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameTowerDefenseData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameTowerDefenseData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + 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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + 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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameTowerDefenseData other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + _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: { + TowerDefenseId = 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: { + TowerDefenseId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameTowerDefenseData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameTowerDefenseData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1463]; } + } + + [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 ResGetMiniGameTowerDefenseData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTowerDefenseData(ResGetMiniGameTowerDefenseData other) : this() { + upgradeCurrency_ = other.upgradeCurrency_; + clearedTutorialIdList_ = other.clearedTutorialIdList_.Clone(); + clearedStageIdList_ = other.clearedStageIdList_.Clone(); + upgradeIdList_ = other.upgradeIdList_.Clone(); + missionProgressList_ = other.missionProgressList_.Clone(); + challengeMaxScore_ = other.challengeMaxScore_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTowerDefenseData Clone() { + return new ResGetMiniGameTowerDefenseData(this); + } + + /// Field number for the "UpgradeCurrency" field. + public const int UpgradeCurrencyFieldNumber = 1; + private int upgradeCurrency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UpgradeCurrency { + get { return upgradeCurrency_; } + set { + upgradeCurrency_ = value; + } + } + + /// Field number for the "ClearedTutorialIdList" field. + public const int ClearedTutorialIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_clearedTutorialIdList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField clearedTutorialIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearedTutorialIdList { + get { return clearedTutorialIdList_; } + } + + /// Field number for the "ClearedStageIdList" field. + public const int ClearedStageIdListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_clearedStageIdList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField clearedStageIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearedStageIdList { + get { return clearedStageIdList_; } + } + + /// Field number for the "UpgradeIdList" field. + public const int UpgradeIdListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_upgradeIdList_codec + = pb::FieldCodec.ForInt32(34); + private readonly pbc::RepeatedField upgradeIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UpgradeIdList { + get { return upgradeIdList_; } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetMiniGameTowerDefenseMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "ChallengeMaxScore" field. + public const int ChallengeMaxScoreFieldNumber = 6; + private int challengeMaxScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeMaxScore { + get { return challengeMaxScore_; } + set { + challengeMaxScore_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameTowerDefenseData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameTowerDefenseData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UpgradeCurrency != other.UpgradeCurrency) return false; + if(!clearedTutorialIdList_.Equals(other.clearedTutorialIdList_)) return false; + if(!clearedStageIdList_.Equals(other.clearedStageIdList_)) return false; + if(!upgradeIdList_.Equals(other.upgradeIdList_)) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (ChallengeMaxScore != other.ChallengeMaxScore) 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 (UpgradeCurrency != 0) hash ^= UpgradeCurrency.GetHashCode(); + hash ^= clearedTutorialIdList_.GetHashCode(); + hash ^= clearedStageIdList_.GetHashCode(); + hash ^= upgradeIdList_.GetHashCode(); + hash ^= missionProgressList_.GetHashCode(); + if (ChallengeMaxScore != 0) hash ^= ChallengeMaxScore.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 (UpgradeCurrency != 0) { + output.WriteRawTag(8); + output.WriteInt32(UpgradeCurrency); + } + clearedTutorialIdList_.WriteTo(output, _repeated_clearedTutorialIdList_codec); + clearedStageIdList_.WriteTo(output, _repeated_clearedStageIdList_codec); + upgradeIdList_.WriteTo(output, _repeated_upgradeIdList_codec); + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (ChallengeMaxScore != 0) { + output.WriteRawTag(48); + output.WriteInt32(ChallengeMaxScore); + } + 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 (UpgradeCurrency != 0) { + output.WriteRawTag(8); + output.WriteInt32(UpgradeCurrency); + } + clearedTutorialIdList_.WriteTo(ref output, _repeated_clearedTutorialIdList_codec); + clearedStageIdList_.WriteTo(ref output, _repeated_clearedStageIdList_codec); + upgradeIdList_.WriteTo(ref output, _repeated_upgradeIdList_codec); + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (ChallengeMaxScore != 0) { + output.WriteRawTag(48); + output.WriteInt32(ChallengeMaxScore); + } + 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 (UpgradeCurrency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UpgradeCurrency); + } + size += clearedTutorialIdList_.CalculateSize(_repeated_clearedTutorialIdList_codec); + size += clearedStageIdList_.CalculateSize(_repeated_clearedStageIdList_codec); + size += upgradeIdList_.CalculateSize(_repeated_upgradeIdList_codec); + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (ChallengeMaxScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeMaxScore); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameTowerDefenseData other) { + if (other == null) { + return; + } + if (other.UpgradeCurrency != 0) { + UpgradeCurrency = other.UpgradeCurrency; + } + clearedTutorialIdList_.Add(other.clearedTutorialIdList_); + clearedStageIdList_.Add(other.clearedStageIdList_); + upgradeIdList_.Add(other.upgradeIdList_); + missionProgressList_.Add(other.missionProgressList_); + if (other.ChallengeMaxScore != 0) { + ChallengeMaxScore = other.ChallengeMaxScore; + } + _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: { + UpgradeCurrency = input.ReadInt32(); + break; + } + case 18: + case 16: { + clearedTutorialIdList_.AddEntriesFrom(input, _repeated_clearedTutorialIdList_codec); + break; + } + case 26: + case 24: { + clearedStageIdList_.AddEntriesFrom(input, _repeated_clearedStageIdList_codec); + break; + } + case 34: + case 32: { + upgradeIdList_.AddEntriesFrom(input, _repeated_upgradeIdList_codec); + break; + } + case 42: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 48: { + ChallengeMaxScore = 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: { + UpgradeCurrency = input.ReadInt32(); + break; + } + case 18: + case 16: { + clearedTutorialIdList_.AddEntriesFrom(ref input, _repeated_clearedTutorialIdList_codec); + break; + } + case 26: + case 24: { + clearedStageIdList_.AddEntriesFrom(ref input, _repeated_clearedStageIdList_codec); + break; + } + case 34: + case 32: { + upgradeIdList_.AddEntriesFrom(ref input, _repeated_upgradeIdList_codec); + break; + } + case 42: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 48: { + ChallengeMaxScore = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameTowerDefenseRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameTowerDefenseRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1464]; } + } + + [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 ReqGetMiniGameTowerDefenseRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTowerDefenseRanking(ReqGetMiniGameTowerDefenseRanking other) : this() { + towerDefenseId_ = other.towerDefenseId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameTowerDefenseRanking Clone() { + return new ReqGetMiniGameTowerDefenseRanking(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameTowerDefenseRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameTowerDefenseRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + 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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + 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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameTowerDefenseRanking other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + _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: { + TowerDefenseId = 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: { + TowerDefenseId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameTowerDefenseRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameTowerDefenseRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1465]; } + } + + [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 ResGetMiniGameTowerDefenseRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTowerDefenseRanking(ResGetMiniGameTowerDefenseRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameTowerDefenseRanking Clone() { + return new ResGetMiniGameTowerDefenseRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameTowerDefenseRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameTowerDefenseRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameTowerDefenseRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameTowerDefenseRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameTowerDefenseRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameTowerDefenseRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameTowerDefenseRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameTowerDefenseRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameTowerDefenseRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/enterstage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterMiniGameTowerDefenseStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterMiniGameTowerDefenseStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1466]; } + } + + [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 ReqEnterMiniGameTowerDefenseStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameTowerDefenseStage(ReqEnterMiniGameTowerDefenseStage other) : this() { + towerDefenseId_ = other.towerDefenseId_; + stageId_ = other.stageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterMiniGameTowerDefenseStage Clone() { + return new ReqEnterMiniGameTowerDefenseStage(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterMiniGameTowerDefenseStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterMiniGameTowerDefenseStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) return false; + if (StageId != other.StageId) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.GetHashCode(); + if (StageId != 0) hash ^= StageId.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + 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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterMiniGameTowerDefenseStage other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + _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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 16: { + StageId = 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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterMiniGameTowerDefenseStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterMiniGameTowerDefenseStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1467]; } + } + + [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 ResEnterMiniGameTowerDefenseStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameTowerDefenseStage(ResEnterMiniGameTowerDefenseStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterMiniGameTowerDefenseStage Clone() { + return new ResEnterMiniGameTowerDefenseStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterMiniGameTowerDefenseStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterMiniGameTowerDefenseStage 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(ResEnterMiniGameTowerDefenseStage 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 + + } + + /// + /// URL: /minigame/towerdefense/completemission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteTowerDefenseMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteTowerDefenseMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1468]; } + } + + [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 ReqCompleteTowerDefenseMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteTowerDefenseMission(ReqCompleteTowerDefenseMission other) : this() { + towerDefenseId_ = other.towerDefenseId_; + missionUidList_ = other.missionUidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteTowerDefenseMission Clone() { + return new ReqCompleteTowerDefenseMission(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + /// Field number for the "MissionUidList" field. + public const int MissionUidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionUidList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField missionUidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionUidList { + get { return missionUidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteTowerDefenseMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteTowerDefenseMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) return false; + if(!missionUidList_.Equals(other.missionUidList_)) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.GetHashCode(); + hash ^= missionUidList_.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + missionUidList_.WriteTo(output, _repeated_missionUidList_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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + missionUidList_.WriteTo(ref output, _repeated_missionUidList_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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + size += missionUidList_.CalculateSize(_repeated_missionUidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteTowerDefenseMission other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + missionUidList_.Add(other.missionUidList_); + _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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionUidList_.AddEntriesFrom(input, _repeated_missionUidList_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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionUidList_.AddEntriesFrom(ref input, _repeated_missionUidList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteTowerDefenseMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteTowerDefenseMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1469]; } + } + + [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 ResCompleteTowerDefenseMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteTowerDefenseMission(ResCompleteTowerDefenseMission other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteTowerDefenseMission Clone() { + return new ResCompleteTowerDefenseMission(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameTowerDefenseMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 3; + private global::EpinelPS.MiniGameTowerDefenseMissionExpiredError error_ = global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameTowerDefenseMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 4; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteTowerDefenseMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteTowerDefenseMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) return false; + if (BanResult != other.BanResult) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) hash ^= Error.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteTowerDefenseMission other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + Error = other.Error; + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.MiniGameTowerDefenseMissionExpiredError) input.ReadEnum(); + break; + } + case 32: { + BanResult = (global::EpinelPS.MiniGameBanResult) 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.MiniGameTowerDefenseMissionExpiredError) input.ReadEnum(); + break; + } + case 32: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/updatemissionprogress + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateTowerDefenseMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateTowerDefenseMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1470]; } + } + + [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 ReqUpdateTowerDefenseMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateTowerDefenseMissionProgress(ReqUpdateTowerDefenseMissionProgress other) : this() { + towerDefenseId_ = other.towerDefenseId_; + progressUpdateList_ = other.progressUpdateList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateTowerDefenseMissionProgress Clone() { + return new ReqUpdateTowerDefenseMissionProgress(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + /// Field number for the "ProgressUpdateList" field. + public const int ProgressUpdateListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_progressUpdateList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTowerDefenseMissionProgressUpdate.Parser); + private readonly pbc::RepeatedField progressUpdateList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProgressUpdateList { + get { return progressUpdateList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateTowerDefenseMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateTowerDefenseMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) return false; + if(!progressUpdateList_.Equals(other.progressUpdateList_)) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.GetHashCode(); + hash ^= progressUpdateList_.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + progressUpdateList_.WriteTo(output, _repeated_progressUpdateList_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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + progressUpdateList_.WriteTo(ref output, _repeated_progressUpdateList_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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + size += progressUpdateList_.CalculateSize(_repeated_progressUpdateList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateTowerDefenseMissionProgress other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + progressUpdateList_.Add(other.progressUpdateList_); + _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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(input, _repeated_progressUpdateList_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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(ref input, _repeated_progressUpdateList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateTowerDefenseMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateTowerDefenseMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1471]; } + } + + [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 ResUpdateTowerDefenseMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateTowerDefenseMissionProgress(ResUpdateTowerDefenseMissionProgress other) : this() { + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateTowerDefenseMissionProgress Clone() { + return new ResUpdateTowerDefenseMissionProgress(this); + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetMiniGameTowerDefenseMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.MiniGameTowerDefenseMissionExpiredError error_ = global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameTowerDefenseMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateTowerDefenseMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateTowerDefenseMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) 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 ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) hash ^= Error.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 + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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) { + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpdateTowerDefenseMissionProgress other) { + if (other == null) { + return; + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.MiniGameTowerDefenseMissionExpiredError.MiniGameTowerDefenseMissionExpiredErrorSucceed) { + Error = other.Error; + } + _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: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.MiniGameTowerDefenseMissionExpiredError) 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 10: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.MiniGameTowerDefenseMissionExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/upgrade + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetTowerDefenseUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetTowerDefenseUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1472]; } + } + + [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 ReqSetTowerDefenseUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTowerDefenseUpgrade(ReqSetTowerDefenseUpgrade other) : this() { + towerDefenseId_ = other.towerDefenseId_; + upgradeId_ = other.upgradeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetTowerDefenseUpgrade Clone() { + return new ReqSetTowerDefenseUpgrade(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + /// Field number for the "UpgradeId" field. + public const int UpgradeIdFieldNumber = 2; + private int upgradeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UpgradeId { + get { return upgradeId_; } + set { + upgradeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetTowerDefenseUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetTowerDefenseUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) return false; + if (UpgradeId != other.UpgradeId) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.GetHashCode(); + if (UpgradeId != 0) hash ^= UpgradeId.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + if (UpgradeId != 0) { + output.WriteRawTag(16); + output.WriteInt32(UpgradeId); + } + 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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + if (UpgradeId != 0) { + output.WriteRawTag(16); + output.WriteInt32(UpgradeId); + } + 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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + if (UpgradeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UpgradeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetTowerDefenseUpgrade other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + if (other.UpgradeId != 0) { + UpgradeId = other.UpgradeId; + } + _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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 16: { + UpgradeId = 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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 16: { + UpgradeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTowerDefenseUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTowerDefenseUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1473]; } + } + + [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 ResSetTowerDefenseUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTowerDefenseUpgrade(ResSetTowerDefenseUpgrade other) : this() { + upgradeCurrency_ = other.upgradeCurrency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTowerDefenseUpgrade Clone() { + return new ResSetTowerDefenseUpgrade(this); + } + + /// Field number for the "UpgradeCurrency" field. + public const int UpgradeCurrencyFieldNumber = 1; + private int upgradeCurrency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UpgradeCurrency { + get { return upgradeCurrency_; } + set { + upgradeCurrency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTowerDefenseUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTowerDefenseUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UpgradeCurrency != other.UpgradeCurrency) 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 (UpgradeCurrency != 0) hash ^= UpgradeCurrency.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 (UpgradeCurrency != 0) { + output.WriteRawTag(8); + output.WriteInt32(UpgradeCurrency); + } + 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 (UpgradeCurrency != 0) { + output.WriteRawTag(8); + output.WriteInt32(UpgradeCurrency); + } + 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 (UpgradeCurrency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UpgradeCurrency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetTowerDefenseUpgrade other) { + if (other == null) { + return; + } + if (other.UpgradeCurrency != 0) { + UpgradeCurrency = other.UpgradeCurrency; + } + _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: { + UpgradeCurrency = 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: { + UpgradeCurrency = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/resetupgrade + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqResetTowerDefenseUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqResetTowerDefenseUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1474]; } + } + + [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 ReqResetTowerDefenseUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetTowerDefenseUpgrade(ReqResetTowerDefenseUpgrade other) : this() { + towerDefenseId_ = other.towerDefenseId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqResetTowerDefenseUpgrade Clone() { + return new ReqResetTowerDefenseUpgrade(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqResetTowerDefenseUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqResetTowerDefenseUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + 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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + 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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqResetTowerDefenseUpgrade other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + _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: { + TowerDefenseId = 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: { + TowerDefenseId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetTowerDefenseUpgrade : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetTowerDefenseUpgrade()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1475]; } + } + + [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 ResResetTowerDefenseUpgrade() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTowerDefenseUpgrade(ResResetTowerDefenseUpgrade other) : this() { + upgradeCurrency_ = other.upgradeCurrency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetTowerDefenseUpgrade Clone() { + return new ResResetTowerDefenseUpgrade(this); + } + + /// Field number for the "UpgradeCurrency" field. + public const int UpgradeCurrencyFieldNumber = 1; + private int upgradeCurrency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UpgradeCurrency { + get { return upgradeCurrency_; } + set { + upgradeCurrency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetTowerDefenseUpgrade); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetTowerDefenseUpgrade other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UpgradeCurrency != other.UpgradeCurrency) 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 (UpgradeCurrency != 0) hash ^= UpgradeCurrency.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 (UpgradeCurrency != 0) { + output.WriteRawTag(8); + output.WriteInt32(UpgradeCurrency); + } + 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 (UpgradeCurrency != 0) { + output.WriteRawTag(8); + output.WriteInt32(UpgradeCurrency); + } + 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 (UpgradeCurrency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UpgradeCurrency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResResetTowerDefenseUpgrade other) { + if (other == null) { + return; + } + if (other.UpgradeCurrency != 0) { + UpgradeCurrency = other.UpgradeCurrency; + } + _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: { + UpgradeCurrency = 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: { + UpgradeCurrency = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishTowerDefense : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishTowerDefense()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1476]; } + } + + [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 ReqFinishTowerDefense() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishTowerDefense(ReqFinishTowerDefense other) : this() { + towerDefenseId_ = other.towerDefenseId_; + stageId_ = other.stageId_; + isWin_ = other.isWin_; + score_ = other.score_; + tutorialIds_ = other.tutorialIds_.Clone(); + stageLog_ = other.stageLog_ != null ? other.stageLog_.Clone() : null; + currentWave_ = other.currentWave_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishTowerDefense Clone() { + return new ReqFinishTowerDefense(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + /// Field number for the "StageId" field. + public const int StageIdFieldNumber = 2; + private int stageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StageId { + get { return stageId_; } + set { + stageId_ = value; + } + } + + /// Field number for the "IsWin" field. + public const int IsWinFieldNumber = 3; + 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 "Score" field. + public const int ScoreFieldNumber = 4; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "TutorialIds" field. + public const int TutorialIdsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_tutorialIds_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField tutorialIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TutorialIds { + get { return tutorialIds_; } + } + + /// Field number for the "StageLog" field. + public const int StageLogFieldNumber = 6; + private global::EpinelPS.NetTowerDefenseStageLog stageLog_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTowerDefenseStageLog StageLog { + get { return stageLog_; } + set { + stageLog_ = value; + } + } + + /// Field number for the "CurrentWave" field. + public const int CurrentWaveFieldNumber = 7; + private int currentWave_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentWave { + get { return currentWave_; } + set { + currentWave_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishTowerDefense); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishTowerDefense other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) return false; + if (StageId != other.StageId) return false; + if (IsWin != other.IsWin) return false; + if (Score != other.Score) return false; + if(!tutorialIds_.Equals(other.tutorialIds_)) return false; + if (!object.Equals(StageLog, other.StageLog)) return false; + if (CurrentWave != other.CurrentWave) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.GetHashCode(); + if (StageId != 0) hash ^= StageId.GetHashCode(); + if (IsWin != false) hash ^= IsWin.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= tutorialIds_.GetHashCode(); + if (stageLog_ != null) hash ^= StageLog.GetHashCode(); + if (CurrentWave != 0) hash ^= CurrentWave.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (IsWin != false) { + output.WriteRawTag(24); + output.WriteBool(IsWin); + } + if (Score != 0) { + output.WriteRawTag(32); + output.WriteInt32(Score); + } + tutorialIds_.WriteTo(output, _repeated_tutorialIds_codec); + if (stageLog_ != null) { + output.WriteRawTag(50); + output.WriteMessage(StageLog); + } + if (CurrentWave != 0) { + output.WriteRawTag(56); + output.WriteInt32(CurrentWave); + } + 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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + if (StageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(StageId); + } + if (IsWin != false) { + output.WriteRawTag(24); + output.WriteBool(IsWin); + } + if (Score != 0) { + output.WriteRawTag(32); + output.WriteInt32(Score); + } + tutorialIds_.WriteTo(ref output, _repeated_tutorialIds_codec); + if (stageLog_ != null) { + output.WriteRawTag(50); + output.WriteMessage(StageLog); + } + if (CurrentWave != 0) { + output.WriteRawTag(56); + output.WriteInt32(CurrentWave); + } + 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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + if (StageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StageId); + } + if (IsWin != false) { + size += 1 + 1; + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += tutorialIds_.CalculateSize(_repeated_tutorialIds_codec); + if (stageLog_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageLog); + } + if (CurrentWave != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentWave); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishTowerDefense other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + if (other.StageId != 0) { + StageId = other.StageId; + } + if (other.IsWin != false) { + IsWin = other.IsWin; + } + if (other.Score != 0) { + Score = other.Score; + } + tutorialIds_.Add(other.tutorialIds_); + if (other.stageLog_ != null) { + if (stageLog_ == null) { + StageLog = new global::EpinelPS.NetTowerDefenseStageLog(); + } + StageLog.MergeFrom(other.StageLog); + } + if (other.CurrentWave != 0) { + CurrentWave = other.CurrentWave; + } + _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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + IsWin = input.ReadBool(); + break; + } + case 32: { + Score = input.ReadInt32(); + break; + } + case 42: + case 40: { + tutorialIds_.AddEntriesFrom(input, _repeated_tutorialIds_codec); + break; + } + case 50: { + if (stageLog_ == null) { + StageLog = new global::EpinelPS.NetTowerDefenseStageLog(); + } + input.ReadMessage(StageLog); + break; + } + case 56: { + CurrentWave = 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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 16: { + StageId = input.ReadInt32(); + break; + } + case 24: { + IsWin = input.ReadBool(); + break; + } + case 32: { + Score = input.ReadInt32(); + break; + } + case 42: + case 40: { + tutorialIds_.AddEntriesFrom(ref input, _repeated_tutorialIds_codec); + break; + } + case 50: { + if (stageLog_ == null) { + StageLog = new global::EpinelPS.NetTowerDefenseStageLog(); + } + input.ReadMessage(StageLog); + break; + } + case 56: { + CurrentWave = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishTowerDefense : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishTowerDefense()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1477]; } + } + + [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 ResFinishTowerDefense() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishTowerDefense(ResFinishTowerDefense other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + banResult_ = other.banResult_; + upgradeCurrencyAmount_ = other.upgradeCurrencyAmount_; + currentUpgradeCurrency_ = other.currentUpgradeCurrency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishTowerDefense Clone() { + return new ResFinishTowerDefense(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.MiniGameBanResult banResult_ = global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + /// Field number for the "UpgradeCurrencyAmount" field. + public const int UpgradeCurrencyAmountFieldNumber = 3; + private int upgradeCurrencyAmount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UpgradeCurrencyAmount { + get { return upgradeCurrencyAmount_; } + set { + upgradeCurrencyAmount_ = value; + } + } + + /// Field number for the "CurrentUpgradeCurrency" field. + public const int CurrentUpgradeCurrencyFieldNumber = 4; + private int currentUpgradeCurrency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentUpgradeCurrency { + get { return currentUpgradeCurrency_; } + set { + currentUpgradeCurrency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishTowerDefense); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishTowerDefense other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (BanResult != other.BanResult) return false; + if (UpgradeCurrencyAmount != other.UpgradeCurrencyAmount) return false; + if (CurrentUpgradeCurrency != other.CurrentUpgradeCurrency) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) hash ^= BanResult.GetHashCode(); + if (UpgradeCurrencyAmount != 0) hash ^= UpgradeCurrencyAmount.GetHashCode(); + if (CurrentUpgradeCurrency != 0) hash ^= CurrentUpgradeCurrency.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + if (UpgradeCurrencyAmount != 0) { + output.WriteRawTag(24); + output.WriteInt32(UpgradeCurrencyAmount); + } + if (CurrentUpgradeCurrency != 0) { + output.WriteRawTag(32); + output.WriteInt32(CurrentUpgradeCurrency); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + if (UpgradeCurrencyAmount != 0) { + output.WriteRawTag(24); + output.WriteInt32(UpgradeCurrencyAmount); + } + if (CurrentUpgradeCurrency != 0) { + output.WriteRawTag(32); + output.WriteInt32(CurrentUpgradeCurrency); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (UpgradeCurrencyAmount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UpgradeCurrencyAmount); + } + if (CurrentUpgradeCurrency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentUpgradeCurrency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishTowerDefense other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.BanResult != global::EpinelPS.MiniGameBanResult.MiniGameBanResultSuccess) { + BanResult = other.BanResult; + } + if (other.UpgradeCurrencyAmount != 0) { + UpgradeCurrencyAmount = other.UpgradeCurrencyAmount; + } + if (other.CurrentUpgradeCurrency != 0) { + CurrentUpgradeCurrency = other.CurrentUpgradeCurrency; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + case 24: { + UpgradeCurrencyAmount = input.ReadInt32(); + break; + } + case 32: { + CurrentUpgradeCurrency = 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 16: { + BanResult = (global::EpinelPS.MiniGameBanResult) input.ReadEnum(); + break; + } + case 24: { + UpgradeCurrencyAmount = input.ReadInt32(); + break; + } + case 32: { + CurrentUpgradeCurrency = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /minigame/towerdefense/cleartutorial + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearTowerDefenseTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearTowerDefenseTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1478]; } + } + + [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 ReqClearTowerDefenseTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearTowerDefenseTutorial(ReqClearTowerDefenseTutorial other) : this() { + towerDefenseId_ = other.towerDefenseId_; + tutorialIds_ = other.tutorialIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearTowerDefenseTutorial Clone() { + return new ReqClearTowerDefenseTutorial(this); + } + + /// Field number for the "TowerDefenseId" field. + public const int TowerDefenseIdFieldNumber = 1; + private int towerDefenseId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TowerDefenseId { + get { return towerDefenseId_; } + set { + towerDefenseId_ = value; + } + } + + /// Field number for the "TutorialIds" field. + public const int TutorialIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tutorialIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField tutorialIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TutorialIds { + get { return tutorialIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearTowerDefenseTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearTowerDefenseTutorial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TowerDefenseId != other.TowerDefenseId) return false; + if(!tutorialIds_.Equals(other.tutorialIds_)) 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 (TowerDefenseId != 0) hash ^= TowerDefenseId.GetHashCode(); + hash ^= tutorialIds_.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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + tutorialIds_.WriteTo(output, _repeated_tutorialIds_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 (TowerDefenseId != 0) { + output.WriteRawTag(8); + output.WriteInt32(TowerDefenseId); + } + tutorialIds_.WriteTo(ref output, _repeated_tutorialIds_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 (TowerDefenseId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TowerDefenseId); + } + size += tutorialIds_.CalculateSize(_repeated_tutorialIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearTowerDefenseTutorial other) { + if (other == null) { + return; + } + if (other.TowerDefenseId != 0) { + TowerDefenseId = other.TowerDefenseId; + } + tutorialIds_.Add(other.tutorialIds_); + _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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 18: + case 16: { + tutorialIds_.AddEntriesFrom(input, _repeated_tutorialIds_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: { + TowerDefenseId = input.ReadInt32(); + break; + } + case 18: + case 16: { + tutorialIds_.AddEntriesFrom(ref input, _repeated_tutorialIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearTowerDefenseTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearTowerDefenseTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1479]; } + } + + [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 ResClearTowerDefenseTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTowerDefenseTutorial(ResClearTowerDefenseTutorial other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTowerDefenseTutorial Clone() { + return new ResClearTowerDefenseTutorial(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearTowerDefenseTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearTowerDefenseTutorial 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(ResClearTowerDefenseTutorial 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 + + } + + /// + /// URL: /event/minigame/playsoda/challenge/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterPlaySodaChallengeStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterPlaySodaChallengeStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1480]; } + } + + [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 ReqEnterPlaySodaChallengeStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterPlaySodaChallengeStage(ReqEnterPlaySodaChallengeStage other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterPlaySodaChallengeStage Clone() { + return new ReqEnterPlaySodaChallengeStage(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterPlaySodaChallengeStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterPlaySodaChallengeStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterPlaySodaChallengeStage other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterPlaySodaChallengeStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterPlaySodaChallengeStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1481]; } + } + + [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 ResEnterPlaySodaChallengeStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterPlaySodaChallengeStage(ResEnterPlaySodaChallengeStage other) : this() { + userMaxScore_ = other.userMaxScore_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterPlaySodaChallengeStage Clone() { + return new ResEnterPlaySodaChallengeStage(this); + } + + /// Field number for the "UserMaxScore" field. + public const int UserMaxScoreFieldNumber = 1; + private int userMaxScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserMaxScore { + get { return userMaxScore_; } + set { + userMaxScore_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterPlaySodaChallengeStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterPlaySodaChallengeStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (UserMaxScore != other.UserMaxScore) 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 (UserMaxScore != 0) hash ^= UserMaxScore.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 (UserMaxScore != 0) { + output.WriteRawTag(8); + output.WriteInt32(UserMaxScore); + } + 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 (UserMaxScore != 0) { + output.WriteRawTag(8); + output.WriteInt32(UserMaxScore); + } + 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 (UserMaxScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserMaxScore); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterPlaySodaChallengeStage other) { + if (other == null) { + return; + } + if (other.UserMaxScore != 0) { + UserMaxScore = other.UserMaxScore; + } + _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: { + UserMaxScore = 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: { + UserMaxScore = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/running/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishPlaySodaRunningChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishPlaySodaRunningChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1482]; } + } + + [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 ReqFinishPlaySodaRunningChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaRunningChallenge(ReqFinishPlaySodaRunningChallenge other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + score_ = other.score_; + eventLog_ = other.eventLog_.Clone(); + obstacleLocation_ = other.obstacleLocation_.Clone(); + maxAchievedLevel_ = other.maxAchievedLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaRunningChallenge Clone() { + return new ReqFinishPlaySodaRunningChallenge(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "EventLog" field. + public const int EventLogFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_eventLog_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetRunningEventLog.Parser); + private readonly pbc::RepeatedField eventLog_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EventLog { + get { return eventLog_; } + } + + /// Field number for the "ObstacleLocation" field. + public const int ObstacleLocationFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_obstacleLocation_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField obstacleLocation_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ObstacleLocation { + get { return obstacleLocation_; } + } + + /// Field number for the "MaxAchievedLevel" field. + public const int MaxAchievedLevelFieldNumber = 6; + private int maxAchievedLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxAchievedLevel { + get { return maxAchievedLevel_; } + set { + maxAchievedLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishPlaySodaRunningChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishPlaySodaRunningChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) return false; + if (Score != other.Score) return false; + if(!eventLog_.Equals(other.eventLog_)) return false; + if(!obstacleLocation_.Equals(other.obstacleLocation_)) return false; + if (MaxAchievedLevel != other.MaxAchievedLevel) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= eventLog_.GetHashCode(); + hash ^= obstacleLocation_.GetHashCode(); + if (MaxAchievedLevel != 0) hash ^= MaxAchievedLevel.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + eventLog_.WriteTo(output, _repeated_eventLog_codec); + obstacleLocation_.WriteTo(output, _repeated_obstacleLocation_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(48); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + eventLog_.WriteTo(ref output, _repeated_eventLog_codec); + obstacleLocation_.WriteTo(ref output, _repeated_obstacleLocation_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(48); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += eventLog_.CalculateSize(_repeated_eventLog_codec); + size += obstacleLocation_.CalculateSize(_repeated_obstacleLocation_codec); + if (MaxAchievedLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxAchievedLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishPlaySodaRunningChallenge other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + if (other.Score != 0) { + Score = other.Score; + } + eventLog_.Add(other.eventLog_); + obstacleLocation_.Add(other.obstacleLocation_); + if (other.MaxAchievedLevel != 0) { + MaxAchievedLevel = other.MaxAchievedLevel; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + eventLog_.AddEntriesFrom(input, _repeated_eventLog_codec); + break; + } + case 42: + case 40: { + obstacleLocation_.AddEntriesFrom(input, _repeated_obstacleLocation_codec); + break; + } + case 48: { + MaxAchievedLevel = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + eventLog_.AddEntriesFrom(ref input, _repeated_eventLog_codec); + break; + } + case 42: + case 40: { + obstacleLocation_.AddEntriesFrom(ref input, _repeated_obstacleLocation_codec); + break; + } + case 48: { + MaxAchievedLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/stackup/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishPlaySodaStackUpChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishPlaySodaStackUpChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1483]; } + } + + [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 ReqFinishPlaySodaStackUpChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaStackUpChallenge(ReqFinishPlaySodaStackUpChallenge other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + score_ = other.score_; + boxList_ = other.boxList_.Clone(); + maxAchievedLevel_ = other.maxAchievedLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaStackUpChallenge Clone() { + return new ReqFinishPlaySodaStackUpChallenge(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "BoxList" field. + public const int BoxListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_boxList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetStackUpBox.Parser); + private readonly pbc::RepeatedField boxList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BoxList { + get { return boxList_; } + } + + /// Field number for the "MaxAchievedLevel" field. + public const int MaxAchievedLevelFieldNumber = 7; + private int maxAchievedLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxAchievedLevel { + get { return maxAchievedLevel_; } + set { + maxAchievedLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishPlaySodaStackUpChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishPlaySodaStackUpChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) return false; + if (Score != other.Score) return false; + if(!boxList_.Equals(other.boxList_)) return false; + if (MaxAchievedLevel != other.MaxAchievedLevel) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= boxList_.GetHashCode(); + if (MaxAchievedLevel != 0) hash ^= MaxAchievedLevel.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + boxList_.WriteTo(output, _repeated_boxList_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + boxList_.WriteTo(ref output, _repeated_boxList_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += boxList_.CalculateSize(_repeated_boxList_codec); + if (MaxAchievedLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxAchievedLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishPlaySodaStackUpChallenge other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + if (other.Score != 0) { + Score = other.Score; + } + boxList_.Add(other.boxList_); + if (other.MaxAchievedLevel != 0) { + MaxAchievedLevel = other.MaxAchievedLevel; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + boxList_.AddEntriesFrom(input, _repeated_boxList_codec); + break; + } + case 56: { + MaxAchievedLevel = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + boxList_.AddEntriesFrom(ref input, _repeated_boxList_codec); + break; + } + case 56: { + MaxAchievedLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/catchcoin/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishPlaySodaCatchCoinChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishPlaySodaCatchCoinChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1484]; } + } + + [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 ReqFinishPlaySodaCatchCoinChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaCatchCoinChallenge(ReqFinishPlaySodaCatchCoinChallenge other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + score_ = other.score_; + coinCount_ = other.coinCount_.Clone(); + maxAchievedLevel_ = other.maxAchievedLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaCatchCoinChallenge Clone() { + return new ReqFinishPlaySodaCatchCoinChallenge(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "CoinCount" field. + public const int CoinCountFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_coinCount_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetCoinCount.Parser); + private readonly pbc::RepeatedField coinCount_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CoinCount { + get { return coinCount_; } + } + + /// Field number for the "MaxAchievedLevel" field. + public const int MaxAchievedLevelFieldNumber = 7; + private int maxAchievedLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxAchievedLevel { + get { return maxAchievedLevel_; } + set { + maxAchievedLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishPlaySodaCatchCoinChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishPlaySodaCatchCoinChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) return false; + if (Score != other.Score) return false; + if(!coinCount_.Equals(other.coinCount_)) return false; + if (MaxAchievedLevel != other.MaxAchievedLevel) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= coinCount_.GetHashCode(); + if (MaxAchievedLevel != 0) hash ^= MaxAchievedLevel.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + coinCount_.WriteTo(output, _repeated_coinCount_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + coinCount_.WriteTo(ref output, _repeated_coinCount_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += coinCount_.CalculateSize(_repeated_coinCount_codec); + if (MaxAchievedLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxAchievedLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishPlaySodaCatchCoinChallenge other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + if (other.Score != 0) { + Score = other.Score; + } + coinCount_.Add(other.coinCount_); + if (other.MaxAchievedLevel != 0) { + MaxAchievedLevel = other.MaxAchievedLevel; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + coinCount_.AddEntriesFrom(input, _repeated_coinCount_codec); + break; + } + case 56: { + MaxAchievedLevel = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + coinCount_.AddEntriesFrom(ref input, _repeated_coinCount_codec); + break; + } + case 56: { + MaxAchievedLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/smash/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishPlaySodaSmashChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishPlaySodaSmashChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1485]; } + } + + [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 ReqFinishPlaySodaSmashChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaSmashChallenge(ReqFinishPlaySodaSmashChallenge other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + score_ = other.score_; + scoringSummary_ = other.scoringSummary_.Clone(); + maxAchievedLevel_ = other.maxAchievedLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaSmashChallenge Clone() { + return new ReqFinishPlaySodaSmashChallenge(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "ScoringSummary" field. + public const int ScoringSummaryFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_scoringSummary_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSmashScoring.Parser); + private readonly pbc::RepeatedField scoringSummary_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ScoringSummary { + get { return scoringSummary_; } + } + + /// Field number for the "MaxAchievedLevel" field. + public const int MaxAchievedLevelFieldNumber = 7; + private int maxAchievedLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxAchievedLevel { + get { return maxAchievedLevel_; } + set { + maxAchievedLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishPlaySodaSmashChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishPlaySodaSmashChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) return false; + if (Score != other.Score) return false; + if(!scoringSummary_.Equals(other.scoringSummary_)) return false; + if (MaxAchievedLevel != other.MaxAchievedLevel) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + hash ^= scoringSummary_.GetHashCode(); + if (MaxAchievedLevel != 0) hash ^= MaxAchievedLevel.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + scoringSummary_.WriteTo(output, _repeated_scoringSummary_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + scoringSummary_.WriteTo(ref output, _repeated_scoringSummary_codec); + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + size += scoringSummary_.CalculateSize(_repeated_scoringSummary_codec); + if (MaxAchievedLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxAchievedLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishPlaySodaSmashChallenge other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + if (other.Score != 0) { + Score = other.Score; + } + scoringSummary_.Add(other.scoringSummary_); + if (other.MaxAchievedLevel != 0) { + MaxAchievedLevel = other.MaxAchievedLevel; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + scoringSummary_.AddEntriesFrom(input, _repeated_scoringSummary_codec); + break; + } + case 56: { + MaxAchievedLevel = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + scoringSummary_.AddEntriesFrom(ref input, _repeated_scoringSummary_codec); + break; + } + case 56: { + MaxAchievedLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/climbing/finish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFinishPlaySodaClimbingChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFinishPlaySodaClimbingChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1486]; } + } + + [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 ReqFinishPlaySodaClimbingChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaClimbingChallenge(ReqFinishPlaySodaClimbingChallenge other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + score_ = other.score_; + antiCheatData_ = other.antiCheatData_ != null ? other.antiCheatData_.Clone() : null; + maxAchievedLevel_ = other.maxAchievedLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFinishPlaySodaClimbingChallenge Clone() { + return new ReqFinishPlaySodaClimbingChallenge(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "AntiCheatData" field. + public const int AntiCheatDataFieldNumber = 4; + private global::EpinelPS.NetClimbingAntiCheatData antiCheatData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetClimbingAntiCheatData AntiCheatData { + get { return antiCheatData_; } + set { + antiCheatData_ = value; + } + } + + /// Field number for the "MaxAchievedLevel" field. + public const int MaxAchievedLevelFieldNumber = 7; + private int maxAchievedLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxAchievedLevel { + get { return maxAchievedLevel_; } + set { + maxAchievedLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFinishPlaySodaClimbingChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFinishPlaySodaClimbingChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) return false; + if (Score != other.Score) return false; + if (!object.Equals(AntiCheatData, other.AntiCheatData)) return false; + if (MaxAchievedLevel != other.MaxAchievedLevel) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (antiCheatData_ != null) hash ^= AntiCheatData.GetHashCode(); + if (MaxAchievedLevel != 0) hash ^= MaxAchievedLevel.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + if (antiCheatData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatData); + } + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + if (antiCheatData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatData); + } + if (MaxAchievedLevel != 0) { + output.WriteRawTag(56); + output.WriteInt32(MaxAchievedLevel); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (antiCheatData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatData); + } + if (MaxAchievedLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxAchievedLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFinishPlaySodaClimbingChallenge other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.antiCheatData_ != null) { + if (antiCheatData_ == null) { + AntiCheatData = new global::EpinelPS.NetClimbingAntiCheatData(); + } + AntiCheatData.MergeFrom(other.AntiCheatData); + } + if (other.MaxAchievedLevel != 0) { + MaxAchievedLevel = other.MaxAchievedLevel; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatData_ == null) { + AntiCheatData = new global::EpinelPS.NetClimbingAntiCheatData(); + } + input.ReadMessage(AntiCheatData); + break; + } + case 56: { + MaxAchievedLevel = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatData_ == null) { + AntiCheatData = new global::EpinelPS.NetClimbingAntiCheatData(); + } + input.ReadMessage(AntiCheatData); + break; + } + case 56: { + MaxAchievedLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishPlaySodaRunningChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishPlaySodaRunningChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1487]; } + } + + [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 ResFinishPlaySodaRunningChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaRunningChallenge(ResFinishPlaySodaRunningChallenge other) : this() { + dailyPlayReward_ = other.dailyPlayReward_ != null ? other.dailyPlayReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaRunningChallenge Clone() { + return new ResFinishPlaySodaRunningChallenge(this); + } + + /// Field number for the "DailyPlayReward" field. + public const int DailyPlayRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData dailyPlayReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData DailyPlayReward { + get { return dailyPlayReward_; } + set { + dailyPlayReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishPlaySodaRunningChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishPlaySodaRunningChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DailyPlayReward, other.DailyPlayReward)) 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 (dailyPlayReward_ != null) hash ^= DailyPlayReward.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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyPlayReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishPlaySodaRunningChallenge other) { + if (other == null) { + return; + } + if (other.dailyPlayReward_ != null) { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + DailyPlayReward.MergeFrom(other.DailyPlayReward); + } + _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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + 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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishPlaySodaStackUpChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishPlaySodaStackUpChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1488]; } + } + + [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 ResFinishPlaySodaStackUpChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaStackUpChallenge(ResFinishPlaySodaStackUpChallenge other) : this() { + dailyPlayReward_ = other.dailyPlayReward_ != null ? other.dailyPlayReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaStackUpChallenge Clone() { + return new ResFinishPlaySodaStackUpChallenge(this); + } + + /// Field number for the "DailyPlayReward" field. + public const int DailyPlayRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData dailyPlayReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData DailyPlayReward { + get { return dailyPlayReward_; } + set { + dailyPlayReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishPlaySodaStackUpChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishPlaySodaStackUpChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DailyPlayReward, other.DailyPlayReward)) 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 (dailyPlayReward_ != null) hash ^= DailyPlayReward.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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyPlayReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishPlaySodaStackUpChallenge other) { + if (other == null) { + return; + } + if (other.dailyPlayReward_ != null) { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + DailyPlayReward.MergeFrom(other.DailyPlayReward); + } + _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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + 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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishPlaySodaCatchCoinChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishPlaySodaCatchCoinChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1489]; } + } + + [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 ResFinishPlaySodaCatchCoinChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaCatchCoinChallenge(ResFinishPlaySodaCatchCoinChallenge other) : this() { + dailyPlayReward_ = other.dailyPlayReward_ != null ? other.dailyPlayReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaCatchCoinChallenge Clone() { + return new ResFinishPlaySodaCatchCoinChallenge(this); + } + + /// Field number for the "DailyPlayReward" field. + public const int DailyPlayRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData dailyPlayReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData DailyPlayReward { + get { return dailyPlayReward_; } + set { + dailyPlayReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishPlaySodaCatchCoinChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishPlaySodaCatchCoinChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DailyPlayReward, other.DailyPlayReward)) 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 (dailyPlayReward_ != null) hash ^= DailyPlayReward.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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyPlayReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishPlaySodaCatchCoinChallenge other) { + if (other == null) { + return; + } + if (other.dailyPlayReward_ != null) { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + DailyPlayReward.MergeFrom(other.DailyPlayReward); + } + _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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + 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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishPlaySodaSmashChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishPlaySodaSmashChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1490]; } + } + + [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 ResFinishPlaySodaSmashChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaSmashChallenge(ResFinishPlaySodaSmashChallenge other) : this() { + dailyPlayReward_ = other.dailyPlayReward_ != null ? other.dailyPlayReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaSmashChallenge Clone() { + return new ResFinishPlaySodaSmashChallenge(this); + } + + /// Field number for the "DailyPlayReward" field. + public const int DailyPlayRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData dailyPlayReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData DailyPlayReward { + get { return dailyPlayReward_; } + set { + dailyPlayReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishPlaySodaSmashChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishPlaySodaSmashChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DailyPlayReward, other.DailyPlayReward)) 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 (dailyPlayReward_ != null) hash ^= DailyPlayReward.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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyPlayReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishPlaySodaSmashChallenge other) { + if (other == null) { + return; + } + if (other.dailyPlayReward_ != null) { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + DailyPlayReward.MergeFrom(other.DailyPlayReward); + } + _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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + 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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinishPlaySodaClimbingChallenge : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinishPlaySodaClimbingChallenge()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1491]; } + } + + [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 ResFinishPlaySodaClimbingChallenge() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaClimbingChallenge(ResFinishPlaySodaClimbingChallenge other) : this() { + dailyPlayReward_ = other.dailyPlayReward_ != null ? other.dailyPlayReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinishPlaySodaClimbingChallenge Clone() { + return new ResFinishPlaySodaClimbingChallenge(this); + } + + /// Field number for the "DailyPlayReward" field. + public const int DailyPlayRewardFieldNumber = 1; + private global::EpinelPS.NetRewardData dailyPlayReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData DailyPlayReward { + get { return dailyPlayReward_; } + set { + dailyPlayReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinishPlaySodaClimbingChallenge); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinishPlaySodaClimbingChallenge other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DailyPlayReward, other.DailyPlayReward)) 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 (dailyPlayReward_ != null) hash ^= DailyPlayReward.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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DailyPlayReward); + } + 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 (dailyPlayReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DailyPlayReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFinishPlaySodaClimbingChallenge other) { + if (other == null) { + return; + } + if (other.dailyPlayReward_ != null) { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + DailyPlayReward.MergeFrom(other.DailyPlayReward); + } + _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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + 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: { + if (dailyPlayReward_ == null) { + DailyPlayReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(DailyPlayReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPlaySodaEachGameInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPlaySodaEachGameInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1492]; } + } + + [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 NetPlaySodaEachGameInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPlaySodaEachGameInfo(NetPlaySodaEachGameInfo other) : this() { + challengeStageId_ = other.challengeStageId_; + userRank_ = other.userRank_; + userMaxScoreInUnion_ = other.userMaxScoreInUnion_; + accumulatedScore_ = other.accumulatedScore_; + canReceivePointReward_ = other.canReceivePointReward_; + isInGuild_ = other.isInGuild_; + lastRewardStep_ = other.lastRewardStep_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPlaySodaEachGameInfo Clone() { + return new NetPlaySodaEachGameInfo(this); + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 1; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + /// Field number for the "UserRank" field. + public const int UserRankFieldNumber = 2; + private int userRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserRank { + get { return userRank_; } + set { + userRank_ = value; + } + } + + /// Field number for the "UserMaxScoreInUnion" field. + public const int UserMaxScoreInUnionFieldNumber = 3; + private int userMaxScoreInUnion_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UserMaxScoreInUnion { + get { return userMaxScoreInUnion_; } + set { + userMaxScoreInUnion_ = value; + } + } + + /// Field number for the "AccumulatedScore" field. + public const int AccumulatedScoreFieldNumber = 4; + private long accumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long AccumulatedScore { + get { return accumulatedScore_; } + set { + accumulatedScore_ = value; + } + } + + /// Field number for the "CanReceivePointReward" field. + public const int CanReceivePointRewardFieldNumber = 5; + private bool canReceivePointReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool CanReceivePointReward { + get { return canReceivePointReward_; } + set { + canReceivePointReward_ = value; + } + } + + /// Field number for the "IsInGuild" field. + public const int IsInGuildFieldNumber = 6; + private bool isInGuild_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsInGuild { + get { return isInGuild_; } + set { + isInGuild_ = value; + } + } + + /// Field number for the "LastRewardStep" field. + public const int LastRewardStepFieldNumber = 7; + private int lastRewardStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastRewardStep { + get { return lastRewardStep_; } + set { + lastRewardStep_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPlaySodaEachGameInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPlaySodaEachGameInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ChallengeStageId != other.ChallengeStageId) return false; + if (UserRank != other.UserRank) return false; + if (UserMaxScoreInUnion != other.UserMaxScoreInUnion) return false; + if (AccumulatedScore != other.AccumulatedScore) return false; + if (CanReceivePointReward != other.CanReceivePointReward) return false; + if (IsInGuild != other.IsInGuild) return false; + if (LastRewardStep != other.LastRewardStep) 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 (ChallengeStageId != 0) hash ^= ChallengeStageId.GetHashCode(); + if (UserRank != 0) hash ^= UserRank.GetHashCode(); + if (UserMaxScoreInUnion != 0) hash ^= UserMaxScoreInUnion.GetHashCode(); + if (AccumulatedScore != 0L) hash ^= AccumulatedScore.GetHashCode(); + if (CanReceivePointReward != false) hash ^= CanReceivePointReward.GetHashCode(); + if (IsInGuild != false) hash ^= IsInGuild.GetHashCode(); + if (LastRewardStep != 0) hash ^= LastRewardStep.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 (ChallengeStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ChallengeStageId); + } + if (UserRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(UserRank); + } + if (UserMaxScoreInUnion != 0) { + output.WriteRawTag(24); + output.WriteInt32(UserMaxScoreInUnion); + } + if (AccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(AccumulatedScore); + } + if (CanReceivePointReward != false) { + output.WriteRawTag(40); + output.WriteBool(CanReceivePointReward); + } + if (IsInGuild != false) { + output.WriteRawTag(48); + output.WriteBool(IsInGuild); + } + if (LastRewardStep != 0) { + output.WriteRawTag(56); + output.WriteInt32(LastRewardStep); + } + 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 (ChallengeStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ChallengeStageId); + } + if (UserRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(UserRank); + } + if (UserMaxScoreInUnion != 0) { + output.WriteRawTag(24); + output.WriteInt32(UserMaxScoreInUnion); + } + if (AccumulatedScore != 0L) { + output.WriteRawTag(32); + output.WriteInt64(AccumulatedScore); + } + if (CanReceivePointReward != false) { + output.WriteRawTag(40); + output.WriteBool(CanReceivePointReward); + } + if (IsInGuild != false) { + output.WriteRawTag(48); + output.WriteBool(IsInGuild); + } + if (LastRewardStep != 0) { + output.WriteRawTag(56); + output.WriteInt32(LastRewardStep); + } + 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 (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (UserRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserRank); + } + if (UserMaxScoreInUnion != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UserMaxScoreInUnion); + } + if (AccumulatedScore != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(AccumulatedScore); + } + if (CanReceivePointReward != false) { + size += 1 + 1; + } + if (IsInGuild != false) { + size += 1 + 1; + } + if (LastRewardStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastRewardStep); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPlaySodaEachGameInfo other) { + if (other == null) { + return; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + if (other.UserRank != 0) { + UserRank = other.UserRank; + } + if (other.UserMaxScoreInUnion != 0) { + UserMaxScoreInUnion = other.UserMaxScoreInUnion; + } + if (other.AccumulatedScore != 0L) { + AccumulatedScore = other.AccumulatedScore; + } + if (other.CanReceivePointReward != false) { + CanReceivePointReward = other.CanReceivePointReward; + } + if (other.IsInGuild != false) { + IsInGuild = other.IsInGuild; + } + if (other.LastRewardStep != 0) { + LastRewardStep = other.LastRewardStep; + } + _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: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 16: { + UserRank = input.ReadInt32(); + break; + } + case 24: { + UserMaxScoreInUnion = input.ReadInt32(); + break; + } + case 32: { + AccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + CanReceivePointReward = input.ReadBool(); + break; + } + case 48: { + IsInGuild = input.ReadBool(); + break; + } + case 56: { + LastRewardStep = 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: { + ChallengeStageId = input.ReadInt32(); + break; + } + case 16: { + UserRank = input.ReadInt32(); + break; + } + case 24: { + UserMaxScoreInUnion = input.ReadInt32(); + break; + } + case 32: { + AccumulatedScore = input.ReadInt64(); + break; + } + case 40: { + CanReceivePointReward = input.ReadBool(); + break; + } + case 48: { + IsInGuild = input.ReadBool(); + break; + } + case 56: { + LastRewardStep = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/getinfo + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetPlaySodaChallengeModeInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetPlaySodaChallengeModeInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1493]; } + } + + [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 ReqGetPlaySodaChallengeModeInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPlaySodaChallengeModeInfo(ReqGetPlaySodaChallengeModeInfo other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPlaySodaChallengeModeInfo Clone() { + return new ReqGetPlaySodaChallengeModeInfo(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetPlaySodaChallengeModeInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetPlaySodaChallengeModeInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetPlaySodaChallengeModeInfo other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetPlaySodaChallengeModeInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetPlaySodaChallengeModeInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1494]; } + } + + [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 ResGetPlaySodaChallengeModeInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPlaySodaChallengeModeInfo(ResGetPlaySodaChallengeModeInfo other) : this() { + hasReceivedDailyReward_ = other.hasReceivedDailyReward_; + playSodaEachGameInfoList_ = other.playSodaEachGameInfoList_.Clone(); + wholeUser_ = other.wholeUser_ != null ? other.wholeUser_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPlaySodaChallengeModeInfo Clone() { + return new ResGetPlaySodaChallengeModeInfo(this); + } + + /// Field number for the "HasReceivedDailyReward" field. + public const int HasReceivedDailyRewardFieldNumber = 1; + private bool hasReceivedDailyReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasReceivedDailyReward { + get { return hasReceivedDailyReward_; } + set { + hasReceivedDailyReward_ = value; + } + } + + /// Field number for the "PlaySodaEachGameInfoList" field. + public const int PlaySodaEachGameInfoListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_playSodaEachGameInfoList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetPlaySodaEachGameInfo.Parser); + private readonly pbc::RepeatedField playSodaEachGameInfoList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PlaySodaEachGameInfoList { + get { return playSodaEachGameInfoList_; } + } + + /// Field number for the "WholeUser" field. + public const int WholeUserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData wholeUser_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData WholeUser { + get { return wholeUser_; } + set { + wholeUser_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetPlaySodaChallengeModeInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetPlaySodaChallengeModeInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (HasReceivedDailyReward != other.HasReceivedDailyReward) return false; + if(!playSodaEachGameInfoList_.Equals(other.playSodaEachGameInfoList_)) return false; + if (!object.Equals(WholeUser, other.WholeUser)) 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 (HasReceivedDailyReward != false) hash ^= HasReceivedDailyReward.GetHashCode(); + hash ^= playSodaEachGameInfoList_.GetHashCode(); + if (wholeUser_ != null) hash ^= WholeUser.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 (HasReceivedDailyReward != false) { + output.WriteRawTag(8); + output.WriteBool(HasReceivedDailyReward); + } + playSodaEachGameInfoList_.WriteTo(output, _repeated_playSodaEachGameInfoList_codec); + if (wholeUser_ != null) { + output.WriteRawTag(26); + output.WriteMessage(WholeUser); + } + 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 (HasReceivedDailyReward != false) { + output.WriteRawTag(8); + output.WriteBool(HasReceivedDailyReward); + } + playSodaEachGameInfoList_.WriteTo(ref output, _repeated_playSodaEachGameInfoList_codec); + if (wholeUser_ != null) { + output.WriteRawTag(26); + output.WriteMessage(WholeUser); + } + 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 (HasReceivedDailyReward != false) { + size += 1 + 1; + } + size += playSodaEachGameInfoList_.CalculateSize(_repeated_playSodaEachGameInfoList_codec); + if (wholeUser_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(WholeUser); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetPlaySodaChallengeModeInfo other) { + if (other == null) { + return; + } + if (other.HasReceivedDailyReward != false) { + HasReceivedDailyReward = other.HasReceivedDailyReward; + } + playSodaEachGameInfoList_.Add(other.playSodaEachGameInfoList_); + if (other.wholeUser_ != null) { + if (wholeUser_ == null) { + WholeUser = new global::EpinelPS.NetWholeUserData(); + } + WholeUser.MergeFrom(other.WholeUser); + } + _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: { + HasReceivedDailyReward = input.ReadBool(); + break; + } + case 18: { + playSodaEachGameInfoList_.AddEntriesFrom(input, _repeated_playSodaEachGameInfoList_codec); + break; + } + case 26: { + if (wholeUser_ == null) { + WholeUser = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(WholeUser); + 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: { + HasReceivedDailyReward = input.ReadBool(); + break; + } + case 18: { + playSodaEachGameInfoList_.AddEntriesFrom(ref input, _repeated_playSodaEachGameInfoList_codec); + break; + } + case 26: { + if (wholeUser_ == null) { + WholeUser = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(WholeUser); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPlaySodaUserRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPlaySodaUserRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1495]; } + } + + [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 NetPlaySodaUserRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPlaySodaUserRanking(NetPlaySodaUserRanking other) : this() { + rank_ = other.rank_; + score_ = other.score_; + wholeUserTableIndex_ = other.wholeUserTableIndex_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPlaySodaUserRanking Clone() { + return new NetPlaySodaUserRanking(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "WholeUserTableIndex" field. + public const int WholeUserTableIndexFieldNumber = 3; + private int wholeUserTableIndex_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WholeUserTableIndex { + get { return wholeUserTableIndex_; } + set { + wholeUserTableIndex_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPlaySodaUserRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPlaySodaUserRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (WholeUserTableIndex != other.WholeUserTableIndex) 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 (Rank != 0) hash ^= Rank.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (WholeUserTableIndex != 0) hash ^= WholeUserTableIndex.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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (WholeUserTableIndex != 0) { + output.WriteRawTag(24); + output.WriteInt32(WholeUserTableIndex); + } + 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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (WholeUserTableIndex != 0) { + output.WriteRawTag(24); + output.WriteInt32(WholeUserTableIndex); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (WholeUserTableIndex != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WholeUserTableIndex); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPlaySodaUserRanking other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.WholeUserTableIndex != 0) { + WholeUserTableIndex = other.WholeUserTableIndex; + } + _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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 24: { + WholeUserTableIndex = 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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 24: { + WholeUserTableIndex = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPlaySodaEachGameLeaderboard : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPlaySodaEachGameLeaderboard()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1496]; } + } + + [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 NetPlaySodaEachGameLeaderboard() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPlaySodaEachGameLeaderboard(NetPlaySodaEachGameLeaderboard other) : this() { + challengeModeId_ = other.challengeModeId_; + userRanking_ = other.userRanking_ != null ? other.userRanking_.Clone() : null; + guildMemberRankingList_ = other.guildMemberRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPlaySodaEachGameLeaderboard Clone() { + return new NetPlaySodaEachGameLeaderboard(this); + } + + /// Field number for the "ChallengeModeId" field. + public const int ChallengeModeIdFieldNumber = 1; + private int challengeModeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeModeId { + get { return challengeModeId_; } + set { + challengeModeId_ = value; + } + } + + /// Field number for the "UserRanking" field. + public const int UserRankingFieldNumber = 2; + private global::EpinelPS.NetPlaySodaUserRanking userRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPlaySodaUserRanking UserRanking { + get { return userRanking_; } + set { + userRanking_ = value; + } + } + + /// Field number for the "GuildMemberRankingList" field. + public const int GuildMemberRankingListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_guildMemberRankingList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetPlaySodaUserRanking.Parser); + private readonly pbc::RepeatedField guildMemberRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildMemberRankingList { + get { return guildMemberRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPlaySodaEachGameLeaderboard); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPlaySodaEachGameLeaderboard other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ChallengeModeId != other.ChallengeModeId) return false; + if (!object.Equals(UserRanking, other.UserRanking)) return false; + if(!guildMemberRankingList_.Equals(other.guildMemberRankingList_)) 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 (ChallengeModeId != 0) hash ^= ChallengeModeId.GetHashCode(); + if (userRanking_ != null) hash ^= UserRanking.GetHashCode(); + hash ^= guildMemberRankingList_.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 (ChallengeModeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ChallengeModeId); + } + if (userRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserRanking); + } + guildMemberRankingList_.WriteTo(output, _repeated_guildMemberRankingList_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 (ChallengeModeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ChallengeModeId); + } + if (userRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserRanking); + } + guildMemberRankingList_.WriteTo(ref output, _repeated_guildMemberRankingList_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 (ChallengeModeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeModeId); + } + if (userRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserRanking); + } + size += guildMemberRankingList_.CalculateSize(_repeated_guildMemberRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPlaySodaEachGameLeaderboard other) { + if (other == null) { + return; + } + if (other.ChallengeModeId != 0) { + ChallengeModeId = other.ChallengeModeId; + } + if (other.userRanking_ != null) { + if (userRanking_ == null) { + UserRanking = new global::EpinelPS.NetPlaySodaUserRanking(); + } + UserRanking.MergeFrom(other.UserRanking); + } + guildMemberRankingList_.Add(other.guildMemberRankingList_); + _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: { + ChallengeModeId = input.ReadInt32(); + break; + } + case 18: { + if (userRanking_ == null) { + UserRanking = new global::EpinelPS.NetPlaySodaUserRanking(); + } + input.ReadMessage(UserRanking); + break; + } + case 26: { + guildMemberRankingList_.AddEntriesFrom(input, _repeated_guildMemberRankingList_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: { + ChallengeModeId = input.ReadInt32(); + break; + } + case 18: { + if (userRanking_ == null) { + UserRanking = new global::EpinelPS.NetPlaySodaUserRanking(); + } + input.ReadMessage(UserRanking); + break; + } + case 26: { + guildMemberRankingList_.AddEntriesFrom(ref input, _repeated_guildMemberRankingList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/leaderboards + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetPlaySodaLeaderboards : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetPlaySodaLeaderboards()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1497]; } + } + + [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 ReqGetPlaySodaLeaderboards() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPlaySodaLeaderboards(ReqGetPlaySodaLeaderboards other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetPlaySodaLeaderboards Clone() { + return new ReqGetPlaySodaLeaderboards(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetPlaySodaLeaderboards); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetPlaySodaLeaderboards other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetPlaySodaLeaderboards other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetPlaySodaLeaderboards : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetPlaySodaLeaderboards()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1498]; } + } + + [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 ResGetPlaySodaLeaderboards() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPlaySodaLeaderboards(ResGetPlaySodaLeaderboards other) : this() { + leaderboards_ = other.leaderboards_.Clone(); + wholeUserTable_ = other.wholeUserTable_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPlaySodaLeaderboards Clone() { + return new ResGetPlaySodaLeaderboards(this); + } + + /// Field number for the "Leaderboards" field. + public const int LeaderboardsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_leaderboards_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetPlaySodaEachGameLeaderboard.Parser); + private readonly pbc::RepeatedField leaderboards_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Leaderboards { + get { return leaderboards_; } + } + + /// Field number for the "WholeUserTable" field. + public const int WholeUserTableFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_wholeUserTable_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetWholeUserData.Parser); + private readonly pbc::RepeatedField wholeUserTable_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField WholeUserTable { + get { return wholeUserTable_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetPlaySodaLeaderboards); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetPlaySodaLeaderboards other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!leaderboards_.Equals(other.leaderboards_)) return false; + if(!wholeUserTable_.Equals(other.wholeUserTable_)) 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 ^= leaderboards_.GetHashCode(); + hash ^= wholeUserTable_.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 + leaderboards_.WriteTo(output, _repeated_leaderboards_codec); + wholeUserTable_.WriteTo(output, _repeated_wholeUserTable_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) { + leaderboards_.WriteTo(ref output, _repeated_leaderboards_codec); + wholeUserTable_.WriteTo(ref output, _repeated_wholeUserTable_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 += leaderboards_.CalculateSize(_repeated_leaderboards_codec); + size += wholeUserTable_.CalculateSize(_repeated_wholeUserTable_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetPlaySodaLeaderboards other) { + if (other == null) { + return; + } + leaderboards_.Add(other.leaderboards_); + wholeUserTable_.Add(other.wholeUserTable_); + _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: { + leaderboards_.AddEntriesFrom(input, _repeated_leaderboards_codec); + break; + } + case 18: { + wholeUserTable_.AddEntriesFrom(input, _repeated_wholeUserTable_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: { + leaderboards_.AddEntriesFrom(ref input, _repeated_leaderboards_codec); + break; + } + case 18: { + wholeUserTable_.AddEntriesFrom(ref input, _repeated_wholeUserTable_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/playsoda/challenge/obtainpointreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainPlaySodaPointReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainPlaySodaPointReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1499]; } + } + + [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 ReqObtainPlaySodaPointReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainPlaySodaPointReward(ReqObtainPlaySodaPointReward other) : this() { + eventId_ = other.eventId_; + challengeStageId_ = other.challengeStageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainPlaySodaPointReward Clone() { + return new ReqObtainPlaySodaPointReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ChallengeStageId" field. + public const int ChallengeStageIdFieldNumber = 2; + private int challengeStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChallengeStageId { + get { return challengeStageId_; } + set { + challengeStageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainPlaySodaPointReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainPlaySodaPointReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ChallengeStageId != other.ChallengeStageId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ChallengeStageId != 0) hash ^= ChallengeStageId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ChallengeStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ChallengeStageId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ChallengeStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChallengeStageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainPlaySodaPointReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ChallengeStageId != 0) { + ChallengeStageId = other.ChallengeStageId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ChallengeStageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainPlaySodaPointReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainPlaySodaPointReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1500]; } + } + + [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 ResObtainPlaySodaPointReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPlaySodaPointReward(ResObtainPlaySodaPointReward other) : this() { + reward_ = other.reward_.Clone(); + lastRewardStep_ = other.lastRewardStep_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPlaySodaPointReward Clone() { + return new ResObtainPlaySodaPointReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_reward_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetRewardData.Parser); + private readonly pbc::RepeatedField reward_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Reward { + get { return reward_; } + } + + /// Field number for the "LastRewardStep" field. + public const int LastRewardStepFieldNumber = 2; + private int lastRewardStep_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastRewardStep { + get { return lastRewardStep_; } + set { + lastRewardStep_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainPlaySodaPointReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainPlaySodaPointReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!reward_.Equals(other.reward_)) return false; + if (LastRewardStep != other.LastRewardStep) 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 ^= reward_.GetHashCode(); + if (LastRewardStep != 0) hash ^= LastRewardStep.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 + reward_.WriteTo(output, _repeated_reward_codec); + if (LastRewardStep != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastRewardStep); + } + 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) { + reward_.WriteTo(ref output, _repeated_reward_codec); + if (LastRewardStep != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastRewardStep); + } + 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 += reward_.CalculateSize(_repeated_reward_codec); + if (LastRewardStep != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastRewardStep); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainPlaySodaPointReward other) { + if (other == null) { + return; + } + reward_.Add(other.reward_); + if (other.LastRewardStep != 0) { + LastRewardStep = other.LastRewardStep; + } + _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: { + reward_.AddEntriesFrom(input, _repeated_reward_codec); + break; + } + case 16: { + LastRewardStep = 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 10: { + reward_.AddEntriesFrom(ref input, _repeated_reward_codec); + break; + } + case 16: { + LastRewardStep = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameIslandAdventureUserScoreRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameIslandAdventureUserScoreRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1501]; } + } + + [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 NetMiniGameIslandAdventureUserScoreRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameIslandAdventureUserScoreRanking(NetMiniGameIslandAdventureUserScoreRanking other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameIslandAdventureUserScoreRanking Clone() { + return new NetMiniGameIslandAdventureUserScoreRanking(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameIslandAdventureUserScoreRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameIslandAdventureUserScoreRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0) hash ^= Rank.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameIslandAdventureUserScoreRanking other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameIslandAdventureUserSizeRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameIslandAdventureUserSizeRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1502]; } + } + + [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 NetMiniGameIslandAdventureUserSizeRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameIslandAdventureUserSizeRanking(NetMiniGameIslandAdventureUserSizeRanking other) : this() { + rank_ = other.rank_; + fishId_ = other.fishId_; + size_ = other.size_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameIslandAdventureUserSizeRanking Clone() { + return new NetMiniGameIslandAdventureUserSizeRanking(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private int rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "FishId" field. + public const int FishIdFieldNumber = 2; + private int fishId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishId { + get { return fishId_; } + set { + fishId_ = value; + } + } + + /// Field number for the "Size" field. + public const int SizeFieldNumber = 3; + private int size_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Size { + get { return size_; } + set { + size_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 4; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameIslandAdventureUserSizeRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameIslandAdventureUserSizeRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (FishId != other.FishId) return false; + if (Size != other.Size) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0) hash ^= Rank.GetHashCode(); + if (FishId != 0) hash ^= FishId.GetHashCode(); + if (Size != 0) hash ^= Size.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (FishId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishId); + } + if (Size != 0) { + output.WriteRawTag(24); + output.WriteInt32(Size); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + 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 (Rank != 0) { + output.WriteRawTag(8); + output.WriteInt32(Rank); + } + if (FishId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishId); + } + if (Size != 0) { + output.WriteRawTag(24); + output.WriteInt32(Size); + } + if (user_ != null) { + output.WriteRawTag(34); + output.WriteMessage(User); + } + 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 (Rank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Rank); + } + if (FishId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishId); + } + if (Size != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Size); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameIslandAdventureUserSizeRanking other) { + if (other == null) { + return; + } + if (other.Rank != 0) { + Rank = other.Rank; + } + if (other.FishId != 0) { + FishId = other.FishId; + } + if (other.Size != 0) { + Size = other.Size; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + FishId = input.ReadInt32(); + break; + } + case 24: { + Size = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt32(); + break; + } + case 16: { + FishId = input.ReadInt32(); + break; + } + case 24: { + Size = input.ReadInt32(); + break; + } + case 34: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/rankings + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameIslandAdventureRankings : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameIslandAdventureRankings()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1503]; } + } + + [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 ReqGetMiniGameIslandAdventureRankings() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameIslandAdventureRankings(ReqGetMiniGameIslandAdventureRankings other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameIslandAdventureRankings Clone() { + return new ReqGetMiniGameIslandAdventureRankings(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameIslandAdventureRankings); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameIslandAdventureRankings other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameIslandAdventureRankings other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameIslandAdventureRankings : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameIslandAdventureRankings()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1504]; } + } + + [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 ResGetMiniGameIslandAdventureRankings() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameIslandAdventureRankings(ResGetMiniGameIslandAdventureRankings other) : this() { + userGuildScoreRanking_ = other.userGuildScoreRanking_ != null ? other.userGuildScoreRanking_.Clone() : null; + userGuildSizeRanking_ = other.userGuildSizeRanking_ != null ? other.userGuildSizeRanking_.Clone() : null; + miniGameIslandUserScoreRankingList_ = other.miniGameIslandUserScoreRankingList_.Clone(); + miniGameIslandUserSizeRankingList_ = other.miniGameIslandUserSizeRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameIslandAdventureRankings Clone() { + return new ResGetMiniGameIslandAdventureRankings(this); + } + + /// Field number for the "UserGuildScoreRanking" field. + public const int UserGuildScoreRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking userGuildScoreRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking UserGuildScoreRanking { + get { return userGuildScoreRanking_; } + set { + userGuildScoreRanking_ = value; + } + } + + /// Field number for the "UserGuildSizeRanking" field. + public const int UserGuildSizeRankingFieldNumber = 2; + private global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking userGuildSizeRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking UserGuildSizeRanking { + get { return userGuildSizeRanking_; } + set { + userGuildSizeRanking_ = value; + } + } + + /// Field number for the "MiniGameIslandUserScoreRankingList" field. + public const int MiniGameIslandUserScoreRankingListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_miniGameIslandUserScoreRankingList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking.Parser); + private readonly pbc::RepeatedField miniGameIslandUserScoreRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MiniGameIslandUserScoreRankingList { + get { return miniGameIslandUserScoreRankingList_; } + } + + /// Field number for the "MiniGameIslandUserSizeRankingList" field. + public const int MiniGameIslandUserSizeRankingListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_miniGameIslandUserSizeRankingList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking.Parser); + private readonly pbc::RepeatedField miniGameIslandUserSizeRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MiniGameIslandUserSizeRankingList { + get { return miniGameIslandUserSizeRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameIslandAdventureRankings); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameIslandAdventureRankings other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildScoreRanking, other.UserGuildScoreRanking)) return false; + if (!object.Equals(UserGuildSizeRanking, other.UserGuildSizeRanking)) return false; + if(!miniGameIslandUserScoreRankingList_.Equals(other.miniGameIslandUserScoreRankingList_)) return false; + if(!miniGameIslandUserSizeRankingList_.Equals(other.miniGameIslandUserSizeRankingList_)) 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 (userGuildScoreRanking_ != null) hash ^= UserGuildScoreRanking.GetHashCode(); + if (userGuildSizeRanking_ != null) hash ^= UserGuildSizeRanking.GetHashCode(); + hash ^= miniGameIslandUserScoreRankingList_.GetHashCode(); + hash ^= miniGameIslandUserSizeRankingList_.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 (userGuildScoreRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildScoreRanking); + } + if (userGuildSizeRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserGuildSizeRanking); + } + miniGameIslandUserScoreRankingList_.WriteTo(output, _repeated_miniGameIslandUserScoreRankingList_codec); + miniGameIslandUserSizeRankingList_.WriteTo(output, _repeated_miniGameIslandUserSizeRankingList_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 (userGuildScoreRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildScoreRanking); + } + if (userGuildSizeRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserGuildSizeRanking); + } + miniGameIslandUserScoreRankingList_.WriteTo(ref output, _repeated_miniGameIslandUserScoreRankingList_codec); + miniGameIslandUserSizeRankingList_.WriteTo(ref output, _repeated_miniGameIslandUserSizeRankingList_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 (userGuildScoreRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildScoreRanking); + } + if (userGuildSizeRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildSizeRanking); + } + size += miniGameIslandUserScoreRankingList_.CalculateSize(_repeated_miniGameIslandUserScoreRankingList_codec); + size += miniGameIslandUserSizeRankingList_.CalculateSize(_repeated_miniGameIslandUserSizeRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameIslandAdventureRankings other) { + if (other == null) { + return; + } + if (other.userGuildScoreRanking_ != null) { + if (userGuildScoreRanking_ == null) { + UserGuildScoreRanking = new global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking(); + } + UserGuildScoreRanking.MergeFrom(other.UserGuildScoreRanking); + } + if (other.userGuildSizeRanking_ != null) { + if (userGuildSizeRanking_ == null) { + UserGuildSizeRanking = new global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking(); + } + UserGuildSizeRanking.MergeFrom(other.UserGuildSizeRanking); + } + miniGameIslandUserScoreRankingList_.Add(other.miniGameIslandUserScoreRankingList_); + miniGameIslandUserSizeRankingList_.Add(other.miniGameIslandUserSizeRankingList_); + _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: { + if (userGuildScoreRanking_ == null) { + UserGuildScoreRanking = new global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking(); + } + input.ReadMessage(UserGuildScoreRanking); + break; + } + case 18: { + if (userGuildSizeRanking_ == null) { + UserGuildSizeRanking = new global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking(); + } + input.ReadMessage(UserGuildSizeRanking); + break; + } + case 26: { + miniGameIslandUserScoreRankingList_.AddEntriesFrom(input, _repeated_miniGameIslandUserScoreRankingList_codec); + break; + } + case 34: { + miniGameIslandUserSizeRankingList_.AddEntriesFrom(input, _repeated_miniGameIslandUserSizeRankingList_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: { + if (userGuildScoreRanking_ == null) { + UserGuildScoreRanking = new global::EpinelPS.NetMiniGameIslandAdventureUserScoreRanking(); + } + input.ReadMessage(UserGuildScoreRanking); + break; + } + case 18: { + if (userGuildSizeRanking_ == null) { + UserGuildSizeRanking = new global::EpinelPS.NetMiniGameIslandAdventureUserSizeRanking(); + } + input.ReadMessage(UserGuildSizeRanking); + break; + } + case 26: { + miniGameIslandUserScoreRankingList_.AddEntriesFrom(ref input, _repeated_miniGameIslandUserScoreRankingList_codec); + break; + } + case 34: { + miniGameIslandUserSizeRankingList_.AddEntriesFrom(ref input, _repeated_miniGameIslandUserSizeRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFishingHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFishingHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1505]; } + } + + [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 NetFishingHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFishingHistory(NetFishingHistory other) : this() { + fishId_ = other.fishId_; + maxSize_ = other.maxSize_; + fishingCount_ = other.fishingCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFishingHistory Clone() { + return new NetFishingHistory(this); + } + + /// Field number for the "FishId" field. + public const int FishIdFieldNumber = 1; + private int fishId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishId { + get { return fishId_; } + set { + fishId_ = value; + } + } + + /// Field number for the "MaxSize" field. + public const int MaxSizeFieldNumber = 2; + private int maxSize_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MaxSize { + get { return maxSize_; } + set { + maxSize_ = value; + } + } + + /// Field number for the "FishingCount" field. + public const int FishingCountFieldNumber = 3; + private int fishingCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishingCount { + get { return fishingCount_; } + set { + fishingCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFishingHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFishingHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FishId != other.FishId) return false; + if (MaxSize != other.MaxSize) return false; + if (FishingCount != other.FishingCount) 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 (FishId != 0) hash ^= FishId.GetHashCode(); + if (MaxSize != 0) hash ^= MaxSize.GetHashCode(); + if (FishingCount != 0) hash ^= FishingCount.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 (FishId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FishId); + } + if (MaxSize != 0) { + output.WriteRawTag(16); + output.WriteInt32(MaxSize); + } + if (FishingCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FishingCount); + } + 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 (FishId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FishId); + } + if (MaxSize != 0) { + output.WriteRawTag(16); + output.WriteInt32(MaxSize); + } + if (FishingCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FishingCount); + } + 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 (FishId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishId); + } + if (MaxSize != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxSize); + } + if (FishingCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishingCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFishingHistory other) { + if (other == null) { + return; + } + if (other.FishId != 0) { + FishId = other.FishId; + } + if (other.MaxSize != 0) { + MaxSize = other.MaxSize; + } + if (other.FishingCount != 0) { + FishingCount = other.FishingCount; + } + _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: { + FishId = input.ReadInt32(); + break; + } + case 16: { + MaxSize = input.ReadInt32(); + break; + } + case 24: { + FishingCount = 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: { + FishId = input.ReadInt32(); + break; + } + case 16: { + MaxSize = input.ReadInt32(); + break; + } + case 24: { + FishingCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPhotoData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPhotoData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1506]; } + } + + [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 NetPhotoData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPhotoData(NetPhotoData other) : this() { + photoId_ = other.photoId_; + takenTime_ = other.takenTime_ != null ? other.takenTime_.Clone() : null; + magnification_ = other.magnification_; + targetObject_ = other.targetObject_; + flash_ = other.flash_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPhotoData Clone() { + return new NetPhotoData(this); + } + + /// Field number for the "PhotoId" field. + public const int PhotoIdFieldNumber = 1; + private int photoId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PhotoId { + get { return photoId_; } + set { + photoId_ = value; + } + } + + /// Field number for the "TakenTime" field. + public const int TakenTimeFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp takenTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp TakenTime { + get { return takenTime_; } + set { + takenTime_ = value; + } + } + + /// Field number for the "Magnification" field. + public const int MagnificationFieldNumber = 3; + private int magnification_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Magnification { + get { return magnification_; } + set { + magnification_ = value; + } + } + + /// Field number for the "TargetObject" field. + public const int TargetObjectFieldNumber = 4; + private int targetObject_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TargetObject { + get { return targetObject_; } + set { + targetObject_ = value; + } + } + + /// Field number for the "Flash" field. + public const int FlashFieldNumber = 5; + private int flash_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Flash { + get { return flash_; } + set { + flash_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPhotoData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPhotoData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PhotoId != other.PhotoId) return false; + if (!object.Equals(TakenTime, other.TakenTime)) return false; + if (Magnification != other.Magnification) return false; + if (TargetObject != other.TargetObject) return false; + if (Flash != other.Flash) 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 (PhotoId != 0) hash ^= PhotoId.GetHashCode(); + if (takenTime_ != null) hash ^= TakenTime.GetHashCode(); + if (Magnification != 0) hash ^= Magnification.GetHashCode(); + if (TargetObject != 0) hash ^= TargetObject.GetHashCode(); + if (Flash != 0) hash ^= Flash.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 (PhotoId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PhotoId); + } + if (takenTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(TakenTime); + } + if (Magnification != 0) { + output.WriteRawTag(24); + output.WriteInt32(Magnification); + } + if (TargetObject != 0) { + output.WriteRawTag(32); + output.WriteInt32(TargetObject); + } + if (Flash != 0) { + output.WriteRawTag(40); + output.WriteInt32(Flash); + } + 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 (PhotoId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PhotoId); + } + if (takenTime_ != null) { + output.WriteRawTag(18); + output.WriteMessage(TakenTime); + } + if (Magnification != 0) { + output.WriteRawTag(24); + output.WriteInt32(Magnification); + } + if (TargetObject != 0) { + output.WriteRawTag(32); + output.WriteInt32(TargetObject); + } + if (Flash != 0) { + output.WriteRawTag(40); + output.WriteInt32(Flash); + } + 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 (PhotoId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PhotoId); + } + if (takenTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TakenTime); + } + if (Magnification != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Magnification); + } + if (TargetObject != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TargetObject); + } + if (Flash != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Flash); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPhotoData other) { + if (other == null) { + return; + } + if (other.PhotoId != 0) { + PhotoId = other.PhotoId; + } + if (other.takenTime_ != null) { + if (takenTime_ == null) { + TakenTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + TakenTime.MergeFrom(other.TakenTime); + } + if (other.Magnification != 0) { + Magnification = other.Magnification; + } + if (other.TargetObject != 0) { + TargetObject = other.TargetObject; + } + if (other.Flash != 0) { + Flash = other.Flash; + } + _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: { + PhotoId = input.ReadInt32(); + break; + } + case 18: { + if (takenTime_ == null) { + TakenTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(TakenTime); + break; + } + case 24: { + Magnification = input.ReadInt32(); + break; + } + case 32: { + TargetObject = input.ReadInt32(); + break; + } + case 40: { + Flash = 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: { + PhotoId = input.ReadInt32(); + break; + } + case 18: { + if (takenTime_ == null) { + TakenTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(TakenTime); + break; + } + case 24: { + Magnification = input.ReadInt32(); + break; + } + case 32: { + TargetObject = input.ReadInt32(); + break; + } + case 40: { + Flash = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetIslandAdventureProgressUpdate : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetIslandAdventureProgressUpdate()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1507]; } + } + + [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 NetIslandAdventureProgressUpdate() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetIslandAdventureProgressUpdate(NetIslandAdventureProgressUpdate other) : this() { + missionUid_ = other.missionUid_; + progressCount_ = other.progressCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetIslandAdventureProgressUpdate Clone() { + return new NetIslandAdventureProgressUpdate(this); + } + + /// Field number for the "MissionUid" field. + public const int MissionUidFieldNumber = 1; + private long missionUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MissionUid { + get { return missionUid_; } + set { + missionUid_ = value; + } + } + + /// Field number for the "ProgressCount" field. + public const int ProgressCountFieldNumber = 2; + private int progressCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProgressCount { + get { return progressCount_; } + set { + progressCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetIslandAdventureProgressUpdate); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetIslandAdventureProgressUpdate other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MissionUid != other.MissionUid) return false; + if (ProgressCount != other.ProgressCount) 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 (MissionUid != 0L) hash ^= MissionUid.GetHashCode(); + if (ProgressCount != 0) hash ^= ProgressCount.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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (ProgressCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProgressCount); + } + 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 (MissionUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MissionUid); + } + if (ProgressCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProgressCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetIslandAdventureProgressUpdate other) { + if (other == null) { + return; + } + if (other.MissionUid != 0L) { + MissionUid = other.MissionUid; + } + if (other.ProgressCount != 0) { + ProgressCount = other.ProgressCount; + } + _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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = 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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + ProgressCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/fish/collection + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameIslandAdventureFishCollection : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameIslandAdventureFishCollection()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1508]; } + } + + [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 ReqMiniGameIslandAdventureFishCollection() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameIslandAdventureFishCollection(ReqMiniGameIslandAdventureFishCollection other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameIslandAdventureFishCollection Clone() { + return new ReqMiniGameIslandAdventureFishCollection(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameIslandAdventureFishCollection); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameIslandAdventureFishCollection other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameIslandAdventureFishCollection other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameIslandAdventureFishCollection : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameIslandAdventureFishCollection()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1509]; } + } + + [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 ResMiniGameIslandAdventureFishCollection() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameIslandAdventureFishCollection(ResMiniGameIslandAdventureFishCollection other) : this() { + fishingHistoryList_ = other.fishingHistoryList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameIslandAdventureFishCollection Clone() { + return new ResMiniGameIslandAdventureFishCollection(this); + } + + /// Field number for the "FishingHistoryList" field. + public const int FishingHistoryListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_fishingHistoryList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetFishingHistory.Parser); + private readonly pbc::RepeatedField fishingHistoryList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FishingHistoryList { + get { return fishingHistoryList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameIslandAdventureFishCollection); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameIslandAdventureFishCollection other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!fishingHistoryList_.Equals(other.fishingHistoryList_)) 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 ^= fishingHistoryList_.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 + fishingHistoryList_.WriteTo(output, _repeated_fishingHistoryList_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) { + fishingHistoryList_.WriteTo(ref output, _repeated_fishingHistoryList_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 += fishingHistoryList_.CalculateSize(_repeated_fishingHistoryList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResMiniGameIslandAdventureFishCollection other) { + if (other == null) { + return; + } + fishingHistoryList_.Add(other.fishingHistoryList_); + _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: { + fishingHistoryList_.AddEntriesFrom(input, _repeated_fishingHistoryList_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: { + fishingHistoryList_.AddEntriesFrom(ref input, _repeated_fishingHistoryList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/inventory + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameIslandAdventureInventory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameIslandAdventureInventory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1510]; } + } + + [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 ReqGetMiniGameIslandAdventureInventory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameIslandAdventureInventory(ReqGetMiniGameIslandAdventureInventory other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameIslandAdventureInventory Clone() { + return new ReqGetMiniGameIslandAdventureInventory(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameIslandAdventureInventory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameIslandAdventureInventory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameIslandAdventureInventory other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameIslandAdventureInventory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameIslandAdventureInventory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1511]; } + } + + [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 ResGetMiniGameIslandAdventureInventory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameIslandAdventureInventory(ResGetMiniGameIslandAdventureInventory other) : this() { + listItemId_ = other.listItemId_.Clone(); + equipFishingRodId_ = other.equipFishingRodId_; + equipFishingBaitId_ = other.equipFishingBaitId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameIslandAdventureInventory Clone() { + return new ResGetMiniGameIslandAdventureInventory(this); + } + + /// Field number for the "ListItemId" field. + public const int ListItemIdFieldNumber = 1; + private static readonly pbc::MapField.Codec _map_listItemId_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForInt32(8, 0), pb::FieldCodec.ForInt32(16, 0), 10); + private readonly pbc::MapField listItemId_ = new pbc::MapField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::MapField ListItemId { + get { return listItemId_; } + } + + /// Field number for the "EquipFishingRodId" field. + public const int EquipFishingRodIdFieldNumber = 2; + private int equipFishingRodId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EquipFishingRodId { + get { return equipFishingRodId_; } + set { + equipFishingRodId_ = value; + } + } + + /// Field number for the "EquipFishingBaitId" field. + public const int EquipFishingBaitIdFieldNumber = 3; + private int equipFishingBaitId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EquipFishingBaitId { + get { return equipFishingBaitId_; } + set { + equipFishingBaitId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameIslandAdventureInventory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameIslandAdventureInventory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!ListItemId.Equals(other.ListItemId)) return false; + if (EquipFishingRodId != other.EquipFishingRodId) return false; + if (EquipFishingBaitId != other.EquipFishingBaitId) 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 ^= ListItemId.GetHashCode(); + if (EquipFishingRodId != 0) hash ^= EquipFishingRodId.GetHashCode(); + if (EquipFishingBaitId != 0) hash ^= EquipFishingBaitId.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 + listItemId_.WriteTo(output, _map_listItemId_codec); + if (EquipFishingRodId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EquipFishingRodId); + } + if (EquipFishingBaitId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EquipFishingBaitId); + } + 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) { + listItemId_.WriteTo(ref output, _map_listItemId_codec); + if (EquipFishingRodId != 0) { + output.WriteRawTag(16); + output.WriteInt32(EquipFishingRodId); + } + if (EquipFishingBaitId != 0) { + output.WriteRawTag(24); + output.WriteInt32(EquipFishingBaitId); + } + 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 += listItemId_.CalculateSize(_map_listItemId_codec); + if (EquipFishingRodId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EquipFishingRodId); + } + if (EquipFishingBaitId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EquipFishingBaitId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameIslandAdventureInventory other) { + if (other == null) { + return; + } + listItemId_.MergeFrom(other.listItemId_); + if (other.EquipFishingRodId != 0) { + EquipFishingRodId = other.EquipFishingRodId; + } + if (other.EquipFishingBaitId != 0) { + EquipFishingBaitId = other.EquipFishingBaitId; + } + _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: { + listItemId_.AddEntriesFrom(input, _map_listItemId_codec); + break; + } + case 16: { + EquipFishingRodId = input.ReadInt32(); + break; + } + case 24: { + EquipFishingBaitId = 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 10: { + listItemId_.AddEntriesFrom(ref input, _map_listItemId_codec); + break; + } + case 16: { + EquipFishingRodId = input.ReadInt32(); + break; + } + case 24: { + EquipFishingBaitId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/fish/spotcount + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameIslandAdventureFishingSpotCountHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameIslandAdventureFishingSpotCountHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1512]; } + } + + [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 ReqMiniGameIslandAdventureFishingSpotCountHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameIslandAdventureFishingSpotCountHistory(ReqMiniGameIslandAdventureFishingSpotCountHistory other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameIslandAdventureFishingSpotCountHistory Clone() { + return new ReqMiniGameIslandAdventureFishingSpotCountHistory(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameIslandAdventureFishingSpotCountHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameIslandAdventureFishingSpotCountHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameIslandAdventureFishingSpotCountHistory other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameIslandAdventureFishingSpotCountHistory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameIslandAdventureFishingSpotCountHistory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1513]; } + } + + [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 ResMiniGameIslandAdventureFishingSpotCountHistory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameIslandAdventureFishingSpotCountHistory(ResMiniGameIslandAdventureFishingSpotCountHistory other) : this() { + fishingSpotCountHistory_ = other.fishingSpotCountHistory_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameIslandAdventureFishingSpotCountHistory Clone() { + return new ResMiniGameIslandAdventureFishingSpotCountHistory(this); + } + + /// Field number for the "FishingSpotCountHistory" field. + public const int FishingSpotCountHistoryFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_fishingSpotCountHistory_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetFishingSpotData.Parser); + private readonly pbc::RepeatedField fishingSpotCountHistory_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FishingSpotCountHistory { + get { return fishingSpotCountHistory_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameIslandAdventureFishingSpotCountHistory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameIslandAdventureFishingSpotCountHistory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!fishingSpotCountHistory_.Equals(other.fishingSpotCountHistory_)) 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 ^= fishingSpotCountHistory_.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 + fishingSpotCountHistory_.WriteTo(output, _repeated_fishingSpotCountHistory_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) { + fishingSpotCountHistory_.WriteTo(ref output, _repeated_fishingSpotCountHistory_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 += fishingSpotCountHistory_.CalculateSize(_repeated_fishingSpotCountHistory_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResMiniGameIslandAdventureFishingSpotCountHistory other) { + if (other == null) { + return; + } + fishingSpotCountHistory_.Add(other.fishingSpotCountHistory_); + _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: { + fishingSpotCountHistory_.AddEntriesFrom(input, _repeated_fishingSpotCountHistory_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: { + fishingSpotCountHistory_.AddEntriesFrom(ref input, _repeated_fishingSpotCountHistory_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFishingSpotData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFishingSpotData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1514]; } + } + + [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 NetFishingSpotData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFishingSpotData(NetFishingSpotData other) : this() { + spotId_ = other.spotId_; + catchCount_ = other.catchCount_; + fishingLimitReachTime_ = other.fishingLimitReachTime_ != null ? other.fishingLimitReachTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFishingSpotData Clone() { + return new NetFishingSpotData(this); + } + + /// Field number for the "SpotId" field. + public const int SpotIdFieldNumber = 1; + private int spotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SpotId { + get { return spotId_; } + set { + spotId_ = value; + } + } + + /// Field number for the "CatchCount" field. + public const int CatchCountFieldNumber = 2; + private int catchCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CatchCount { + get { return catchCount_; } + set { + catchCount_ = value; + } + } + + /// Field number for the "FishingLimitReachTime" field. + public const int FishingLimitReachTimeFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp fishingLimitReachTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp FishingLimitReachTime { + get { return fishingLimitReachTime_; } + set { + fishingLimitReachTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFishingSpotData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFishingSpotData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SpotId != other.SpotId) return false; + if (CatchCount != other.CatchCount) return false; + if (!object.Equals(FishingLimitReachTime, other.FishingLimitReachTime)) 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 (SpotId != 0) hash ^= SpotId.GetHashCode(); + if (CatchCount != 0) hash ^= CatchCount.GetHashCode(); + if (fishingLimitReachTime_ != null) hash ^= FishingLimitReachTime.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 (SpotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpotId); + } + if (CatchCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(CatchCount); + } + if (fishingLimitReachTime_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FishingLimitReachTime); + } + 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 (SpotId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SpotId); + } + if (CatchCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(CatchCount); + } + if (fishingLimitReachTime_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FishingLimitReachTime); + } + 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 (SpotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SpotId); + } + if (CatchCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CatchCount); + } + if (fishingLimitReachTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FishingLimitReachTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFishingSpotData other) { + if (other == null) { + return; + } + if (other.SpotId != 0) { + SpotId = other.SpotId; + } + if (other.CatchCount != 0) { + CatchCount = other.CatchCount; + } + if (other.fishingLimitReachTime_ != null) { + if (fishingLimitReachTime_ == null) { + FishingLimitReachTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + FishingLimitReachTime.MergeFrom(other.FishingLimitReachTime); + } + _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: { + SpotId = input.ReadInt32(); + break; + } + case 16: { + CatchCount = input.ReadInt32(); + break; + } + case 26: { + if (fishingLimitReachTime_ == null) { + FishingLimitReachTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(FishingLimitReachTime); + 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: { + SpotId = input.ReadInt32(); + break; + } + case 16: { + CatchCount = input.ReadInt32(); + break; + } + case 26: { + if (fishingLimitReachTime_ == null) { + FishingLimitReachTime = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(FishingLimitReachTime); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/photo/album + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqMiniGameIslandAdventurePhotoAlbum : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqMiniGameIslandAdventurePhotoAlbum()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1515]; } + } + + [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 ReqMiniGameIslandAdventurePhotoAlbum() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameIslandAdventurePhotoAlbum(ReqMiniGameIslandAdventurePhotoAlbum other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqMiniGameIslandAdventurePhotoAlbum Clone() { + return new ReqMiniGameIslandAdventurePhotoAlbum(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqMiniGameIslandAdventurePhotoAlbum); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqMiniGameIslandAdventurePhotoAlbum other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqMiniGameIslandAdventurePhotoAlbum other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameIslandAdventurePhotoAlbum : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameIslandAdventurePhotoAlbum()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1516]; } + } + + [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 ResMiniGameIslandAdventurePhotoAlbum() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameIslandAdventurePhotoAlbum(ResMiniGameIslandAdventurePhotoAlbum other) : this() { + photoList_ = other.photoList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameIslandAdventurePhotoAlbum Clone() { + return new ResMiniGameIslandAdventurePhotoAlbum(this); + } + + /// Field number for the "PhotoList" field. + public const int PhotoListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_photoList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetPhotoData.Parser); + private readonly pbc::RepeatedField photoList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PhotoList { + get { return photoList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameIslandAdventurePhotoAlbum); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameIslandAdventurePhotoAlbum other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!photoList_.Equals(other.photoList_)) 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 ^= photoList_.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 + photoList_.WriteTo(output, _repeated_photoList_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) { + photoList_.WriteTo(ref output, _repeated_photoList_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 += photoList_.CalculateSize(_repeated_photoList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResMiniGameIslandAdventurePhotoAlbum other) { + if (other == null) { + return; + } + photoList_.Add(other.photoList_); + _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: { + photoList_.AddEntriesFrom(input, _repeated_photoList_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: { + photoList_.AddEntriesFrom(ref input, _repeated_photoList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/equip + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEquipMiniGameIslandAdventureItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEquipMiniGameIslandAdventureItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1517]; } + } + + [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 ReqEquipMiniGameIslandAdventureItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEquipMiniGameIslandAdventureItem(ReqEquipMiniGameIslandAdventureItem other) : this() { + eventId_ = other.eventId_; + itemTableId_ = other.itemTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEquipMiniGameIslandAdventureItem Clone() { + return new ReqEquipMiniGameIslandAdventureItem(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ItemTableId" field. + public const int ItemTableIdFieldNumber = 2; + private int itemTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ItemTableId { + get { return itemTableId_; } + set { + itemTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEquipMiniGameIslandAdventureItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEquipMiniGameIslandAdventureItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ItemTableId != other.ItemTableId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ItemTableId != 0) hash ^= ItemTableId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ItemTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ItemTableId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ItemTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ItemTableId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ItemTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ItemTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEquipMiniGameIslandAdventureItem other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ItemTableId != 0) { + ItemTableId = other.ItemTableId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ItemTableId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ItemTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEquipMiniGameIslandAdventureItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEquipMiniGameIslandAdventureItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1518]; } + } + + [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 ResEquipMiniGameIslandAdventureItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEquipMiniGameIslandAdventureItem(ResEquipMiniGameIslandAdventureItem other) : this() { + listItemId_ = other.listItemId_.Clone(); + fishingRodId_ = other.fishingRodId_; + fishingBaitId_ = other.fishingBaitId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEquipMiniGameIslandAdventureItem Clone() { + return new ResEquipMiniGameIslandAdventureItem(this); + } + + /// Field number for the "ListItemId" field. + public const int ListItemIdFieldNumber = 1; + private static readonly pbc::MapField.Codec _map_listItemId_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForInt32(8, 0), pb::FieldCodec.ForInt32(16, 0), 10); + private readonly pbc::MapField listItemId_ = new pbc::MapField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::MapField ListItemId { + get { return listItemId_; } + } + + /// Field number for the "FishingRodId" field. + public const int FishingRodIdFieldNumber = 2; + private int fishingRodId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishingRodId { + get { return fishingRodId_; } + set { + fishingRodId_ = value; + } + } + + /// Field number for the "FishingBaitId" field. + public const int FishingBaitIdFieldNumber = 3; + private int fishingBaitId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishingBaitId { + get { return fishingBaitId_; } + set { + fishingBaitId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEquipMiniGameIslandAdventureItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEquipMiniGameIslandAdventureItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!ListItemId.Equals(other.ListItemId)) return false; + if (FishingRodId != other.FishingRodId) return false; + if (FishingBaitId != other.FishingBaitId) 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 ^= ListItemId.GetHashCode(); + if (FishingRodId != 0) hash ^= FishingRodId.GetHashCode(); + if (FishingBaitId != 0) hash ^= FishingBaitId.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 + listItemId_.WriteTo(output, _map_listItemId_codec); + if (FishingRodId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishingRodId); + } + if (FishingBaitId != 0) { + output.WriteRawTag(24); + output.WriteInt32(FishingBaitId); + } + 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) { + listItemId_.WriteTo(ref output, _map_listItemId_codec); + if (FishingRodId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishingRodId); + } + if (FishingBaitId != 0) { + output.WriteRawTag(24); + output.WriteInt32(FishingBaitId); + } + 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 += listItemId_.CalculateSize(_map_listItemId_codec); + if (FishingRodId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishingRodId); + } + if (FishingBaitId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishingBaitId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEquipMiniGameIslandAdventureItem other) { + if (other == null) { + return; + } + listItemId_.MergeFrom(other.listItemId_); + if (other.FishingRodId != 0) { + FishingRodId = other.FishingRodId; + } + if (other.FishingBaitId != 0) { + FishingBaitId = other.FishingBaitId; + } + _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: { + listItemId_.AddEntriesFrom(input, _map_listItemId_codec); + break; + } + case 16: { + FishingRodId = input.ReadInt32(); + break; + } + case 24: { + FishingBaitId = 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 10: { + listItemId_.AddEntriesFrom(ref input, _map_listItemId_codec); + break; + } + case 16: { + FishingRodId = input.ReadInt32(); + break; + } + case 24: { + FishingBaitId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/buy + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuyMiniGameIslandAdventureItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuyMiniGameIslandAdventureItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1519]; } + } + + [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 ReqBuyMiniGameIslandAdventureItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyMiniGameIslandAdventureItem(ReqBuyMiniGameIslandAdventureItem other) : this() { + eventId_ = other.eventId_; + shopTableId_ = other.shopTableId_; + buyCount_ = other.buyCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyMiniGameIslandAdventureItem Clone() { + return new ReqBuyMiniGameIslandAdventureItem(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ShopTableId" field. + public const int ShopTableIdFieldNumber = 2; + private int shopTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopTableId { + get { return shopTableId_; } + set { + shopTableId_ = value; + } + } + + /// Field number for the "BuyCount" field. + public const int BuyCountFieldNumber = 3; + private int buyCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyCount { + get { return buyCount_; } + set { + buyCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqBuyMiniGameIslandAdventureItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuyMiniGameIslandAdventureItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (ShopTableId != other.ShopTableId) return false; + if (BuyCount != other.BuyCount) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (ShopTableId != 0) hash ^= ShopTableId.GetHashCode(); + if (BuyCount != 0) hash ^= BuyCount.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ShopTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopTableId); + } + if (BuyCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BuyCount); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (ShopTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopTableId); + } + if (BuyCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BuyCount); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (ShopTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopTableId); + } + if (BuyCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuyMiniGameIslandAdventureItem other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.ShopTableId != 0) { + ShopTableId = other.ShopTableId; + } + if (other.BuyCount != 0) { + BuyCount = other.BuyCount; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ShopTableId = input.ReadInt32(); + break; + } + case 24: { + BuyCount = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + ShopTableId = input.ReadInt32(); + break; + } + case 24: { + BuyCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuyMiniGameIslandAdventureItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuyMiniGameIslandAdventureItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1520]; } + } + + [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 ResBuyMiniGameIslandAdventureItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyMiniGameIslandAdventureItem(ResBuyMiniGameIslandAdventureItem other) : this() { + listItemId_ = other.listItemId_.Clone(); + currency_ = other.currency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyMiniGameIslandAdventureItem Clone() { + return new ResBuyMiniGameIslandAdventureItem(this); + } + + /// Field number for the "ListItemId" field. + public const int ListItemIdFieldNumber = 1; + private static readonly pbc::MapField.Codec _map_listItemId_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForInt32(8, 0), pb::FieldCodec.ForInt32(16, 0), 10); + private readonly pbc::MapField listItemId_ = new pbc::MapField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::MapField ListItemId { + get { return listItemId_; } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 2; + private long currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuyMiniGameIslandAdventureItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuyMiniGameIslandAdventureItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!ListItemId.Equals(other.ListItemId)) return false; + if (Currency != other.Currency) 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 ^= ListItemId.GetHashCode(); + if (Currency != 0L) hash ^= Currency.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 + listItemId_.WriteTo(output, _map_listItemId_codec); + if (Currency != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Currency); + } + 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) { + listItemId_.WriteTo(ref output, _map_listItemId_codec); + if (Currency != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Currency); + } + 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 += listItemId_.CalculateSize(_map_listItemId_codec); + if (Currency != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuyMiniGameIslandAdventureItem other) { + if (other == null) { + return; + } + listItemId_.MergeFrom(other.listItemId_); + if (other.Currency != 0L) { + Currency = other.Currency; + } + _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: { + listItemId_.AddEntriesFrom(input, _map_listItemId_codec); + break; + } + case 16: { + Currency = input.ReadInt64(); + 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: { + listItemId_.AddEntriesFrom(ref input, _map_listItemId_codec); + break; + } + case 16: { + Currency = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/obtain/stepupreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainMiniGameIslandAdventureStepUpReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainMiniGameIslandAdventureStepUpReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1521]; } + } + + [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 ReqObtainMiniGameIslandAdventureStepUpReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameIslandAdventureStepUpReward(ReqObtainMiniGameIslandAdventureStepUpReward other) : this() { + eventId_ = other.eventId_; + gameType_ = other.gameType_; + step_ = other.step_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainMiniGameIslandAdventureStepUpReward Clone() { + return new ReqObtainMiniGameIslandAdventureStepUpReward(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "GameType" field. + public const int GameTypeFieldNumber = 2; + private global::EpinelPS.IslandAdventureGameType gameType_ = global::EpinelPS.IslandAdventureGameType.IslandAdventureGameTypeFishing; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.IslandAdventureGameType GameType { + get { return gameType_; } + set { + gameType_ = value; + } + } + + /// Field number for the "Step" field. + public const int StepFieldNumber = 3; + private int step_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Step { + get { return step_; } + set { + step_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainMiniGameIslandAdventureStepUpReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainMiniGameIslandAdventureStepUpReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (GameType != other.GameType) return false; + if (Step != other.Step) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (GameType != global::EpinelPS.IslandAdventureGameType.IslandAdventureGameTypeFishing) hash ^= GameType.GetHashCode(); + if (Step != 0) hash ^= Step.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (GameType != global::EpinelPS.IslandAdventureGameType.IslandAdventureGameTypeFishing) { + output.WriteRawTag(16); + output.WriteEnum((int) GameType); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (GameType != global::EpinelPS.IslandAdventureGameType.IslandAdventureGameTypeFishing) { + output.WriteRawTag(16); + output.WriteEnum((int) GameType); + } + if (Step != 0) { + output.WriteRawTag(24); + output.WriteInt32(Step); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (GameType != global::EpinelPS.IslandAdventureGameType.IslandAdventureGameTypeFishing) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GameType); + } + if (Step != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Step); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainMiniGameIslandAdventureStepUpReward other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.GameType != global::EpinelPS.IslandAdventureGameType.IslandAdventureGameTypeFishing) { + GameType = other.GameType; + } + if (other.Step != 0) { + Step = other.Step; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + GameType = (global::EpinelPS.IslandAdventureGameType) input.ReadEnum(); + break; + } + case 24: { + Step = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + GameType = (global::EpinelPS.IslandAdventureGameType) input.ReadEnum(); + break; + } + case 24: { + Step = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMiniGameIslandAdventureStepUpReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMiniGameIslandAdventureStepUpReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1522]; } + } + + [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 ResObtainMiniGameIslandAdventureStepUpReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameIslandAdventureStepUpReward(ResObtainMiniGameIslandAdventureStepUpReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameIslandAdventureStepUpReward Clone() { + return new ResObtainMiniGameIslandAdventureStepUpReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMiniGameIslandAdventureStepUpReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMiniGameIslandAdventureStepUpReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMiniGameIslandAdventureStepUpReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetIslandAdventureMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetIslandAdventureMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1523]; } + } + + [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 NetIslandAdventureMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetIslandAdventureMissionProgress(NetIslandAdventureMissionProgress other) : this() { + missionUid_ = other.missionUid_; + missionTid_ = other.missionTid_; + progress_ = other.progress_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + receivedAt_ = other.receivedAt_ != null ? other.receivedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetIslandAdventureMissionProgress Clone() { + return new NetIslandAdventureMissionProgress(this); + } + + /// Field number for the "MissionUid" field. + public const int MissionUidFieldNumber = 1; + private long missionUid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MissionUid { + get { return missionUid_; } + set { + missionUid_ = value; + } + } + + /// Field number for the "MissionTid" field. + public const int MissionTidFieldNumber = 2; + private int missionTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MissionTid { + get { return missionTid_; } + set { + missionTid_ = value; + } + } + + /// Field number for the "Progress" field. + public const int ProgressFieldNumber = 3; + private int progress_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Progress { + get { return progress_; } + set { + progress_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "ReceivedAt" field. + public const int ReceivedAtFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp receivedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ReceivedAt { + get { return receivedAt_; } + set { + receivedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetIslandAdventureMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetIslandAdventureMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MissionUid != other.MissionUid) return false; + if (MissionTid != other.MissionTid) return false; + if (Progress != other.Progress) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) return false; + if (!object.Equals(ReceivedAt, other.ReceivedAt)) 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 (MissionUid != 0L) hash ^= MissionUid.GetHashCode(); + if (MissionTid != 0) hash ^= MissionTid.GetHashCode(); + if (Progress != 0) hash ^= Progress.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); + if (receivedAt_ != null) hash ^= ReceivedAt.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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (MissionTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionTid); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (MissionUid != 0L) { + output.WriteRawTag(8); + output.WriteInt64(MissionUid); + } + if (MissionTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionTid); + } + if (Progress != 0) { + output.WriteRawTag(24); + output.WriteInt32(Progress); + } + if (createdAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CreatedAt); + } + if (receivedAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(ReceivedAt); + } + 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 (MissionUid != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MissionUid); + } + if (MissionTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MissionTid); + } + if (Progress != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Progress); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (receivedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReceivedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetIslandAdventureMissionProgress other) { + if (other == null) { + return; + } + if (other.MissionUid != 0L) { + MissionUid = other.MissionUid; + } + if (other.MissionTid != 0) { + MissionTid = other.MissionTid; + } + if (other.Progress != 0) { + Progress = other.Progress; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + if (other.receivedAt_ != null) { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ReceivedAt.MergeFrom(other.ReceivedAt); + } + _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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + MissionTid = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + 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: { + MissionUid = input.ReadInt64(); + break; + } + case 16: { + MissionTid = input.ReadInt32(); + break; + } + case 24: { + Progress = input.ReadInt32(); + break; + } + case 34: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + case 42: { + if (receivedAt_ == null) { + ReceivedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ReceivedAt); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/complete/mission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteIslandAdventureMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteIslandAdventureMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1524]; } + } + + [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 ReqCompleteIslandAdventureMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteIslandAdventureMission(ReqCompleteIslandAdventureMission other) : this() { + eventId_ = other.eventId_; + missionIdList_ = other.missionIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteIslandAdventureMission Clone() { + return new ReqCompleteIslandAdventureMission(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "MissionIdList" field. + public const int MissionIdListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionIdList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField missionIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionIdList { + get { return missionIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteIslandAdventureMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteIslandAdventureMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!missionIdList_.Equals(other.missionIdList_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= missionIdList_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + missionIdList_.WriteTo(output, _repeated_missionIdList_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + missionIdList_.WriteTo(ref output, _repeated_missionIdList_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += missionIdList_.CalculateSize(_repeated_missionIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteIslandAdventureMission other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + missionIdList_.Add(other.missionIdList_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionIdList_.AddEntriesFrom(input, _repeated_missionIdList_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: { + EventId = input.ReadInt32(); + break; + } + case 18: + case 16: { + missionIdList_.AddEntriesFrom(ref input, _repeated_missionIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteIslandAdventureMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteIslandAdventureMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1525]; } + } + + [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 ResCompleteIslandAdventureMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteIslandAdventureMission(ResCompleteIslandAdventureMission other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteIslandAdventureMission Clone() { + return new ResCompleteIslandAdventureMission(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetIslandAdventureMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 3; + private global::EpinelPS.MiniGameIslandAdventureMissionExpiredError error_ = global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameIslandAdventureMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteIslandAdventureMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteIslandAdventureMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) hash ^= Error.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteIslandAdventureMission other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + Error = other.Error; + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.MiniGameIslandAdventureMissionExpiredError) 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 10: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 18: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 24: { + Error = (global::EpinelPS.MiniGameIslandAdventureMissionExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/update/mission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUpdateIslandAdventureMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUpdateIslandAdventureMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1526]; } + } + + [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 ReqUpdateIslandAdventureMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateIslandAdventureMissionProgress(ReqUpdateIslandAdventureMissionProgress other) : this() { + eventId_ = other.eventId_; + progressUpdateList_ = other.progressUpdateList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUpdateIslandAdventureMissionProgress Clone() { + return new ReqUpdateIslandAdventureMissionProgress(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "ProgressUpdateList" field. + public const int ProgressUpdateListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_progressUpdateList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetIslandAdventureProgressUpdate.Parser); + private readonly pbc::RepeatedField progressUpdateList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProgressUpdateList { + get { return progressUpdateList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUpdateIslandAdventureMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUpdateIslandAdventureMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if(!progressUpdateList_.Equals(other.progressUpdateList_)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + hash ^= progressUpdateList_.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + progressUpdateList_.WriteTo(output, _repeated_progressUpdateList_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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + progressUpdateList_.WriteTo(ref output, _repeated_progressUpdateList_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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + size += progressUpdateList_.CalculateSize(_repeated_progressUpdateList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUpdateIslandAdventureMissionProgress other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + progressUpdateList_.Add(other.progressUpdateList_); + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(input, _repeated_progressUpdateList_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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + progressUpdateList_.AddEntriesFrom(ref input, _repeated_progressUpdateList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateIslandAdventureMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateIslandAdventureMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1527]; } + } + + [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 ResUpdateIslandAdventureMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateIslandAdventureMissionProgress(ResUpdateIslandAdventureMissionProgress other) : this() { + missionProgressList_ = other.missionProgressList_.Clone(); + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateIslandAdventureMissionProgress Clone() { + return new ResUpdateIslandAdventureMissionProgress(this); + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetIslandAdventureMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.MiniGameIslandAdventureMissionExpiredError error_ = global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.MiniGameIslandAdventureMissionExpiredError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateIslandAdventureMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateIslandAdventureMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!missionProgressList_.Equals(other.missionProgressList_)) return false; + if (Error != other.Error) 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 ^= missionProgressList_.GetHashCode(); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) hash ^= Error.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 + missionProgressList_.WriteTo(output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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) { + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpdateIslandAdventureMissionProgress other) { + if (other == null) { + return; + } + missionProgressList_.Add(other.missionProgressList_); + if (other.Error != global::EpinelPS.MiniGameIslandAdventureMissionExpiredError.MiniGameIslandAdventureMissionExpiredErrorSucceed) { + Error = other.Error; + } + _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: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.MiniGameIslandAdventureMissionExpiredError) 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 10: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + case 16: { + Error = (global::EpinelPS.MiniGameIslandAdventureMissionExpiredError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/take/photo + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqTakePhotoMiniGameIslandAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqTakePhotoMiniGameIslandAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1528]; } + } + + [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 ReqTakePhotoMiniGameIslandAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqTakePhotoMiniGameIslandAdventure(ReqTakePhotoMiniGameIslandAdventure other) : this() { + eventId_ = other.eventId_; + photo_ = other.photo_ != null ? other.photo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqTakePhotoMiniGameIslandAdventure Clone() { + return new ReqTakePhotoMiniGameIslandAdventure(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "Photo" field. + public const int PhotoFieldNumber = 2; + private global::EpinelPS.NetPhotoData photo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPhotoData Photo { + get { return photo_; } + set { + photo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqTakePhotoMiniGameIslandAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqTakePhotoMiniGameIslandAdventure other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (!object.Equals(Photo, other.Photo)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (photo_ != null) hash ^= Photo.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (photo_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Photo); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (photo_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Photo); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (photo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Photo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqTakePhotoMiniGameIslandAdventure other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.photo_ != null) { + if (photo_ == null) { + Photo = new global::EpinelPS.NetPhotoData(); + } + Photo.MergeFrom(other.Photo); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + if (photo_ == null) { + Photo = new global::EpinelPS.NetPhotoData(); + } + input.ReadMessage(Photo); + 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: { + EventId = input.ReadInt32(); + break; + } + case 18: { + if (photo_ == null) { + Photo = new global::EpinelPS.NetPhotoData(); + } + input.ReadMessage(Photo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResTakePhotoMiniGameIslandAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResTakePhotoMiniGameIslandAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1529]; } + } + + [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 ResTakePhotoMiniGameIslandAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTakePhotoMiniGameIslandAdventure(ResTakePhotoMiniGameIslandAdventure other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTakePhotoMiniGameIslandAdventure Clone() { + return new ResTakePhotoMiniGameIslandAdventure(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResTakePhotoMiniGameIslandAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResTakePhotoMiniGameIslandAdventure 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(ResTakePhotoMiniGameIslandAdventure 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFishData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFishData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1530]; } + } + + [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 NetFishData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFishData(NetFishData other) : this() { + fishId_ = other.fishId_; + size_ = other.size_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFishData Clone() { + return new NetFishData(this); + } + + /// Field number for the "FishId" field. + public const int FishIdFieldNumber = 1; + private int fishId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishId { + get { return fishId_; } + set { + fishId_ = value; + } + } + + /// Field number for the "Size" field. + public const int SizeFieldNumber = 2; + private int size_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Size { + get { return size_; } + set { + size_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFishData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFishData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FishId != other.FishId) return false; + if (Size != other.Size) 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 (FishId != 0) hash ^= FishId.GetHashCode(); + if (Size != 0) hash ^= Size.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 (FishId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FishId); + } + if (Size != 0) { + output.WriteRawTag(16); + output.WriteInt32(Size); + } + 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 (FishId != 0) { + output.WriteRawTag(8); + output.WriteInt32(FishId); + } + if (Size != 0) { + output.WriteRawTag(16); + output.WriteInt32(Size); + } + 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 (FishId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishId); + } + if (Size != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Size); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFishData other) { + if (other == null) { + return; + } + if (other.FishId != 0) { + FishId = other.FishId; + } + if (other.Size != 0) { + Size = other.Size; + } + _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: { + FishId = input.ReadInt32(); + break; + } + case 16: { + Size = 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: { + FishId = input.ReadInt32(); + break; + } + case 16: { + Size = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/fish + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFishingMiniGameIslandAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFishingMiniGameIslandAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1531]; } + } + + [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 ReqFishingMiniGameIslandAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFishingMiniGameIslandAdventure(ReqFishingMiniGameIslandAdventure other) : this() { + eventId_ = other.eventId_; + fishingSpotId_ = other.fishingSpotId_; + fishData_ = other.fishData_ != null ? other.fishData_.Clone() : null; + bonusFishData_ = other.bonusFishData_ != null ? other.bonusFishData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFishingMiniGameIslandAdventure Clone() { + return new ReqFishingMiniGameIslandAdventure(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "FishingSpotId" field. + public const int FishingSpotIdFieldNumber = 2; + private int fishingSpotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishingSpotId { + get { return fishingSpotId_; } + set { + fishingSpotId_ = value; + } + } + + /// Field number for the "FishData" field. + public const int FishDataFieldNumber = 3; + private global::EpinelPS.NetFishData fishData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFishData FishData { + get { return fishData_; } + set { + fishData_ = value; + } + } + + /// Field number for the "BonusFishData" field. + public const int BonusFishDataFieldNumber = 4; + private global::EpinelPS.NetFishData bonusFishData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFishData BonusFishData { + get { return bonusFishData_; } + set { + bonusFishData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFishingMiniGameIslandAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFishingMiniGameIslandAdventure other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (FishingSpotId != other.FishingSpotId) return false; + if (!object.Equals(FishData, other.FishData)) return false; + if (!object.Equals(BonusFishData, other.BonusFishData)) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (FishingSpotId != 0) hash ^= FishingSpotId.GetHashCode(); + if (fishData_ != null) hash ^= FishData.GetHashCode(); + if (bonusFishData_ != null) hash ^= BonusFishData.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (FishingSpotId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishingSpotId); + } + if (fishData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FishData); + } + if (bonusFishData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BonusFishData); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (FishingSpotId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishingSpotId); + } + if (fishData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FishData); + } + if (bonusFishData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(BonusFishData); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (FishingSpotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishingSpotId); + } + if (fishData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FishData); + } + if (bonusFishData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BonusFishData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFishingMiniGameIslandAdventure other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.FishingSpotId != 0) { + FishingSpotId = other.FishingSpotId; + } + if (other.fishData_ != null) { + if (fishData_ == null) { + FishData = new global::EpinelPS.NetFishData(); + } + FishData.MergeFrom(other.FishData); + } + if (other.bonusFishData_ != null) { + if (bonusFishData_ == null) { + BonusFishData = new global::EpinelPS.NetFishData(); + } + BonusFishData.MergeFrom(other.BonusFishData); + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + FishingSpotId = input.ReadInt32(); + break; + } + case 26: { + if (fishData_ == null) { + FishData = new global::EpinelPS.NetFishData(); + } + input.ReadMessage(FishData); + break; + } + case 34: { + if (bonusFishData_ == null) { + BonusFishData = new global::EpinelPS.NetFishData(); + } + input.ReadMessage(BonusFishData); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + FishingSpotId = input.ReadInt32(); + break; + } + case 26: { + if (fishData_ == null) { + FishData = new global::EpinelPS.NetFishData(); + } + input.ReadMessage(FishData); + break; + } + case 34: { + if (bonusFishData_ == null) { + BonusFishData = new global::EpinelPS.NetFishData(); + } + input.ReadMessage(BonusFishData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFishingMiniGameIslandAdventure : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFishingMiniGameIslandAdventure()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1532]; } + } + + [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 ResFishingMiniGameIslandAdventure() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFishingMiniGameIslandAdventure(ResFishingMiniGameIslandAdventure other) : this() { + currency_ = other.currency_; + bonusFishCurrency_ = other.bonusFishCurrency_; + lastUsedFishingBaitId_ = other.lastUsedFishingBaitId_; + remainingBaitCount_ = other.remainingBaitCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFishingMiniGameIslandAdventure Clone() { + return new ResFishingMiniGameIslandAdventure(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 1; + private int currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + /// Field number for the "BonusFishCurrency" field. + public const int BonusFishCurrencyFieldNumber = 2; + private int bonusFishCurrency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BonusFishCurrency { + get { return bonusFishCurrency_; } + set { + bonusFishCurrency_ = value; + } + } + + /// Field number for the "LastUsedFishingBaitId" field. + public const int LastUsedFishingBaitIdFieldNumber = 3; + private int lastUsedFishingBaitId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastUsedFishingBaitId { + get { return lastUsedFishingBaitId_; } + set { + lastUsedFishingBaitId_ = value; + } + } + + /// Field number for the "RemainingBaitCount" field. + public const int RemainingBaitCountFieldNumber = 4; + private int remainingBaitCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainingBaitCount { + get { return remainingBaitCount_; } + set { + remainingBaitCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFishingMiniGameIslandAdventure); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFishingMiniGameIslandAdventure other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Currency != other.Currency) return false; + if (BonusFishCurrency != other.BonusFishCurrency) return false; + if (LastUsedFishingBaitId != other.LastUsedFishingBaitId) return false; + if (RemainingBaitCount != other.RemainingBaitCount) 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 (Currency != 0) hash ^= Currency.GetHashCode(); + if (BonusFishCurrency != 0) hash ^= BonusFishCurrency.GetHashCode(); + if (LastUsedFishingBaitId != 0) hash ^= LastUsedFishingBaitId.GetHashCode(); + if (RemainingBaitCount != 0) hash ^= RemainingBaitCount.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 (Currency != 0) { + output.WriteRawTag(8); + output.WriteInt32(Currency); + } + if (BonusFishCurrency != 0) { + output.WriteRawTag(16); + output.WriteInt32(BonusFishCurrency); + } + if (LastUsedFishingBaitId != 0) { + output.WriteRawTag(24); + output.WriteInt32(LastUsedFishingBaitId); + } + if (RemainingBaitCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainingBaitCount); + } + 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 (Currency != 0) { + output.WriteRawTag(8); + output.WriteInt32(Currency); + } + if (BonusFishCurrency != 0) { + output.WriteRawTag(16); + output.WriteInt32(BonusFishCurrency); + } + if (LastUsedFishingBaitId != 0) { + output.WriteRawTag(24); + output.WriteInt32(LastUsedFishingBaitId); + } + if (RemainingBaitCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainingBaitCount); + } + 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 (Currency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Currency); + } + if (BonusFishCurrency != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BonusFishCurrency); + } + if (LastUsedFishingBaitId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastUsedFishingBaitId); + } + if (RemainingBaitCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainingBaitCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFishingMiniGameIslandAdventure other) { + if (other == null) { + return; + } + if (other.Currency != 0) { + Currency = other.Currency; + } + if (other.BonusFishCurrency != 0) { + BonusFishCurrency = other.BonusFishCurrency; + } + if (other.LastUsedFishingBaitId != 0) { + LastUsedFishingBaitId = other.LastUsedFishingBaitId; + } + if (other.RemainingBaitCount != 0) { + RemainingBaitCount = other.RemainingBaitCount; + } + _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: { + Currency = input.ReadInt32(); + break; + } + case 16: { + BonusFishCurrency = input.ReadInt32(); + break; + } + case 24: { + LastUsedFishingBaitId = input.ReadInt32(); + break; + } + case 32: { + RemainingBaitCount = 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: { + Currency = input.ReadInt32(); + break; + } + case 16: { + BonusFishCurrency = input.ReadInt32(); + break; + } + case 24: { + LastUsedFishingBaitId = input.ReadInt32(); + break; + } + case 32: { + RemainingBaitCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/currency + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetMiniGameIslandAdventureCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetMiniGameIslandAdventureCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1533]; } + } + + [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 ReqGetMiniGameIslandAdventureCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameIslandAdventureCurrency(ReqGetMiniGameIslandAdventureCurrency other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetMiniGameIslandAdventureCurrency Clone() { + return new ReqGetMiniGameIslandAdventureCurrency(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetMiniGameIslandAdventureCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetMiniGameIslandAdventureCurrency other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetMiniGameIslandAdventureCurrency other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameIslandAdventureCurrency : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameIslandAdventureCurrency()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1534]; } + } + + [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 ResGetMiniGameIslandAdventureCurrency() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameIslandAdventureCurrency(ResGetMiniGameIslandAdventureCurrency other) : this() { + currency_ = other.currency_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameIslandAdventureCurrency Clone() { + return new ResGetMiniGameIslandAdventureCurrency(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 1; + private long currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameIslandAdventureCurrency); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameIslandAdventureCurrency other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Currency != other.Currency) 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 (Currency != 0L) hash ^= Currency.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 (Currency != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Currency); + } + 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 (Currency != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Currency); + } + 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 (Currency != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Currency); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameIslandAdventureCurrency other) { + if (other == null) { + return; + } + if (other.Currency != 0L) { + Currency = other.Currency; + } + _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: { + Currency = input.ReadInt64(); + 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: { + Currency = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/startfishing + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStartIslandAdventureFishing : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStartIslandAdventureFishing()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1535]; } + } + + [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 ReqStartIslandAdventureFishing() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartIslandAdventureFishing(ReqStartIslandAdventureFishing other) : this() { + eventId_ = other.eventId_; + fishingSpotId_ = other.fishingSpotId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartIslandAdventureFishing Clone() { + return new ReqStartIslandAdventureFishing(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "FishingSpotId" field. + public const int FishingSpotIdFieldNumber = 2; + private int fishingSpotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishingSpotId { + get { return fishingSpotId_; } + set { + fishingSpotId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStartIslandAdventureFishing); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStartIslandAdventureFishing other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (FishingSpotId != other.FishingSpotId) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (FishingSpotId != 0) hash ^= FishingSpotId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (FishingSpotId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishingSpotId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (FishingSpotId != 0) { + output.WriteRawTag(16); + output.WriteInt32(FishingSpotId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (FishingSpotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishingSpotId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStartIslandAdventureFishing other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.FishingSpotId != 0) { + FishingSpotId = other.FishingSpotId; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + FishingSpotId = 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + FishingSpotId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStartIslandAdventureFishing : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStartIslandAdventureFishing()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1536]; } + } + + [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 ResStartIslandAdventureFishing() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartIslandAdventureFishing(ResStartIslandAdventureFishing other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartIslandAdventureFishing Clone() { + return new ResStartIslandAdventureFishing(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResStartIslandAdventureFishing); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStartIslandAdventureFishing 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(ResStartIslandAdventureFishing 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 + + } + + /// + /// URL: /event/minigame/islandadventure/get/fishing/stepupreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetIslandAdventureFishingStepUpRewardStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetIslandAdventureFishingStepUpRewardStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1537]; } + } + + [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 ReqGetIslandAdventureFishingStepUpRewardStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetIslandAdventureFishingStepUpRewardStatus(ReqGetIslandAdventureFishingStepUpRewardStatus other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetIslandAdventureFishingStepUpRewardStatus Clone() { + return new ReqGetIslandAdventureFishingStepUpRewardStatus(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetIslandAdventureFishingStepUpRewardStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetIslandAdventureFishingStepUpRewardStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetIslandAdventureFishingStepUpRewardStatus other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetIslandAdventureFishingStepUpRewardStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetIslandAdventureFishingStepUpRewardStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1538]; } + } + + [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 ResGetIslandAdventureFishingStepUpRewardStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetIslandAdventureFishingStepUpRewardStatus(ResGetIslandAdventureFishingStepUpRewardStatus other) : this() { + fishAccumulatedScore_ = other.fishAccumulatedScore_; + fishStepUpRewardedStep_ = other.fishStepUpRewardedStep_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetIslandAdventureFishingStepUpRewardStatus Clone() { + return new ResGetIslandAdventureFishingStepUpRewardStatus(this); + } + + /// Field number for the "FishAccumulatedScore" field. + public const int FishAccumulatedScoreFieldNumber = 1; + private int fishAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FishAccumulatedScore { + get { return fishAccumulatedScore_; } + set { + fishAccumulatedScore_ = value; + } + } + + /// Field number for the "FishStepUpRewardedStep" field. + public const int FishStepUpRewardedStepFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_fishStepUpRewardedStep_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField fishStepUpRewardedStep_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FishStepUpRewardedStep { + get { return fishStepUpRewardedStep_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetIslandAdventureFishingStepUpRewardStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetIslandAdventureFishingStepUpRewardStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FishAccumulatedScore != other.FishAccumulatedScore) return false; + if(!fishStepUpRewardedStep_.Equals(other.fishStepUpRewardedStep_)) 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 (FishAccumulatedScore != 0) hash ^= FishAccumulatedScore.GetHashCode(); + hash ^= fishStepUpRewardedStep_.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 (FishAccumulatedScore != 0) { + output.WriteRawTag(8); + output.WriteInt32(FishAccumulatedScore); + } + fishStepUpRewardedStep_.WriteTo(output, _repeated_fishStepUpRewardedStep_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 (FishAccumulatedScore != 0) { + output.WriteRawTag(8); + output.WriteInt32(FishAccumulatedScore); + } + fishStepUpRewardedStep_.WriteTo(ref output, _repeated_fishStepUpRewardedStep_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 (FishAccumulatedScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FishAccumulatedScore); + } + size += fishStepUpRewardedStep_.CalculateSize(_repeated_fishStepUpRewardedStep_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetIslandAdventureFishingStepUpRewardStatus other) { + if (other == null) { + return; + } + if (other.FishAccumulatedScore != 0) { + FishAccumulatedScore = other.FishAccumulatedScore; + } + fishStepUpRewardedStep_.Add(other.fishStepUpRewardedStep_); + _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: { + FishAccumulatedScore = input.ReadInt32(); + break; + } + case 18: + case 16: { + fishStepUpRewardedStep_.AddEntriesFrom(input, _repeated_fishStepUpRewardedStep_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: { + FishAccumulatedScore = input.ReadInt32(); + break; + } + case 18: + case 16: { + fishStepUpRewardedStep_.AddEntriesFrom(ref input, _repeated_fishStepUpRewardedStep_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/get/photo/stepupreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetIslandAdventurePhotoStepUpRewardStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetIslandAdventurePhotoStepUpRewardStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1539]; } + } + + [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 ReqGetIslandAdventurePhotoStepUpRewardStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetIslandAdventurePhotoStepUpRewardStatus(ReqGetIslandAdventurePhotoStepUpRewardStatus other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetIslandAdventurePhotoStepUpRewardStatus Clone() { + return new ReqGetIslandAdventurePhotoStepUpRewardStatus(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetIslandAdventurePhotoStepUpRewardStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetIslandAdventurePhotoStepUpRewardStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetIslandAdventurePhotoStepUpRewardStatus other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetIslandAdventurePhotoStepUpRewardStatus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetIslandAdventurePhotoStepUpRewardStatus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1540]; } + } + + [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 ResGetIslandAdventurePhotoStepUpRewardStatus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetIslandAdventurePhotoStepUpRewardStatus(ResGetIslandAdventurePhotoStepUpRewardStatus other) : this() { + photoAccumulatedScore_ = other.photoAccumulatedScore_; + photoStepUpRewardedStep_ = other.photoStepUpRewardedStep_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetIslandAdventurePhotoStepUpRewardStatus Clone() { + return new ResGetIslandAdventurePhotoStepUpRewardStatus(this); + } + + /// Field number for the "PhotoAccumulatedScore" field. + public const int PhotoAccumulatedScoreFieldNumber = 1; + private int photoAccumulatedScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PhotoAccumulatedScore { + get { return photoAccumulatedScore_; } + set { + photoAccumulatedScore_ = value; + } + } + + /// Field number for the "PhotoStepUpRewardedStep" field. + public const int PhotoStepUpRewardedStepFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_photoStepUpRewardedStep_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField photoStepUpRewardedStep_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PhotoStepUpRewardedStep { + get { return photoStepUpRewardedStep_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetIslandAdventurePhotoStepUpRewardStatus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetIslandAdventurePhotoStepUpRewardStatus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PhotoAccumulatedScore != other.PhotoAccumulatedScore) return false; + if(!photoStepUpRewardedStep_.Equals(other.photoStepUpRewardedStep_)) 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 (PhotoAccumulatedScore != 0) hash ^= PhotoAccumulatedScore.GetHashCode(); + hash ^= photoStepUpRewardedStep_.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 (PhotoAccumulatedScore != 0) { + output.WriteRawTag(8); + output.WriteInt32(PhotoAccumulatedScore); + } + photoStepUpRewardedStep_.WriteTo(output, _repeated_photoStepUpRewardedStep_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 (PhotoAccumulatedScore != 0) { + output.WriteRawTag(8); + output.WriteInt32(PhotoAccumulatedScore); + } + photoStepUpRewardedStep_.WriteTo(ref output, _repeated_photoStepUpRewardedStep_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 (PhotoAccumulatedScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PhotoAccumulatedScore); + } + size += photoStepUpRewardedStep_.CalculateSize(_repeated_photoStepUpRewardedStep_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetIslandAdventurePhotoStepUpRewardStatus other) { + if (other == null) { + return; + } + if (other.PhotoAccumulatedScore != 0) { + PhotoAccumulatedScore = other.PhotoAccumulatedScore; + } + photoStepUpRewardedStep_.Add(other.photoStepUpRewardedStep_); + _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: { + PhotoAccumulatedScore = input.ReadInt32(); + break; + } + case 18: + case 16: { + photoStepUpRewardedStep_.AddEntriesFrom(input, _repeated_photoStepUpRewardedStep_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: { + PhotoAccumulatedScore = input.ReadInt32(); + break; + } + case 18: + case 16: { + photoStepUpRewardedStep_.AddEntriesFrom(ref input, _repeated_photoStepUpRewardedStep_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/list/mission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetIslandAdventureMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetIslandAdventureMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1541]; } + } + + [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 ReqGetIslandAdventureMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetIslandAdventureMissionProgress(ReqGetIslandAdventureMissionProgress other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetIslandAdventureMissionProgress Clone() { + return new ReqGetIslandAdventureMissionProgress(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetIslandAdventureMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetIslandAdventureMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetIslandAdventureMissionProgress other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetIslandAdventureMissionProgress : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetIslandAdventureMissionProgress()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1542]; } + } + + [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 ResGetIslandAdventureMissionProgress() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetIslandAdventureMissionProgress(ResGetIslandAdventureMissionProgress other) : this() { + missionProgressList_ = other.missionProgressList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetIslandAdventureMissionProgress Clone() { + return new ResGetIslandAdventureMissionProgress(this); + } + + /// Field number for the "MissionProgressList" field. + public const int MissionProgressListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_missionProgressList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetIslandAdventureMissionProgress.Parser); + private readonly pbc::RepeatedField missionProgressList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionProgressList { + get { return missionProgressList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetIslandAdventureMissionProgress); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetIslandAdventureMissionProgress other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!missionProgressList_.Equals(other.missionProgressList_)) 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 ^= missionProgressList_.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 + missionProgressList_.WriteTo(output, _repeated_missionProgressList_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) { + missionProgressList_.WriteTo(ref output, _repeated_missionProgressList_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 += missionProgressList_.CalculateSize(_repeated_missionProgressList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetIslandAdventureMissionProgress other) { + if (other == null) { + return; + } + missionProgressList_.Add(other.missionProgressList_); + _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: { + missionProgressList_.AddEntriesFrom(input, _repeated_missionProgressList_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: { + missionProgressList_.AddEntriesFrom(ref input, _repeated_missionProgressList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /event/minigame/islandadventure/unequip/fishingbait + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqUnequipIslandAdventureFishingBait : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqUnequipIslandAdventureFishingBait()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1543]; } + } + + [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 ReqUnequipIslandAdventureFishingBait() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnequipIslandAdventureFishingBait(ReqUnequipIslandAdventureFishingBait other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqUnequipIslandAdventureFishingBait Clone() { + return new ReqUnequipIslandAdventureFishingBait(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqUnequipIslandAdventureFishingBait); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqUnequipIslandAdventureFishingBait other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqUnequipIslandAdventureFishingBait other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnequipIslandAdventureFishingBait : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnequipIslandAdventureFishingBait()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1544]; } + } + + [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 ResUnequipIslandAdventureFishingBait() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnequipIslandAdventureFishingBait(ResUnequipIslandAdventureFishingBait other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnequipIslandAdventureFishingBait Clone() { + return new ResUnequipIslandAdventureFishingBait(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnequipIslandAdventureFishingBait); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnequipIslandAdventureFishingBait 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(ResUnequipIslandAdventureFishingBait 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSwitchTimePeriod : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSwitchTimePeriod()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1545]; } + } + + [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 ResSwitchTimePeriod() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSwitchTimePeriod(ResSwitchTimePeriod other) : this() { + curPeriod_ = other.curPeriod_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSwitchTimePeriod Clone() { + return new ResSwitchTimePeriod(this); + } + + /// Field number for the "CurPeriod" field. + public const int CurPeriodFieldNumber = 1; + private int curPeriod_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurPeriod { + get { return curPeriod_; } + set { + curPeriod_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSwitchTimePeriod); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSwitchTimePeriod other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CurPeriod != other.CurPeriod) 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 (CurPeriod != 0) hash ^= CurPeriod.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 (CurPeriod != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurPeriod); + } + 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 (CurPeriod != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurPeriod); + } + 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 (CurPeriod != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurPeriod); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSwitchTimePeriod other) { + if (other == null) { + return; + } + if (other.CurPeriod != 0) { + CurPeriod = other.CurPeriod; + } + _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: { + CurPeriod = 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: { + CurPeriod = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDaveData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDaveData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1546]; } + } + + [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 NetDaveData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveData(NetDaveData other) : this() { + curGold_ = other.curGold_; + totalGold_ = other.totalGold_; + curTimePeriod_ = other.curTimePeriod_; + totalDiveCount_ = other.totalDiveCount_; + masterRole_ = other.masterRole_; + unlockRole_ = other.unlockRole_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveData Clone() { + return new NetDaveData(this); + } + + /// Field number for the "CurGold" field. + public const int CurGoldFieldNumber = 1; + private int curGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurGold { + get { return curGold_; } + set { + curGold_ = value; + } + } + + /// Field number for the "TotalGold" field. + public const int TotalGoldFieldNumber = 2; + private int totalGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalGold { + get { return totalGold_; } + set { + totalGold_ = value; + } + } + + /// Field number for the "CurTimePeriod" field. + public const int CurTimePeriodFieldNumber = 3; + private int curTimePeriod_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurTimePeriod { + get { return curTimePeriod_; } + set { + curTimePeriod_ = value; + } + } + + /// Field number for the "TotalDiveCount" field. + public const int TotalDiveCountFieldNumber = 4; + private int totalDiveCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalDiveCount { + get { return totalDiveCount_; } + set { + totalDiveCount_ = value; + } + } + + /// Field number for the "MasterRole" field. + public const int MasterRoleFieldNumber = 5; + private int masterRole_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MasterRole { + get { return masterRole_; } + set { + masterRole_ = value; + } + } + + /// Field number for the "UnlockRole" field. + public const int UnlockRoleFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_unlockRole_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField unlockRole_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UnlockRole { + get { return unlockRole_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDaveData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDaveData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CurGold != other.CurGold) return false; + if (TotalGold != other.TotalGold) return false; + if (CurTimePeriod != other.CurTimePeriod) return false; + if (TotalDiveCount != other.TotalDiveCount) return false; + if (MasterRole != other.MasterRole) return false; + if(!unlockRole_.Equals(other.unlockRole_)) 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 (CurGold != 0) hash ^= CurGold.GetHashCode(); + if (TotalGold != 0) hash ^= TotalGold.GetHashCode(); + if (CurTimePeriod != 0) hash ^= CurTimePeriod.GetHashCode(); + if (TotalDiveCount != 0) hash ^= TotalDiveCount.GetHashCode(); + if (MasterRole != 0) hash ^= MasterRole.GetHashCode(); + hash ^= unlockRole_.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 (CurGold != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurGold); + } + if (TotalGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(TotalGold); + } + if (CurTimePeriod != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurTimePeriod); + } + if (TotalDiveCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(TotalDiveCount); + } + if (MasterRole != 0) { + output.WriteRawTag(40); + output.WriteInt32(MasterRole); + } + unlockRole_.WriteTo(output, _repeated_unlockRole_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 (CurGold != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurGold); + } + if (TotalGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(TotalGold); + } + if (CurTimePeriod != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurTimePeriod); + } + if (TotalDiveCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(TotalDiveCount); + } + if (MasterRole != 0) { + output.WriteRawTag(40); + output.WriteInt32(MasterRole); + } + unlockRole_.WriteTo(ref output, _repeated_unlockRole_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 (CurGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurGold); + } + if (TotalGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalGold); + } + if (CurTimePeriod != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurTimePeriod); + } + if (TotalDiveCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalDiveCount); + } + if (MasterRole != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MasterRole); + } + size += unlockRole_.CalculateSize(_repeated_unlockRole_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDaveData other) { + if (other == null) { + return; + } + if (other.CurGold != 0) { + CurGold = other.CurGold; + } + if (other.TotalGold != 0) { + TotalGold = other.TotalGold; + } + if (other.CurTimePeriod != 0) { + CurTimePeriod = other.CurTimePeriod; + } + if (other.TotalDiveCount != 0) { + TotalDiveCount = other.TotalDiveCount; + } + if (other.MasterRole != 0) { + MasterRole = other.MasterRole; + } + unlockRole_.Add(other.unlockRole_); + _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: { + CurGold = input.ReadInt32(); + break; + } + case 16: { + TotalGold = input.ReadInt32(); + break; + } + case 24: { + CurTimePeriod = input.ReadInt32(); + break; + } + case 32: { + TotalDiveCount = input.ReadInt32(); + break; + } + case 40: { + MasterRole = input.ReadInt32(); + break; + } + case 50: + case 48: { + unlockRole_.AddEntriesFrom(input, _repeated_unlockRole_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: { + CurGold = input.ReadInt32(); + break; + } + case 16: { + TotalGold = input.ReadInt32(); + break; + } + case 24: { + CurTimePeriod = input.ReadInt32(); + break; + } + case 32: { + TotalDiveCount = input.ReadInt32(); + break; + } + case 40: { + MasterRole = input.ReadInt32(); + break; + } + case 50: + case 48: { + unlockRole_.AddEntriesFrom(ref input, _repeated_unlockRole_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSushiMenu : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSushiMenu()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1547]; } + } + + [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 NetSushiMenu() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSushiMenu(NetSushiMenu other) : this() { + tid_ = other.tid_; + count_ = other.count_; + menuIndex_ = other.menuIndex_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSushiMenu Clone() { + return new NetSushiMenu(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 2; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "MenuIndex" field. + public const int MenuIndexFieldNumber = 3; + private int menuIndex_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MenuIndex { + get { return menuIndex_; } + set { + menuIndex_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSushiMenu); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSushiMenu other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (Count != other.Count) return false; + if (MenuIndex != other.MenuIndex) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (MenuIndex != 0) hash ^= MenuIndex.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(Count); + } + if (MenuIndex != 0) { + output.WriteRawTag(24); + output.WriteInt32(MenuIndex); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(16); + output.WriteInt32(Count); + } + if (MenuIndex != 0) { + output.WriteRawTag(24); + output.WriteInt32(MenuIndex); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (MenuIndex != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MenuIndex); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSushiMenu other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.MenuIndex != 0) { + MenuIndex = other.MenuIndex; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + case 24: { + MenuIndex = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Count = input.ReadInt32(); + break; + } + case 24: { + MenuIndex = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDaveSushiData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDaveSushiData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1548]; } + } + + [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 NetDaveSushiData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveSushiData(NetDaveSushiData other) : this() { + totalSushiCount_ = other.totalSushiCount_; + highTurnover_ = other.highTurnover_; + highCookScore_ = other.highCookScore_; + sushiMenus_ = other.sushiMenus_.Clone(); + employees_ = other.employees_.Clone(); + highCookScoreTimeList_ = other.highCookScoreTimeList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveSushiData Clone() { + return new NetDaveSushiData(this); + } + + /// Field number for the "TotalSushiCount" field. + public const int TotalSushiCountFieldNumber = 1; + private int totalSushiCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalSushiCount { + get { return totalSushiCount_; } + set { + totalSushiCount_ = value; + } + } + + /// Field number for the "HighTurnover" field. + public const int HighTurnoverFieldNumber = 2; + private int highTurnover_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HighTurnover { + get { return highTurnover_; } + set { + highTurnover_ = value; + } + } + + /// Field number for the "HighCookScore" field. + public const int HighCookScoreFieldNumber = 3; + private int highCookScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int HighCookScore { + get { return highCookScore_; } + set { + highCookScore_ = value; + } + } + + /// Field number for the "SushiMenus" field. + public const int SushiMenusFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_sushiMenus_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSushiMenu.Parser); + private readonly pbc::RepeatedField sushiMenus_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiMenus { + get { return sushiMenus_; } + } + + /// Field number for the "Employees" field. + public const int EmployeesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_employees_codec + = pb::FieldCodec.ForInt32(42); + private readonly pbc::RepeatedField employees_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Employees { + get { return employees_; } + } + + /// Field number for the "HighCookScoreTimeList" field. + public const int HighCookScoreTimeListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_highCookScoreTimeList_codec + = pb::FieldCodec.ForInt64(50); + private readonly pbc::RepeatedField highCookScoreTimeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField HighCookScoreTimeList { + get { return highCookScoreTimeList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDaveSushiData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDaveSushiData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TotalSushiCount != other.TotalSushiCount) return false; + if (HighTurnover != other.HighTurnover) return false; + if (HighCookScore != other.HighCookScore) return false; + if(!sushiMenus_.Equals(other.sushiMenus_)) return false; + if(!employees_.Equals(other.employees_)) return false; + if(!highCookScoreTimeList_.Equals(other.highCookScoreTimeList_)) 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 (TotalSushiCount != 0) hash ^= TotalSushiCount.GetHashCode(); + if (HighTurnover != 0) hash ^= HighTurnover.GetHashCode(); + if (HighCookScore != 0) hash ^= HighCookScore.GetHashCode(); + hash ^= sushiMenus_.GetHashCode(); + hash ^= employees_.GetHashCode(); + hash ^= highCookScoreTimeList_.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 (TotalSushiCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TotalSushiCount); + } + if (HighTurnover != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighTurnover); + } + if (HighCookScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(HighCookScore); + } + sushiMenus_.WriteTo(output, _repeated_sushiMenus_codec); + employees_.WriteTo(output, _repeated_employees_codec); + highCookScoreTimeList_.WriteTo(output, _repeated_highCookScoreTimeList_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 (TotalSushiCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(TotalSushiCount); + } + if (HighTurnover != 0) { + output.WriteRawTag(16); + output.WriteInt32(HighTurnover); + } + if (HighCookScore != 0) { + output.WriteRawTag(24); + output.WriteInt32(HighCookScore); + } + sushiMenus_.WriteTo(ref output, _repeated_sushiMenus_codec); + employees_.WriteTo(ref output, _repeated_employees_codec); + highCookScoreTimeList_.WriteTo(ref output, _repeated_highCookScoreTimeList_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 (TotalSushiCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalSushiCount); + } + if (HighTurnover != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HighTurnover); + } + if (HighCookScore != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(HighCookScore); + } + size += sushiMenus_.CalculateSize(_repeated_sushiMenus_codec); + size += employees_.CalculateSize(_repeated_employees_codec); + size += highCookScoreTimeList_.CalculateSize(_repeated_highCookScoreTimeList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDaveSushiData other) { + if (other == null) { + return; + } + if (other.TotalSushiCount != 0) { + TotalSushiCount = other.TotalSushiCount; + } + if (other.HighTurnover != 0) { + HighTurnover = other.HighTurnover; + } + if (other.HighCookScore != 0) { + HighCookScore = other.HighCookScore; + } + sushiMenus_.Add(other.sushiMenus_); + employees_.Add(other.employees_); + highCookScoreTimeList_.Add(other.highCookScoreTimeList_); + _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: { + TotalSushiCount = input.ReadInt32(); + break; + } + case 16: { + HighTurnover = input.ReadInt32(); + break; + } + case 24: { + HighCookScore = input.ReadInt32(); + break; + } + case 34: { + sushiMenus_.AddEntriesFrom(input, _repeated_sushiMenus_codec); + break; + } + case 42: + case 40: { + employees_.AddEntriesFrom(input, _repeated_employees_codec); + break; + } + case 50: + case 48: { + highCookScoreTimeList_.AddEntriesFrom(input, _repeated_highCookScoreTimeList_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: { + TotalSushiCount = input.ReadInt32(); + break; + } + case 16: { + HighTurnover = input.ReadInt32(); + break; + } + case 24: { + HighCookScore = input.ReadInt32(); + break; + } + case 34: { + sushiMenus_.AddEntriesFrom(ref input, _repeated_sushiMenus_codec); + break; + } + case 42: + case 40: { + employees_.AddEntriesFrom(ref input, _repeated_employees_codec); + break; + } + case 50: + case 48: { + highCookScoreTimeList_.AddEntriesFrom(ref input, _repeated_highCookScoreTimeList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDaveItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDaveItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1549]; } + } + + [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 NetDaveItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveItem(NetDaveItem other) : this() { + isn_ = other.isn_; + tid_ = other.tid_; + count_ = other.count_; + isNew_ = other.isNew_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveItem Clone() { + return new NetDaveItem(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Count" field. + public const int CountFieldNumber = 3; + private int count_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Count { + get { return count_; } + set { + count_ = value; + } + } + + /// Field number for the "IsNew" field. + public const int IsNewFieldNumber = 4; + private bool isNew_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsNew { + get { return isNew_; } + set { + isNew_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDaveItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDaveItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (Tid != other.Tid) return false; + if (Count != other.Count) return false; + if (IsNew != other.IsNew) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Count != 0) hash ^= Count.GetHashCode(); + if (IsNew != false) hash ^= IsNew.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (IsNew != false) { + output.WriteRawTag(32); + output.WriteBool(IsNew); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Count != 0) { + output.WriteRawTag(24); + output.WriteInt32(Count); + } + if (IsNew != false) { + output.WriteRawTag(32); + output.WriteBool(IsNew); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Count != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Count); + } + if (IsNew != 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(NetDaveItem other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Count != 0) { + Count = other.Count; + } + if (other.IsNew != false) { + IsNew = other.IsNew; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + IsNew = 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 8: { + Isn = input.ReadInt64(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Count = input.ReadInt32(); + break; + } + case 32: { + IsNew = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDaveEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDaveEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1550]; } + } + + [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 NetDaveEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveEquipment(NetDaveEquipment other) : this() { + tid_ = other.tid_; + level_ = other.level_; + type_ = other.type_; + createdAt_ = other.createdAt_; + isNew_ = other.isNew_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveEquipment Clone() { + return new NetDaveEquipment(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 2; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 3; + private global::EpinelPS.EquipmentType type_ = global::EpinelPS.EquipmentType.EquipmentTypeNone; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.EquipmentType Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 4; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "IsNew" field. + public const int IsNewFieldNumber = 5; + private bool isNew_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsNew { + get { return isNew_; } + set { + isNew_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDaveEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDaveEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Type != other.Type) return false; + if (CreatedAt != other.CreatedAt) return false; + if (IsNew != other.IsNew) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Type != global::EpinelPS.EquipmentType.EquipmentTypeNone) hash ^= Type.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (IsNew != false) hash ^= IsNew.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Type != global::EpinelPS.EquipmentType.EquipmentTypeNone) { + output.WriteRawTag(24); + output.WriteEnum((int) Type); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + if (IsNew != false) { + output.WriteRawTag(40); + output.WriteBool(IsNew); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(16); + output.WriteInt32(Level); + } + if (Type != global::EpinelPS.EquipmentType.EquipmentTypeNone) { + output.WriteRawTag(24); + output.WriteEnum((int) Type); + } + if (CreatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(CreatedAt); + } + if (IsNew != false) { + output.WriteRawTag(40); + output.WriteBool(IsNew); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Type != global::EpinelPS.EquipmentType.EquipmentTypeNone) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (IsNew != 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(NetDaveEquipment other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Type != global::EpinelPS.EquipmentType.EquipmentTypeNone) { + Type = other.Type; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.IsNew != false) { + IsNew = other.IsNew; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Type = (global::EpinelPS.EquipmentType) input.ReadEnum(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + case 40: { + IsNew = 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 8: { + Tid = input.ReadInt32(); + break; + } + case 16: { + Level = input.ReadInt32(); + break; + } + case 24: { + Type = (global::EpinelPS.EquipmentType) input.ReadEnum(); + break; + } + case 32: { + CreatedAt = input.ReadInt64(); + break; + } + case 40: { + IsNew = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDaveMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDaveMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1551]; } + } + + [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 NetDaveMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveMission(NetDaveMission other) : this() { + eventId_ = other.eventId_; + missionId_ = other.missionId_; + missionType_ = other.missionType_; + rewardedAt_ = other.rewardedAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDaveMission Clone() { + return new NetDaveMission(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + /// Field number for the "MissionId" field. + public const int MissionIdFieldNumber = 2; + private int missionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MissionId { + get { return missionId_; } + set { + missionId_ = value; + } + } + + /// Field number for the "MissionType" field. + public const int MissionTypeFieldNumber = 3; + private int missionType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MissionType { + get { return missionType_; } + set { + missionType_ = value; + } + } + + /// Field number for the "RewardedAt" field. + public const int RewardedAtFieldNumber = 4; + private long rewardedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RewardedAt { + get { return rewardedAt_; } + set { + rewardedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDaveMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDaveMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) return false; + if (MissionId != other.MissionId) return false; + if (MissionType != other.MissionType) return false; + if (RewardedAt != other.RewardedAt) 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 (EventId != 0) hash ^= EventId.GetHashCode(); + if (MissionId != 0) hash ^= MissionId.GetHashCode(); + if (MissionType != 0) hash ^= MissionType.GetHashCode(); + if (RewardedAt != 0L) hash ^= RewardedAt.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (MissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionId); + } + if (MissionType != 0) { + output.WriteRawTag(24); + output.WriteInt32(MissionType); + } + if (RewardedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(RewardedAt); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + if (MissionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(MissionId); + } + if (MissionType != 0) { + output.WriteRawTag(24); + output.WriteInt32(MissionType); + } + if (RewardedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(RewardedAt); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (MissionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MissionId); + } + if (MissionType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MissionType); + } + if (RewardedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RewardedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDaveMission other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + if (other.MissionId != 0) { + MissionId = other.MissionId; + } + if (other.MissionType != 0) { + MissionType = other.MissionType; + } + if (other.RewardedAt != 0L) { + RewardedAt = other.RewardedAt; + } + _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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + MissionId = input.ReadInt32(); + break; + } + case 24: { + MissionType = input.ReadInt32(); + break; + } + case 32: { + RewardedAt = input.ReadInt64(); + 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: { + EventId = input.ReadInt32(); + break; + } + case 16: { + MissionId = input.ReadInt32(); + break; + } + case 24: { + MissionType = input.ReadInt32(); + break; + } + case 32: { + RewardedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetDaveData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetDaveData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1552]; } + } + + [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 ResGetDaveData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDaveData(ResGetDaveData other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + items_ = other.items_.Clone(); + equipmentList_ = other.equipmentList_.Clone(); + sushiData_ = other.sushiData_ != null ? other.sushiData_.Clone() : null; + missionList_ = other.missionList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDaveData Clone() { + return new ResGetDaveData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetDaveData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDaveData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "EquipmentList" field. + public const int EquipmentListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_equipmentList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetDaveEquipment.Parser); + private readonly pbc::RepeatedField equipmentList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EquipmentList { + get { return equipmentList_; } + } + + /// Field number for the "SushiData" field. + public const int SushiDataFieldNumber = 4; + private global::EpinelPS.NetDaveSushiData sushiData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDaveSushiData SushiData { + get { return sushiData_; } + set { + sushiData_ = value; + } + } + + /// Field number for the "MissionList" field. + public const int MissionListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_missionList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetDaveMission.Parser); + private readonly pbc::RepeatedField missionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionList { + get { return missionList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetDaveData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetDaveData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if(!items_.Equals(other.items_)) return false; + if(!equipmentList_.Equals(other.equipmentList_)) return false; + if (!object.Equals(SushiData, other.SushiData)) return false; + if(!missionList_.Equals(other.missionList_)) 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 (data_ != null) hash ^= Data.GetHashCode(); + hash ^= items_.GetHashCode(); + hash ^= equipmentList_.GetHashCode(); + if (sushiData_ != null) hash ^= SushiData.GetHashCode(); + hash ^= missionList_.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + items_.WriteTo(output, _repeated_items_codec); + equipmentList_.WriteTo(output, _repeated_equipmentList_codec); + if (sushiData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(SushiData); + } + missionList_.WriteTo(output, _repeated_missionList_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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + items_.WriteTo(ref output, _repeated_items_codec); + equipmentList_.WriteTo(ref output, _repeated_equipmentList_codec); + if (sushiData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(SushiData); + } + missionList_.WriteTo(ref output, _repeated_missionList_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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + size += items_.CalculateSize(_repeated_items_codec); + size += equipmentList_.CalculateSize(_repeated_equipmentList_codec); + if (sushiData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SushiData); + } + size += missionList_.CalculateSize(_repeated_missionList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetDaveData other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetDaveData(); + } + Data.MergeFrom(other.Data); + } + items_.Add(other.items_); + equipmentList_.Add(other.equipmentList_); + if (other.sushiData_ != null) { + if (sushiData_ == null) { + SushiData = new global::EpinelPS.NetDaveSushiData(); + } + SushiData.MergeFrom(other.SushiData); + } + missionList_.Add(other.missionList_); + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetDaveData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 26: { + equipmentList_.AddEntriesFrom(input, _repeated_equipmentList_codec); + break; + } + case 34: { + if (sushiData_ == null) { + SushiData = new global::EpinelPS.NetDaveSushiData(); + } + input.ReadMessage(SushiData); + break; + } + case 42: { + missionList_.AddEntriesFrom(input, _repeated_missionList_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: { + if (data_ == null) { + Data = new global::EpinelPS.NetDaveData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 26: { + equipmentList_.AddEntriesFrom(ref input, _repeated_equipmentList_codec); + break; + } + case 34: { + if (sushiData_ == null) { + SushiData = new global::EpinelPS.NetDaveSushiData(); + } + input.ReadMessage(SushiData); + break; + } + case 42: { + missionList_.AddEntriesFrom(ref input, _repeated_missionList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteDaveDive : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteDaveDive()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1553]; } + } + + [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 ResCompleteDaveDive() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteDaveDive(ResCompleteDaveDive other) : this() { + data_ = other.data_ != null ? other.data_.Clone() : null; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteDaveDive Clone() { + return new ResCompleteDaveDive(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private global::EpinelPS.NetDaveData data_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDaveData Data { + get { return data_; } + set { + data_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteDaveDive); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteDaveDive other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Data, other.Data)) return false; + if(!items_.Equals(other.items_)) 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 (data_ != null) hash ^= Data.GetHashCode(); + hash ^= items_.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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + items_.WriteTo(output, _repeated_items_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 (data_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Data); + } + items_.WriteTo(ref output, _repeated_items_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 (data_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Data); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteDaveDive other) { + if (other == null) { + return; + } + if (other.data_ != null) { + if (data_ == null) { + Data = new global::EpinelPS.NetDaveData(); + } + Data.MergeFrom(other.Data); + } + items_.Add(other.items_); + _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: { + if (data_ == null) { + Data = new global::EpinelPS.NetDaveData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_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: { + if (data_ == null) { + Data = new global::EpinelPS.NetDaveData(); + } + input.ReadMessage(Data); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeDaveMasterRole : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeDaveMasterRole()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1554]; } + } + + [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 ResChangeDaveMasterRole() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeDaveMasterRole(ResChangeDaveMasterRole other) : this() { + masterRole_ = other.masterRole_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeDaveMasterRole Clone() { + return new ResChangeDaveMasterRole(this); + } + + /// Field number for the "MasterRole" field. + public const int MasterRoleFieldNumber = 1; + private int masterRole_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int MasterRole { + get { return masterRole_; } + set { + masterRole_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeDaveMasterRole); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeDaveMasterRole other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MasterRole != other.MasterRole) 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 (MasterRole != 0) hash ^= MasterRole.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 (MasterRole != 0) { + output.WriteRawTag(8); + output.WriteInt32(MasterRole); + } + 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 (MasterRole != 0) { + output.WriteRawTag(8); + output.WriteInt32(MasterRole); + } + 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 (MasterRole != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(MasterRole); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResChangeDaveMasterRole other) { + if (other == null) { + return; + } + if (other.MasterRole != 0) { + MasterRole = other.MasterRole; + } + _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: { + MasterRole = 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: { + MasterRole = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnlockDaveRole : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnlockDaveRole()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1555]; } + } + + [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 ResUnlockDaveRole() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnlockDaveRole(ResUnlockDaveRole other) : this() { + unlockRole_ = other.unlockRole_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnlockDaveRole Clone() { + return new ResUnlockDaveRole(this); + } + + /// Field number for the "UnlockRole" field. + public const int UnlockRoleFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_unlockRole_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField unlockRole_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UnlockRole { + get { return unlockRole_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnlockDaveRole); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnlockDaveRole other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!unlockRole_.Equals(other.unlockRole_)) 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 ^= unlockRole_.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 + unlockRole_.WriteTo(output, _repeated_unlockRole_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) { + unlockRole_.WriteTo(ref output, _repeated_unlockRole_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 += unlockRole_.CalculateSize(_repeated_unlockRole_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUnlockDaveRole other) { + if (other == null) { + return; + } + unlockRole_.Add(other.unlockRole_); + _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: { + unlockRole_.AddEntriesFrom(input, _repeated_unlockRole_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: { + unlockRole_.AddEntriesFrom(ref input, _repeated_unlockRole_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpgradeDaveEquipment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpgradeDaveEquipment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1556]; } + } + + [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 ResUpgradeDaveEquipment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpgradeDaveEquipment(ResUpgradeDaveEquipment other) : this() { + equipment_ = other.equipment_ != null ? other.equipment_.Clone() : null; + isWeapon_ = other.isWeapon_; + curGold_ = other.curGold_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpgradeDaveEquipment Clone() { + return new ResUpgradeDaveEquipment(this); + } + + /// Field number for the "Equipment" field. + public const int EquipmentFieldNumber = 1; + private global::EpinelPS.NetDaveEquipment equipment_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDaveEquipment Equipment { + get { return equipment_; } + set { + equipment_ = value; + } + } + + /// Field number for the "IsWeapon" field. + public const int IsWeaponFieldNumber = 2; + private bool isWeapon_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsWeapon { + get { return isWeapon_; } + set { + isWeapon_ = value; + } + } + + /// Field number for the "CurGold" field. + public const int CurGoldFieldNumber = 3; + private int curGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurGold { + get { return curGold_; } + set { + curGold_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpgradeDaveEquipment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpgradeDaveEquipment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Equipment, other.Equipment)) return false; + if (IsWeapon != other.IsWeapon) return false; + if (CurGold != other.CurGold) 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 (equipment_ != null) hash ^= Equipment.GetHashCode(); + if (IsWeapon != false) hash ^= IsWeapon.GetHashCode(); + if (CurGold != 0) hash ^= CurGold.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 (equipment_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Equipment); + } + if (IsWeapon != false) { + output.WriteRawTag(16); + output.WriteBool(IsWeapon); + } + if (CurGold != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurGold); + } + 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 (equipment_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Equipment); + } + if (IsWeapon != false) { + output.WriteRawTag(16); + output.WriteBool(IsWeapon); + } + if (CurGold != 0) { + output.WriteRawTag(24); + output.WriteInt32(CurGold); + } + 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 (equipment_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Equipment); + } + if (IsWeapon != false) { + size += 1 + 1; + } + if (CurGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurGold); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpgradeDaveEquipment other) { + if (other == null) { + return; + } + if (other.equipment_ != null) { + if (equipment_ == null) { + Equipment = new global::EpinelPS.NetDaveEquipment(); + } + Equipment.MergeFrom(other.Equipment); + } + if (other.IsWeapon != false) { + IsWeapon = other.IsWeapon; + } + if (other.CurGold != 0) { + CurGold = other.CurGold; + } + _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: { + if (equipment_ == null) { + Equipment = new global::EpinelPS.NetDaveEquipment(); + } + input.ReadMessage(Equipment); + break; + } + case 16: { + IsWeapon = input.ReadBool(); + break; + } + case 24: { + CurGold = 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 10: { + if (equipment_ == null) { + Equipment = new global::EpinelPS.NetDaveEquipment(); + } + input.ReadMessage(Equipment); + break; + } + case 16: { + IsWeapon = input.ReadBool(); + break; + } + case 24: { + CurGold = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeductDaveItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeductDaveItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1557]; } + } + + [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 ResDeductDaveItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeductDaveItem(ResDeductDaveItem other) : this() { + items_ = other.items_.Clone(); + curGold_ = other.curGold_; + totalGold_ = other.totalGold_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeductDaveItem Clone() { + return new ResDeductDaveItem(this); + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + /// Field number for the "CurGold" field. + public const int CurGoldFieldNumber = 2; + private int curGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurGold { + get { return curGold_; } + set { + curGold_ = value; + } + } + + /// Field number for the "TotalGold" field. + public const int TotalGoldFieldNumber = 3; + private int totalGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalGold { + get { return totalGold_; } + set { + totalGold_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeductDaveItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeductDaveItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!items_.Equals(other.items_)) return false; + if (CurGold != other.CurGold) return false; + if (TotalGold != other.TotalGold) 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 ^= items_.GetHashCode(); + if (CurGold != 0) hash ^= CurGold.GetHashCode(); + if (TotalGold != 0) hash ^= TotalGold.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 + items_.WriteTo(output, _repeated_items_codec); + if (CurGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurGold); + } + if (TotalGold != 0) { + output.WriteRawTag(24); + output.WriteInt32(TotalGold); + } + 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) { + items_.WriteTo(ref output, _repeated_items_codec); + if (CurGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurGold); + } + if (TotalGold != 0) { + output.WriteRawTag(24); + output.WriteInt32(TotalGold); + } + 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 += items_.CalculateSize(_repeated_items_codec); + if (CurGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurGold); + } + if (TotalGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalGold); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDeductDaveItem other) { + if (other == null) { + return; + } + items_.Add(other.items_); + if (other.CurGold != 0) { + CurGold = other.CurGold; + } + if (other.TotalGold != 0) { + TotalGold = other.TotalGold; + } + _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: { + items_.AddEntriesFrom(input, _repeated_items_codec); + break; + } + case 16: { + CurGold = input.ReadInt32(); + break; + } + case 24: { + TotalGold = 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 10: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + case 16: { + CurGold = input.ReadInt32(); + break; + } + case 24: { + TotalGold = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteDaveSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteDaveSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1558]; } + } + + [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 ResCompleteDaveSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteDaveSushi(ResCompleteDaveSushi other) : this() { + curGold_ = other.curGold_; + totalGold_ = other.totalGold_; + sushiData_ = other.sushiData_ != null ? other.sushiData_.Clone() : null; + sushiList_ = other.sushiList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteDaveSushi Clone() { + return new ResCompleteDaveSushi(this); + } + + /// Field number for the "CurGold" field. + public const int CurGoldFieldNumber = 1; + private int curGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurGold { + get { return curGold_; } + set { + curGold_ = value; + } + } + + /// Field number for the "TotalGold" field. + public const int TotalGoldFieldNumber = 2; + private int totalGold_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TotalGold { + get { return totalGold_; } + set { + totalGold_ = value; + } + } + + /// Field number for the "SushiData" field. + public const int SushiDataFieldNumber = 3; + private global::EpinelPS.NetDaveSushiData sushiData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDaveSushiData SushiData { + get { return sushiData_; } + set { + sushiData_ = value; + } + } + + /// Field number for the "SushiList" field. + public const int SushiListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_sushiList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetDaveEquipment.Parser); + private readonly pbc::RepeatedField sushiList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiList { + get { return sushiList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteDaveSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteDaveSushi other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CurGold != other.CurGold) return false; + if (TotalGold != other.TotalGold) return false; + if (!object.Equals(SushiData, other.SushiData)) return false; + if(!sushiList_.Equals(other.sushiList_)) 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 (CurGold != 0) hash ^= CurGold.GetHashCode(); + if (TotalGold != 0) hash ^= TotalGold.GetHashCode(); + if (sushiData_ != null) hash ^= SushiData.GetHashCode(); + hash ^= sushiList_.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 (CurGold != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurGold); + } + if (TotalGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(TotalGold); + } + if (sushiData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(SushiData); + } + sushiList_.WriteTo(output, _repeated_sushiList_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 (CurGold != 0) { + output.WriteRawTag(8); + output.WriteInt32(CurGold); + } + if (TotalGold != 0) { + output.WriteRawTag(16); + output.WriteInt32(TotalGold); + } + if (sushiData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(SushiData); + } + sushiList_.WriteTo(ref output, _repeated_sushiList_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 (CurGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurGold); + } + if (TotalGold != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TotalGold); + } + if (sushiData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SushiData); + } + size += sushiList_.CalculateSize(_repeated_sushiList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteDaveSushi other) { + if (other == null) { + return; + } + if (other.CurGold != 0) { + CurGold = other.CurGold; + } + if (other.TotalGold != 0) { + TotalGold = other.TotalGold; + } + if (other.sushiData_ != null) { + if (sushiData_ == null) { + SushiData = new global::EpinelPS.NetDaveSushiData(); + } + SushiData.MergeFrom(other.SushiData); + } + sushiList_.Add(other.sushiList_); + _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: { + CurGold = input.ReadInt32(); + break; + } + case 16: { + TotalGold = input.ReadInt32(); + break; + } + case 26: { + if (sushiData_ == null) { + SushiData = new global::EpinelPS.NetDaveSushiData(); + } + input.ReadMessage(SushiData); + break; + } + case 34: { + sushiList_.AddEntriesFrom(input, _repeated_sushiList_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: { + CurGold = input.ReadInt32(); + break; + } + case 16: { + TotalGold = input.ReadInt32(); + break; + } + case 26: { + if (sushiData_ == null) { + SushiData = new global::EpinelPS.NetDaveSushiData(); + } + input.ReadMessage(SushiData); + break; + } + case 34: { + sushiList_.AddEntriesFrom(ref input, _repeated_sushiList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpgradeDaveSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpgradeDaveSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1559]; } + } + + [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 ResUpgradeDaveSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpgradeDaveSushi(ResUpgradeDaveSushi other) : this() { + equipment_ = other.equipment_ != null ? other.equipment_.Clone() : null; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpgradeDaveSushi Clone() { + return new ResUpgradeDaveSushi(this); + } + + /// Field number for the "Equipment" field. + public const int EquipmentFieldNumber = 1; + private global::EpinelPS.NetDaveEquipment equipment_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDaveEquipment Equipment { + get { return equipment_; } + set { + equipment_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpgradeDaveSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpgradeDaveSushi other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Equipment, other.Equipment)) return false; + if(!items_.Equals(other.items_)) 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 (equipment_ != null) hash ^= Equipment.GetHashCode(); + hash ^= items_.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 (equipment_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Equipment); + } + items_.WriteTo(output, _repeated_items_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 (equipment_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Equipment); + } + items_.WriteTo(ref output, _repeated_items_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 (equipment_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Equipment); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResUpgradeDaveSushi other) { + if (other == null) { + return; + } + if (other.equipment_ != null) { + if (equipment_ == null) { + Equipment = new global::EpinelPS.NetDaveEquipment(); + } + Equipment.MergeFrom(other.Equipment); + } + items_.Add(other.items_); + _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: { + if (equipment_ == null) { + Equipment = new global::EpinelPS.NetDaveEquipment(); + } + input.ReadMessage(Equipment); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_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: { + if (equipment_ == null) { + Equipment = new global::EpinelPS.NetDaveEquipment(); + } + input.ReadMessage(Equipment); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearDaveBagNewIcon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearDaveBagNewIcon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1560]; } + } + + [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 ResClearDaveBagNewIcon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearDaveBagNewIcon(ResClearDaveBagNewIcon other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearDaveBagNewIcon Clone() { + return new ResClearDaveBagNewIcon(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearDaveBagNewIcon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearDaveBagNewIcon 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(ResClearDaveBagNewIcon 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearDaveSushiNewIcon : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearDaveSushiNewIcon()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1561]; } + } + + [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 ResClearDaveSushiNewIcon() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearDaveSushiNewIcon(ResClearDaveSushiNewIcon other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearDaveSushiNewIcon Clone() { + return new ResClearDaveSushiNewIcon(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearDaveSushiNewIcon); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearDaveSushiNewIcon 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(ResClearDaveSushiNewIcon 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetDaveSushiMenus : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetDaveSushiMenus()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1562]; } + } + + [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 ResSetDaveSushiMenus() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDaveSushiMenus(ResSetDaveSushiMenus other) : this() { + sushiMenus_ = other.sushiMenus_.Clone(); + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetDaveSushiMenus Clone() { + return new ResSetDaveSushiMenus(this); + } + + /// Field number for the "SushiMenus" field. + public const int SushiMenusFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_sushiMenus_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSushiMenu.Parser); + private readonly pbc::RepeatedField sushiMenus_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SushiMenus { + get { return sushiMenus_; } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetDaveItem.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetDaveSushiMenus); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetDaveSushiMenus other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!sushiMenus_.Equals(other.sushiMenus_)) return false; + if(!items_.Equals(other.items_)) 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 ^= sushiMenus_.GetHashCode(); + hash ^= items_.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 + sushiMenus_.WriteTo(output, _repeated_sushiMenus_codec); + items_.WriteTo(output, _repeated_items_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) { + sushiMenus_.WriteTo(ref output, _repeated_sushiMenus_codec); + items_.WriteTo(ref output, _repeated_items_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 += sushiMenus_.CalculateSize(_repeated_sushiMenus_codec); + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetDaveSushiMenus other) { + if (other == null) { + return; + } + sushiMenus_.Add(other.sushiMenus_); + items_.Add(other.items_); + _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: { + sushiMenus_.AddEntriesFrom(input, _repeated_sushiMenus_codec); + break; + } + case 18: { + items_.AddEntriesFrom(input, _repeated_items_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: { + sushiMenus_.AddEntriesFrom(ref input, _repeated_sushiMenus_codec); + break; + } + case 18: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDaveSushiEmployee : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDaveSushiEmployee()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1563]; } + } + + [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 ResDaveSushiEmployee() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDaveSushiEmployee(ResDaveSushiEmployee other) : this() { + employees_ = other.employees_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDaveSushiEmployee Clone() { + return new ResDaveSushiEmployee(this); + } + + /// Field number for the "Employees" field. + public const int EmployeesFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_employees_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField employees_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Employees { + get { return employees_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDaveSushiEmployee); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDaveSushiEmployee other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!employees_.Equals(other.employees_)) 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 ^= employees_.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 + employees_.WriteTo(output, _repeated_employees_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) { + employees_.WriteTo(ref output, _repeated_employees_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 += employees_.CalculateSize(_repeated_employees_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDaveSushiEmployee other) { + if (other == null) { + return; + } + employees_.Add(other.employees_); + _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: { + employees_.AddEntriesFrom(input, _repeated_employees_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: { + employees_.AddEntriesFrom(ref input, _repeated_employees_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDaveUnlockSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDaveUnlockSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1564]; } + } + + [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 ResDaveUnlockSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDaveUnlockSushi(ResDaveUnlockSushi other) : this() { + equipmentList_ = other.equipmentList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDaveUnlockSushi Clone() { + return new ResDaveUnlockSushi(this); + } + + /// Field number for the "EquipmentList" field. + public const int EquipmentListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_equipmentList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetDaveEquipment.Parser); + private readonly pbc::RepeatedField equipmentList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField EquipmentList { + get { return equipmentList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDaveUnlockSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDaveUnlockSushi other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!equipmentList_.Equals(other.equipmentList_)) 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 ^= equipmentList_.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 + equipmentList_.WriteTo(output, _repeated_equipmentList_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) { + equipmentList_.WriteTo(ref output, _repeated_equipmentList_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 += equipmentList_.CalculateSize(_repeated_equipmentList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResDaveUnlockSushi other) { + if (other == null) { + return; + } + equipmentList_.Add(other.equipmentList_); + _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: { + equipmentList_.AddEntriesFrom(input, _repeated_equipmentList_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: { + equipmentList_.AddEntriesFrom(ref input, _repeated_equipmentList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameDaveRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameDaveRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1565]; } + } + + [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 NetMiniGameDaveRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDaveRankingData(NetMiniGameDaveRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDaveRankingData Clone() { + return new NetMiniGameDaveRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameDaveRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameDaveRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameDaveRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMiniGameDaveRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMiniGameDaveRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1566]; } + } + + [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 ResGetMiniGameDaveRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDaveRanking(ResGetMiniGameDaveRanking other) : this() { + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMiniGameDaveRanking Clone() { + return new ResGetMiniGameDaveRanking(this); + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 1; + private global::EpinelPS.NetMiniGameDaveRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMiniGameDaveRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMiniGameDaveRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMiniGameDaveRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMiniGameDaveRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + output.WriteRawTag(10); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMiniGameDaveRanking other) { + if (other == null) { + return; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameDaveRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameDaveRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetMiniGameDaveRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 18: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMiniGameDaveMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMiniGameDaveMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1567]; } + } + + [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 ResObtainMiniGameDaveMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameDaveMissionReward(ResObtainMiniGameDaveMissionReward other) : this() { + missionRewardedList_ = other.missionRewardedList_.Clone(); + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMiniGameDaveMissionReward Clone() { + return new ResObtainMiniGameDaveMissionReward(this); + } + + /// Field number for the "MissionRewardedList" field. + public const int MissionRewardedListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_missionRewardedList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetDaveMission.Parser); + private readonly pbc::RepeatedField missionRewardedList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MissionRewardedList { + get { return missionRewardedList_; } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMiniGameDaveMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMiniGameDaveMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!missionRewardedList_.Equals(other.missionRewardedList_)) return false; + if (!object.Equals(Reward, other.Reward)) 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 ^= missionRewardedList_.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 + missionRewardedList_.WriteTo(output, _repeated_missionRewardedList_codec); + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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) { + missionRewardedList_.WriteTo(ref output, _repeated_missionRewardedList_codec); + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 += missionRewardedList_.CalculateSize(_repeated_missionRewardedList_codec); + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMiniGameDaveMissionReward other) { + if (other == null) { + return; + } + missionRewardedList_.Add(other.missionRewardedList_); + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + missionRewardedList_.AddEntriesFrom(input, _repeated_missionRewardedList_codec); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + missionRewardedList_.AddEntriesFrom(ref input, _repeated_missionRewardedList_codec); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMiniGameDaveDriftBottle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMiniGameDaveDriftBottle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1568]; } + } + + [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 ResMiniGameDaveDriftBottle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameDaveDriftBottle(ResMiniGameDaveDriftBottle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMiniGameDaveDriftBottle Clone() { + return new ResMiniGameDaveDriftBottle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMiniGameDaveDriftBottle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMiniGameDaveDriftBottle 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(ResMiniGameDaveDriftBottle 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAddMiniGameDaveAllItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAddMiniGameDaveAllItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1569]; } + } + + [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 ResAddMiniGameDaveAllItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddMiniGameDaveAllItem(ResAddMiniGameDaveAllItem other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAddMiniGameDaveAllItem Clone() { + return new ResAddMiniGameDaveAllItem(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAddMiniGameDaveAllItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAddMiniGameDaveAllItem 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(ResAddMiniGameDaveAllItem 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResChangeMiniGameDaveGold : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResChangeMiniGameDaveGold()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1570]; } + } + + [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 ResChangeMiniGameDaveGold() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeMiniGameDaveGold(ResChangeMiniGameDaveGold other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResChangeMiniGameDaveGold Clone() { + return new ResChangeMiniGameDaveGold(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResChangeMiniGameDaveGold); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResChangeMiniGameDaveGold 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(ResChangeMiniGameDaveGold 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteMiniGameDaveMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteMiniGameDaveMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1571]; } + } + + [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 ResCompleteMiniGameDaveMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteMiniGameDaveMission(ResCompleteMiniGameDaveMission other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteMiniGameDaveMission Clone() { + return new ResCompleteMiniGameDaveMission(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteMiniGameDaveMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteMiniGameDaveMission 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(ResCompleteMiniGameDaveMission 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUnlockMiniGameDaveAllRole : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUnlockMiniGameDaveAllRole()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1572]; } + } + + [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 ResUnlockMiniGameDaveAllRole() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnlockMiniGameDaveAllRole(ResUnlockMiniGameDaveAllRole other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUnlockMiniGameDaveAllRole Clone() { + return new ResUnlockMiniGameDaveAllRole(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUnlockMiniGameDaveAllRole); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUnlockMiniGameDaveAllRole 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(ResUnlockMiniGameDaveAllRole 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteMiniGameDaveSushi : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteMiniGameDaveSushi()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1573]; } + } + + [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 ResCompleteMiniGameDaveSushi() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteMiniGameDaveSushi(ResCompleteMiniGameDaveSushi other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteMiniGameDaveSushi Clone() { + return new ResCompleteMiniGameDaveSushi(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteMiniGameDaveSushi); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteMiniGameDaveSushi 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(ResCompleteMiniGameDaveSushi 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMiniGameDaveTriggerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMiniGameDaveTriggerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1574]; } + } + + [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 NetMiniGameDaveTriggerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDaveTriggerData(NetMiniGameDaveTriggerData other) : this() { + trigger_ = other.trigger_; + conditionId_ = other.conditionId_; + userValue_ = other.userValue_; + updatedAt_ = other.updatedAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMiniGameDaveTriggerData Clone() { + return new NetMiniGameDaveTriggerData(this); + } + + /// Field number for the "Trigger" field. + public const int TriggerFieldNumber = 1; + private int trigger_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Trigger { + get { return trigger_; } + set { + trigger_ = value; + } + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 2; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 3; + private long userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + /// Field number for the "UpdatedAt" field. + public const int UpdatedAtFieldNumber = 4; + private long updatedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UpdatedAt { + get { return updatedAt_; } + set { + updatedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMiniGameDaveTriggerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMiniGameDaveTriggerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Trigger != other.Trigger) return false; + if (ConditionId != other.ConditionId) return false; + if (UserValue != other.UserValue) return false; + if (UpdatedAt != other.UpdatedAt) 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 (Trigger != 0) hash ^= Trigger.GetHashCode(); + if (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (UserValue != 0L) hash ^= UserValue.GetHashCode(); + if (UpdatedAt != 0L) hash ^= UpdatedAt.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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + if (UpdatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(UpdatedAt); + } + 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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + if (UpdatedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(UpdatedAt); + } + 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 (Trigger != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Trigger); + } + if (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (UserValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserValue); + } + if (UpdatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UpdatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMiniGameDaveTriggerData other) { + if (other == null) { + return; + } + if (other.Trigger != 0) { + Trigger = other.Trigger; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.UserValue != 0L) { + UserValue = other.UserValue; + } + if (other.UpdatedAt != 0L) { + UpdatedAt = other.UpdatedAt; + } + _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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + break; + } + case 32: { + UpdatedAt = input.ReadInt64(); + 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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + break; + } + case 32: { + UpdatedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetAllMiniGameDaveTriggers : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetAllMiniGameDaveTriggers()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1575]; } + } + + [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 ResGetAllMiniGameDaveTriggers() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAllMiniGameDaveTriggers(ResGetAllMiniGameDaveTriggers other) : this() { + triggers_ = other.triggers_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAllMiniGameDaveTriggers Clone() { + return new ResGetAllMiniGameDaveTriggers(this); + } + + /// Field number for the "Triggers" field. + public const int TriggersFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_triggers_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetMiniGameDaveTriggerData.Parser); + private readonly pbc::RepeatedField triggers_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Triggers { + get { return triggers_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetAllMiniGameDaveTriggers); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetAllMiniGameDaveTriggers other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!triggers_.Equals(other.triggers_)) 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 ^= triggers_.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 + triggers_.WriteTo(output, _repeated_triggers_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) { + triggers_.WriteTo(ref output, _repeated_triggers_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 += triggers_.CalculateSize(_repeated_triggers_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetAllMiniGameDaveTriggers other) { + if (other == null) { + return; + } + triggers_.Add(other.triggers_); + _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: { + triggers_.AddEntriesFrom(input, _repeated_triggers_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: { + triggers_.AddEntriesFrom(ref input, _repeated_triggers_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResReportDiverRoundFlow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResReportDiverRoundFlow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1576]; } + } + + [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 ResReportDiverRoundFlow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReportDiverRoundFlow(ResReportDiverRoundFlow other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResReportDiverRoundFlow Clone() { + return new ResReportDiverRoundFlow(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResReportDiverRoundFlow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResReportDiverRoundFlow 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(ResReportDiverRoundFlow 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDaveDiverItemFlow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDaveDiverItemFlow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1577]; } + } + + [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 ResDaveDiverItemFlow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDaveDiverItemFlow(ResDaveDiverItemFlow other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDaveDiverItemFlow Clone() { + return new ResDaveDiverItemFlow(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDaveDiverItemFlow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDaveDiverItemFlow 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(ResDaveDiverItemFlow 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetOutpostData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetOutpostData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1578]; } + } + + [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 ResGetOutpostData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetOutpostData(ResGetOutpostData other) : this() { + skinGroupId_ = other.skinGroupId_; + data_ = other.data_.Clone(); + battleTime_ = other.battleTime_; + maxBattleTime_ = other.maxBattleTime_; + conditionTriggerTidList_ = other.conditionTriggerTidList_.Clone(); + dispatchClearCountList_ = other.dispatchClearCountList_.Clone(); + jukebox_ = other.jukebox_ != null ? other.jukebox_.Clone() : null; + timeRewardBuffs_ = other.timeRewardBuffs_.Clone(); + outpostBattleLevel_ = other.outpostBattleLevel_ != null ? other.outpostBattleLevel_.Clone() : null; + isDispatchRefreshed_ = other.isDispatchRefreshed_; + outpostBattleTime_ = other.outpostBattleTime_ != null ? other.outpostBattleTime_.Clone() : null; + jukeboxV2_ = other.jukeboxV2_ != null ? other.jukeboxV2_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetOutpostData Clone() { + return new ResGetOutpostData(this); + } + + /// Field number for the "SkinGroupId" field. + public const int SkinGroupIdFieldNumber = 2; + private int skinGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SkinGroupId { + get { return skinGroupId_; } + set { + skinGroupId_ = value; + } + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_data_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserOutpostData.Parser); + private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Data { + get { return data_; } + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 4; + private long battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + /// Field number for the "MaxBattleTime" field. + public const int MaxBattleTimeFieldNumber = 5; + private long maxBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxBattleTime { + get { return maxBattleTime_; } + set { + maxBattleTime_ = value; + } + } + + /// Field number for the "ConditionTriggerTidList" field. + public const int ConditionTriggerTidListFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_conditionTriggerTidList_codec + = pb::FieldCodec.ForInt32(50); + private readonly pbc::RepeatedField conditionTriggerTidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ConditionTriggerTidList { + get { return conditionTriggerTidList_; } + } + + /// Field number for the "DispatchClearCountList" field. + public const int DispatchClearCountListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_dispatchClearCountList_codec + = pb::FieldCodec.ForInt32(58); + private readonly pbc::RepeatedField dispatchClearCountList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchClearCountList { + get { return dispatchClearCountList_; } + } + + /// Field number for the "Jukebox" field. + public const int JukeboxFieldNumber = 8; + private global::EpinelPS.NetUserJukeboxData jukebox_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserJukeboxData Jukebox { + get { return jukebox_; } + set { + jukebox_ = value; + } + } + + /// Field number for the "TimeRewardBuffs" field. + public const int TimeRewardBuffsFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_timeRewardBuffs_codec + = pb::FieldCodec.ForMessage(74, global::EpinelPS.NetTimeReward.Parser); + private readonly pbc::RepeatedField timeRewardBuffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TimeRewardBuffs { + get { return timeRewardBuffs_; } + } + + /// Field number for the "OutpostBattleLevel" field. + public const int OutpostBattleLevelFieldNumber = 10; + private global::EpinelPS.NetOutpostBattleLevel outpostBattleLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleLevel OutpostBattleLevel { + get { return outpostBattleLevel_; } + set { + outpostBattleLevel_ = value; + } + } + + /// Field number for the "IsDispatchRefreshed" field. + public const int IsDispatchRefreshedFieldNumber = 11; + private bool isDispatchRefreshed_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDispatchRefreshed { + get { return isDispatchRefreshed_; } + set { + isDispatchRefreshed_ = value; + } + } + + /// Field number for the "OutpostBattleTime" field. + public const int OutpostBattleTimeFieldNumber = 12; + private global::EpinelPS.NetOutpostBattleTime outpostBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleTime OutpostBattleTime { + get { return outpostBattleTime_; } + set { + outpostBattleTime_ = value; + } + } + + /// Field number for the "JukeboxV2" field. + public const int JukeboxV2FieldNumber = 13; + private global::EpinelPS.NetUserJukeboxDataV2 jukeboxV2_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserJukeboxDataV2 JukeboxV2 { + get { return jukeboxV2_; } + set { + jukeboxV2_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetOutpostData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetOutpostData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SkinGroupId != other.SkinGroupId) return false; + if(!data_.Equals(other.data_)) return false; + if (BattleTime != other.BattleTime) return false; + if (MaxBattleTime != other.MaxBattleTime) return false; + if(!conditionTriggerTidList_.Equals(other.conditionTriggerTidList_)) return false; + if(!dispatchClearCountList_.Equals(other.dispatchClearCountList_)) return false; + if (!object.Equals(Jukebox, other.Jukebox)) return false; + if(!timeRewardBuffs_.Equals(other.timeRewardBuffs_)) return false; + if (!object.Equals(OutpostBattleLevel, other.OutpostBattleLevel)) return false; + if (IsDispatchRefreshed != other.IsDispatchRefreshed) return false; + if (!object.Equals(OutpostBattleTime, other.OutpostBattleTime)) return false; + if (!object.Equals(JukeboxV2, other.JukeboxV2)) 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 (SkinGroupId != 0) hash ^= SkinGroupId.GetHashCode(); + hash ^= data_.GetHashCode(); + if (BattleTime != 0L) hash ^= BattleTime.GetHashCode(); + if (MaxBattleTime != 0L) hash ^= MaxBattleTime.GetHashCode(); + hash ^= conditionTriggerTidList_.GetHashCode(); + hash ^= dispatchClearCountList_.GetHashCode(); + if (jukebox_ != null) hash ^= Jukebox.GetHashCode(); + hash ^= timeRewardBuffs_.GetHashCode(); + if (outpostBattleLevel_ != null) hash ^= OutpostBattleLevel.GetHashCode(); + if (IsDispatchRefreshed != false) hash ^= IsDispatchRefreshed.GetHashCode(); + if (outpostBattleTime_ != null) hash ^= OutpostBattleTime.GetHashCode(); + if (jukeboxV2_ != null) hash ^= JukeboxV2.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 (SkinGroupId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SkinGroupId); + } + data_.WriteTo(output, _repeated_data_codec); + if (BattleTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MaxBattleTime); + } + conditionTriggerTidList_.WriteTo(output, _repeated_conditionTriggerTidList_codec); + dispatchClearCountList_.WriteTo(output, _repeated_dispatchClearCountList_codec); + if (jukebox_ != null) { + output.WriteRawTag(66); + output.WriteMessage(Jukebox); + } + timeRewardBuffs_.WriteTo(output, _repeated_timeRewardBuffs_codec); + if (outpostBattleLevel_ != null) { + output.WriteRawTag(82); + output.WriteMessage(OutpostBattleLevel); + } + if (IsDispatchRefreshed != false) { + output.WriteRawTag(88); + output.WriteBool(IsDispatchRefreshed); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(98); + output.WriteMessage(OutpostBattleTime); + } + if (jukeboxV2_ != null) { + output.WriteRawTag(106); + output.WriteMessage(JukeboxV2); + } + 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 (SkinGroupId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SkinGroupId); + } + data_.WriteTo(ref output, _repeated_data_codec); + if (BattleTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MaxBattleTime); + } + conditionTriggerTidList_.WriteTo(ref output, _repeated_conditionTriggerTidList_codec); + dispatchClearCountList_.WriteTo(ref output, _repeated_dispatchClearCountList_codec); + if (jukebox_ != null) { + output.WriteRawTag(66); + output.WriteMessage(Jukebox); + } + timeRewardBuffs_.WriteTo(ref output, _repeated_timeRewardBuffs_codec); + if (outpostBattleLevel_ != null) { + output.WriteRawTag(82); + output.WriteMessage(OutpostBattleLevel); + } + if (IsDispatchRefreshed != false) { + output.WriteRawTag(88); + output.WriteBool(IsDispatchRefreshed); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(98); + output.WriteMessage(OutpostBattleTime); + } + if (jukeboxV2_ != null) { + output.WriteRawTag(106); + output.WriteMessage(JukeboxV2); + } + 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 (SkinGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SkinGroupId); + } + size += data_.CalculateSize(_repeated_data_codec); + if (BattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BattleTime); + } + if (MaxBattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxBattleTime); + } + size += conditionTriggerTidList_.CalculateSize(_repeated_conditionTriggerTidList_codec); + size += dispatchClearCountList_.CalculateSize(_repeated_dispatchClearCountList_codec); + if (jukebox_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Jukebox); + } + size += timeRewardBuffs_.CalculateSize(_repeated_timeRewardBuffs_codec); + if (outpostBattleLevel_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleLevel); + } + if (IsDispatchRefreshed != false) { + size += 1 + 1; + } + if (outpostBattleTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleTime); + } + if (jukeboxV2_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JukeboxV2); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetOutpostData other) { + if (other == null) { + return; + } + if (other.SkinGroupId != 0) { + SkinGroupId = other.SkinGroupId; + } + data_.Add(other.data_); + if (other.BattleTime != 0L) { + BattleTime = other.BattleTime; + } + if (other.MaxBattleTime != 0L) { + MaxBattleTime = other.MaxBattleTime; + } + conditionTriggerTidList_.Add(other.conditionTriggerTidList_); + dispatchClearCountList_.Add(other.dispatchClearCountList_); + if (other.jukebox_ != null) { + if (jukebox_ == null) { + Jukebox = new global::EpinelPS.NetUserJukeboxData(); + } + Jukebox.MergeFrom(other.Jukebox); + } + timeRewardBuffs_.Add(other.timeRewardBuffs_); + if (other.outpostBattleLevel_ != null) { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + OutpostBattleLevel.MergeFrom(other.OutpostBattleLevel); + } + if (other.IsDispatchRefreshed != false) { + IsDispatchRefreshed = other.IsDispatchRefreshed; + } + if (other.outpostBattleTime_ != null) { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + OutpostBattleTime.MergeFrom(other.OutpostBattleTime); + } + if (other.jukeboxV2_ != null) { + if (jukeboxV2_ == null) { + JukeboxV2 = new global::EpinelPS.NetUserJukeboxDataV2(); + } + JukeboxV2.MergeFrom(other.JukeboxV2); + } + _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: { + SkinGroupId = input.ReadInt32(); + break; + } + case 26: { + data_.AddEntriesFrom(input, _repeated_data_codec); + break; + } + case 32: { + BattleTime = input.ReadInt64(); + break; + } + case 40: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 50: + case 48: { + conditionTriggerTidList_.AddEntriesFrom(input, _repeated_conditionTriggerTidList_codec); + break; + } + case 58: + case 56: { + dispatchClearCountList_.AddEntriesFrom(input, _repeated_dispatchClearCountList_codec); + break; + } + case 66: { + if (jukebox_ == null) { + Jukebox = new global::EpinelPS.NetUserJukeboxData(); + } + input.ReadMessage(Jukebox); + break; + } + case 74: { + timeRewardBuffs_.AddEntriesFrom(input, _repeated_timeRewardBuffs_codec); + break; + } + case 82: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 88: { + IsDispatchRefreshed = input.ReadBool(); + break; + } + case 98: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + case 106: { + if (jukeboxV2_ == null) { + JukeboxV2 = new global::EpinelPS.NetUserJukeboxDataV2(); + } + input.ReadMessage(JukeboxV2); + 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: { + SkinGroupId = input.ReadInt32(); + break; + } + case 26: { + data_.AddEntriesFrom(ref input, _repeated_data_codec); + break; + } + case 32: { + BattleTime = input.ReadInt64(); + break; + } + case 40: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 50: + case 48: { + conditionTriggerTidList_.AddEntriesFrom(ref input, _repeated_conditionTriggerTidList_codec); + break; + } + case 58: + case 56: { + dispatchClearCountList_.AddEntriesFrom(ref input, _repeated_dispatchClearCountList_codec); + break; + } + case 66: { + if (jukebox_ == null) { + Jukebox = new global::EpinelPS.NetUserJukeboxData(); + } + input.ReadMessage(Jukebox); + break; + } + case 74: { + timeRewardBuffs_.AddEntriesFrom(ref input, _repeated_timeRewardBuffs_codec); + break; + } + case 82: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 88: { + IsDispatchRefreshed = input.ReadBool(); + break; + } + case 98: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + case 106: { + if (jukeboxV2_ == null) { + JukeboxV2 = new global::EpinelPS.NetUserJukeboxDataV2(); + } + input.ReadMessage(JukeboxV2); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1579]; } + } + + [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 ResBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuilding(ResBuilding other) : this() { + startAt_ = other.startAt_; + completeAt_ = other.completeAt_; + currencyList_ = other.currencyList_.Clone(); + itemList_ = other.itemList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuilding Clone() { + return new ResBuilding(this); + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 2; + private long startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "CompleteAt" field. + public const int CompleteAtFieldNumber = 3; + private long completeAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CompleteAt { + get { return completeAt_; } + set { + completeAt_ = value; + } + } + + /// Field number for the "CurrencyList" field. + public const int CurrencyListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currencyList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencyList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CurrencyList { + get { return currencyList_; } + } + + /// Field number for the "ItemList" field. + public const int ItemListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_itemList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField itemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemList { + get { return itemList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StartAt != other.StartAt) return false; + if (CompleteAt != other.CompleteAt) return false; + if(!currencyList_.Equals(other.currencyList_)) return false; + if(!itemList_.Equals(other.itemList_)) 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 (StartAt != 0L) hash ^= StartAt.GetHashCode(); + if (CompleteAt != 0L) hash ^= CompleteAt.GetHashCode(); + hash ^= currencyList_.GetHashCode(); + hash ^= itemList_.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 (StartAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartAt); + } + if (CompleteAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(CompleteAt); + } + currencyList_.WriteTo(output, _repeated_currencyList_codec); + itemList_.WriteTo(output, _repeated_itemList_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 (StartAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartAt); + } + if (CompleteAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(CompleteAt); + } + currencyList_.WriteTo(ref output, _repeated_currencyList_codec); + itemList_.WriteTo(ref output, _repeated_itemList_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 (StartAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartAt); + } + if (CompleteAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CompleteAt); + } + size += currencyList_.CalculateSize(_repeated_currencyList_codec); + size += itemList_.CalculateSize(_repeated_itemList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuilding other) { + if (other == null) { + return; + } + if (other.StartAt != 0L) { + StartAt = other.StartAt; + } + if (other.CompleteAt != 0L) { + CompleteAt = other.CompleteAt; + } + currencyList_.Add(other.currencyList_); + itemList_.Add(other.itemList_); + _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: { + StartAt = input.ReadInt64(); + break; + } + case 24: { + CompleteAt = input.ReadInt64(); + break; + } + case 34: { + currencyList_.AddEntriesFrom(input, _repeated_currencyList_codec); + break; + } + case 42: { + itemList_.AddEntriesFrom(input, _repeated_itemList_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: { + StartAt = input.ReadInt64(); + break; + } + case 24: { + CompleteAt = input.ReadInt64(); + break; + } + case 34: { + currencyList_.AddEntriesFrom(ref input, _repeated_currencyList_codec); + break; + } + case 42: { + itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCancelBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCancelBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1580]; } + } + + [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 ResCancelBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCancelBuilding(ResCancelBuilding other) : this() { + result_ = other.result_; + currencyList_ = other.currencyList_.Clone(); + itemList_ = other.itemList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCancelBuilding Clone() { + return new ResCancelBuilding(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.CancelBuildingResult result_ = global::EpinelPS.CancelBuildingResult.CancelBuildingResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CancelBuildingResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "CurrencyList" field. + public const int CurrencyListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_currencyList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencyList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CurrencyList { + get { return currencyList_; } + } + + /// Field number for the "ItemList" field. + public const int ItemListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_itemList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField itemList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ItemList { + get { return itemList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCancelBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCancelBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!currencyList_.Equals(other.currencyList_)) return false; + if(!itemList_.Equals(other.itemList_)) 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 (Result != global::EpinelPS.CancelBuildingResult.CancelBuildingResultSuccess) hash ^= Result.GetHashCode(); + hash ^= currencyList_.GetHashCode(); + hash ^= itemList_.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 (Result != global::EpinelPS.CancelBuildingResult.CancelBuildingResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + currencyList_.WriteTo(output, _repeated_currencyList_codec); + itemList_.WriteTo(output, _repeated_itemList_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 (Result != global::EpinelPS.CancelBuildingResult.CancelBuildingResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + currencyList_.WriteTo(ref output, _repeated_currencyList_codec); + itemList_.WriteTo(ref output, _repeated_itemList_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 (Result != global::EpinelPS.CancelBuildingResult.CancelBuildingResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += currencyList_.CalculateSize(_repeated_currencyList_codec); + size += itemList_.CalculateSize(_repeated_itemList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCancelBuilding other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.CancelBuildingResult.CancelBuildingResultSuccess) { + Result = other.Result; + } + currencyList_.Add(other.currencyList_); + itemList_.Add(other.itemList_); + _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: { + Result = (global::EpinelPS.CancelBuildingResult) input.ReadEnum(); + break; + } + case 18: { + currencyList_.AddEntriesFrom(input, _repeated_currencyList_codec); + break; + } + case 26: { + itemList_.AddEntriesFrom(input, _repeated_itemList_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: { + Result = (global::EpinelPS.CancelBuildingResult) input.ReadEnum(); + break; + } + case 18: { + currencyList_.AddEntriesFrom(ref input, _repeated_currencyList_codec); + break; + } + case 26: { + itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResImmediatelyBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResImmediatelyBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1581]; } + } + + [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 ResImmediatelyBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResImmediatelyBuilding(ResImmediatelyBuilding other) : this() { + result_ = other.result_; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResImmediatelyBuilding Clone() { + return new ResImmediatelyBuilding(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.ImmediatelyBuildingResult result_ = global::EpinelPS.ImmediatelyBuildingResult.ImmediatelyBuildingResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ImmediatelyBuildingResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResImmediatelyBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResImmediatelyBuilding other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!currencies_.Equals(other.currencies_)) 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 (Result != global::EpinelPS.ImmediatelyBuildingResult.ImmediatelyBuildingResultSuccess) hash ^= Result.GetHashCode(); + hash ^= currencies_.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 (Result != global::EpinelPS.ImmediatelyBuildingResult.ImmediatelyBuildingResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + currencies_.WriteTo(output, _repeated_currencies_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 (Result != global::EpinelPS.ImmediatelyBuildingResult.ImmediatelyBuildingResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (Result != global::EpinelPS.ImmediatelyBuildingResult.ImmediatelyBuildingResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResImmediatelyBuilding other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ImmediatelyBuildingResult.ImmediatelyBuildingResultSuccess) { + Result = other.Result; + } + currencies_.Add(other.currencies_); + _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: { + Result = (global::EpinelPS.ImmediatelyBuildingResult) input.ReadEnum(); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + Result = (global::EpinelPS.ImmediatelyBuildingResult) input.ReadEnum(); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMoveBuilding : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMoveBuilding()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1582]; } + } + + [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 ResMoveBuilding() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMoveBuilding(ResMoveBuilding other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMoveBuilding Clone() { + return new ResMoveBuilding(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMoveBuilding); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMoveBuilding 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(ResMoveBuilding 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuildingIsDone : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuildingIsDone()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1583]; } + } + + [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 ResBuildingIsDone() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuildingIsDone(ResBuildingIsDone other) : this() { + buildingId_ = other.buildingId_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + conditionTriggerTidList_ = other.conditionTriggerTidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuildingIsDone Clone() { + return new ResBuildingIsDone(this); + } + + /// Field number for the "BuildingId" field. + public const int BuildingIdFieldNumber = 2; + private int buildingId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuildingId { + get { return buildingId_; } + set { + buildingId_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 3; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "ConditionTriggerTidList" field. + public const int ConditionTriggerTidListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_conditionTriggerTidList_codec + = pb::FieldCodec.ForInt32(34); + private readonly pbc::RepeatedField conditionTriggerTidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ConditionTriggerTidList { + get { return conditionTriggerTidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuildingIsDone); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuildingIsDone other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BuildingId != other.BuildingId) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if(!conditionTriggerTidList_.Equals(other.conditionTriggerTidList_)) 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 (BuildingId != 0) hash ^= BuildingId.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= conditionTriggerTidList_.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 (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + conditionTriggerTidList_.WriteTo(output, _repeated_conditionTriggerTidList_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 (BuildingId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuildingId); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + conditionTriggerTidList_.WriteTo(ref output, _repeated_conditionTriggerTidList_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 (BuildingId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuildingId); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += conditionTriggerTidList_.CalculateSize(_repeated_conditionTriggerTidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuildingIsDone other) { + if (other == null) { + return; + } + if (other.BuildingId != 0) { + BuildingId = other.BuildingId; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + conditionTriggerTidList_.Add(other.conditionTriggerTidList_); + _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: { + BuildingId = input.ReadInt32(); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 34: + case 32: { + conditionTriggerTidList_.AddEntriesFrom(input, _repeated_conditionTriggerTidList_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: { + BuildingId = input.ReadInt32(); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 34: + case 32: { + conditionTriggerTidList_.AddEntriesFrom(ref input, _repeated_conditionTriggerTidList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheckBuildCondition : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheckBuildCondition()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1584]; } + } + + [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 ResCheckBuildCondition() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckBuildCondition(ResCheckBuildCondition other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckBuildCondition Clone() { + return new ResCheckBuildCondition(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheckBuildCondition); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheckBuildCondition 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(ResCheckBuildCondition 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResShowOutpostBattleReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResShowOutpostBattleReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1585]; } + } + + [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 ResShowOutpostBattleReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShowOutpostBattleReward(ResShowOutpostBattleReward other) : this() { + battleTime_ = other.battleTime_; + maxBattleTime_ = other.maxBattleTime_; + fastBattleCount_ = other.fastBattleCount_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + timeRewardBuffs_ = other.timeRewardBuffs_.Clone(); + outpostBattleLevel_ = other.outpostBattleLevel_ != null ? other.outpostBattleLevel_.Clone() : null; + outpostBattleTime_ = other.outpostBattleTime_ != null ? other.outpostBattleTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShowOutpostBattleReward Clone() { + return new ResShowOutpostBattleReward(this); + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 1; + private long battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + /// Field number for the "MaxBattleTime" field. + public const int MaxBattleTimeFieldNumber = 2; + private long maxBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxBattleTime { + get { return maxBattleTime_; } + set { + maxBattleTime_ = value; + } + } + + /// Field number for the "FastBattleCount" field. + public const int FastBattleCountFieldNumber = 3; + private int fastBattleCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FastBattleCount { + get { return fastBattleCount_; } + set { + fastBattleCount_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 5; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "TimeRewardBuffs" field. + public const int TimeRewardBuffsFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_timeRewardBuffs_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetTimeReward.Parser); + private readonly pbc::RepeatedField timeRewardBuffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TimeRewardBuffs { + get { return timeRewardBuffs_; } + } + + /// Field number for the "OutpostBattleLevel" field. + public const int OutpostBattleLevelFieldNumber = 7; + private global::EpinelPS.NetOutpostBattleLevel outpostBattleLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleLevel OutpostBattleLevel { + get { return outpostBattleLevel_; } + set { + outpostBattleLevel_ = value; + } + } + + /// Field number for the "OutpostBattleTime" field. + public const int OutpostBattleTimeFieldNumber = 8; + private global::EpinelPS.NetOutpostBattleTime outpostBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleTime OutpostBattleTime { + get { return outpostBattleTime_; } + set { + outpostBattleTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResShowOutpostBattleReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResShowOutpostBattleReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (BattleTime != other.BattleTime) return false; + if (MaxBattleTime != other.MaxBattleTime) return false; + if (FastBattleCount != other.FastBattleCount) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if(!timeRewardBuffs_.Equals(other.timeRewardBuffs_)) return false; + if (!object.Equals(OutpostBattleLevel, other.OutpostBattleLevel)) return false; + if (!object.Equals(OutpostBattleTime, other.OutpostBattleTime)) 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 (BattleTime != 0L) hash ^= BattleTime.GetHashCode(); + if (MaxBattleTime != 0L) hash ^= MaxBattleTime.GetHashCode(); + if (FastBattleCount != 0) hash ^= FastBattleCount.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= timeRewardBuffs_.GetHashCode(); + if (outpostBattleLevel_ != null) hash ^= OutpostBattleLevel.GetHashCode(); + if (outpostBattleTime_ != null) hash ^= OutpostBattleTime.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 (BattleTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(MaxBattleTime); + } + if (FastBattleCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FastBattleCount); + } + if (reward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Reward); + } + timeRewardBuffs_.WriteTo(output, _repeated_timeRewardBuffs_codec); + if (outpostBattleLevel_ != null) { + output.WriteRawTag(58); + output.WriteMessage(OutpostBattleLevel); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(66); + output.WriteMessage(OutpostBattleTime); + } + 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 (BattleTime != 0L) { + output.WriteRawTag(8); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(MaxBattleTime); + } + if (FastBattleCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(FastBattleCount); + } + if (reward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Reward); + } + timeRewardBuffs_.WriteTo(ref output, _repeated_timeRewardBuffs_codec); + if (outpostBattleLevel_ != null) { + output.WriteRawTag(58); + output.WriteMessage(OutpostBattleLevel); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(66); + output.WriteMessage(OutpostBattleTime); + } + 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 (BattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BattleTime); + } + if (MaxBattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxBattleTime); + } + if (FastBattleCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FastBattleCount); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += timeRewardBuffs_.CalculateSize(_repeated_timeRewardBuffs_codec); + if (outpostBattleLevel_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleLevel); + } + if (outpostBattleTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResShowOutpostBattleReward other) { + if (other == null) { + return; + } + if (other.BattleTime != 0L) { + BattleTime = other.BattleTime; + } + if (other.MaxBattleTime != 0L) { + MaxBattleTime = other.MaxBattleTime; + } + if (other.FastBattleCount != 0) { + FastBattleCount = other.FastBattleCount; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + timeRewardBuffs_.Add(other.timeRewardBuffs_); + if (other.outpostBattleLevel_ != null) { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + OutpostBattleLevel.MergeFrom(other.OutpostBattleLevel); + } + if (other.outpostBattleTime_ != null) { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + OutpostBattleTime.MergeFrom(other.OutpostBattleTime); + } + _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: { + BattleTime = input.ReadInt64(); + break; + } + case 16: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 24: { + FastBattleCount = input.ReadInt32(); + break; + } + case 42: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 50: { + timeRewardBuffs_.AddEntriesFrom(input, _repeated_timeRewardBuffs_codec); + break; + } + case 58: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 66: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + 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: { + BattleTime = input.ReadInt64(); + break; + } + case 16: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 24: { + FastBattleCount = input.ReadInt32(); + break; + } + case 42: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 50: { + timeRewardBuffs_.AddEntriesFrom(ref input, _repeated_timeRewardBuffs_codec); + break; + } + case 58: { + if (outpostBattleLevel_ == null) { + OutpostBattleLevel = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattleLevel); + break; + } + case 66: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainOutpostBattleReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainOutpostBattleReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1586]; } + } + + [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 ResObtainOutpostBattleReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainOutpostBattleReward(ResObtainOutpostBattleReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + battleTime_ = other.battleTime_; + maxBattleTime_ = other.maxBattleTime_; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + outpostBattleTime_ = other.outpostBattleTime_ != null ? other.outpostBattleTime_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainOutpostBattleReward Clone() { + return new ResObtainOutpostBattleReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BattleTime" field. + public const int BattleTimeFieldNumber = 4; + private long battleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BattleTime { + get { return battleTime_; } + set { + battleTime_ = value; + } + } + + /// Field number for the "MaxBattleTime" field. + public const int MaxBattleTimeFieldNumber = 5; + private long maxBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MaxBattleTime { + get { return maxBattleTime_; } + set { + maxBattleTime_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 6; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + /// Field number for the "OutpostBattleTime" field. + public const int OutpostBattleTimeFieldNumber = 7; + private global::EpinelPS.NetOutpostBattleTime outpostBattleTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleTime OutpostBattleTime { + get { return outpostBattleTime_; } + set { + outpostBattleTime_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainOutpostBattleReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainOutpostBattleReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (BattleTime != other.BattleTime) return false; + if (MaxBattleTime != other.MaxBattleTime) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) return false; + if (!object.Equals(OutpostBattleTime, other.OutpostBattleTime)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (BattleTime != 0L) hash ^= BattleTime.GetHashCode(); + if (MaxBattleTime != 0L) hash ^= MaxBattleTime.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.GetHashCode(); + if (outpostBattleTime_ != null) hash ^= OutpostBattleTime.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BattleTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MaxBattleTime); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(50); + output.WriteMessage(UserLevelUpReward); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(58); + output.WriteMessage(OutpostBattleTime); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BattleTime != 0L) { + output.WriteRawTag(32); + output.WriteInt64(BattleTime); + } + if (MaxBattleTime != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MaxBattleTime); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(50); + output.WriteMessage(UserLevelUpReward); + } + if (outpostBattleTime_ != null) { + output.WriteRawTag(58); + output.WriteMessage(OutpostBattleTime); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (BattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BattleTime); + } + if (MaxBattleTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MaxBattleTime); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (outpostBattleTime_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleTime); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainOutpostBattleReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.BattleTime != 0L) { + BattleTime = other.BattleTime; + } + if (other.MaxBattleTime != 0L) { + MaxBattleTime = other.MaxBattleTime; + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + if (other.outpostBattleTime_ != null) { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + OutpostBattleTime.MergeFrom(other.OutpostBattleTime); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 32: { + BattleTime = input.ReadInt64(); + break; + } + case 40: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 50: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 58: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 32: { + BattleTime = input.ReadInt64(); + break; + } + case 40: { + MaxBattleTime = input.ReadInt64(); + break; + } + case 50: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 58: { + if (outpostBattleTime_ == null) { + OutpostBattleTime = new global::EpinelPS.NetOutpostBattleTime(); + } + input.ReadMessage(OutpostBattleTime); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainFastBattleReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainFastBattleReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1587]; } + } + + [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 ResObtainFastBattleReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFastBattleReward(ResObtainFastBattleReward other) : this() { + fastBattleCount_ = other.fastBattleCount_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainFastBattleReward Clone() { + return new ResObtainFastBattleReward(this); + } + + /// Field number for the "FastBattleCount" field. + public const int FastBattleCountFieldNumber = 2; + private int fastBattleCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FastBattleCount { + get { return fastBattleCount_; } + set { + fastBattleCount_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 3; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainFastBattleReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainFastBattleReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FastBattleCount != other.FastBattleCount) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (FastBattleCount != 0) hash ^= FastBattleCount.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= currencies_.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 (FastBattleCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FastBattleCount); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + currencies_.WriteTo(output, _repeated_currencies_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 (FastBattleCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(FastBattleCount); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (FastBattleCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FastBattleCount); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainFastBattleReward other) { + if (other == null) { + return; + } + if (other.FastBattleCount != 0) { + FastBattleCount = other.FastBattleCount; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + currencies_.Add(other.currencies_); + _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: { + FastBattleCount = input.ReadInt32(); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + FastBattleCount = input.ReadInt32(); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetDispatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetDispatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1588]; } + } + + [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 ResGetDispatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDispatchList(ResGetDispatchList other) : this() { + dispatchResetCount_ = other.dispatchResetCount_; + dispatchList_ = other.dispatchList_.Clone(); + selectableDispatchList_ = other.selectableDispatchList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDispatchList Clone() { + return new ResGetDispatchList(this); + } + + /// Field number for the "DispatchResetCount" field. + public const int DispatchResetCountFieldNumber = 2; + private int dispatchResetCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DispatchResetCount { + get { return dispatchResetCount_; } + set { + dispatchResetCount_ = value; + } + } + + /// Field number for the "DispatchList" field. + public const int DispatchListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_dispatchList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserDispatchData.Parser); + private readonly pbc::RepeatedField dispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchList { + get { return dispatchList_; } + } + + /// Field number for the "SelectableDispatchList" field. + public const int SelectableDispatchListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_selectableDispatchList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSelectableDispatchData.Parser); + private readonly pbc::RepeatedField selectableDispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SelectableDispatchList { + get { return selectableDispatchList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetDispatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetDispatchList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DispatchResetCount != other.DispatchResetCount) return false; + if(!dispatchList_.Equals(other.dispatchList_)) return false; + if(!selectableDispatchList_.Equals(other.selectableDispatchList_)) 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 (DispatchResetCount != 0) hash ^= DispatchResetCount.GetHashCode(); + hash ^= dispatchList_.GetHashCode(); + hash ^= selectableDispatchList_.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 (DispatchResetCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(DispatchResetCount); + } + dispatchList_.WriteTo(output, _repeated_dispatchList_codec); + selectableDispatchList_.WriteTo(output, _repeated_selectableDispatchList_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 (DispatchResetCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(DispatchResetCount); + } + dispatchList_.WriteTo(ref output, _repeated_dispatchList_codec); + selectableDispatchList_.WriteTo(ref output, _repeated_selectableDispatchList_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 (DispatchResetCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DispatchResetCount); + } + size += dispatchList_.CalculateSize(_repeated_dispatchList_codec); + size += selectableDispatchList_.CalculateSize(_repeated_selectableDispatchList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetDispatchList other) { + if (other == null) { + return; + } + if (other.DispatchResetCount != 0) { + DispatchResetCount = other.DispatchResetCount; + } + dispatchList_.Add(other.dispatchList_); + selectableDispatchList_.Add(other.selectableDispatchList_); + _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: { + DispatchResetCount = input.ReadInt32(); + break; + } + case 26: { + dispatchList_.AddEntriesFrom(input, _repeated_dispatchList_codec); + break; + } + case 34: { + selectableDispatchList_.AddEntriesFrom(input, _repeated_selectableDispatchList_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: { + DispatchResetCount = input.ReadInt32(); + break; + } + case 26: { + dispatchList_.AddEntriesFrom(ref input, _repeated_dispatchList_codec); + break; + } + case 34: { + selectableDispatchList_.AddEntriesFrom(ref input, _repeated_selectableDispatchList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetDispatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetDispatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1589]; } + } + + [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 ResResetDispatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDispatchList(ResResetDispatchList other) : this() { + dispatchResetCount_ = other.dispatchResetCount_; + levelUpConditionCount_ = other.levelUpConditionCount_; + dispatchList_ = other.dispatchList_.Clone(); + selectableDispatchList_ = other.selectableDispatchList_.Clone(); + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetDispatchList Clone() { + return new ResResetDispatchList(this); + } + + /// Field number for the "DispatchResetCount" field. + public const int DispatchResetCountFieldNumber = 2; + private int dispatchResetCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DispatchResetCount { + get { return dispatchResetCount_; } + set { + dispatchResetCount_ = value; + } + } + + /// Field number for the "LevelUpConditionCount" field. + public const int LevelUpConditionCountFieldNumber = 3; + private int levelUpConditionCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LevelUpConditionCount { + get { return levelUpConditionCount_; } + set { + levelUpConditionCount_ = value; + } + } + + /// Field number for the "DispatchList" field. + public const int DispatchListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_dispatchList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserDispatchData.Parser); + private readonly pbc::RepeatedField dispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchList { + get { return dispatchList_; } + } + + /// Field number for the "SelectableDispatchList" field. + public const int SelectableDispatchListFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_selectableDispatchList_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetSelectableDispatchData.Parser); + private readonly pbc::RepeatedField selectableDispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SelectableDispatchList { + get { return selectableDispatchList_; } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 6; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(50, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetDispatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetDispatchList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DispatchResetCount != other.DispatchResetCount) return false; + if (LevelUpConditionCount != other.LevelUpConditionCount) return false; + if(!dispatchList_.Equals(other.dispatchList_)) return false; + if(!selectableDispatchList_.Equals(other.selectableDispatchList_)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (DispatchResetCount != 0) hash ^= DispatchResetCount.GetHashCode(); + if (LevelUpConditionCount != 0) hash ^= LevelUpConditionCount.GetHashCode(); + hash ^= dispatchList_.GetHashCode(); + hash ^= selectableDispatchList_.GetHashCode(); + hash ^= currencies_.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 (DispatchResetCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(DispatchResetCount); + } + if (LevelUpConditionCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(LevelUpConditionCount); + } + dispatchList_.WriteTo(output, _repeated_dispatchList_codec); + selectableDispatchList_.WriteTo(output, _repeated_selectableDispatchList_codec); + currencies_.WriteTo(output, _repeated_currencies_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 (DispatchResetCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(DispatchResetCount); + } + if (LevelUpConditionCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(LevelUpConditionCount); + } + dispatchList_.WriteTo(ref output, _repeated_dispatchList_codec); + selectableDispatchList_.WriteTo(ref output, _repeated_selectableDispatchList_codec); + currencies_.WriteTo(ref output, _repeated_currencies_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 (DispatchResetCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DispatchResetCount); + } + if (LevelUpConditionCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LevelUpConditionCount); + } + size += dispatchList_.CalculateSize(_repeated_dispatchList_codec); + size += selectableDispatchList_.CalculateSize(_repeated_selectableDispatchList_codec); + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResResetDispatchList other) { + if (other == null) { + return; + } + if (other.DispatchResetCount != 0) { + DispatchResetCount = other.DispatchResetCount; + } + if (other.LevelUpConditionCount != 0) { + LevelUpConditionCount = other.LevelUpConditionCount; + } + dispatchList_.Add(other.dispatchList_); + selectableDispatchList_.Add(other.selectableDispatchList_); + currencies_.Add(other.currencies_); + _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: { + DispatchResetCount = input.ReadInt32(); + break; + } + case 24: { + LevelUpConditionCount = input.ReadInt32(); + break; + } + case 34: { + dispatchList_.AddEntriesFrom(input, _repeated_dispatchList_codec); + break; + } + case 42: { + selectableDispatchList_.AddEntriesFrom(input, _repeated_selectableDispatchList_codec); + break; + } + case 50: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + DispatchResetCount = input.ReadInt32(); + break; + } + case 24: { + LevelUpConditionCount = input.ReadInt32(); + break; + } + case 34: { + dispatchList_.AddEntriesFrom(ref input, _repeated_dispatchList_codec); + break; + } + case 42: { + selectableDispatchList_.AddEntriesFrom(ref input, _repeated_selectableDispatchList_codec); + break; + } + case 50: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRunDispatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRunDispatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1590]; } + } + + [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 ResRunDispatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRunDispatch(ResRunDispatch other) : this() { + dispatchData_ = other.dispatchData_ != null ? other.dispatchData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRunDispatch Clone() { + return new ResRunDispatch(this); + } + + /// Field number for the "DispatchData" field. + public const int DispatchDataFieldNumber = 2; + private global::EpinelPS.NetUserDispatchData dispatchData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserDispatchData DispatchData { + get { return dispatchData_; } + set { + dispatchData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRunDispatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRunDispatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DispatchData, other.DispatchData)) 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 (dispatchData_ != null) hash ^= DispatchData.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 (dispatchData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(DispatchData); + } + 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 (dispatchData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(DispatchData); + } + 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 (dispatchData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DispatchData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRunDispatch other) { + if (other == null) { + return; + } + if (other.dispatchData_ != null) { + if (dispatchData_ == null) { + DispatchData = new global::EpinelPS.NetUserDispatchData(); + } + DispatchData.MergeFrom(other.DispatchData); + } + _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 (dispatchData_ == null) { + DispatchData = new global::EpinelPS.NetUserDispatchData(); + } + input.ReadMessage(DispatchData); + 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 (dispatchData_ == null) { + DispatchData = new global::EpinelPS.NetUserDispatchData(); + } + input.ReadMessage(DispatchData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCancelDispatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCancelDispatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1591]; } + } + + [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 ResCancelDispatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCancelDispatch(ResCancelDispatch other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCancelDispatch Clone() { + return new ResCancelDispatch(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCancelDispatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCancelDispatch 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(ResCancelDispatch 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainDispatchReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainDispatchReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1592]; } + } + + [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 ResObtainDispatchReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDispatchReward(ResObtainDispatchReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + dispatchList_ = other.dispatchList_.Clone(); + selectableDispatchList_ = other.selectableDispatchList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDispatchReward Clone() { + return new ResObtainDispatchReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "DispatchList" field. + public const int DispatchListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_dispatchList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserDispatchData.Parser); + private readonly pbc::RepeatedField dispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DispatchList { + get { return dispatchList_; } + } + + /// Field number for the "SelectableDispatchList" field. + public const int SelectableDispatchListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_selectableDispatchList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSelectableDispatchData.Parser); + private readonly pbc::RepeatedField selectableDispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SelectableDispatchList { + get { return selectableDispatchList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainDispatchReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainDispatchReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!dispatchList_.Equals(other.dispatchList_)) return false; + if(!selectableDispatchList_.Equals(other.selectableDispatchList_)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= dispatchList_.GetHashCode(); + hash ^= selectableDispatchList_.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + dispatchList_.WriteTo(output, _repeated_dispatchList_codec); + selectableDispatchList_.WriteTo(output, _repeated_selectableDispatchList_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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + dispatchList_.WriteTo(ref output, _repeated_dispatchList_codec); + selectableDispatchList_.WriteTo(ref output, _repeated_selectableDispatchList_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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += dispatchList_.CalculateSize(_repeated_dispatchList_codec); + size += selectableDispatchList_.CalculateSize(_repeated_selectableDispatchList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainDispatchReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + dispatchList_.Add(other.dispatchList_); + selectableDispatchList_.Add(other.selectableDispatchList_); + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + dispatchList_.AddEntriesFrom(input, _repeated_dispatchList_codec); + break; + } + case 34: { + selectableDispatchList_.AddEntriesFrom(input, _repeated_selectableDispatchList_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 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + dispatchList_.AddEntriesFrom(ref input, _repeated_dispatchList_codec); + break; + } + case 34: { + selectableDispatchList_.AddEntriesFrom(ref input, _repeated_selectableDispatchList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDispatchData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDispatchData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1593]; } + } + + [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 NetDispatchData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDispatchData(NetDispatchData other) : this() { + tid_ = other.tid_; + csnList_ = other.csnList_.Clone(); + selectSlotId_ = other.selectSlotId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDispatchData Clone() { + return new NetDispatchData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "CsnList" field. + public const int CsnListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_csnList_codec + = pb::FieldCodec.ForInt64(18); + private readonly pbc::RepeatedField csnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CsnList { + get { return csnList_; } + } + + /// Field number for the "SelectSlotId" field. + public const int SelectSlotIdFieldNumber = 3; + private int selectSlotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectSlotId { + get { return selectSlotId_; } + set { + selectSlotId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDispatchData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDispatchData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if(!csnList_.Equals(other.csnList_)) return false; + if (SelectSlotId != other.SelectSlotId) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + hash ^= csnList_.GetHashCode(); + if (SelectSlotId != 0) hash ^= SelectSlotId.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + csnList_.WriteTo(output, _repeated_csnList_codec); + if (SelectSlotId != 0) { + output.WriteRawTag(24); + output.WriteInt32(SelectSlotId); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + csnList_.WriteTo(ref output, _repeated_csnList_codec); + if (SelectSlotId != 0) { + output.WriteRawTag(24); + output.WriteInt32(SelectSlotId); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + size += csnList_.CalculateSize(_repeated_csnList_codec); + if (SelectSlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectSlotId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDispatchData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + csnList_.Add(other.csnList_); + if (other.SelectSlotId != 0) { + SelectSlotId = other.SelectSlotId; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 18: + case 16: { + csnList_.AddEntriesFrom(input, _repeated_csnList_codec); + break; + } + case 24: { + SelectSlotId = 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: { + Tid = input.ReadInt32(); + break; + } + case 18: + case 16: { + csnList_.AddEntriesFrom(ref input, _repeated_csnList_codec); + break; + } + case 24: { + SelectSlotId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRunDispatchList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRunDispatchList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1594]; } + } + + [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 ResRunDispatchList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRunDispatchList(ResRunDispatchList other) : this() { + successTidList_ = other.successTidList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRunDispatchList Clone() { + return new ResRunDispatchList(this); + } + + /// Field number for the "SuccessTidList" field. + public const int SuccessTidListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_successTidList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField successTidList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SuccessTidList { + get { return successTidList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRunDispatchList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRunDispatchList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!successTidList_.Equals(other.successTidList_)) 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 ^= successTidList_.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 + successTidList_.WriteTo(output, _repeated_successTidList_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) { + successTidList_.WriteTo(ref output, _repeated_successTidList_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 += successTidList_.CalculateSize(_repeated_successTidList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRunDispatchList other) { + if (other == null) { + return; + } + successTidList_.Add(other.successTidList_); + _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: + case 16: { + successTidList_.AddEntriesFrom(input, _repeated_successTidList_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 18: + case 16: { + successTidList_.AddEntriesFrom(ref input, _repeated_successTidList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /outpost/dispatch/deleteselect + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqDeleteDispatchSelection : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqDeleteDispatchSelection()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1595]; } + } + + [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 ReqDeleteDispatchSelection() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteDispatchSelection(ReqDeleteDispatchSelection other) : this() { + selectableDispatchList_ = other.selectableDispatchList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqDeleteDispatchSelection Clone() { + return new ReqDeleteDispatchSelection(this); + } + + /// Field number for the "SelectableDispatchList" field. + public const int SelectableDispatchListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_selectableDispatchList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetDispatchSelectSlotData.Parser); + private readonly pbc::RepeatedField selectableDispatchList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SelectableDispatchList { + get { return selectableDispatchList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqDeleteDispatchSelection); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqDeleteDispatchSelection other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!selectableDispatchList_.Equals(other.selectableDispatchList_)) 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 ^= selectableDispatchList_.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 + selectableDispatchList_.WriteTo(output, _repeated_selectableDispatchList_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) { + selectableDispatchList_.WriteTo(ref output, _repeated_selectableDispatchList_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 += selectableDispatchList_.CalculateSize(_repeated_selectableDispatchList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqDeleteDispatchSelection other) { + if (other == null) { + return; + } + selectableDispatchList_.Add(other.selectableDispatchList_); + _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: { + selectableDispatchList_.AddEntriesFrom(input, _repeated_selectableDispatchList_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: { + selectableDispatchList_.AddEntriesFrom(ref input, _repeated_selectableDispatchList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDispatchSelectSlotData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDispatchSelectSlotData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1596]; } + } + + [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 NetDispatchSelectSlotData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDispatchSelectSlotData(NetDispatchSelectSlotData other) : this() { + dispatchGroupId_ = other.dispatchGroupId_; + slotId_ = other.slotId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDispatchSelectSlotData Clone() { + return new NetDispatchSelectSlotData(this); + } + + /// Field number for the "DispatchGroupId" field. + public const int DispatchGroupIdFieldNumber = 1; + private int dispatchGroupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int DispatchGroupId { + get { return dispatchGroupId_; } + set { + dispatchGroupId_ = value; + } + } + + /// Field number for the "SlotId" field. + public const int SlotIdFieldNumber = 2; + private int slotId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SlotId { + get { return slotId_; } + set { + slotId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDispatchSelectSlotData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDispatchSelectSlotData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (DispatchGroupId != other.DispatchGroupId) return false; + if (SlotId != other.SlotId) 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 (DispatchGroupId != 0) hash ^= DispatchGroupId.GetHashCode(); + if (SlotId != 0) hash ^= SlotId.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 (DispatchGroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DispatchGroupId); + } + if (SlotId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SlotId); + } + 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 (DispatchGroupId != 0) { + output.WriteRawTag(8); + output.WriteInt32(DispatchGroupId); + } + if (SlotId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SlotId); + } + 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 (DispatchGroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(DispatchGroupId); + } + if (SlotId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SlotId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDispatchSelectSlotData other) { + if (other == null) { + return; + } + if (other.DispatchGroupId != 0) { + DispatchGroupId = other.DispatchGroupId; + } + if (other.SlotId != 0) { + SlotId = other.SlotId; + } + _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: { + DispatchGroupId = input.ReadInt32(); + break; + } + case 16: { + SlotId = 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: { + DispatchGroupId = input.ReadInt32(); + break; + } + case 16: { + SlotId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteDispatchSelection : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteDispatchSelection()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1597]; } + } + + [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 ResDeleteDispatchSelection() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteDispatchSelection(ResDeleteDispatchSelection other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteDispatchSelection Clone() { + return new ResDeleteDispatchSelection(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteDispatchSelection); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteDispatchSelection 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(ResDeleteDispatchSelection 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetRecycleRoomData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetRecycleRoomData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1598]; } + } + + [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 ResGetRecycleRoomData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRecycleRoomData(ResGetRecycleRoomData other) : this() { + recycle_ = other.recycle_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRecycleRoomData Clone() { + return new ResGetRecycleRoomData(this); + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_recycle_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserRecycleRoomData.Parser); + private readonly pbc::RepeatedField recycle_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Recycle { + get { return recycle_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetRecycleRoomData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetRecycleRoomData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!recycle_.Equals(other.recycle_)) 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 ^= recycle_.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 + recycle_.WriteTo(output, _repeated_recycle_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) { + recycle_.WriteTo(ref output, _repeated_recycle_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 += recycle_.CalculateSize(_repeated_recycle_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetRecycleRoomData other) { + if (other == null) { + return; + } + recycle_.Add(other.recycle_); + _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: { + recycle_.AddEntriesFrom(input, _repeated_recycle_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 18: { + recycle_.AddEntriesFrom(ref input, _repeated_recycle_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecycleRunResearch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecycleRunResearch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1599]; } + } + + [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 ResRecycleRunResearch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecycleRunResearch(ResRecycleRunResearch other) : this() { + recycle_ = other.recycle_ != null ? other.recycle_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecycleRunResearch Clone() { + return new ResRecycleRunResearch(this); + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 2; + private global::EpinelPS.NetUserRecycleRoomData recycle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserRecycleRoomData Recycle { + get { return recycle_; } + set { + recycle_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecycleRunResearch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecycleRunResearch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Recycle, other.Recycle)) 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 (recycle_ != null) hash ^= Recycle.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 (recycle_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Recycle); + } + 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 (recycle_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Recycle); + } + 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 (recycle_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Recycle); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecycleRunResearch other) { + if (other == null) { + return; + } + if (other.recycle_ != null) { + if (recycle_ == null) { + Recycle = new global::EpinelPS.NetUserRecycleRoomData(); + } + Recycle.MergeFrom(other.Recycle); + } + _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 (recycle_ == null) { + Recycle = new global::EpinelPS.NetUserRecycleRoomData(); + } + input.ReadMessage(Recycle); + 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 (recycle_ == null) { + Recycle = new global::EpinelPS.NetUserRecycleRoomData(); + } + input.ReadMessage(Recycle); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResRecycleLevelUpResearch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResRecycleLevelUpResearch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1600]; } + } + + [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 ResRecycleLevelUpResearch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecycleLevelUpResearch(ResRecycleLevelUpResearch other) : this() { + recycle_ = other.recycle_ != null ? other.recycle_.Clone() : null; + items_ = other.items_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResRecycleLevelUpResearch Clone() { + return new ResRecycleLevelUpResearch(this); + } + + /// Field number for the "Recycle" field. + public const int RecycleFieldNumber = 2; + private global::EpinelPS.NetUserRecycleRoomData recycle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserRecycleRoomData Recycle { + get { return recycle_; } + set { + recycle_ = value; + } + } + + /// Field number for the "Items" field. + public const int ItemsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_items_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField items_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Items { + get { return items_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResRecycleLevelUpResearch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResRecycleLevelUpResearch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Recycle, other.Recycle)) return false; + if(!items_.Equals(other.items_)) 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 (recycle_ != null) hash ^= Recycle.GetHashCode(); + hash ^= items_.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 (recycle_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Recycle); + } + items_.WriteTo(output, _repeated_items_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 (recycle_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Recycle); + } + items_.WriteTo(ref output, _repeated_items_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 (recycle_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Recycle); + } + size += items_.CalculateSize(_repeated_items_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResRecycleLevelUpResearch other) { + if (other == null) { + return; + } + if (other.recycle_ != null) { + if (recycle_ == null) { + Recycle = new global::EpinelPS.NetUserRecycleRoomData(); + } + Recycle.MergeFrom(other.Recycle); + } + items_.Add(other.items_); + _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 (recycle_ == null) { + Recycle = new global::EpinelPS.NetUserRecycleRoomData(); + } + input.ReadMessage(Recycle); + break; + } + case 26: { + items_.AddEntriesFrom(input, _repeated_items_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 18: { + if (recycle_ == null) { + Recycle = new global::EpinelPS.NetUserRecycleRoomData(); + } + input.ReadMessage(Recycle); + break; + } + case 26: { + items_.AddEntriesFrom(ref input, _repeated_items_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetTacticAcademyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetTacticAcademyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1601]; } + } + + [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 ResGetTacticAcademyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTacticAcademyData(ResGetTacticAcademyData other) : this() { + clearLessons_ = other.clearLessons_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTacticAcademyData Clone() { + return new ResGetTacticAcademyData(this); + } + + /// Field number for the "ClearLessons" field. + public const int ClearLessonsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_clearLessons_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField clearLessons_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearLessons { + get { return clearLessons_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetTacticAcademyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetTacticAcademyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!clearLessons_.Equals(other.clearLessons_)) 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 ^= clearLessons_.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 + clearLessons_.WriteTo(output, _repeated_clearLessons_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) { + clearLessons_.WriteTo(ref output, _repeated_clearLessons_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 += clearLessons_.CalculateSize(_repeated_clearLessons_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetTacticAcademyData other) { + if (other == null) { + return; + } + clearLessons_.Add(other.clearLessons_); + _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: + case 16: { + clearLessons_.AddEntriesFrom(input, _repeated_clearLessons_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 18: + case 16: { + clearLessons_.AddEntriesFrom(ref input, _repeated_clearLessons_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResTacticAcademyClearLesson : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResTacticAcademyClearLesson()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1602]; } + } + + [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 ResTacticAcademyClearLesson() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTacticAcademyClearLesson(ResTacticAcademyClearLesson other) : this() { + clearLessonTid_ = other.clearLessonTid_; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResTacticAcademyClearLesson Clone() { + return new ResTacticAcademyClearLesson(this); + } + + /// Field number for the "ClearLessonTid" field. + public const int ClearLessonTidFieldNumber = 2; + private int clearLessonTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ClearLessonTid { + get { return clearLessonTid_; } + set { + clearLessonTid_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResTacticAcademyClearLesson); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResTacticAcademyClearLesson other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ClearLessonTid != other.ClearLessonTid) return false; + if(!currencies_.Equals(other.currencies_)) 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 (ClearLessonTid != 0) hash ^= ClearLessonTid.GetHashCode(); + hash ^= currencies_.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 (ClearLessonTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(ClearLessonTid); + } + currencies_.WriteTo(output, _repeated_currencies_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 (ClearLessonTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(ClearLessonTid); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (ClearLessonTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ClearLessonTid); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResTacticAcademyClearLesson other) { + if (other == null) { + return; + } + if (other.ClearLessonTid != 0) { + ClearLessonTid = other.ClearLessonTid; + } + currencies_.Add(other.currencies_); + _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: { + ClearLessonTid = input.ReadInt32(); + break; + } + case 34: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + ClearLessonTid = input.ReadInt32(); + break; + } + case 34: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMemoryList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMemoryList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1603]; } + } + + [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 ResGetMemoryList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMemoryList(ResGetMemoryList other) : this() { + memoryList_ = other.memoryList_.Clone(); + rewardableSeriesList_ = other.rewardableSeriesList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMemoryList Clone() { + return new ResGetMemoryList(this); + } + + /// Field number for the "MemoryList" field. + public const int MemoryListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_memoryList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField memoryList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MemoryList { + get { return memoryList_; } + } + + /// Field number for the "RewardableSeriesList" field. + public const int RewardableSeriesListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_rewardableSeriesList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField rewardableSeriesList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RewardableSeriesList { + get { return rewardableSeriesList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMemoryList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMemoryList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!memoryList_.Equals(other.memoryList_)) return false; + if(!rewardableSeriesList_.Equals(other.rewardableSeriesList_)) 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 ^= memoryList_.GetHashCode(); + hash ^= rewardableSeriesList_.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 + memoryList_.WriteTo(output, _repeated_memoryList_codec); + rewardableSeriesList_.WriteTo(output, _repeated_rewardableSeriesList_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) { + memoryList_.WriteTo(ref output, _repeated_memoryList_codec); + rewardableSeriesList_.WriteTo(ref output, _repeated_rewardableSeriesList_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 += memoryList_.CalculateSize(_repeated_memoryList_codec); + size += rewardableSeriesList_.CalculateSize(_repeated_rewardableSeriesList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMemoryList other) { + if (other == null) { + return; + } + memoryList_.Add(other.memoryList_); + rewardableSeriesList_.Add(other.rewardableSeriesList_); + _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: + case 16: { + memoryList_.AddEntriesFrom(input, _repeated_memoryList_codec); + break; + } + case 26: + case 24: { + rewardableSeriesList_.AddEntriesFrom(input, _repeated_rewardableSeriesList_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 18: + case 16: { + memoryList_.AddEntriesFrom(ref input, _repeated_memoryList_codec); + break; + } + case 26: + case 24: { + rewardableSeriesList_.AddEntriesFrom(ref input, _repeated_rewardableSeriesList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMemorialSeriesReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMemorialSeriesReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1604]; } + } + + [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 ResObtainMemorialSeriesReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMemorialSeriesReward(ResObtainMemorialSeriesReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMemorialSeriesReward Clone() { + return new ResObtainMemorialSeriesReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMemorialSeriesReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMemorialSeriesReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMemorialSeriesReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainInfraCoreReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainInfraCoreReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1605]; } + } + + [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 ResObtainInfraCoreReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainInfraCoreReward(ResObtainInfraCoreReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainInfraCoreReward Clone() { + return new ResObtainInfraCoreReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainInfraCoreReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainInfraCoreReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainInfraCoreReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheckReceiveInfraCoreReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheckReceiveInfraCoreReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1606]; } + } + + [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 ResCheckReceiveInfraCoreReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckReceiveInfraCoreReward(ResCheckReceiveInfraCoreReward other) : this() { + isReceived_ = other.isReceived_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckReceiveInfraCoreReward Clone() { + return new ResCheckReceiveInfraCoreReward(this); + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 2; + private bool isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheckReceiveInfraCoreReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheckReceiveInfraCoreReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsReceived != other.IsReceived) 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 (IsReceived != false) hash ^= IsReceived.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 (IsReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsReceived); + } + 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 (IsReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsReceived); + } + 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 (IsReceived != 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(ResCheckReceiveInfraCoreReward other) { + if (other == null) { + return; + } + if (other.IsReceived != false) { + IsReceived = other.IsReceived; + } + _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: { + IsReceived = 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: { + IsReceived = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStartSuddenEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStartSuddenEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1607]; } + } + + [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 ResStartSuddenEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartSuddenEvent(ResStartSuddenEvent other) : this() { + currency_ = other.currency_ != null ? other.currency_.Clone() : null; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartSuddenEvent Clone() { + return new ResStartSuddenEvent(this); + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 1; + private global::EpinelPS.NetUserCurrencyData currency_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserCurrencyData Currency { + get { return currency_; } + set { + currency_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResStartSuddenEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStartSuddenEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Currency, other.Currency)) return false; + if (!object.Equals(Reward, other.Reward)) 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 (currency_ != null) hash ^= Currency.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (currency_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Currency); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (currency_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Currency); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (currency_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Currency); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResStartSuddenEvent other) { + if (other == null) { + return; + } + if (other.currency_ != null) { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + Currency.MergeFrom(other.Currency); + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (currency_ == null) { + Currency = new global::EpinelPS.NetUserCurrencyData(); + } + input.ReadMessage(Currency); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSubscriptionData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSubscriptionData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1608]; } + } + + [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 NetSubscriptionData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSubscriptionData(NetSubscriptionData other) : this() { + tid_ = other.tid_; + beginAt_ = other.beginAt_ != null ? other.beginAt_.Clone() : null; + endAt_ = other.endAt_ != null ? other.endAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSubscriptionData Clone() { + return new NetSubscriptionData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "BeginAt" field. + public const int BeginAtFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp beginAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp BeginAt { + get { return beginAt_; } + set { + beginAt_ = value; + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSubscriptionData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSubscriptionData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (!object.Equals(BeginAt, other.BeginAt)) return false; + if (!object.Equals(EndAt, other.EndAt)) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (beginAt_ != null) hash ^= BeginAt.GetHashCode(); + if (endAt_ != null) hash ^= EndAt.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (beginAt_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BeginAt); + } + if (endAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EndAt); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (beginAt_ != null) { + output.WriteRawTag(18); + output.WriteMessage(BeginAt); + } + if (endAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EndAt); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (beginAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BeginAt); + } + if (endAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EndAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSubscriptionData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.beginAt_ != null) { + if (beginAt_ == null) { + BeginAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + BeginAt.MergeFrom(other.BeginAt); + } + if (other.endAt_ != null) { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + EndAt.MergeFrom(other.EndAt); + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 18: { + if (beginAt_ == null) { + BeginAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BeginAt); + break; + } + case 26: { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(EndAt); + 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: { + Tid = input.ReadInt32(); + break; + } + case 18: { + if (beginAt_ == null) { + BeginAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(BeginAt); + break; + } + case 26: { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(EndAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetInAppShopReceivableProductData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetInAppShopReceivableProductData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1609]; } + } + + [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 NetInAppShopReceivableProductData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopReceivableProductData(NetInAppShopReceivableProductData other) : this() { + productId_ = other.productId_; + token_ = other.token_; + subTid_ = other.subTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopReceivableProductData Clone() { + return new NetInAppShopReceivableProductData(this); + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 1; + private string productId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProductId { + get { return productId_; } + set { + productId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Token" field. + public const int TokenFieldNumber = 2; + private string token_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Token { + get { return token_; } + set { + token_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "SubTid" field. + public const int SubTidFieldNumber = 3; + private int subTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubTid { + get { return subTid_; } + set { + subTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetInAppShopReceivableProductData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetInAppShopReceivableProductData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductId != other.ProductId) return false; + if (Token != other.Token) return false; + if (SubTid != other.SubTid) 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 (ProductId.Length != 0) hash ^= ProductId.GetHashCode(); + if (Token.Length != 0) hash ^= Token.GetHashCode(); + if (SubTid != 0) hash ^= SubTid.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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (Token.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Token); + } + if (SubTid != 0) { + output.WriteRawTag(24); + output.WriteInt32(SubTid); + } + 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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (Token.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Token); + } + if (SubTid != 0) { + output.WriteRawTag(24); + output.WriteInt32(SubTid); + } + 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 (ProductId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductId); + } + if (Token.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Token); + } + if (SubTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetInAppShopReceivableProductData other) { + if (other == null) { + return; + } + if (other.ProductId.Length != 0) { + ProductId = other.ProductId; + } + if (other.Token.Length != 0) { + Token = other.Token; + } + if (other.SubTid != 0) { + SubTid = other.SubTid; + } + _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: { + ProductId = input.ReadString(); + break; + } + case 18: { + Token = input.ReadString(); + break; + } + case 24: { + SubTid = 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 10: { + ProductId = input.ReadString(); + break; + } + case 18: { + Token = input.ReadString(); + break; + } + case 24: { + SubTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMonthlySubscriptionData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMonthlySubscriptionData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1610]; } + } + + [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 NetMonthlySubscriptionData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMonthlySubscriptionData(NetMonthlySubscriptionData other) : this() { + tid_ = other.tid_; + expiredAt_ = other.expiredAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMonthlySubscriptionData Clone() { + return new NetMonthlySubscriptionData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "ExpiredAt" field. + public const int ExpiredAtFieldNumber = 2; + private long expiredAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ExpiredAt { + get { return expiredAt_; } + set { + expiredAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMonthlySubscriptionData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMonthlySubscriptionData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (ExpiredAt != other.ExpiredAt) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (ExpiredAt != 0L) hash ^= ExpiredAt.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (ExpiredAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ExpiredAt); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (ExpiredAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(ExpiredAt); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (ExpiredAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ExpiredAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMonthlySubscriptionData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.ExpiredAt != 0L) { + ExpiredAt = other.ExpiredAt; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + ExpiredAt = input.ReadInt64(); + 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + ExpiredAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMonthlySubscriptionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMonthlySubscriptionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1611]; } + } + + [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 NetMonthlySubscriptionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMonthlySubscriptionReward(NetMonthlySubscriptionReward other) : this() { + tid_ = other.tid_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMonthlySubscriptionReward Clone() { + return new NetMonthlySubscriptionReward(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMonthlySubscriptionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMonthlySubscriptionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (!object.Equals(Reward, other.Reward)) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (reward_ != null) hash ^= Reward.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMonthlySubscriptionReward other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + Tid = input.ReadInt32(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetInAppShopData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetInAppShopData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1612]; } + } + + [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 NetInAppShopData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopData(NetInAppShopData other) : this() { + id_ = other.id_; + startDate_ = other.startDate_; + endDate_ = other.endDate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopData Clone() { + return new NetInAppShopData(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "StartDate" field. + public const int StartDateFieldNumber = 2; + private long startDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartDate { + get { return startDate_; } + set { + startDate_ = value; + } + } + + /// Field number for the "EndDate" field. + public const int EndDateFieldNumber = 3; + private long endDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndDate { + get { return endDate_; } + set { + endDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetInAppShopData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetInAppShopData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if (StartDate != other.StartDate) return false; + if (EndDate != other.EndDate) 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 (StartDate != 0L) hash ^= StartDate.GetHashCode(); + if (EndDate != 0L) hash ^= EndDate.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.WriteInt32(Id); + } + if (StartDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartDate); + } + if (EndDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(EndDate); + } + 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.WriteInt32(Id); + } + if (StartDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartDate); + } + if (EndDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(EndDate); + } + 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.ComputeInt32Size(Id); + } + if (StartDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartDate); + } + if (EndDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetInAppShopData other) { + if (other == null) { + return; + } + if (other.Id != 0) { + Id = other.Id; + } + if (other.StartDate != 0L) { + StartDate = other.StartDate; + } + if (other.EndDate != 0L) { + EndDate = other.EndDate; + } + _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.ReadInt32(); + break; + } + case 16: { + StartDate = input.ReadInt64(); + break; + } + case 24: { + EndDate = input.ReadInt64(); + 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.ReadInt32(); + break; + } + case 16: { + StartDate = input.ReadInt64(); + break; + } + case 24: { + EndDate = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPopupPackageState : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPopupPackageState()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1613]; } + } + + [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 NetPopupPackageState() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPopupPackageState(NetPopupPackageState other) : this() { + tid_ = other.tid_; + isAppear_ = other.isAppear_; + expiredAt_ = other.expiredAt_ != null ? other.expiredAt_.Clone() : null; + groupId_ = other.groupId_; + isPurchased_ = other.isPurchased_; + gradeUp_ = other.gradeUp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPopupPackageState Clone() { + return new NetPopupPackageState(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "IsAppear" field. + public const int IsAppearFieldNumber = 2; + private bool isAppear_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsAppear { + get { return isAppear_; } + set { + isAppear_ = value; + } + } + + /// Field number for the "ExpiredAt" field. + public const int ExpiredAtFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp expiredAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ExpiredAt { + get { return expiredAt_; } + set { + expiredAt_ = value; + } + } + + /// Field number for the "GroupId" field. + public const int GroupIdFieldNumber = 4; + private int groupId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GroupId { + get { return groupId_; } + set { + groupId_ = value; + } + } + + /// Field number for the "IsPurchased" field. + public const int IsPurchasedFieldNumber = 6; + private bool isPurchased_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPurchased { + get { return isPurchased_; } + set { + isPurchased_ = value; + } + } + + /// Field number for the "GradeUp" field. + public const int GradeUpFieldNumber = 7; + private int gradeUp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int GradeUp { + get { return gradeUp_; } + set { + gradeUp_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPopupPackageState); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPopupPackageState other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (IsAppear != other.IsAppear) return false; + if (!object.Equals(ExpiredAt, other.ExpiredAt)) return false; + if (GroupId != other.GroupId) return false; + if (IsPurchased != other.IsPurchased) return false; + if (GradeUp != other.GradeUp) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (IsAppear != false) hash ^= IsAppear.GetHashCode(); + if (expiredAt_ != null) hash ^= ExpiredAt.GetHashCode(); + if (GroupId != 0) hash ^= GroupId.GetHashCode(); + if (IsPurchased != false) hash ^= IsPurchased.GetHashCode(); + if (GradeUp != 0) hash ^= GradeUp.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (IsAppear != false) { + output.WriteRawTag(16); + output.WriteBool(IsAppear); + } + if (expiredAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ExpiredAt); + } + if (GroupId != 0) { + output.WriteRawTag(32); + output.WriteInt32(GroupId); + } + if (IsPurchased != false) { + output.WriteRawTag(48); + output.WriteBool(IsPurchased); + } + if (GradeUp != 0) { + output.WriteRawTag(56); + output.WriteInt32(GradeUp); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (IsAppear != false) { + output.WriteRawTag(16); + output.WriteBool(IsAppear); + } + if (expiredAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ExpiredAt); + } + if (GroupId != 0) { + output.WriteRawTag(32); + output.WriteInt32(GroupId); + } + if (IsPurchased != false) { + output.WriteRawTag(48); + output.WriteBool(IsPurchased); + } + if (GradeUp != 0) { + output.WriteRawTag(56); + output.WriteInt32(GradeUp); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (IsAppear != false) { + size += 1 + 1; + } + if (expiredAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ExpiredAt); + } + if (GroupId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GroupId); + } + if (IsPurchased != false) { + size += 1 + 1; + } + if (GradeUp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(GradeUp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPopupPackageState other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.IsAppear != false) { + IsAppear = other.IsAppear; + } + if (other.expiredAt_ != null) { + if (expiredAt_ == null) { + ExpiredAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ExpiredAt.MergeFrom(other.ExpiredAt); + } + if (other.GroupId != 0) { + GroupId = other.GroupId; + } + if (other.IsPurchased != false) { + IsPurchased = other.IsPurchased; + } + if (other.GradeUp != 0) { + GradeUp = other.GradeUp; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + IsAppear = input.ReadBool(); + break; + } + case 26: { + if (expiredAt_ == null) { + ExpiredAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ExpiredAt); + break; + } + case 32: { + GroupId = input.ReadInt32(); + break; + } + case 48: { + IsPurchased = input.ReadBool(); + break; + } + case 56: { + GradeUp = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + IsAppear = input.ReadBool(); + break; + } + case 26: { + if (expiredAt_ == null) { + ExpiredAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ExpiredAt); + break; + } + case 32: { + GroupId = input.ReadInt32(); + break; + } + case 48: { + IsPurchased = input.ReadBool(); + break; + } + case 56: { + GradeUp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetInAppShopBuyData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetInAppShopBuyData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1614]; } + } + + [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 NetInAppShopBuyData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopBuyData(NetInAppShopBuyData other) : this() { + productType_ = other.productType_; + shopTid_ = other.shopTid_; + buyCount_ = other.buyCount_; + listTid_ = other.listTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInAppShopBuyData Clone() { + return new NetInAppShopBuyData(this); + } + + /// Field number for the "ProductType" field. + public const int ProductTypeFieldNumber = 1; + private int productType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProductType { + get { return productType_; } + set { + productType_ = value; + } + } + + /// Field number for the "ShopTid" field. + public const int ShopTidFieldNumber = 2; + private int shopTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopTid { + get { return shopTid_; } + set { + shopTid_ = value; + } + } + + /// Field number for the "BuyCount" field. + public const int BuyCountFieldNumber = 3; + private int buyCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyCount { + get { return buyCount_; } + set { + buyCount_ = value; + } + } + + /// Field number for the "ListTid" field. + public const int ListTidFieldNumber = 4; + private int listTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ListTid { + get { return listTid_; } + set { + listTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetInAppShopBuyData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetInAppShopBuyData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductType != other.ProductType) return false; + if (ShopTid != other.ShopTid) return false; + if (BuyCount != other.BuyCount) return false; + if (ListTid != other.ListTid) 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 (ProductType != 0) hash ^= ProductType.GetHashCode(); + if (ShopTid != 0) hash ^= ShopTid.GetHashCode(); + if (BuyCount != 0) hash ^= BuyCount.GetHashCode(); + if (ListTid != 0) hash ^= ListTid.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 (ProductType != 0) { + output.WriteRawTag(8); + output.WriteInt32(ProductType); + } + if (ShopTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopTid); + } + if (BuyCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BuyCount); + } + if (ListTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(ListTid); + } + 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 (ProductType != 0) { + output.WriteRawTag(8); + output.WriteInt32(ProductType); + } + if (ShopTid != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopTid); + } + if (BuyCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BuyCount); + } + if (ListTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(ListTid); + } + 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 (ProductType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductType); + } + if (ShopTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopTid); + } + if (BuyCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyCount); + } + if (ListTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ListTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetInAppShopBuyData other) { + if (other == null) { + return; + } + if (other.ProductType != 0) { + ProductType = other.ProductType; + } + if (other.ShopTid != 0) { + ShopTid = other.ShopTid; + } + if (other.BuyCount != 0) { + BuyCount = other.BuyCount; + } + if (other.ListTid != 0) { + ListTid = other.ListTid; + } + _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: { + ProductType = input.ReadInt32(); + break; + } + case 16: { + ShopTid = input.ReadInt32(); + break; + } + case 24: { + BuyCount = input.ReadInt32(); + break; + } + case 32: { + ListTid = 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: { + ProductType = input.ReadInt32(); + break; + } + case 16: { + ShopTid = input.ReadInt32(); + break; + } + case 24: { + BuyCount = input.ReadInt32(); + break; + } + case 32: { + ListTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCampaignPackageReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCampaignPackageReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1615]; } + } + + [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 NetCampaignPackageReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCampaignPackageReward(NetCampaignPackageReward other) : this() { + packageShopId_ = other.packageShopId_; + packageGroupTableId_ = other.packageGroupTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCampaignPackageReward Clone() { + return new NetCampaignPackageReward(this); + } + + /// Field number for the "PackageShopId" field. + public const int PackageShopIdFieldNumber = 1; + private int packageShopId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageShopId { + get { return packageShopId_; } + set { + packageShopId_ = value; + } + } + + /// Field number for the "PackageGroupTableId" field. + public const int PackageGroupTableIdFieldNumber = 2; + private int packageGroupTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageGroupTableId { + get { return packageGroupTableId_; } + set { + packageGroupTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCampaignPackageReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCampaignPackageReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PackageShopId != other.PackageShopId) return false; + if (PackageGroupTableId != other.PackageGroupTableId) 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 (PackageShopId != 0) hash ^= PackageShopId.GetHashCode(); + if (PackageGroupTableId != 0) hash ^= PackageGroupTableId.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 (PackageShopId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PackageShopId); + } + if (PackageGroupTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PackageGroupTableId); + } + 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 (PackageShopId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PackageShopId); + } + if (PackageGroupTableId != 0) { + output.WriteRawTag(16); + output.WriteInt32(PackageGroupTableId); + } + 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 (PackageShopId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageShopId); + } + if (PackageGroupTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageGroupTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCampaignPackageReward other) { + if (other == null) { + return; + } + if (other.PackageShopId != 0) { + PackageShopId = other.PackageShopId; + } + if (other.PackageGroupTableId != 0) { + PackageGroupTableId = other.PackageGroupTableId; + } + _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: { + PackageShopId = input.ReadInt32(); + break; + } + case 16: { + PackageGroupTableId = 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: { + PackageShopId = input.ReadInt32(); + break; + } + case 16: { + PackageGroupTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetStartPurchaseExtraData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetStartPurchaseExtraData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1616]; } + } + + [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 NetStartPurchaseExtraData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStartPurchaseExtraData(NetStartPurchaseExtraData other) : this() { + packageListTableId_ = other.packageListTableId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetStartPurchaseExtraData Clone() { + return new NetStartPurchaseExtraData(this); + } + + /// Field number for the "PackageListTableId" field. + public const int PackageListTableIdFieldNumber = 1; + private int packageListTableId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageListTableId { + get { return packageListTableId_; } + set { + packageListTableId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetStartPurchaseExtraData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetStartPurchaseExtraData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PackageListTableId != other.PackageListTableId) 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 (PackageListTableId != 0) hash ^= PackageListTableId.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 (PackageListTableId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PackageListTableId); + } + 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 (PackageListTableId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PackageListTableId); + } + 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 (PackageListTableId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageListTableId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetStartPurchaseExtraData other) { + if (other == null) { + return; + } + if (other.PackageListTableId != 0) { + PackageListTableId = other.PackageListTableId; + } + _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: { + PackageListTableId = 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: { + PackageListTableId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetJupiterProductInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetJupiterProductInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1617]; } + } + + [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 NetJupiterProductInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJupiterProductInfo(NetJupiterProductInfo other) : this() { + productId_ = other.productId_; + price_ = other.price_; + currencyCode_ = other.currencyCode_; + currencySymbol_ = other.currencySymbol_; + microPrice_ = other.microPrice_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetJupiterProductInfo Clone() { + return new NetJupiterProductInfo(this); + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 1; + private string productId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProductId { + get { return productId_; } + set { + productId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Price" field. + public const int PriceFieldNumber = 2; + private string price_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Price { + get { return price_; } + set { + price_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CurrencyCode" field. + public const int CurrencyCodeFieldNumber = 3; + private string currencyCode_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CurrencyCode { + get { return currencyCode_; } + set { + currencyCode_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CurrencySymbol" field. + public const int CurrencySymbolFieldNumber = 4; + private string currencySymbol_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CurrencySymbol { + get { return currencySymbol_; } + set { + currencySymbol_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "MicroPrice" field. + public const int MicroPriceFieldNumber = 5; + private long microPrice_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long MicroPrice { + get { return microPrice_; } + set { + microPrice_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetJupiterProductInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetJupiterProductInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductId != other.ProductId) return false; + if (Price != other.Price) return false; + if (CurrencyCode != other.CurrencyCode) return false; + if (CurrencySymbol != other.CurrencySymbol) return false; + if (MicroPrice != other.MicroPrice) 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 (ProductId.Length != 0) hash ^= ProductId.GetHashCode(); + if (Price.Length != 0) hash ^= Price.GetHashCode(); + if (CurrencyCode.Length != 0) hash ^= CurrencyCode.GetHashCode(); + if (CurrencySymbol.Length != 0) hash ^= CurrencySymbol.GetHashCode(); + if (MicroPrice != 0L) hash ^= MicroPrice.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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (Price.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Price); + } + if (CurrencyCode.Length != 0) { + output.WriteRawTag(26); + output.WriteString(CurrencyCode); + } + if (CurrencySymbol.Length != 0) { + output.WriteRawTag(34); + output.WriteString(CurrencySymbol); + } + if (MicroPrice != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MicroPrice); + } + 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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (Price.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Price); + } + if (CurrencyCode.Length != 0) { + output.WriteRawTag(26); + output.WriteString(CurrencyCode); + } + if (CurrencySymbol.Length != 0) { + output.WriteRawTag(34); + output.WriteString(CurrencySymbol); + } + if (MicroPrice != 0L) { + output.WriteRawTag(40); + output.WriteInt64(MicroPrice); + } + 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 (ProductId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductId); + } + if (Price.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Price); + } + if (CurrencyCode.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(CurrencyCode); + } + if (CurrencySymbol.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(CurrencySymbol); + } + if (MicroPrice != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(MicroPrice); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetJupiterProductInfo other) { + if (other == null) { + return; + } + if (other.ProductId.Length != 0) { + ProductId = other.ProductId; + } + if (other.Price.Length != 0) { + Price = other.Price; + } + if (other.CurrencyCode.Length != 0) { + CurrencyCode = other.CurrencyCode; + } + if (other.CurrencySymbol.Length != 0) { + CurrencySymbol = other.CurrencySymbol; + } + if (other.MicroPrice != 0L) { + MicroPrice = other.MicroPrice; + } + _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: { + ProductId = input.ReadString(); + break; + } + case 18: { + Price = input.ReadString(); + break; + } + case 26: { + CurrencyCode = input.ReadString(); + break; + } + case 34: { + CurrencySymbol = input.ReadString(); + break; + } + case 40: { + MicroPrice = input.ReadInt64(); + 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: { + ProductId = input.ReadString(); + break; + } + case 18: { + Price = input.ReadString(); + break; + } + case 26: { + CurrencyCode = input.ReadString(); + break; + } + case 34: { + CurrencySymbol = input.ReadString(); + break; + } + case 40: { + MicroPrice = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetPopupPackageState : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetPopupPackageState()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1618]; } + } + + [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 ResGetPopupPackageState() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPopupPackageState(ResGetPopupPackageState other) : this() { + dataList_ = other.dataList_.Clone(); + appearedList_ = other.appearedList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetPopupPackageState Clone() { + return new ResGetPopupPackageState(this); + } + + /// Field number for the "DataList" field. + public const int DataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_dataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetPopupPackageState.Parser); + private readonly pbc::RepeatedField dataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DataList { + get { return dataList_; } + } + + /// Field number for the "AppearedList" field. + public const int AppearedListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_appearedList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField appearedList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AppearedList { + get { return appearedList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetPopupPackageState); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetPopupPackageState other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!dataList_.Equals(other.dataList_)) return false; + if(!appearedList_.Equals(other.appearedList_)) 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 ^= dataList_.GetHashCode(); + hash ^= appearedList_.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 + dataList_.WriteTo(output, _repeated_dataList_codec); + appearedList_.WriteTo(output, _repeated_appearedList_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) { + dataList_.WriteTo(ref output, _repeated_dataList_codec); + appearedList_.WriteTo(ref output, _repeated_appearedList_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 += dataList_.CalculateSize(_repeated_dataList_codec); + size += appearedList_.CalculateSize(_repeated_appearedList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetPopupPackageState other) { + if (other == null) { + return; + } + dataList_.Add(other.dataList_); + appearedList_.Add(other.appearedList_); + _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: { + dataList_.AddEntriesFrom(input, _repeated_dataList_codec); + break; + } + case 18: + case 16: { + appearedList_.AddEntriesFrom(input, _repeated_appearedList_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: { + dataList_.AddEntriesFrom(ref input, _repeated_dataList_codec); + break; + } + case 18: + case 16: { + appearedList_.AddEntriesFrom(ref input, _repeated_appearedList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetPopupPackageState : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetPopupPackageState()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1619]; } + } + + [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 ResSetPopupPackageState() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetPopupPackageState(ResSetPopupPackageState other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetPopupPackageState Clone() { + return new ResSetPopupPackageState(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetPopupPackageState); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetPopupPackageState 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(ResSetPopupPackageState 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMonthlySubscriptionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMonthlySubscriptionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1620]; } + } + + [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 ResGetMonthlySubscriptionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMonthlySubscriptionReward(ResGetMonthlySubscriptionReward other) : this() { + rewardList_ = other.rewardList_.Clone(); + dataList_ = other.dataList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMonthlySubscriptionReward Clone() { + return new ResGetMonthlySubscriptionReward(this); + } + + /// Field number for the "RewardList" field. + public const int RewardListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rewardList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetMonthlySubscriptionReward.Parser); + private readonly pbc::RepeatedField rewardList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RewardList { + get { return rewardList_; } + } + + /// Field number for the "DataList" field. + public const int DataListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_dataList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMonthlySubscriptionData.Parser); + private readonly pbc::RepeatedField dataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DataList { + get { return dataList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMonthlySubscriptionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMonthlySubscriptionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rewardList_.Equals(other.rewardList_)) return false; + if(!dataList_.Equals(other.dataList_)) 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 ^= rewardList_.GetHashCode(); + hash ^= dataList_.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 + rewardList_.WriteTo(output, _repeated_rewardList_codec); + dataList_.WriteTo(output, _repeated_dataList_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) { + rewardList_.WriteTo(ref output, _repeated_rewardList_codec); + dataList_.WriteTo(ref output, _repeated_dataList_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 += rewardList_.CalculateSize(_repeated_rewardList_codec); + size += dataList_.CalculateSize(_repeated_dataList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMonthlySubscriptionReward other) { + if (other == null) { + return; + } + rewardList_.Add(other.rewardList_); + dataList_.Add(other.dataList_); + _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: { + rewardList_.AddEntriesFrom(input, _repeated_rewardList_codec); + break; + } + case 18: { + dataList_.AddEntriesFrom(input, _repeated_dataList_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: { + rewardList_.AddEntriesFrom(ref input, _repeated_rewardList_codec); + break; + } + case 18: { + dataList_.AddEntriesFrom(ref input, _repeated_dataList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1621]; } + } + + [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 ResGetCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCampaignPackage(ResGetCampaignPackage other) : this() { + alreadyRewards_ = other.alreadyRewards_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCampaignPackage Clone() { + return new ResGetCampaignPackage(this); + } + + /// Field number for the "AlreadyRewards" field. + public const int AlreadyRewardsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_alreadyRewards_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetCampaignPackageReward.Parser); + private readonly pbc::RepeatedField alreadyRewards_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AlreadyRewards { + get { return alreadyRewards_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCampaignPackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!alreadyRewards_.Equals(other.alreadyRewards_)) 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 ^= alreadyRewards_.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 + alreadyRewards_.WriteTo(output, _repeated_alreadyRewards_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) { + alreadyRewards_.WriteTo(ref output, _repeated_alreadyRewards_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 += alreadyRewards_.CalculateSize(_repeated_alreadyRewards_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCampaignPackage other) { + if (other == null) { + return; + } + alreadyRewards_.Add(other.alreadyRewards_); + _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: { + alreadyRewards_.AddEntriesFrom(input, _repeated_alreadyRewards_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: { + alreadyRewards_.AddEntriesFrom(ref input, _repeated_alreadyRewards_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1622]; } + } + + [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 ResObtainCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainCampaignPackage(ResObtainCampaignPackage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainCampaignPackage Clone() { + return new ResObtainCampaignPackage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainCampaignPackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainCampaignPackage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetInAppShopReceivableProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetInAppShopReceivableProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1623]; } + } + + [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 ResGetInAppShopReceivableProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInAppShopReceivableProductList(ResGetInAppShopReceivableProductList other) : this() { + dataList_ = other.dataList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInAppShopReceivableProductList Clone() { + return new ResGetInAppShopReceivableProductList(this); + } + + /// Field number for the "DataList" field. + public const int DataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_dataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetInAppShopReceivableProductData.Parser); + private readonly pbc::RepeatedField dataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DataList { + get { return dataList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetInAppShopReceivableProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetInAppShopReceivableProductList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!dataList_.Equals(other.dataList_)) 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 ^= dataList_.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 + dataList_.WriteTo(output, _repeated_dataList_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) { + dataList_.WriteTo(ref output, _repeated_dataList_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 += dataList_.CalculateSize(_repeated_dataList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetInAppShopReceivableProductList other) { + if (other == null) { + return; + } + dataList_.Add(other.dataList_); + _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: { + dataList_.AddEntriesFrom(input, _repeated_dataList_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: { + dataList_.AddEntriesFrom(ref input, _repeated_dataList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetInAppShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetInAppShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1624]; } + } + + [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 ResGetInAppShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInAppShopBuyProduct(ResGetInAppShopBuyProduct other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInAppShopBuyProduct Clone() { + return new ResGetInAppShopBuyProduct(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetInAppShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetInAppShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetInAppShopBuyProduct other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetInAppShopData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetInAppShopData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1625]; } + } + + [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 ResGetInAppShopData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInAppShopData(ResGetInAppShopData other) : this() { + inAppShopDataList_ = other.inAppShopDataList_.Clone(); + buyDataList_ = other.buyDataList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetInAppShopData Clone() { + return new ResGetInAppShopData(this); + } + + /// Field number for the "InAppShopDataList" field. + public const int InAppShopDataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_inAppShopDataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetInAppShopData.Parser); + private readonly pbc::RepeatedField inAppShopDataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField InAppShopDataList { + get { return inAppShopDataList_; } + } + + /// Field number for the "BuyDataList" field. + public const int BuyDataListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_buyDataList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetInAppShopBuyData.Parser); + private readonly pbc::RepeatedField buyDataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BuyDataList { + get { return buyDataList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetInAppShopData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetInAppShopData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!inAppShopDataList_.Equals(other.inAppShopDataList_)) return false; + if(!buyDataList_.Equals(other.buyDataList_)) 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 ^= inAppShopDataList_.GetHashCode(); + hash ^= buyDataList_.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 + inAppShopDataList_.WriteTo(output, _repeated_inAppShopDataList_codec); + buyDataList_.WriteTo(output, _repeated_buyDataList_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) { + inAppShopDataList_.WriteTo(ref output, _repeated_inAppShopDataList_codec); + buyDataList_.WriteTo(ref output, _repeated_buyDataList_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 += inAppShopDataList_.CalculateSize(_repeated_inAppShopDataList_codec); + size += buyDataList_.CalculateSize(_repeated_buyDataList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetInAppShopData other) { + if (other == null) { + return; + } + inAppShopDataList_.Add(other.inAppShopDataList_); + buyDataList_.Add(other.buyDataList_); + _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: { + inAppShopDataList_.AddEntriesFrom(input, _repeated_inAppShopDataList_codec); + break; + } + case 18: { + buyDataList_.AddEntriesFrom(input, _repeated_buyDataList_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: { + inAppShopDataList_.AddEntriesFrom(ref input, _repeated_inAppShopDataList_codec); + break; + } + case 18: { + buyDataList_.AddEntriesFrom(ref input, _repeated_buyDataList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainPurchaseRewardCampaignPackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainPurchaseRewardCampaignPackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1626]; } + } + + [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 ResObtainPurchaseRewardCampaignPackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPurchaseRewardCampaignPackage(ResObtainPurchaseRewardCampaignPackage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPurchaseRewardCampaignPackage Clone() { + return new ResObtainPurchaseRewardCampaignPackage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainPurchaseRewardCampaignPackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainPurchaseRewardCampaignPackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainPurchaseRewardCampaignPackage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/startpurchase + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStartPurchase : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStartPurchase()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1627]; } + } + + [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 ReqStartPurchase() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartPurchase(ReqStartPurchase other) : this() { + productId_ = other.productId_; + extraData_ = other.extraData_ != null ? other.extraData_.Clone() : null; + payChannel_ = other.payChannel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStartPurchase Clone() { + return new ReqStartPurchase(this); + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 1; + private string productId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProductId { + get { return productId_; } + set { + productId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ExtraData" field. + public const int ExtraDataFieldNumber = 2; + private global::EpinelPS.NetStartPurchaseExtraData extraData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetStartPurchaseExtraData ExtraData { + get { return extraData_; } + set { + extraData_ = value; + } + } + + /// Field number for the "PayChannel" field. + public const int PayChannelFieldNumber = 3; + private global::EpinelPS.PayChannel payChannel_ = global::EpinelPS.PayChannel.PayChannelUnknown; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.PayChannel PayChannel { + get { return payChannel_; } + set { + payChannel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStartPurchase); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStartPurchase other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductId != other.ProductId) return false; + if (!object.Equals(ExtraData, other.ExtraData)) return false; + if (PayChannel != other.PayChannel) 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 (ProductId.Length != 0) hash ^= ProductId.GetHashCode(); + if (extraData_ != null) hash ^= ExtraData.GetHashCode(); + if (PayChannel != global::EpinelPS.PayChannel.PayChannelUnknown) hash ^= PayChannel.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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (extraData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(ExtraData); + } + if (PayChannel != global::EpinelPS.PayChannel.PayChannelUnknown) { + output.WriteRawTag(24); + output.WriteEnum((int) PayChannel); + } + 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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (extraData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(ExtraData); + } + if (PayChannel != global::EpinelPS.PayChannel.PayChannelUnknown) { + output.WriteRawTag(24); + output.WriteEnum((int) PayChannel); + } + 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 (ProductId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductId); + } + if (extraData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ExtraData); + } + if (PayChannel != global::EpinelPS.PayChannel.PayChannelUnknown) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PayChannel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqStartPurchase other) { + if (other == null) { + return; + } + if (other.ProductId.Length != 0) { + ProductId = other.ProductId; + } + if (other.extraData_ != null) { + if (extraData_ == null) { + ExtraData = new global::EpinelPS.NetStartPurchaseExtraData(); + } + ExtraData.MergeFrom(other.ExtraData); + } + if (other.PayChannel != global::EpinelPS.PayChannel.PayChannelUnknown) { + PayChannel = other.PayChannel; + } + _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: { + ProductId = input.ReadString(); + break; + } + case 18: { + if (extraData_ == null) { + ExtraData = new global::EpinelPS.NetStartPurchaseExtraData(); + } + input.ReadMessage(ExtraData); + break; + } + case 24: { + PayChannel = (global::EpinelPS.PayChannel) 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 10: { + ProductId = input.ReadString(); + break; + } + case 18: { + if (extraData_ == null) { + ExtraData = new global::EpinelPS.NetStartPurchaseExtraData(); + } + input.ReadMessage(ExtraData); + break; + } + case 24: { + PayChannel = (global::EpinelPS.PayChannel) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStartPurchase : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStartPurchase()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1628]; } + } + + [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 ResStartPurchase() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartPurchase(ResStartPurchase other) : this() { + result_ = other.result_; + transactionId_ = other.transactionId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartPurchase Clone() { + return new ResStartPurchase(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.StartPurchaseResult result_ = global::EpinelPS.StartPurchaseResult.StartPurchaseResultOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.StartPurchaseResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "TransactionId" field. + public const int TransactionIdFieldNumber = 2; + private string transactionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string TransactionId { + get { return transactionId_; } + set { + transactionId_ = 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 ResStartPurchase); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStartPurchase other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (TransactionId != other.TransactionId) 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 (Result != global::EpinelPS.StartPurchaseResult.StartPurchaseResultOk) hash ^= Result.GetHashCode(); + if (TransactionId.Length != 0) hash ^= TransactionId.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 (Result != global::EpinelPS.StartPurchaseResult.StartPurchaseResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (TransactionId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(TransactionId); + } + 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 (Result != global::EpinelPS.StartPurchaseResult.StartPurchaseResultOk) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (TransactionId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(TransactionId); + } + 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 (Result != global::EpinelPS.StartPurchaseResult.StartPurchaseResultOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (TransactionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(TransactionId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResStartPurchase other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.StartPurchaseResult.StartPurchaseResultOk) { + Result = other.Result; + } + if (other.TransactionId.Length != 0) { + TransactionId = other.TransactionId; + } + _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: { + Result = (global::EpinelPS.StartPurchaseResult) input.ReadEnum(); + break; + } + case 18: { + TransactionId = 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: { + Result = (global::EpinelPS.StartPurchaseResult) input.ReadEnum(); + break; + } + case 18: { + TransactionId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/jupiter/getproductlist + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetJupiterProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetJupiterProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1629]; } + } + + [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 ReqGetJupiterProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJupiterProductList(ReqGetJupiterProductList other) : this() { + productIdList_ = other.productIdList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJupiterProductList Clone() { + return new ReqGetJupiterProductList(this); + } + + /// Field number for the "ProductIdList" field. + public const int ProductIdListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_productIdList_codec + = pb::FieldCodec.ForString(10); + private readonly pbc::RepeatedField productIdList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProductIdList { + get { return productIdList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetJupiterProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetJupiterProductList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!productIdList_.Equals(other.productIdList_)) 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 ^= productIdList_.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 + productIdList_.WriteTo(output, _repeated_productIdList_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) { + productIdList_.WriteTo(ref output, _repeated_productIdList_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 += productIdList_.CalculateSize(_repeated_productIdList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetJupiterProductList other) { + if (other == null) { + return; + } + productIdList_.Add(other.productIdList_); + _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: { + productIdList_.AddEntriesFrom(input, _repeated_productIdList_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: { + productIdList_.AddEntriesFrom(ref input, _repeated_productIdList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetJupiterProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetJupiterProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1630]; } + } + + [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 ResGetJupiterProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJupiterProductList(ResGetJupiterProductList other) : this() { + productInfoList_ = other.productInfoList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJupiterProductList Clone() { + return new ResGetJupiterProductList(this); + } + + /// Field number for the "ProductInfoList" field. + public const int ProductInfoListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_productInfoList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetJupiterProductInfo.Parser); + private readonly pbc::RepeatedField productInfoList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProductInfoList { + get { return productInfoList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetJupiterProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetJupiterProductList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!productInfoList_.Equals(other.productInfoList_)) 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 ^= productInfoList_.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 + productInfoList_.WriteTo(output, _repeated_productInfoList_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) { + productInfoList_.WriteTo(ref output, _repeated_productInfoList_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 += productInfoList_.CalculateSize(_repeated_productInfoList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetJupiterProductList other) { + if (other == null) { + return; + } + productInfoList_.Add(other.productInfoList_); + _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: { + productInfoList_.AddEntriesFrom(input, _repeated_productInfoList_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: { + productInfoList_.AddEntriesFrom(ref input, _repeated_productInfoList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/jupiter/buyproduct + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuyJupiterProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuyJupiterProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1631]; } + } + + [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 ReqBuyJupiterProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyJupiterProduct(ReqBuyJupiterProduct other) : this() { + productId_ = other.productId_; + price_ = other.price_; + currency_ = other.currency_; + extraData_ = other.extraData_ != null ? other.extraData_.Clone() : null; + language_ = other.language_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyJupiterProduct Clone() { + return new ReqBuyJupiterProduct(this); + } + + /// Field number for the "ProductId" field. + public const int ProductIdFieldNumber = 1; + private string productId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ProductId { + get { return productId_; } + set { + productId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Price" field. + public const int PriceFieldNumber = 2; + private string price_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Price { + get { return price_; } + set { + price_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Currency" field. + public const int CurrencyFieldNumber = 3; + private string currency_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Currency { + get { return currency_; } + set { + currency_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ExtraData" field. + public const int ExtraDataFieldNumber = 4; + private global::EpinelPS.NetStartPurchaseExtraData extraData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetStartPurchaseExtraData ExtraData { + get { return extraData_; } + set { + extraData_ = value; + } + } + + /// Field number for the "Language" field. + public const int LanguageFieldNumber = 5; + private string language_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Language { + get { return language_; } + set { + language_ = 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 ReqBuyJupiterProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuyJupiterProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductId != other.ProductId) return false; + if (Price != other.Price) return false; + if (Currency != other.Currency) return false; + if (!object.Equals(ExtraData, other.ExtraData)) return false; + if (Language != other.Language) 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 (ProductId.Length != 0) hash ^= ProductId.GetHashCode(); + if (Price.Length != 0) hash ^= Price.GetHashCode(); + if (Currency.Length != 0) hash ^= Currency.GetHashCode(); + if (extraData_ != null) hash ^= ExtraData.GetHashCode(); + if (Language.Length != 0) hash ^= Language.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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (Price.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Price); + } + if (Currency.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Currency); + } + if (extraData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(ExtraData); + } + if (Language.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Language); + } + 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 (ProductId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ProductId); + } + if (Price.Length != 0) { + output.WriteRawTag(18); + output.WriteString(Price); + } + if (Currency.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Currency); + } + if (extraData_ != null) { + output.WriteRawTag(34); + output.WriteMessage(ExtraData); + } + if (Language.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Language); + } + 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 (ProductId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ProductId); + } + if (Price.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Price); + } + if (Currency.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Currency); + } + if (extraData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ExtraData); + } + if (Language.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Language); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuyJupiterProduct other) { + if (other == null) { + return; + } + if (other.ProductId.Length != 0) { + ProductId = other.ProductId; + } + if (other.Price.Length != 0) { + Price = other.Price; + } + if (other.Currency.Length != 0) { + Currency = other.Currency; + } + if (other.extraData_ != null) { + if (extraData_ == null) { + ExtraData = new global::EpinelPS.NetStartPurchaseExtraData(); + } + ExtraData.MergeFrom(other.ExtraData); + } + if (other.Language.Length != 0) { + Language = other.Language; + } + _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: { + ProductId = input.ReadString(); + break; + } + case 18: { + Price = input.ReadString(); + break; + } + case 26: { + Currency = input.ReadString(); + break; + } + case 34: { + if (extraData_ == null) { + ExtraData = new global::EpinelPS.NetStartPurchaseExtraData(); + } + input.ReadMessage(ExtraData); + break; + } + case 42: { + Language = 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 10: { + ProductId = input.ReadString(); + break; + } + case 18: { + Price = input.ReadString(); + break; + } + case 26: { + Currency = input.ReadString(); + break; + } + case 34: { + if (extraData_ == null) { + ExtraData = new global::EpinelPS.NetStartPurchaseExtraData(); + } + input.ReadMessage(ExtraData); + break; + } + case 42: { + Language = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuyJupiterProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuyJupiterProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1632]; } + } + + [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 ResBuyJupiterProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyJupiterProduct(ResBuyJupiterProduct other) : this() { + referenceId_ = other.referenceId_; + redirectUrl_ = other.redirectUrl_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyJupiterProduct Clone() { + return new ResBuyJupiterProduct(this); + } + + /// Field number for the "ReferenceId" field. + public const int ReferenceIdFieldNumber = 1; + private string referenceId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ReferenceId { + get { return referenceId_; } + set { + referenceId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "RedirectUrl" field. + public const int RedirectUrlFieldNumber = 2; + private string redirectUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RedirectUrl { + get { return redirectUrl_; } + set { + redirectUrl_ = 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 ResBuyJupiterProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuyJupiterProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ReferenceId != other.ReferenceId) return false; + if (RedirectUrl != other.RedirectUrl) 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 (ReferenceId.Length != 0) hash ^= ReferenceId.GetHashCode(); + if (RedirectUrl.Length != 0) hash ^= RedirectUrl.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 (ReferenceId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ReferenceId); + } + if (RedirectUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(RedirectUrl); + } + 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 (ReferenceId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ReferenceId); + } + if (RedirectUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(RedirectUrl); + } + 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 (ReferenceId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ReferenceId); + } + if (RedirectUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(RedirectUrl); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuyJupiterProduct other) { + if (other == null) { + return; + } + if (other.ReferenceId.Length != 0) { + ReferenceId = other.ReferenceId; + } + if (other.RedirectUrl.Length != 0) { + RedirectUrl = other.RedirectUrl; + } + _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: { + ReferenceId = input.ReadString(); + break; + } + case 18: { + RedirectUrl = 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 10: { + ReferenceId = input.ReadString(); + break; + } + case 18: { + RedirectUrl = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/jupiter/getmarketingdetail + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetJupiterMarketingDetail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetJupiterMarketingDetail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1633]; } + } + + [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 ReqGetJupiterMarketingDetail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJupiterMarketingDetail(ReqGetJupiterMarketingDetail other) : this() { + language_ = other.language_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJupiterMarketingDetail Clone() { + return new ReqGetJupiterMarketingDetail(this); + } + + /// Field number for the "Language" field. + public const int LanguageFieldNumber = 1; + private string language_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Language { + get { return language_; } + set { + language_ = 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 ReqGetJupiterMarketingDetail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetJupiterMarketingDetail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Language != other.Language) 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 (Language.Length != 0) hash ^= Language.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 (Language.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Language); + } + 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 (Language.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Language); + } + 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 (Language.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Language); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetJupiterMarketingDetail other) { + if (other == null) { + return; + } + if (other.Language.Length != 0) { + Language = other.Language; + } + _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: { + Language = 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 10: { + Language = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetJupiterMarketingDetail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetJupiterMarketingDetail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1634]; } + } + + [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 ResGetJupiterMarketingDetail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJupiterMarketingDetail(ResGetJupiterMarketingDetail other) : this() { + marketingDetail_ = other.marketingDetail_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJupiterMarketingDetail Clone() { + return new ResGetJupiterMarketingDetail(this); + } + + /// Field number for the "MarketingDetail" field. + public const int MarketingDetailFieldNumber = 1; + private string marketingDetail_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MarketingDetail { + get { return marketingDetail_; } + set { + marketingDetail_ = 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 ResGetJupiterMarketingDetail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetJupiterMarketingDetail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (MarketingDetail != other.MarketingDetail) 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 (MarketingDetail.Length != 0) hash ^= MarketingDetail.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 (MarketingDetail.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MarketingDetail); + } + 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 (MarketingDetail.Length != 0) { + output.WriteRawTag(10); + output.WriteString(MarketingDetail); + } + 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 (MarketingDetail.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MarketingDetail); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetJupiterMarketingDetail other) { + if (other == null) { + return; + } + if (other.MarketingDetail.Length != 0) { + MarketingDetail = other.MarketingDetail; + } + _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: { + MarketingDetail = 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 10: { + MarketingDetail = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/jupiter/getorderdetail + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetJupiterOrderDetail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetJupiterOrderDetail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1635]; } + } + + [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 ReqGetJupiterOrderDetail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJupiterOrderDetail(ReqGetJupiterOrderDetail other) : this() { + referenceId_ = other.referenceId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetJupiterOrderDetail Clone() { + return new ReqGetJupiterOrderDetail(this); + } + + /// Field number for the "ReferenceId" field. + public const int ReferenceIdFieldNumber = 1; + private string referenceId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ReferenceId { + get { return referenceId_; } + set { + referenceId_ = 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 ReqGetJupiterOrderDetail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetJupiterOrderDetail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ReferenceId != other.ReferenceId) 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 (ReferenceId.Length != 0) hash ^= ReferenceId.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 (ReferenceId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ReferenceId); + } + 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 (ReferenceId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ReferenceId); + } + 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 (ReferenceId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ReferenceId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetJupiterOrderDetail other) { + if (other == null) { + return; + } + if (other.ReferenceId.Length != 0) { + ReferenceId = other.ReferenceId; + } + _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: { + ReferenceId = 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 10: { + ReferenceId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetJupiterOrderDetail : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetJupiterOrderDetail()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1636]; } + } + + [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 ResGetJupiterOrderDetail() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJupiterOrderDetail(ResGetJupiterOrderDetail other) : this() { + status_ = other.status_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetJupiterOrderDetail Clone() { + return new ResGetJupiterOrderDetail(this); + } + + /// Field number for the "Status" field. + public const int StatusFieldNumber = 1; + private string status_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Status { + get { return status_; } + set { + status_ = 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 ResGetJupiterOrderDetail); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetJupiterOrderDetail other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Status != other.Status) 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 (Status.Length != 0) hash ^= Status.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 (Status.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Status); + } + 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 (Status.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Status); + } + 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 (Status.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Status); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetJupiterOrderDetail other) { + if (other == null) { + return; + } + if (other.Status.Length != 0) { + Status = other.Status; + } + _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: { + Status = 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 10: { + Status = input.ReadString(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/getfreepackage + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetFreePackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetFreePackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1637]; } + } + + [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 ReqGetFreePackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFreePackage(ReqGetFreePackage other) : this() { + productType_ = other.productType_; + packageShopTid_ = other.packageShopTid_; + packageListTid_ = other.packageListTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetFreePackage Clone() { + return new ReqGetFreePackage(this); + } + + /// Field number for the "ProductType" field. + public const int ProductTypeFieldNumber = 2; + private int productType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ProductType { + get { return productType_; } + set { + productType_ = value; + } + } + + /// Field number for the "PackageShopTid" field. + public const int PackageShopTidFieldNumber = 3; + private int packageShopTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageShopTid { + get { return packageShopTid_; } + set { + packageShopTid_ = value; + } + } + + /// Field number for the "PackageListTid" field. + public const int PackageListTidFieldNumber = 4; + private int packageListTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PackageListTid { + get { return packageListTid_; } + set { + packageListTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetFreePackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetFreePackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ProductType != other.ProductType) return false; + if (PackageShopTid != other.PackageShopTid) return false; + if (PackageListTid != other.PackageListTid) 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 (ProductType != 0) hash ^= ProductType.GetHashCode(); + if (PackageShopTid != 0) hash ^= PackageShopTid.GetHashCode(); + if (PackageListTid != 0) hash ^= PackageListTid.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 (ProductType != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProductType); + } + if (PackageShopTid != 0) { + output.WriteRawTag(24); + output.WriteInt32(PackageShopTid); + } + if (PackageListTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(PackageListTid); + } + 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 (ProductType != 0) { + output.WriteRawTag(16); + output.WriteInt32(ProductType); + } + if (PackageShopTid != 0) { + output.WriteRawTag(24); + output.WriteInt32(PackageShopTid); + } + if (PackageListTid != 0) { + output.WriteRawTag(32); + output.WriteInt32(PackageListTid); + } + 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 (ProductType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductType); + } + if (PackageShopTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageShopTid); + } + if (PackageListTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PackageListTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetFreePackage other) { + if (other == null) { + return; + } + if (other.ProductType != 0) { + ProductType = other.ProductType; + } + if (other.PackageShopTid != 0) { + PackageShopTid = other.PackageShopTid; + } + if (other.PackageListTid != 0) { + PackageListTid = other.PackageListTid; + } + _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: { + ProductType = input.ReadInt32(); + break; + } + case 24: { + PackageShopTid = input.ReadInt32(); + break; + } + case 32: { + PackageListTid = 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 16: { + ProductType = input.ReadInt32(); + break; + } + case 24: { + PackageShopTid = input.ReadInt32(); + break; + } + case 32: { + PackageListTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetFreePackage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetFreePackage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1638]; } + } + + [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 ResGetFreePackage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFreePackage(ResGetFreePackage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetFreePackage Clone() { + return new ResGetFreePackage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetFreePackage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetFreePackage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetFreePackage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/getsubscription + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSubscription : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSubscription()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1639]; } + } + + [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 ReqGetSubscription() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSubscription(ReqGetSubscription other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSubscription Clone() { + return new ReqGetSubscription(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSubscription); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSubscription 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(ReqGetSubscription 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSubscription : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSubscription()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1640]; } + } + + [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 ResGetSubscription() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSubscription(ResGetSubscription other) : this() { + activeSubscriptionList_ = other.activeSubscriptionList_.Clone(); + hasSubscriptionHistory_ = other.hasSubscriptionHistory_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSubscription Clone() { + return new ResGetSubscription(this); + } + + /// Field number for the "ActiveSubscriptionList" field. + public const int ActiveSubscriptionListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_activeSubscriptionList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSubscriptionData.Parser); + private readonly pbc::RepeatedField activeSubscriptionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ActiveSubscriptionList { + get { return activeSubscriptionList_; } + } + + /// Field number for the "HasSubscriptionHistory" field. + public const int HasSubscriptionHistoryFieldNumber = 2; + private bool hasSubscriptionHistory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasSubscriptionHistory { + get { return hasSubscriptionHistory_; } + set { + hasSubscriptionHistory_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSubscription); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSubscription other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!activeSubscriptionList_.Equals(other.activeSubscriptionList_)) return false; + if (HasSubscriptionHistory != other.HasSubscriptionHistory) 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 ^= activeSubscriptionList_.GetHashCode(); + if (HasSubscriptionHistory != false) hash ^= HasSubscriptionHistory.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 + activeSubscriptionList_.WriteTo(output, _repeated_activeSubscriptionList_codec); + if (HasSubscriptionHistory != false) { + output.WriteRawTag(16); + output.WriteBool(HasSubscriptionHistory); + } + 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) { + activeSubscriptionList_.WriteTo(ref output, _repeated_activeSubscriptionList_codec); + if (HasSubscriptionHistory != false) { + output.WriteRawTag(16); + output.WriteBool(HasSubscriptionHistory); + } + 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 += activeSubscriptionList_.CalculateSize(_repeated_activeSubscriptionList_codec); + if (HasSubscriptionHistory != 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(ResGetSubscription other) { + if (other == null) { + return; + } + activeSubscriptionList_.Add(other.activeSubscriptionList_); + if (other.HasSubscriptionHistory != false) { + HasSubscriptionHistory = other.HasSubscriptionHistory; + } + _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: { + activeSubscriptionList_.AddEntriesFrom(input, _repeated_activeSubscriptionList_codec); + break; + } + case 16: { + HasSubscriptionHistory = 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 10: { + activeSubscriptionList_.AddEntriesFrom(ref input, _repeated_activeSubscriptionList_codec); + break; + } + case 16: { + HasSubscriptionHistory = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetCustomPackageSetupData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetCustomPackageSetupData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1641]; } + } + + [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 NetCustomPackageSetupData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCustomPackageSetupData(NetCustomPackageSetupData other) : this() { + customPackageShopTid_ = other.customPackageShopTid_; + slotList_ = other.slotList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetCustomPackageSetupData Clone() { + return new NetCustomPackageSetupData(this); + } + + /// Field number for the "CustomPackageShopTid" field. + public const int CustomPackageShopTidFieldNumber = 1; + private int customPackageShopTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CustomPackageShopTid { + get { return customPackageShopTid_; } + set { + customPackageShopTid_ = value; + } + } + + /// Field number for the "SlotList" field. + public const int SlotListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_slotList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField slotList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SlotList { + get { return slotList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetCustomPackageSetupData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetCustomPackageSetupData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (CustomPackageShopTid != other.CustomPackageShopTid) return false; + if(!slotList_.Equals(other.slotList_)) 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 (CustomPackageShopTid != 0) hash ^= CustomPackageShopTid.GetHashCode(); + hash ^= slotList_.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 (CustomPackageShopTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(CustomPackageShopTid); + } + slotList_.WriteTo(output, _repeated_slotList_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 (CustomPackageShopTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(CustomPackageShopTid); + } + slotList_.WriteTo(ref output, _repeated_slotList_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 (CustomPackageShopTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CustomPackageShopTid); + } + size += slotList_.CalculateSize(_repeated_slotList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetCustomPackageSetupData other) { + if (other == null) { + return; + } + if (other.CustomPackageShopTid != 0) { + CustomPackageShopTid = other.CustomPackageShopTid; + } + slotList_.Add(other.slotList_); + _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: { + CustomPackageShopTid = input.ReadInt32(); + break; + } + case 18: + case 16: { + slotList_.AddEntriesFrom(input, _repeated_slotList_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: { + CustomPackageShopTid = input.ReadInt32(); + break; + } + case 18: + case 16: { + slotList_.AddEntriesFrom(ref input, _repeated_slotList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/custompackage/getsetupdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetCustomPackageSetupData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetCustomPackageSetupData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1642]; } + } + + [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 ReqGetCustomPackageSetupData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCustomPackageSetupData(ReqGetCustomPackageSetupData other) : this() { + inAppShopId_ = other.inAppShopId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetCustomPackageSetupData Clone() { + return new ReqGetCustomPackageSetupData(this); + } + + /// Field number for the "InAppShopId" field. + public const int InAppShopIdFieldNumber = 1; + private int inAppShopId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int InAppShopId { + get { return inAppShopId_; } + set { + inAppShopId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetCustomPackageSetupData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetCustomPackageSetupData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (InAppShopId != other.InAppShopId) 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 (InAppShopId != 0) hash ^= InAppShopId.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 (InAppShopId != 0) { + output.WriteRawTag(8); + output.WriteInt32(InAppShopId); + } + 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 (InAppShopId != 0) { + output.WriteRawTag(8); + output.WriteInt32(InAppShopId); + } + 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 (InAppShopId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(InAppShopId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetCustomPackageSetupData other) { + if (other == null) { + return; + } + if (other.InAppShopId != 0) { + InAppShopId = other.InAppShopId; + } + _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: { + InAppShopId = 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: { + InAppShopId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetCustomPackageSetupData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetCustomPackageSetupData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1643]; } + } + + [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 ResGetCustomPackageSetupData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCustomPackageSetupData(ResGetCustomPackageSetupData other) : this() { + dataList_ = other.dataList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetCustomPackageSetupData Clone() { + return new ResGetCustomPackageSetupData(this); + } + + /// Field number for the "DataList" field. + public const int DataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_dataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetCustomPackageSetupData.Parser); + private readonly pbc::RepeatedField dataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DataList { + get { return dataList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetCustomPackageSetupData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetCustomPackageSetupData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!dataList_.Equals(other.dataList_)) 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 ^= dataList_.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 + dataList_.WriteTo(output, _repeated_dataList_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) { + dataList_.WriteTo(ref output, _repeated_dataList_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 += dataList_.CalculateSize(_repeated_dataList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetCustomPackageSetupData other) { + if (other == null) { + return; + } + dataList_.Add(other.dataList_); + _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: { + dataList_.AddEntriesFrom(input, _repeated_dataList_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: { + dataList_.AddEntriesFrom(ref input, _repeated_dataList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /inappshop/custompackage/setslot + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSetCustomPackageSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSetCustomPackageSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1644]; } + } + + [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 ReqSetCustomPackageSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetCustomPackageSlot(ReqSetCustomPackageSlot other) : this() { + dataList_ = other.dataList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSetCustomPackageSlot Clone() { + return new ReqSetCustomPackageSlot(this); + } + + /// Field number for the "DataList" field. + public const int DataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_dataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetCustomPackageSetupData.Parser); + private readonly pbc::RepeatedField dataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DataList { + get { return dataList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSetCustomPackageSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSetCustomPackageSlot other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!dataList_.Equals(other.dataList_)) 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 ^= dataList_.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 + dataList_.WriteTo(output, _repeated_dataList_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) { + dataList_.WriteTo(ref output, _repeated_dataList_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 += dataList_.CalculateSize(_repeated_dataList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSetCustomPackageSlot other) { + if (other == null) { + return; + } + dataList_.Add(other.dataList_); + _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: { + dataList_.AddEntriesFrom(input, _repeated_dataList_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: { + dataList_.AddEntriesFrom(ref input, _repeated_dataList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetCustomPackageSlot : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetCustomPackageSlot()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1645]; } + } + + [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 ResSetCustomPackageSlot() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCustomPackageSlot(ResSetCustomPackageSlot other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetCustomPackageSlot Clone() { + return new ResSetCustomPackageSlot(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetCustomPackageSlot); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetCustomPackageSlot 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(ResSetCustomPackageSlot 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAssignment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAssignment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1646]; } + } + + [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 NetAssignment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAssignment(NetAssignment other) : this() { + host_ = other.host_; + port_ = other.port_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAssignment Clone() { + return new NetAssignment(this); + } + + /// Field number for the "Host" field. + public const int HostFieldNumber = 1; + private string host_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Host { + get { return host_; } + set { + host_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Port" field. + public const int PortFieldNumber = 2; + private int port_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Port { + get { return port_; } + set { + port_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAssignment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAssignment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Host != other.Host) return false; + if (Port != other.Port) 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 (Host.Length != 0) hash ^= Host.GetHashCode(); + if (Port != 0) hash ^= Port.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 (Host.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Host); + } + if (Port != 0) { + output.WriteRawTag(16); + output.WriteInt32(Port); + } + 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 (Host.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Host); + } + if (Port != 0) { + output.WriteRawTag(16); + output.WriteInt32(Port); + } + 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 (Host.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Host); + } + if (Port != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Port); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetAssignment other) { + if (other == null) { + return; + } + if (other.Host.Length != 0) { + Host = other.Host; + } + if (other.Port != 0) { + Port = other.Port; + } + _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: { + Host = input.ReadString(); + break; + } + case 16: { + Port = 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 10: { + Host = input.ReadString(); + break; + } + case 16: { + Port = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPartyAssignment : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPartyAssignment()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1647]; } + } + + [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 NetPartyAssignment() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPartyAssignment(NetPartyAssignment other) : this() { + partyId_ = other.partyId_; + assignment_ = other.assignment_ != null ? other.assignment_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPartyAssignment Clone() { + return new NetPartyAssignment(this); + } + + /// Field number for the "PartyId" field. + public const int PartyIdFieldNumber = 1; + private string partyId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PartyId { + get { return partyId_; } + set { + partyId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Assignment" field. + public const int AssignmentFieldNumber = 2; + private global::EpinelPS.NetAssignment assignment_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAssignment Assignment { + get { return assignment_; } + set { + assignment_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPartyAssignment); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPartyAssignment other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PartyId != other.PartyId) return false; + if (!object.Equals(Assignment, other.Assignment)) 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 (PartyId.Length != 0) hash ^= PartyId.GetHashCode(); + if (assignment_ != null) hash ^= Assignment.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 (PartyId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PartyId); + } + if (assignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Assignment); + } + 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 (PartyId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(PartyId); + } + if (assignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Assignment); + } + 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 (PartyId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PartyId); + } + if (assignment_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Assignment); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPartyAssignment other) { + if (other == null) { + return; + } + if (other.PartyId.Length != 0) { + PartyId = other.PartyId; + } + if (other.assignment_ != null) { + if (assignment_ == null) { + Assignment = new global::EpinelPS.NetAssignment(); + } + Assignment.MergeFrom(other.Assignment); + } + _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: { + PartyId = input.ReadString(); + break; + } + case 18: { + if (assignment_ == null) { + Assignment = new global::EpinelPS.NetAssignment(); + } + input.ReadMessage(Assignment); + 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: { + PartyId = input.ReadString(); + break; + } + case 18: { + if (assignment_ == null) { + Assignment = new global::EpinelPS.NetAssignment(); + } + input.ReadMessage(Assignment); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetInvitation : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetInvitation()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1648]; } + } + + [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 NetInvitation() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInvitation(NetInvitation other) : this() { + fromUser_ = other.fromUser_ != null ? other.fromUser_.Clone() : null; + inviteTime_ = other.inviteTime_; + partyId_ = other.partyId_; + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInvitation Clone() { + return new NetInvitation(this); + } + + /// Field number for the "FromUser" field. + public const int FromUserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData fromUser_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData FromUser { + get { return fromUser_; } + set { + fromUser_ = value; + } + } + + /// Field number for the "InviteTime" field. + public const int InviteTimeFieldNumber = 2; + private long inviteTime_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long InviteTime { + get { return inviteTime_; } + set { + inviteTime_ = value; + } + } + + /// Field number for the "PartyId" field. + public const int PartyIdFieldNumber = 3; + private string partyId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PartyId { + get { return partyId_; } + set { + partyId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 4; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetInvitation); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetInvitation other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(FromUser, other.FromUser)) return false; + if (InviteTime != other.InviteTime) return false; + if (PartyId != other.PartyId) return false; + if (EventId != other.EventId) 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 (fromUser_ != null) hash ^= FromUser.GetHashCode(); + if (InviteTime != 0L) hash ^= InviteTime.GetHashCode(); + if (PartyId.Length != 0) hash ^= PartyId.GetHashCode(); + if (EventId != 0) hash ^= EventId.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 (fromUser_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FromUser); + } + if (InviteTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(InviteTime); + } + if (PartyId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(PartyId); + } + if (EventId != 0) { + output.WriteRawTag(32); + output.WriteInt32(EventId); + } + 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 (fromUser_ != null) { + output.WriteRawTag(10); + output.WriteMessage(FromUser); + } + if (InviteTime != 0L) { + output.WriteRawTag(16); + output.WriteInt64(InviteTime); + } + if (PartyId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(PartyId); + } + if (EventId != 0) { + output.WriteRawTag(32); + output.WriteInt32(EventId); + } + 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 (fromUser_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FromUser); + } + if (InviteTime != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(InviteTime); + } + if (PartyId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PartyId); + } + if (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetInvitation other) { + if (other == null) { + return; + } + if (other.fromUser_ != null) { + if (fromUser_ == null) { + FromUser = new global::EpinelPS.NetWholeUserData(); + } + FromUser.MergeFrom(other.FromUser); + } + if (other.InviteTime != 0L) { + InviteTime = other.InviteTime; + } + if (other.PartyId.Length != 0) { + PartyId = other.PartyId; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + if (fromUser_ == null) { + FromUser = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(FromUser); + break; + } + case 16: { + InviteTime = input.ReadInt64(); + break; + } + case 26: { + PartyId = input.ReadString(); + break; + } + case 32: { + EventId = 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 10: { + if (fromUser_ == null) { + FromUser = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(FromUser); + break; + } + case 16: { + InviteTime = input.ReadInt64(); + break; + } + case 26: { + PartyId = input.ReadString(); + break; + } + case 32: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAvailableParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAvailableParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1649]; } + } + + [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 NetAvailableParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAvailableParty(NetAvailableParty other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + partyId_ = other.partyId_; + code_ = other.code_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAvailableParty Clone() { + return new NetAvailableParty(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "PartyId" field. + public const int PartyIdFieldNumber = 2; + private string partyId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PartyId { + get { return partyId_; } + set { + partyId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Code" field. + public const int CodeFieldNumber = 3; + private string code_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Code { + get { return code_; } + set { + code_ = 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 NetAvailableParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAvailableParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (PartyId != other.PartyId) return false; + if (Code != other.Code) 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 (user_ != null) hash ^= User.GetHashCode(); + if (PartyId.Length != 0) hash ^= PartyId.GetHashCode(); + if (Code.Length != 0) hash ^= Code.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (PartyId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(PartyId); + } + if (Code.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Code); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (PartyId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(PartyId); + } + if (Code.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Code); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (PartyId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PartyId); + } + if (Code.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Code); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetAvailableParty other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.PartyId.Length != 0) { + PartyId = other.PartyId; + } + if (other.Code.Length != 0) { + Code = other.Code; + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 18: { + PartyId = input.ReadString(); + break; + } + case 26: { + Code = 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 10: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 18: { + PartyId = input.ReadString(); + break; + } + case 26: { + Code = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetInvitableUser : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetInvitableUser()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1650]; } + } + + [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 NetInvitableUser() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInvitableUser(NetInvitableUser other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + remainRewardCount_ = other.remainRewardCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetInvitableUser Clone() { + return new NetInvitableUser(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 1; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "RemainRewardCount" field. + public const int RemainRewardCountFieldNumber = 2; + private int remainRewardCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainRewardCount { + get { return remainRewardCount_; } + set { + remainRewardCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetInvitableUser); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetInvitableUser other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if (RemainRewardCount != other.RemainRewardCount) 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 (user_ != null) hash ^= User.GetHashCode(); + if (RemainRewardCount != 0) hash ^= RemainRewardCount.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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (RemainRewardCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainRewardCount); + } + 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 (user_ != null) { + output.WriteRawTag(10); + output.WriteMessage(User); + } + if (RemainRewardCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RemainRewardCount); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (RemainRewardCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainRewardCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetInvitableUser other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + if (other.RemainRewardCount != 0) { + RemainRewardCount = other.RemainRewardCount; + } + _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: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + RemainRewardCount = 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 10: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + case 16: { + RemainRewardCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCreateParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCreateParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1651]; } + } + + [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 ResCreateParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateParty(ResCreateParty other) : this() { + code_ = other.code_; + partyAssignment_ = other.partyAssignment_ != null ? other.partyAssignment_.Clone() : null; + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCreateParty Clone() { + return new ResCreateParty(this); + } + + /// Field number for the "Code" field. + public const int CodeFieldNumber = 1; + private string code_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Code { + get { return code_; } + set { + code_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "PartyAssignment" field. + public const int PartyAssignmentFieldNumber = 2; + private global::EpinelPS.NetPartyAssignment partyAssignment_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPartyAssignment PartyAssignment { + get { return partyAssignment_; } + set { + partyAssignment_ = value; + } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 3; + private global::EpinelPS.CreatePartyError error_ = global::EpinelPS.CreatePartyError.CreatePartyErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.CreatePartyError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCreateParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCreateParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Code != other.Code) return false; + if (!object.Equals(PartyAssignment, other.PartyAssignment)) return false; + if (Error != other.Error) 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 (Code.Length != 0) hash ^= Code.GetHashCode(); + if (partyAssignment_ != null) hash ^= PartyAssignment.GetHashCode(); + if (Error != global::EpinelPS.CreatePartyError.CreatePartyErrorSuccess) hash ^= Error.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 (Code.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Code); + } + if (partyAssignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(PartyAssignment); + } + if (Error != global::EpinelPS.CreatePartyError.CreatePartyErrorSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + 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 (Code.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Code); + } + if (partyAssignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(PartyAssignment); + } + if (Error != global::EpinelPS.CreatePartyError.CreatePartyErrorSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) Error); + } + 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 (Code.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Code); + } + if (partyAssignment_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PartyAssignment); + } + if (Error != global::EpinelPS.CreatePartyError.CreatePartyErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCreateParty other) { + if (other == null) { + return; + } + if (other.Code.Length != 0) { + Code = other.Code; + } + if (other.partyAssignment_ != null) { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + PartyAssignment.MergeFrom(other.PartyAssignment); + } + if (other.Error != global::EpinelPS.CreatePartyError.CreatePartyErrorSuccess) { + Error = other.Error; + } + _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: { + Code = input.ReadString(); + break; + } + case 18: { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + input.ReadMessage(PartyAssignment); + break; + } + case 24: { + Error = (global::EpinelPS.CreatePartyError) 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 10: { + Code = input.ReadString(); + break; + } + case 18: { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + input.ReadMessage(PartyAssignment); + break; + } + case 24: { + Error = (global::EpinelPS.CreatePartyError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResInviteParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResInviteParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1652]; } + } + + [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 ResInviteParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInviteParty(ResInviteParty other) : this() { + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResInviteParty Clone() { + return new ResInviteParty(this); + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 1; + private global::EpinelPS.InvitePartyError error_ = global::EpinelPS.InvitePartyError.InvitePartyErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.InvitePartyError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResInviteParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResInviteParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Error != other.Error) 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 (Error != global::EpinelPS.InvitePartyError.InvitePartyErrorSuccess) hash ^= Error.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 (Error != global::EpinelPS.InvitePartyError.InvitePartyErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + 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 (Error != global::EpinelPS.InvitePartyError.InvitePartyErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + 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 (Error != global::EpinelPS.InvitePartyError.InvitePartyErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResInviteParty other) { + if (other == null) { + return; + } + if (other.Error != global::EpinelPS.InvitePartyError.InvitePartyErrorSuccess) { + Error = other.Error; + } + _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: { + Error = (global::EpinelPS.InvitePartyError) 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: { + Error = (global::EpinelPS.InvitePartyError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResJoinPartyByCode : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResJoinPartyByCode()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1653]; } + } + + [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 ResJoinPartyByCode() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResJoinPartyByCode(ResJoinPartyByCode other) : this() { + error_ = other.error_; + partyAssignment_ = other.partyAssignment_ != null ? other.partyAssignment_.Clone() : null; + code_ = other.code_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResJoinPartyByCode Clone() { + return new ResJoinPartyByCode(this); + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 1; + private global::EpinelPS.JoinPartyError error_ = global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.JoinPartyError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "PartyAssignment" field. + public const int PartyAssignmentFieldNumber = 2; + private global::EpinelPS.NetPartyAssignment partyAssignment_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPartyAssignment PartyAssignment { + get { return partyAssignment_; } + set { + partyAssignment_ = value; + } + } + + /// Field number for the "Code" field. + public const int CodeFieldNumber = 3; + private string code_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Code { + get { return code_; } + set { + code_ = 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 ResJoinPartyByCode); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResJoinPartyByCode other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Error != other.Error) return false; + if (!object.Equals(PartyAssignment, other.PartyAssignment)) return false; + if (Code != other.Code) 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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) hash ^= Error.GetHashCode(); + if (partyAssignment_ != null) hash ^= PartyAssignment.GetHashCode(); + if (Code.Length != 0) hash ^= Code.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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (partyAssignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(PartyAssignment); + } + if (Code.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Code); + } + 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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (partyAssignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(PartyAssignment); + } + if (Code.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Code); + } + 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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (partyAssignment_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PartyAssignment); + } + if (Code.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Code); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResJoinPartyByCode other) { + if (other == null) { + return; + } + if (other.Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + Error = other.Error; + } + if (other.partyAssignment_ != null) { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + PartyAssignment.MergeFrom(other.PartyAssignment); + } + if (other.Code.Length != 0) { + Code = other.Code; + } + _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: { + Error = (global::EpinelPS.JoinPartyError) input.ReadEnum(); + break; + } + case 18: { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + input.ReadMessage(PartyAssignment); + break; + } + case 26: { + Code = 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: { + Error = (global::EpinelPS.JoinPartyError) input.ReadEnum(); + break; + } + case 18: { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + input.ReadMessage(PartyAssignment); + break; + } + case 26: { + Code = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResJoinParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResJoinParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1654]; } + } + + [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 ResJoinParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResJoinParty(ResJoinParty other) : this() { + error_ = other.error_; + partyAssignment_ = other.partyAssignment_ != null ? other.partyAssignment_.Clone() : null; + code_ = other.code_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResJoinParty Clone() { + return new ResJoinParty(this); + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 1; + private global::EpinelPS.JoinPartyError error_ = global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.JoinPartyError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "PartyAssignment" field. + public const int PartyAssignmentFieldNumber = 2; + private global::EpinelPS.NetPartyAssignment partyAssignment_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPartyAssignment PartyAssignment { + get { return partyAssignment_; } + set { + partyAssignment_ = value; + } + } + + /// Field number for the "Code" field. + public const int CodeFieldNumber = 3; + private string code_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Code { + get { return code_; } + set { + code_ = 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 ResJoinParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResJoinParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Error != other.Error) return false; + if (!object.Equals(PartyAssignment, other.PartyAssignment)) return false; + if (Code != other.Code) 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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) hash ^= Error.GetHashCode(); + if (partyAssignment_ != null) hash ^= PartyAssignment.GetHashCode(); + if (Code.Length != 0) hash ^= Code.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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (partyAssignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(PartyAssignment); + } + if (Code.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Code); + } + 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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + if (partyAssignment_ != null) { + output.WriteRawTag(18); + output.WriteMessage(PartyAssignment); + } + if (Code.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Code); + } + 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 (Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (partyAssignment_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PartyAssignment); + } + if (Code.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Code); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResJoinParty other) { + if (other == null) { + return; + } + if (other.Error != global::EpinelPS.JoinPartyError.JoinPartyErrorSuccess) { + Error = other.Error; + } + if (other.partyAssignment_ != null) { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + PartyAssignment.MergeFrom(other.PartyAssignment); + } + if (other.Code.Length != 0) { + Code = other.Code; + } + _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: { + Error = (global::EpinelPS.JoinPartyError) input.ReadEnum(); + break; + } + case 18: { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + input.ReadMessage(PartyAssignment); + break; + } + case 26: { + Code = 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: { + Error = (global::EpinelPS.JoinPartyError) input.ReadEnum(); + break; + } + case 18: { + if (partyAssignment_ == null) { + PartyAssignment = new global::EpinelPS.NetPartyAssignment(); + } + input.ReadMessage(PartyAssignment); + break; + } + case 26: { + Code = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListFriendParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListFriendParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1655]; } + } + + [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 ResListFriendParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListFriendParty(ResListFriendParty other) : this() { + friendPartyList_ = other.friendPartyList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListFriendParty Clone() { + return new ResListFriendParty(this); + } + + /// Field number for the "FriendPartyList" field. + public const int FriendPartyListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_friendPartyList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetAvailableParty.Parser); + private readonly pbc::RepeatedField friendPartyList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField FriendPartyList { + get { return friendPartyList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListFriendParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListFriendParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!friendPartyList_.Equals(other.friendPartyList_)) 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 ^= friendPartyList_.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 + friendPartyList_.WriteTo(output, _repeated_friendPartyList_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) { + friendPartyList_.WriteTo(ref output, _repeated_friendPartyList_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 += friendPartyList_.CalculateSize(_repeated_friendPartyList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListFriendParty other) { + if (other == null) { + return; + } + friendPartyList_.Add(other.friendPartyList_); + _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: { + friendPartyList_.AddEntriesFrom(input, _repeated_friendPartyList_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: { + friendPartyList_.AddEntriesFrom(ref input, _repeated_friendPartyList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/listguildmemberparty + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListGuildMemberParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListGuildMemberParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1656]; } + } + + [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 ReqListGuildMemberParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListGuildMemberParty(ReqListGuildMemberParty other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListGuildMemberParty Clone() { + return new ReqListGuildMemberParty(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListGuildMemberParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListGuildMemberParty 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(ReqListGuildMemberParty 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListGuildMemberParty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListGuildMemberParty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1657]; } + } + + [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 ResListGuildMemberParty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListGuildMemberParty(ResListGuildMemberParty other) : this() { + guildPartyList_ = other.guildPartyList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListGuildMemberParty Clone() { + return new ResListGuildMemberParty(this); + } + + /// Field number for the "GuildPartyList" field. + public const int GuildPartyListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_guildPartyList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetAvailableParty.Parser); + private readonly pbc::RepeatedField guildPartyList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildPartyList { + get { return guildPartyList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListGuildMemberParty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListGuildMemberParty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!guildPartyList_.Equals(other.guildPartyList_)) 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 ^= guildPartyList_.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 + guildPartyList_.WriteTo(output, _repeated_guildPartyList_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) { + guildPartyList_.WriteTo(ref output, _repeated_guildPartyList_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 += guildPartyList_.CalculateSize(_repeated_guildPartyList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListGuildMemberParty other) { + if (other == null) { + return; + } + guildPartyList_.Add(other.guildPartyList_); + _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: { + guildPartyList_.AddEntriesFrom(input, _repeated_guildPartyList_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: { + guildPartyList_.AddEntriesFrom(ref input, _repeated_guildPartyList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListInvitableFriend : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListInvitableFriend()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1658]; } + } + + [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 ResListInvitableFriend() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListInvitableFriend(ResListInvitableFriend other) : this() { + userList_ = other.userList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListInvitableFriend Clone() { + return new ResListInvitableFriend(this); + } + + /// Field number for the "UserList" field. + public const int UserListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetInvitableUser.Parser); + private readonly pbc::RepeatedField userList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserList { + get { return userList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListInvitableFriend); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListInvitableFriend other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userList_.Equals(other.userList_)) 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 ^= userList_.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 + userList_.WriteTo(output, _repeated_userList_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) { + userList_.WriteTo(ref output, _repeated_userList_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 += userList_.CalculateSize(_repeated_userList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListInvitableFriend other) { + if (other == null) { + return; + } + userList_.Add(other.userList_); + _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: { + userList_.AddEntriesFrom(input, _repeated_userList_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: { + userList_.AddEntriesFrom(ref input, _repeated_userList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /partymatch/listinvitableguildmember + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListInvitableGuildMember : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListInvitableGuildMember()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1659]; } + } + + [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 ReqListInvitableGuildMember() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListInvitableGuildMember(ReqListInvitableGuildMember other) : this() { + eventId_ = other.eventId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListInvitableGuildMember Clone() { + return new ReqListInvitableGuildMember(this); + } + + /// Field number for the "EventId" field. + public const int EventIdFieldNumber = 1; + private int eventId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int EventId { + get { return eventId_; } + set { + eventId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListInvitableGuildMember); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListInvitableGuildMember other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (EventId != other.EventId) 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 (EventId != 0) hash ^= EventId.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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + output.WriteRawTag(8); + output.WriteInt32(EventId); + } + 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 (EventId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(EventId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqListInvitableGuildMember other) { + if (other == null) { + return; + } + if (other.EventId != 0) { + EventId = other.EventId; + } + _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: { + EventId = 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: { + EventId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListInvitableGuildMember : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListInvitableGuildMember()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1660]; } + } + + [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 ResListInvitableGuildMember() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListInvitableGuildMember(ResListInvitableGuildMember other) : this() { + userList_ = other.userList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListInvitableGuildMember Clone() { + return new ResListInvitableGuildMember(this); + } + + /// Field number for the "UserList" field. + public const int UserListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetInvitableUser.Parser); + private readonly pbc::RepeatedField userList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserList { + get { return userList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListInvitableGuildMember); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListInvitableGuildMember other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userList_.Equals(other.userList_)) 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 ^= userList_.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 + userList_.WriteTo(output, _repeated_userList_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) { + userList_.WriteTo(ref output, _repeated_userList_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 += userList_.CalculateSize(_repeated_userList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListInvitableGuildMember other) { + if (other == null) { + return; + } + userList_.Add(other.userList_); + _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: { + userList_.AddEntriesFrom(input, _repeated_userList_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: { + userList_.AddEntriesFrom(ref input, _repeated_userList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListInvitation : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListInvitation()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1661]; } + } + + [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 ResListInvitation() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListInvitation(ResListInvitation other) : this() { + error_ = other.error_; + invitationList_ = other.invitationList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListInvitation Clone() { + return new ResListInvitation(this); + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 1; + private global::EpinelPS.ListInvitationError error_ = global::EpinelPS.ListInvitationError.ListInvitationErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ListInvitationError Error { + get { return error_; } + set { + error_ = value; + } + } + + /// Field number for the "InvitationList" field. + public const int InvitationListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_invitationList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetInvitation.Parser); + private readonly pbc::RepeatedField invitationList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField InvitationList { + get { return invitationList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListInvitation); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListInvitation other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Error != other.Error) return false; + if(!invitationList_.Equals(other.invitationList_)) 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 (Error != global::EpinelPS.ListInvitationError.ListInvitationErrorSuccess) hash ^= Error.GetHashCode(); + hash ^= invitationList_.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 (Error != global::EpinelPS.ListInvitationError.ListInvitationErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + invitationList_.WriteTo(output, _repeated_invitationList_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 (Error != global::EpinelPS.ListInvitationError.ListInvitationErrorSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Error); + } + invitationList_.WriteTo(ref output, _repeated_invitationList_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 (Error != global::EpinelPS.ListInvitationError.ListInvitationErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + size += invitationList_.CalculateSize(_repeated_invitationList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListInvitation other) { + if (other == null) { + return; + } + if (other.Error != global::EpinelPS.ListInvitationError.ListInvitationErrorSuccess) { + Error = other.Error; + } + invitationList_.Add(other.invitationList_); + _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: { + Error = (global::EpinelPS.ListInvitationError) input.ReadEnum(); + break; + } + case 18: { + invitationList_.AddEntriesFrom(input, _repeated_invitationList_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: { + Error = (global::EpinelPS.ListInvitationError) input.ReadEnum(); + break; + } + case 18: { + invitationList_.AddEntriesFrom(ref input, _repeated_invitationList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStartPartyMatch : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStartPartyMatch()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1662]; } + } + + [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 ResStartPartyMatch() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartPartyMatch(ResStartPartyMatch other) : this() { + userTicketIds_ = other.userTicketIds_.Clone(); + error_ = other.error_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStartPartyMatch Clone() { + return new ResStartPartyMatch(this); + } + + /// Field number for the "UserTicketIds" field. + public const int UserTicketIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userTicketIds_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.UserTicketModel.Parser); + private readonly pbc::RepeatedField userTicketIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserTicketIds { + get { return userTicketIds_; } + } + + /// Field number for the "Error" field. + public const int ErrorFieldNumber = 2; + private global::EpinelPS.StartPartyMatchError error_ = global::EpinelPS.StartPartyMatchError.StartPartyMatchErrorSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.StartPartyMatchError Error { + get { return error_; } + set { + error_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResStartPartyMatch); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStartPartyMatch other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userTicketIds_.Equals(other.userTicketIds_)) return false; + if (Error != other.Error) 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 ^= userTicketIds_.GetHashCode(); + if (Error != global::EpinelPS.StartPartyMatchError.StartPartyMatchErrorSuccess) hash ^= Error.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 + userTicketIds_.WriteTo(output, _repeated_userTicketIds_codec); + if (Error != global::EpinelPS.StartPartyMatchError.StartPartyMatchErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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) { + userTicketIds_.WriteTo(ref output, _repeated_userTicketIds_codec); + if (Error != global::EpinelPS.StartPartyMatchError.StartPartyMatchErrorSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) Error); + } + 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 += userTicketIds_.CalculateSize(_repeated_userTicketIds_codec); + if (Error != global::EpinelPS.StartPartyMatchError.StartPartyMatchErrorSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Error); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResStartPartyMatch other) { + if (other == null) { + return; + } + userTicketIds_.Add(other.userTicketIds_); + if (other.Error != global::EpinelPS.StartPartyMatchError.StartPartyMatchErrorSuccess) { + Error = other.Error; + } + _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: { + userTicketIds_.AddEntriesFrom(input, _repeated_userTicketIds_codec); + break; + } + case 16: { + Error = (global::EpinelPS.StartPartyMatchError) 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 10: { + userTicketIds_.AddEntriesFrom(ref input, _repeated_userTicketIds_codec); + break; + } + case 16: { + Error = (global::EpinelPS.StartPartyMatchError) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class UserTicketModel : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new UserTicketModel()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1663]; } + } + + [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 UserTicketModel() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public UserTicketModel(UserTicketModel other) : this() { + usn_ = other.usn_; + ticketId_ = other.ticketId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public UserTicketModel Clone() { + return new UserTicketModel(this); + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 1; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + /// Field number for the "TicketId" field. + public const int TicketIdFieldNumber = 2; + private string ticketId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string TicketId { + get { return ticketId_; } + set { + ticketId_ = 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 UserTicketModel); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(UserTicketModel other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Usn != other.Usn) return false; + if (TicketId != other.TicketId) 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 (Usn != 0L) hash ^= Usn.GetHashCode(); + if (TicketId.Length != 0) hash ^= TicketId.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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (TicketId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(TicketId); + } + 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 (Usn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Usn); + } + if (TicketId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(TicketId); + } + 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 (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (TicketId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(TicketId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(UserTicketModel other) { + if (other == null) { + return; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + if (other.TicketId.Length != 0) { + TicketId = other.TicketId; + } + _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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + TicketId = 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: { + Usn = input.ReadInt64(); + break; + } + case 18: { + TicketId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSearchUserForInvite : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSearchUserForInvite()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1664]; } + } + + [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 ResSearchUserForInvite() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSearchUserForInvite(ResSearchUserForInvite other) : this() { + userList_ = other.userList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSearchUserForInvite Clone() { + return new ResSearchUserForInvite(this); + } + + /// Field number for the "UserList" field. + public const int UserListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_userList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetInvitableUser.Parser); + private readonly pbc::RepeatedField userList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField UserList { + get { return userList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSearchUserForInvite); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSearchUserForInvite other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!userList_.Equals(other.userList_)) 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 ^= userList_.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 + userList_.WriteTo(output, _repeated_userList_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) { + userList_.WriteTo(ref output, _repeated_userList_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 += userList_.CalculateSize(_repeated_userList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSearchUserForInvite other) { + if (other == null) { + return; + } + userList_.Add(other.userList_); + _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: { + userList_.AddEntriesFrom(input, _repeated_userList_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: { + userList_.AddEntriesFrom(ref input, _repeated_userList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainPassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainPassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1665]; } + } + + [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 ResObtainPassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPassReward(ResObtainPassReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainPassReward Clone() { + return new ResObtainPassReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainPassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainPassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainPassReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuyPassRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuyPassRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1666]; } + } + + [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 ResBuyPassRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyPassRank(ResBuyPassRank other) : this() { + passRank_ = other.passRank_; + passPoint_ = other.passPoint_; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyPassRank Clone() { + return new ResBuyPassRank(this); + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 2; + private int passRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassRank { + get { return passRank_; } + set { + passRank_ = value; + } + } + + /// Field number for the "PassPoint" field. + public const int PassPointFieldNumber = 3; + private int passPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassPoint { + get { return passPoint_; } + set { + passPoint_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuyPassRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuyPassRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassRank != other.PassRank) return false; + if (PassPoint != other.PassPoint) return false; + if(!currencies_.Equals(other.currencies_)) 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 (PassRank != 0) hash ^= PassRank.GetHashCode(); + if (PassPoint != 0) hash ^= PassPoint.GetHashCode(); + hash ^= currencies_.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 (PassRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassRank); + } + if (PassPoint != 0) { + output.WriteRawTag(24); + output.WriteInt32(PassPoint); + } + currencies_.WriteTo(output, _repeated_currencies_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 (PassRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassRank); + } + if (PassPoint != 0) { + output.WriteRawTag(24); + output.WriteInt32(PassPoint); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (PassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassRank); + } + if (PassPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassPoint); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuyPassRank other) { + if (other == null) { + return; + } + if (other.PassRank != 0) { + PassRank = other.PassRank; + } + if (other.PassPoint != 0) { + PassPoint = other.PassPoint; + } + currencies_.Add(other.currencies_); + _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: { + PassRank = input.ReadInt32(); + break; + } + case 24: { + PassPoint = input.ReadInt32(); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + PassRank = input.ReadInt32(); + break; + } + case 24: { + PassPoint = input.ReadInt32(); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompletePassMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompletePassMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1667]; } + } + + [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 ResCompletePassMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompletePassMission(ResCompletePassMission other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompletePassMission Clone() { + return new ResCompletePassMission(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 5; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompletePassMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompletePassMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompletePassMission other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetActivePassData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetActivePassData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1668]; } + } + + [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 ResGetActivePassData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetActivePassData(ResGetActivePassData other) : this() { + pass_ = other.pass_ != null ? other.pass_.Clone() : null; + passExist_ = other.passExist_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetActivePassData Clone() { + return new ResGetActivePassData(this); + } + + /// Field number for the "Pass" field. + public const int PassFieldNumber = 1; + private global::EpinelPS.NetPassInfo pass_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPassInfo Pass { + get { return pass_; } + set { + pass_ = value; + } + } + + /// Field number for the "PassExist" field. + public const int PassExistFieldNumber = 2; + private bool passExist_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool PassExist { + get { return passExist_; } + set { + passExist_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetActivePassData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetActivePassData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Pass, other.Pass)) return false; + if (PassExist != other.PassExist) 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 (pass_ != null) hash ^= Pass.GetHashCode(); + if (PassExist != false) hash ^= PassExist.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 (pass_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Pass); + } + if (PassExist != false) { + output.WriteRawTag(16); + output.WriteBool(PassExist); + } + 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 (pass_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Pass); + } + if (PassExist != false) { + output.WriteRawTag(16); + output.WriteBool(PassExist); + } + 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 (pass_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Pass); + } + if (PassExist != 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(ResGetActivePassData other) { + if (other == null) { + return; + } + if (other.pass_ != null) { + if (pass_ == null) { + Pass = new global::EpinelPS.NetPassInfo(); + } + Pass.MergeFrom(other.Pass); + } + if (other.PassExist != false) { + PassExist = other.PassExist; + } + _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: { + if (pass_ == null) { + Pass = new global::EpinelPS.NetPassInfo(); + } + input.ReadMessage(Pass); + break; + } + case 16: { + PassExist = 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 10: { + if (pass_ == null) { + Pass = new global::EpinelPS.NetPassInfo(); + } + input.ReadMessage(Pass); + break; + } + case 16: { + PassExist = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPassInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPassInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1669]; } + } + + [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 NetPassInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassInfo(NetPassInfo other) : this() { + passId_ = other.passId_; + passPoint_ = other.passPoint_; + passRankList_ = other.passRankList_.Clone(); + passMissionList_ = other.passMissionList_.Clone(); + passSkipCount_ = other.passSkipCount_; + premiumActive_ = other.premiumActive_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassInfo Clone() { + return new NetPassInfo(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 1; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassPoint" field. + public const int PassPointFieldNumber = 2; + private int passPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassPoint { + get { return passPoint_; } + set { + passPoint_ = value; + } + } + + /// Field number for the "PassRankList" field. + public const int PassRankListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_passRankList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetPassRankData.Parser); + private readonly pbc::RepeatedField passRankList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassRankList { + get { return passRankList_; } + } + + /// Field number for the "PassMissionList" field. + public const int PassMissionListFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_passMissionList_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetPassMissionData.Parser); + private readonly pbc::RepeatedField passMissionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassMissionList { + get { return passMissionList_; } + } + + /// Field number for the "PassSkipCount" field. + public const int PassSkipCountFieldNumber = 6; + private int passSkipCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassSkipCount { + get { return passSkipCount_; } + set { + passSkipCount_ = value; + } + } + + /// Field number for the "PremiumActive" field. + public const int PremiumActiveFieldNumber = 7; + private bool premiumActive_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool PremiumActive { + get { return premiumActive_; } + set { + premiumActive_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPassInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPassInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if (PassPoint != other.PassPoint) return false; + if(!passRankList_.Equals(other.passRankList_)) return false; + if(!passMissionList_.Equals(other.passMissionList_)) return false; + if (PassSkipCount != other.PassSkipCount) return false; + if (PremiumActive != other.PremiumActive) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + if (PassPoint != 0) hash ^= PassPoint.GetHashCode(); + hash ^= passRankList_.GetHashCode(); + hash ^= passMissionList_.GetHashCode(); + if (PassSkipCount != 0) hash ^= PassSkipCount.GetHashCode(); + if (PremiumActive != false) hash ^= PremiumActive.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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + if (PassPoint != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassPoint); + } + passRankList_.WriteTo(output, _repeated_passRankList_codec); + passMissionList_.WriteTo(output, _repeated_passMissionList_codec); + if (PassSkipCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(PassSkipCount); + } + if (PremiumActive != false) { + output.WriteRawTag(56); + output.WriteBool(PremiumActive); + } + 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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + if (PassPoint != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassPoint); + } + passRankList_.WriteTo(ref output, _repeated_passRankList_codec); + passMissionList_.WriteTo(ref output, _repeated_passMissionList_codec); + if (PassSkipCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(PassSkipCount); + } + if (PremiumActive != false) { + output.WriteRawTag(56); + output.WriteBool(PremiumActive); + } + 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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + if (PassPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassPoint); + } + size += passRankList_.CalculateSize(_repeated_passRankList_codec); + size += passMissionList_.CalculateSize(_repeated_passMissionList_codec); + if (PassSkipCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassSkipCount); + } + if (PremiumActive != 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(NetPassInfo other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + if (other.PassPoint != 0) { + PassPoint = other.PassPoint; + } + passRankList_.Add(other.passRankList_); + passMissionList_.Add(other.passMissionList_); + if (other.PassSkipCount != 0) { + PassSkipCount = other.PassSkipCount; + } + if (other.PremiumActive != false) { + PremiumActive = other.PremiumActive; + } + _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: { + PassId = input.ReadInt32(); + break; + } + case 16: { + PassPoint = input.ReadInt32(); + break; + } + case 26: { + passRankList_.AddEntriesFrom(input, _repeated_passRankList_codec); + break; + } + case 34: { + passMissionList_.AddEntriesFrom(input, _repeated_passMissionList_codec); + break; + } + case 48: { + PassSkipCount = input.ReadInt32(); + break; + } + case 56: { + PremiumActive = 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 8: { + PassId = input.ReadInt32(); + break; + } + case 16: { + PassPoint = input.ReadInt32(); + break; + } + case 26: { + passRankList_.AddEntriesFrom(ref input, _repeated_passRankList_codec); + break; + } + case 34: { + passMissionList_.AddEntriesFrom(ref input, _repeated_passMissionList_codec); + break; + } + case 48: { + PassSkipCount = input.ReadInt32(); + break; + } + case 56: { + PremiumActive = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPassRankData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPassRankData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1670]; } + } + + [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 NetPassRankData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassRankData(NetPassRankData other) : this() { + passRank_ = other.passRank_; + isNormalRewarded_ = other.isNormalRewarded_; + isPremiumRewarded_ = other.isPremiumRewarded_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassRankData Clone() { + return new NetPassRankData(this); + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 1; + private int passRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassRank { + get { return passRank_; } + set { + passRank_ = value; + } + } + + /// Field number for the "IsNormalRewarded" field. + public const int IsNormalRewardedFieldNumber = 2; + private bool isNormalRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsNormalRewarded { + get { return isNormalRewarded_; } + set { + isNormalRewarded_ = value; + } + } + + /// Field number for the "IsPremiumRewarded" field. + public const int IsPremiumRewardedFieldNumber = 3; + private bool isPremiumRewarded_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsPremiumRewarded { + get { return isPremiumRewarded_; } + set { + isPremiumRewarded_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPassRankData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPassRankData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassRank != other.PassRank) return false; + if (IsNormalRewarded != other.IsNormalRewarded) return false; + if (IsPremiumRewarded != other.IsPremiumRewarded) 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 (PassRank != 0) hash ^= PassRank.GetHashCode(); + if (IsNormalRewarded != false) hash ^= IsNormalRewarded.GetHashCode(); + if (IsPremiumRewarded != false) hash ^= IsPremiumRewarded.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 (PassRank != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassRank); + } + if (IsNormalRewarded != false) { + output.WriteRawTag(16); + output.WriteBool(IsNormalRewarded); + } + if (IsPremiumRewarded != false) { + output.WriteRawTag(24); + output.WriteBool(IsPremiumRewarded); + } + 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 (PassRank != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassRank); + } + if (IsNormalRewarded != false) { + output.WriteRawTag(16); + output.WriteBool(IsNormalRewarded); + } + if (IsPremiumRewarded != false) { + output.WriteRawTag(24); + output.WriteBool(IsPremiumRewarded); + } + 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 (PassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassRank); + } + if (IsNormalRewarded != false) { + size += 1 + 1; + } + if (IsPremiumRewarded != 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(NetPassRankData other) { + if (other == null) { + return; + } + if (other.PassRank != 0) { + PassRank = other.PassRank; + } + if (other.IsNormalRewarded != false) { + IsNormalRewarded = other.IsNormalRewarded; + } + if (other.IsPremiumRewarded != false) { + IsPremiumRewarded = other.IsPremiumRewarded; + } + _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: { + PassRank = input.ReadInt32(); + break; + } + case 16: { + IsNormalRewarded = input.ReadBool(); + break; + } + case 24: { + IsPremiumRewarded = 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 8: { + PassRank = input.ReadInt32(); + break; + } + case 16: { + IsNormalRewarded = input.ReadBool(); + break; + } + case 24: { + IsPremiumRewarded = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPassMissionData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPassMissionData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1671]; } + } + + [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 NetPassMissionData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassMissionData(NetPassMissionData other) : this() { + passMissionId_ = other.passMissionId_; + isComplete_ = other.isComplete_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPassMissionData Clone() { + return new NetPassMissionData(this); + } + + /// Field number for the "PassMissionId" field. + public const int PassMissionIdFieldNumber = 1; + private int passMissionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassMissionId { + get { return passMissionId_; } + set { + passMissionId_ = value; + } + } + + /// Field number for the "IsComplete" field. + public const int IsCompleteFieldNumber = 2; + private bool isComplete_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsComplete { + get { return isComplete_; } + set { + isComplete_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPassMissionData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPassMissionData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassMissionId != other.PassMissionId) return false; + if (IsComplete != other.IsComplete) 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 (PassMissionId != 0) hash ^= PassMissionId.GetHashCode(); + if (IsComplete != false) hash ^= IsComplete.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 (PassMissionId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassMissionId); + } + if (IsComplete != false) { + output.WriteRawTag(16); + output.WriteBool(IsComplete); + } + 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 (PassMissionId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassMissionId); + } + if (IsComplete != false) { + output.WriteRawTag(16); + output.WriteBool(IsComplete); + } + 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 (PassMissionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassMissionId); + } + if (IsComplete != 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(NetPassMissionData other) { + if (other == null) { + return; + } + if (other.PassMissionId != 0) { + PassMissionId = other.PassMissionId; + } + if (other.IsComplete != false) { + IsComplete = other.IsComplete; + } + _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: { + PassMissionId = input.ReadInt32(); + break; + } + case 16: { + IsComplete = 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 8: { + PassMissionId = input.ReadInt32(); + break; + } + case 16: { + IsComplete = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainOnePassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainOnePassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1672]; } + } + + [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 ResObtainOnePassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainOnePassReward(ResObtainOnePassReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainOnePassReward Clone() { + return new ResObtainOnePassReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainOnePassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainOnePassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainOnePassReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/event/obtainreward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainEventPassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainEventPassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1673]; } + } + + [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 ReqObtainEventPassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainEventPassReward(ReqObtainEventPassReward other) : this() { + passId_ = other.passId_; + passRank_ = other.passRank_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainEventPassReward Clone() { + return new ReqObtainEventPassReward(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 1; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_passRank_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField passRank_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassRank { + get { return passRank_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainEventPassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainEventPassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if(!passRank_.Equals(other.passRank_)) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + hash ^= passRank_.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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + passRank_.WriteTo(output, _repeated_passRank_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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + passRank_.WriteTo(ref output, _repeated_passRank_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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + size += passRank_.CalculateSize(_repeated_passRank_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqObtainEventPassReward other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + passRank_.Add(other.passRank_); + _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: { + PassId = input.ReadInt32(); + break; + } + case 18: + case 16: { + passRank_.AddEntriesFrom(input, _repeated_passRank_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: { + PassId = input.ReadInt32(); + break; + } + case 18: + case 16: { + passRank_.AddEntriesFrom(ref input, _repeated_passRank_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainEventPassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainEventPassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1674]; } + } + + [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 ResObtainEventPassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainEventPassReward(ResObtainEventPassReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainEventPassReward Clone() { + return new ResObtainEventPassReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainEventPassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainEventPassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainEventPassReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/event/buyrank + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuyEventPassRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuyEventPassRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1675]; } + } + + [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 ReqBuyEventPassRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyEventPassRank(ReqBuyEventPassRank other) : this() { + passId_ = other.passId_; + targetPassRank_ = other.targetPassRank_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyEventPassRank Clone() { + return new ReqBuyEventPassRank(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 1; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "TargetPassRank" field. + public const int TargetPassRankFieldNumber = 2; + private int targetPassRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TargetPassRank { + get { return targetPassRank_; } + set { + targetPassRank_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqBuyEventPassRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuyEventPassRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if (TargetPassRank != other.TargetPassRank) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + if (TargetPassRank != 0) hash ^= TargetPassRank.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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + if (TargetPassRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(TargetPassRank); + } + 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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + if (TargetPassRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(TargetPassRank); + } + 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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + if (TargetPassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TargetPassRank); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuyEventPassRank other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + if (other.TargetPassRank != 0) { + TargetPassRank = other.TargetPassRank; + } + _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: { + PassId = input.ReadInt32(); + break; + } + case 16: { + TargetPassRank = 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: { + PassId = input.ReadInt32(); + break; + } + case 16: { + TargetPassRank = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuyEventPassRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuyEventPassRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1676]; } + } + + [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 ResBuyEventPassRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyEventPassRank(ResBuyEventPassRank other) : this() { + passRank_ = other.passRank_; + passPoint_ = other.passPoint_; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyEventPassRank Clone() { + return new ResBuyEventPassRank(this); + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 1; + private int passRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassRank { + get { return passRank_; } + set { + passRank_ = value; + } + } + + /// Field number for the "PassPoint" field. + public const int PassPointFieldNumber = 2; + private int passPoint_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassPoint { + get { return passPoint_; } + set { + passPoint_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuyEventPassRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuyEventPassRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassRank != other.PassRank) return false; + if (PassPoint != other.PassPoint) return false; + if(!currencies_.Equals(other.currencies_)) 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 (PassRank != 0) hash ^= PassRank.GetHashCode(); + if (PassPoint != 0) hash ^= PassPoint.GetHashCode(); + hash ^= currencies_.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 (PassRank != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassRank); + } + if (PassPoint != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassPoint); + } + currencies_.WriteTo(output, _repeated_currencies_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 (PassRank != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassRank); + } + if (PassPoint != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassPoint); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (PassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassRank); + } + if (PassPoint != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassPoint); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuyEventPassRank other) { + if (other == null) { + return; + } + if (other.PassRank != 0) { + PassRank = other.PassRank; + } + if (other.PassPoint != 0) { + PassPoint = other.PassPoint; + } + currencies_.Add(other.currencies_); + _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: { + PassRank = input.ReadInt32(); + break; + } + case 16: { + PassPoint = input.ReadInt32(); + break; + } + case 26: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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: { + PassRank = input.ReadInt32(); + break; + } + case 16: { + PassPoint = input.ReadInt32(); + break; + } + case 26: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/event/completemission + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCompleteEventPassMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCompleteEventPassMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1677]; } + } + + [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 ReqCompleteEventPassMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteEventPassMission(ReqCompleteEventPassMission other) : this() { + passId_ = other.passId_; + passMissionList_ = other.passMissionList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCompleteEventPassMission Clone() { + return new ReqCompleteEventPassMission(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 1; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassMissionList" field. + public const int PassMissionListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_passMissionList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField passMissionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassMissionList { + get { return passMissionList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCompleteEventPassMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCompleteEventPassMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if(!passMissionList_.Equals(other.passMissionList_)) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + hash ^= passMissionList_.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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + passMissionList_.WriteTo(output, _repeated_passMissionList_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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + passMissionList_.WriteTo(ref output, _repeated_passMissionList_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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + size += passMissionList_.CalculateSize(_repeated_passMissionList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCompleteEventPassMission other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + passMissionList_.Add(other.passMissionList_); + _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: { + PassId = input.ReadInt32(); + break; + } + case 18: + case 16: { + passMissionList_.AddEntriesFrom(input, _repeated_passMissionList_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: { + PassId = input.ReadInt32(); + break; + } + case 18: + case 16: { + passMissionList_.AddEntriesFrom(ref input, _repeated_passMissionList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCompleteEventPassMission : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCompleteEventPassMission()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1678]; } + } + + [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 ResCompleteEventPassMission() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteEventPassMission(ResCompleteEventPassMission other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCompleteEventPassMission Clone() { + return new ResCompleteEventPassMission(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCompleteEventPassMission); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCompleteEventPassMission other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCompleteEventPassMission other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/event/getactive + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetActiveEventPassData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetActiveEventPassData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1679]; } + } + + [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 ReqGetActiveEventPassData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetActiveEventPassData(ReqGetActiveEventPassData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetActiveEventPassData Clone() { + return new ReqGetActiveEventPassData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetActiveEventPassData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetActiveEventPassData 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(ReqGetActiveEventPassData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetActiveEventPassData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetActiveEventPassData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1680]; } + } + + [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 ResGetActiveEventPassData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetActiveEventPassData(ResGetActiveEventPassData other) : this() { + passList_ = other.passList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetActiveEventPassData Clone() { + return new ResGetActiveEventPassData(this); + } + + /// Field number for the "PassList" field. + public const int PassListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_passList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetPassInfo.Parser); + private readonly pbc::RepeatedField passList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PassList { + get { return passList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetActiveEventPassData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetActiveEventPassData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!passList_.Equals(other.passList_)) 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 ^= passList_.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 + passList_.WriteTo(output, _repeated_passList_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) { + passList_.WriteTo(ref output, _repeated_passList_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 += passList_.CalculateSize(_repeated_passList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetActiveEventPassData other) { + if (other == null) { + return; + } + passList_.Add(other.passList_); + _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: { + passList_.AddEntriesFrom(input, _repeated_passList_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: { + passList_.AddEntriesFrom(ref input, _repeated_passList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /pass/event/obtainonereward + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqObtainOneEventPassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqObtainOneEventPassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1681]; } + } + + [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 ReqObtainOneEventPassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainOneEventPassReward(ReqObtainOneEventPassReward other) : this() { + passId_ = other.passId_; + passRank_ = other.passRank_; + premiumReward_ = other.premiumReward_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqObtainOneEventPassReward Clone() { + return new ReqObtainOneEventPassReward(this); + } + + /// Field number for the "PassId" field. + public const int PassIdFieldNumber = 1; + private int passId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassId { + get { return passId_; } + set { + passId_ = value; + } + } + + /// Field number for the "PassRank" field. + public const int PassRankFieldNumber = 2; + private int passRank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int PassRank { + get { return passRank_; } + set { + passRank_ = value; + } + } + + /// Field number for the "PremiumReward" field. + public const int PremiumRewardFieldNumber = 3; + private bool premiumReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool PremiumReward { + get { return premiumReward_; } + set { + premiumReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqObtainOneEventPassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqObtainOneEventPassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PassId != other.PassId) return false; + if (PassRank != other.PassRank) return false; + if (PremiumReward != other.PremiumReward) 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 (PassId != 0) hash ^= PassId.GetHashCode(); + if (PassRank != 0) hash ^= PassRank.GetHashCode(); + if (PremiumReward != false) hash ^= PremiumReward.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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + if (PassRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassRank); + } + if (PremiumReward != false) { + output.WriteRawTag(24); + output.WriteBool(PremiumReward); + } + 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 (PassId != 0) { + output.WriteRawTag(8); + output.WriteInt32(PassId); + } + if (PassRank != 0) { + output.WriteRawTag(16); + output.WriteInt32(PassRank); + } + if (PremiumReward != false) { + output.WriteRawTag(24); + output.WriteBool(PremiumReward); + } + 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 (PassId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassId); + } + if (PassRank != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(PassRank); + } + if (PremiumReward != 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(ReqObtainOneEventPassReward other) { + if (other == null) { + return; + } + if (other.PassId != 0) { + PassId = other.PassId; + } + if (other.PassRank != 0) { + PassRank = other.PassRank; + } + if (other.PremiumReward != false) { + PremiumReward = other.PremiumReward; + } + _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: { + PassId = input.ReadInt32(); + break; + } + case 16: { + PassRank = input.ReadInt32(); + break; + } + case 24: { + PremiumReward = 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 8: { + PassId = input.ReadInt32(); + break; + } + case 16: { + PassRank = input.ReadInt32(); + break; + } + case 24: { + PremiumReward = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainOneEventPassReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainOneEventPassReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1682]; } + } + + [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 ResObtainOneEventPassReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainOneEventPassReward(ResObtainOneEventPassReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainOneEventPassReward Clone() { + return new ResObtainOneEventPassReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainOneEventPassReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainOneEventPassReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainOneEventPassReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ProfileCard/Possession/Get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProfileCardObjectList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProfileCardObjectList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1683]; } + } + + [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 ReqProfileCardObjectList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProfileCardObjectList(ReqProfileCardObjectList other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProfileCardObjectList Clone() { + return new ReqProfileCardObjectList(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqProfileCardObjectList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProfileCardObjectList 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(ReqProfileCardObjectList 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProfileCardObjectList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProfileCardObjectList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1684]; } + } + + [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 ResProfileCardObjectList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProfileCardObjectList(ResProfileCardObjectList other) : this() { + backgroundIds_ = other.backgroundIds_.Clone(); + stickerIds_ = other.stickerIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProfileCardObjectList Clone() { + return new ResProfileCardObjectList(this); + } + + /// Field number for the "BackgroundIds" field. + public const int BackgroundIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_backgroundIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField backgroundIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BackgroundIds { + get { return backgroundIds_; } + } + + /// Field number for the "StickerIds" field. + public const int StickerIdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_stickerIds_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField stickerIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField StickerIds { + get { return stickerIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProfileCardObjectList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProfileCardObjectList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!backgroundIds_.Equals(other.backgroundIds_)) return false; + if(!stickerIds_.Equals(other.stickerIds_)) 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 ^= backgroundIds_.GetHashCode(); + hash ^= stickerIds_.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 + backgroundIds_.WriteTo(output, _repeated_backgroundIds_codec); + stickerIds_.WriteTo(output, _repeated_stickerIds_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) { + backgroundIds_.WriteTo(ref output, _repeated_backgroundIds_codec); + stickerIds_.WriteTo(ref output, _repeated_stickerIds_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 += backgroundIds_.CalculateSize(_repeated_backgroundIds_codec); + size += stickerIds_.CalculateSize(_repeated_stickerIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResProfileCardObjectList other) { + if (other == null) { + return; + } + backgroundIds_.Add(other.backgroundIds_); + stickerIds_.Add(other.stickerIds_); + _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: { + backgroundIds_.AddEntriesFrom(input, _repeated_backgroundIds_codec); + break; + } + case 18: + case 16: { + stickerIds_.AddEntriesFrom(input, _repeated_stickerIds_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: { + backgroundIds_.AddEntriesFrom(ref input, _repeated_backgroundIds_codec); + break; + } + case 18: + case 16: { + stickerIds_.AddEntriesFrom(ref input, _repeated_stickerIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class StickerPlacement : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new StickerPlacement()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1685]; } + } + + [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 StickerPlacement() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public StickerPlacement(StickerPlacement other) : this() { + stickerId_ = other.stickerId_; + layer_ = other.layer_; + normalizedX_ = other.normalizedX_; + normalizedY_ = other.normalizedY_; + rotationRadian_ = other.rotationRadian_; + scale_ = other.scale_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public StickerPlacement Clone() { + return new StickerPlacement(this); + } + + /// Field number for the "StickerId" field. + public const int StickerIdFieldNumber = 1; + private int stickerId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int StickerId { + get { return stickerId_; } + set { + stickerId_ = value; + } + } + + /// Field number for the "Layer" field. + public const int LayerFieldNumber = 2; + private int layer_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Layer { + get { return layer_; } + set { + layer_ = value; + } + } + + /// Field number for the "NormalizedX" field. + public const int NormalizedXFieldNumber = 3; + private float normalizedX_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float NormalizedX { + get { return normalizedX_; } + set { + normalizedX_ = value; + } + } + + /// Field number for the "NormalizedY" field. + public const int NormalizedYFieldNumber = 4; + private float normalizedY_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float NormalizedY { + get { return normalizedY_; } + set { + normalizedY_ = value; + } + } + + /// Field number for the "RotationRadian" field. + public const int RotationRadianFieldNumber = 5; + private float rotationRadian_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float RotationRadian { + get { return rotationRadian_; } + set { + rotationRadian_ = value; + } + } + + /// Field number for the "Scale" field. + public const int ScaleFieldNumber = 6; + private float scale_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public float Scale { + get { return scale_; } + set { + scale_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as StickerPlacement); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(StickerPlacement other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (StickerId != other.StickerId) return false; + if (Layer != other.Layer) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(NormalizedX, other.NormalizedX)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(NormalizedY, other.NormalizedY)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(RotationRadian, other.RotationRadian)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(Scale, other.Scale)) 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 (StickerId != 0) hash ^= StickerId.GetHashCode(); + if (Layer != 0) hash ^= Layer.GetHashCode(); + if (NormalizedX != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(NormalizedX); + if (NormalizedY != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(NormalizedY); + if (RotationRadian != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(RotationRadian); + if (Scale != 0F) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(Scale); + 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 (StickerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StickerId); + } + if (Layer != 0) { + output.WriteRawTag(16); + output.WriteInt32(Layer); + } + if (NormalizedX != 0F) { + output.WriteRawTag(29); + output.WriteFloat(NormalizedX); + } + if (NormalizedY != 0F) { + output.WriteRawTag(37); + output.WriteFloat(NormalizedY); + } + if (RotationRadian != 0F) { + output.WriteRawTag(45); + output.WriteFloat(RotationRadian); + } + if (Scale != 0F) { + output.WriteRawTag(53); + output.WriteFloat(Scale); + } + 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 (StickerId != 0) { + output.WriteRawTag(8); + output.WriteInt32(StickerId); + } + if (Layer != 0) { + output.WriteRawTag(16); + output.WriteInt32(Layer); + } + if (NormalizedX != 0F) { + output.WriteRawTag(29); + output.WriteFloat(NormalizedX); + } + if (NormalizedY != 0F) { + output.WriteRawTag(37); + output.WriteFloat(NormalizedY); + } + if (RotationRadian != 0F) { + output.WriteRawTag(45); + output.WriteFloat(RotationRadian); + } + if (Scale != 0F) { + output.WriteRawTag(53); + output.WriteFloat(Scale); + } + 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 (StickerId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(StickerId); + } + if (Layer != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Layer); + } + if (NormalizedX != 0F) { + size += 1 + 4; + } + if (NormalizedY != 0F) { + size += 1 + 4; + } + if (RotationRadian != 0F) { + size += 1 + 4; + } + if (Scale != 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(StickerPlacement other) { + if (other == null) { + return; + } + if (other.StickerId != 0) { + StickerId = other.StickerId; + } + if (other.Layer != 0) { + Layer = other.Layer; + } + if (other.NormalizedX != 0F) { + NormalizedX = other.NormalizedX; + } + if (other.NormalizedY != 0F) { + NormalizedY = other.NormalizedY; + } + if (other.RotationRadian != 0F) { + RotationRadian = other.RotationRadian; + } + if (other.Scale != 0F) { + Scale = other.Scale; + } + _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: { + StickerId = input.ReadInt32(); + break; + } + case 16: { + Layer = input.ReadInt32(); + break; + } + case 29: { + NormalizedX = input.ReadFloat(); + break; + } + case 37: { + NormalizedY = input.ReadFloat(); + break; + } + case 45: { + RotationRadian = input.ReadFloat(); + break; + } + case 53: { + Scale = 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 8: { + StickerId = input.ReadInt32(); + break; + } + case 16: { + Layer = input.ReadInt32(); + break; + } + case 29: { + NormalizedX = input.ReadFloat(); + break; + } + case 37: { + NormalizedY = input.ReadFloat(); + break; + } + case 45: { + RotationRadian = input.ReadFloat(); + break; + } + case 53: { + Scale = input.ReadFloat(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ProfileCardDecorationLayout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ProfileCardDecorationLayout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1686]; } + } + + [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 ProfileCardDecorationLayout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ProfileCardDecorationLayout(ProfileCardDecorationLayout other) : this() { + showCharacterSpine_ = other.showCharacterSpine_; + backgroundId_ = other.backgroundId_; + stickerPlacements_ = other.stickerPlacements_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ProfileCardDecorationLayout Clone() { + return new ProfileCardDecorationLayout(this); + } + + /// Field number for the "ShowCharacterSpine" field. + public const int ShowCharacterSpineFieldNumber = 1; + private bool showCharacterSpine_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool ShowCharacterSpine { + get { return showCharacterSpine_; } + set { + showCharacterSpine_ = value; + } + } + + /// Field number for the "BackgroundId" field. + public const int BackgroundIdFieldNumber = 2; + private int backgroundId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BackgroundId { + get { return backgroundId_; } + set { + backgroundId_ = value; + } + } + + /// Field number for the "StickerPlacements" field. + public const int StickerPlacementsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_stickerPlacements_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.StickerPlacement.Parser); + private readonly pbc::RepeatedField stickerPlacements_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField StickerPlacements { + get { return stickerPlacements_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ProfileCardDecorationLayout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ProfileCardDecorationLayout other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShowCharacterSpine != other.ShowCharacterSpine) return false; + if (BackgroundId != other.BackgroundId) return false; + if(!stickerPlacements_.Equals(other.stickerPlacements_)) 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 (ShowCharacterSpine != false) hash ^= ShowCharacterSpine.GetHashCode(); + if (BackgroundId != 0) hash ^= BackgroundId.GetHashCode(); + hash ^= stickerPlacements_.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 (ShowCharacterSpine != false) { + output.WriteRawTag(8); + output.WriteBool(ShowCharacterSpine); + } + if (BackgroundId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BackgroundId); + } + stickerPlacements_.WriteTo(output, _repeated_stickerPlacements_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 (ShowCharacterSpine != false) { + output.WriteRawTag(8); + output.WriteBool(ShowCharacterSpine); + } + if (BackgroundId != 0) { + output.WriteRawTag(16); + output.WriteInt32(BackgroundId); + } + stickerPlacements_.WriteTo(ref output, _repeated_stickerPlacements_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 (ShowCharacterSpine != false) { + size += 1 + 1; + } + if (BackgroundId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BackgroundId); + } + size += stickerPlacements_.CalculateSize(_repeated_stickerPlacements_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ProfileCardDecorationLayout other) { + if (other == null) { + return; + } + if (other.ShowCharacterSpine != false) { + ShowCharacterSpine = other.ShowCharacterSpine; + } + if (other.BackgroundId != 0) { + BackgroundId = other.BackgroundId; + } + stickerPlacements_.Add(other.stickerPlacements_); + _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: { + ShowCharacterSpine = input.ReadBool(); + break; + } + case 16: { + BackgroundId = input.ReadInt32(); + break; + } + case 26: { + stickerPlacements_.AddEntriesFrom(input, _repeated_stickerPlacements_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: { + ShowCharacterSpine = input.ReadBool(); + break; + } + case 16: { + BackgroundId = input.ReadInt32(); + break; + } + case 26: { + stickerPlacements_.AddEntriesFrom(ref input, _repeated_stickerPlacements_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ProfileCard/DecorationLayout/Get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqProfileCardDecorationLayout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqProfileCardDecorationLayout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1687]; } + } + + [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 ReqProfileCardDecorationLayout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProfileCardDecorationLayout(ReqProfileCardDecorationLayout other) : this() { + targetUsn_ = other.targetUsn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqProfileCardDecorationLayout Clone() { + return new ReqProfileCardDecorationLayout(this); + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 1; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqProfileCardDecorationLayout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqProfileCardDecorationLayout other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TargetUsn != other.TargetUsn) 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 (TargetUsn != 0L) hash ^= TargetUsn.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 (TargetUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(TargetUsn); + } + 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 (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqProfileCardDecorationLayout other) { + if (other == null) { + return; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + _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: { + TargetUsn = input.ReadInt64(); + 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: { + TargetUsn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProfileCardDecorationLayout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProfileCardDecorationLayout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1688]; } + } + + [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 ResProfileCardDecorationLayout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProfileCardDecorationLayout(ResProfileCardDecorationLayout other) : this() { + layout_ = other.layout_ != null ? other.layout_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProfileCardDecorationLayout Clone() { + return new ResProfileCardDecorationLayout(this); + } + + /// Field number for the "Layout" field. + public const int LayoutFieldNumber = 1; + private global::EpinelPS.ProfileCardDecorationLayout layout_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ProfileCardDecorationLayout Layout { + get { return layout_; } + set { + layout_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProfileCardDecorationLayout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProfileCardDecorationLayout other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Layout, other.Layout)) 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 (layout_ != null) hash ^= Layout.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 (layout_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Layout); + } + 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 (layout_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Layout); + } + 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 (layout_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Layout); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResProfileCardDecorationLayout other) { + if (other == null) { + return; + } + if (other.layout_ != null) { + if (layout_ == null) { + Layout = new global::EpinelPS.ProfileCardDecorationLayout(); + } + Layout.MergeFrom(other.Layout); + } + _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: { + if (layout_ == null) { + Layout = new global::EpinelPS.ProfileCardDecorationLayout(); + } + input.ReadMessage(Layout); + 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: { + if (layout_ == null) { + Layout = new global::EpinelPS.ProfileCardDecorationLayout(); + } + input.ReadMessage(Layout); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ProfileCard/DecorationLayout/Save + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqSaveProfileCardDecorationLayout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqSaveProfileCardDecorationLayout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1689]; } + } + + [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 ReqSaveProfileCardDecorationLayout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveProfileCardDecorationLayout(ReqSaveProfileCardDecorationLayout other) : this() { + layout_ = other.layout_ != null ? other.layout_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqSaveProfileCardDecorationLayout Clone() { + return new ReqSaveProfileCardDecorationLayout(this); + } + + /// Field number for the "Layout" field. + public const int LayoutFieldNumber = 1; + private global::EpinelPS.ProfileCardDecorationLayout layout_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ProfileCardDecorationLayout Layout { + get { return layout_; } + set { + layout_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqSaveProfileCardDecorationLayout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqSaveProfileCardDecorationLayout other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Layout, other.Layout)) 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 (layout_ != null) hash ^= Layout.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 (layout_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Layout); + } + 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 (layout_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Layout); + } + 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 (layout_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Layout); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqSaveProfileCardDecorationLayout other) { + if (other == null) { + return; + } + if (other.layout_ != null) { + if (layout_ == null) { + Layout = new global::EpinelPS.ProfileCardDecorationLayout(); + } + Layout.MergeFrom(other.Layout); + } + _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: { + if (layout_ == null) { + Layout = new global::EpinelPS.ProfileCardDecorationLayout(); + } + input.ReadMessage(Layout); + 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: { + if (layout_ == null) { + Layout = new global::EpinelPS.ProfileCardDecorationLayout(); + } + input.ReadMessage(Layout); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveProfileCardDecorationLayout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveProfileCardDecorationLayout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1690]; } + } + + [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 ResSaveProfileCardDecorationLayout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveProfileCardDecorationLayout(ResSaveProfileCardDecorationLayout other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveProfileCardDecorationLayout Clone() { + return new ResSaveProfileCardDecorationLayout(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveProfileCardDecorationLayout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveProfileCardDecorationLayout 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(ResSaveProfileCardDecorationLayout 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ProfileRandomBoxSingleOpeningResult : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ProfileRandomBoxSingleOpeningResult()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1691]; } + } + + [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 ProfileRandomBoxSingleOpeningResult() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ProfileRandomBoxSingleOpeningResult(ProfileRandomBoxSingleOpeningResult other) : this() { + objectTid_ = other.objectTid_; + exchangedForTicketMaterial_ = other.exchangedForTicketMaterial_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ProfileRandomBoxSingleOpeningResult Clone() { + return new ProfileRandomBoxSingleOpeningResult(this); + } + + /// Field number for the "ObjectTid" field. + public const int ObjectTidFieldNumber = 1; + private int objectTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ObjectTid { + get { return objectTid_; } + set { + objectTid_ = value; + } + } + + /// Field number for the "ExchangedForTicketMaterial" field. + public const int ExchangedForTicketMaterialFieldNumber = 2; + private bool exchangedForTicketMaterial_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool ExchangedForTicketMaterial { + get { return exchangedForTicketMaterial_; } + set { + exchangedForTicketMaterial_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ProfileRandomBoxSingleOpeningResult); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ProfileRandomBoxSingleOpeningResult other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ObjectTid != other.ObjectTid) return false; + if (ExchangedForTicketMaterial != other.ExchangedForTicketMaterial) 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 (ObjectTid != 0) hash ^= ObjectTid.GetHashCode(); + if (ExchangedForTicketMaterial != false) hash ^= ExchangedForTicketMaterial.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 (ObjectTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ObjectTid); + } + if (ExchangedForTicketMaterial != false) { + output.WriteRawTag(16); + output.WriteBool(ExchangedForTicketMaterial); + } + 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 (ObjectTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ObjectTid); + } + if (ExchangedForTicketMaterial != false) { + output.WriteRawTag(16); + output.WriteBool(ExchangedForTicketMaterial); + } + 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 (ObjectTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ObjectTid); + } + if (ExchangedForTicketMaterial != 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(ProfileRandomBoxSingleOpeningResult other) { + if (other == null) { + return; + } + if (other.ObjectTid != 0) { + ObjectTid = other.ObjectTid; + } + if (other.ExchangedForTicketMaterial != false) { + ExchangedForTicketMaterial = other.ExchangedForTicketMaterial; + } + _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: { + ObjectTid = input.ReadInt32(); + break; + } + case 16: { + ExchangedForTicketMaterial = 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 8: { + ObjectTid = input.ReadInt32(); + break; + } + case 16: { + ExchangedForTicketMaterial = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ProfileCard/ProfileRandomBox/Open + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqOpenProfileRandomBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqOpenProfileRandomBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1692]; } + } + + [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 ReqOpenProfileRandomBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenProfileRandomBox(ReqOpenProfileRandomBox other) : this() { + isn_ = other.isn_; + numOpens_ = other.numOpens_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenProfileRandomBox Clone() { + return new ReqOpenProfileRandomBox(this); + } + + /// Field number for the "Isn" field. + public const int IsnFieldNumber = 1; + private long isn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Isn { + get { return isn_; } + set { + isn_ = value; + } + } + + /// Field number for the "NumOpens" field. + public const int NumOpensFieldNumber = 2; + private int numOpens_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NumOpens { + get { return numOpens_; } + set { + numOpens_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqOpenProfileRandomBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqOpenProfileRandomBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Isn != other.Isn) return false; + if (NumOpens != other.NumOpens) 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 (Isn != 0L) hash ^= Isn.GetHashCode(); + if (NumOpens != 0) hash ^= NumOpens.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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (NumOpens != 0) { + output.WriteRawTag(16); + output.WriteInt32(NumOpens); + } + 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 (Isn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Isn); + } + if (NumOpens != 0) { + output.WriteRawTag(16); + output.WriteInt32(NumOpens); + } + 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 (Isn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Isn); + } + if (NumOpens != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NumOpens); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqOpenProfileRandomBox other) { + if (other == null) { + return; + } + if (other.Isn != 0L) { + Isn = other.Isn; + } + if (other.NumOpens != 0) { + NumOpens = other.NumOpens; + } + _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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + NumOpens = 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: { + Isn = input.ReadInt64(); + break; + } + case 16: { + NumOpens = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResOpenProfileRandomBox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResOpenProfileRandomBox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1693]; } + } + + [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 ResOpenProfileRandomBox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenProfileRandomBox(ResOpenProfileRandomBox other) : this() { + openingResult_ = other.openingResult_.Clone(); + profileCardTicketMaterialSync_ = other.profileCardTicketMaterialSync_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenProfileRandomBox Clone() { + return new ResOpenProfileRandomBox(this); + } + + /// Field number for the "OpeningResult" field. + public const int OpeningResultFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_openingResult_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.ProfileRandomBoxSingleOpeningResult.Parser); + private readonly pbc::RepeatedField openingResult_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OpeningResult { + get { return openingResult_; } + } + + /// Field number for the "ProfileCardTicketMaterialSync" field. + public const int ProfileCardTicketMaterialSyncFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_profileCardTicketMaterialSync_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserItemData.Parser); + private readonly pbc::RepeatedField profileCardTicketMaterialSync_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ProfileCardTicketMaterialSync { + get { return profileCardTicketMaterialSync_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResOpenProfileRandomBox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResOpenProfileRandomBox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!openingResult_.Equals(other.openingResult_)) return false; + if(!profileCardTicketMaterialSync_.Equals(other.profileCardTicketMaterialSync_)) 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 ^= openingResult_.GetHashCode(); + hash ^= profileCardTicketMaterialSync_.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 + openingResult_.WriteTo(output, _repeated_openingResult_codec); + profileCardTicketMaterialSync_.WriteTo(output, _repeated_profileCardTicketMaterialSync_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) { + openingResult_.WriteTo(ref output, _repeated_openingResult_codec); + profileCardTicketMaterialSync_.WriteTo(ref output, _repeated_profileCardTicketMaterialSync_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 += openingResult_.CalculateSize(_repeated_openingResult_codec); + size += profileCardTicketMaterialSync_.CalculateSize(_repeated_profileCardTicketMaterialSync_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResOpenProfileRandomBox other) { + if (other == null) { + return; + } + openingResult_.Add(other.openingResult_); + profileCardTicketMaterialSync_.Add(other.profileCardTicketMaterialSync_); + _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: { + openingResult_.AddEntriesFrom(input, _repeated_openingResult_codec); + break; + } + case 18: { + profileCardTicketMaterialSync_.AddEntriesFrom(input, _repeated_profileCardTicketMaterialSync_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: { + openingResult_.AddEntriesFrom(ref input, _repeated_openingResult_codec); + break; + } + case 18: { + profileCardTicketMaterialSync_.AddEntriesFrom(ref input, _repeated_profileCardTicketMaterialSync_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /ProfileCard/Buy + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBuyProfileCardObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBuyProfileCardObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1694]; } + } + + [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 ReqBuyProfileCardObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyProfileCardObject(ReqBuyProfileCardObject other) : this() { + objectTid_ = other.objectTid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBuyProfileCardObject Clone() { + return new ReqBuyProfileCardObject(this); + } + + /// Field number for the "ObjectTid" field. + public const int ObjectTidFieldNumber = 1; + private int objectTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ObjectTid { + get { return objectTid_; } + set { + objectTid_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqBuyProfileCardObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBuyProfileCardObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ObjectTid != other.ObjectTid) 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 (ObjectTid != 0) hash ^= ObjectTid.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 (ObjectTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ObjectTid); + } + 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 (ObjectTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ObjectTid); + } + 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 (ObjectTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ObjectTid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBuyProfileCardObject other) { + if (other == null) { + return; + } + if (other.ObjectTid != 0) { + ObjectTid = other.ObjectTid; + } + _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: { + ObjectTid = 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: { + ObjectTid = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBuyProfileCardObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBuyProfileCardObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1695]; } + } + + [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 ResBuyProfileCardObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyProfileCardObject(ResBuyProfileCardObject other) : this() { + profileCardTicketMaterialSync_ = other.profileCardTicketMaterialSync_ != null ? other.profileCardTicketMaterialSync_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBuyProfileCardObject Clone() { + return new ResBuyProfileCardObject(this); + } + + /// Field number for the "ProfileCardTicketMaterialSync" field. + public const int ProfileCardTicketMaterialSyncFieldNumber = 1; + private global::EpinelPS.NetUserItemData profileCardTicketMaterialSync_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData ProfileCardTicketMaterialSync { + get { return profileCardTicketMaterialSync_; } + set { + profileCardTicketMaterialSync_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBuyProfileCardObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBuyProfileCardObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(ProfileCardTicketMaterialSync, other.ProfileCardTicketMaterialSync)) 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 (profileCardTicketMaterialSync_ != null) hash ^= ProfileCardTicketMaterialSync.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 (profileCardTicketMaterialSync_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ProfileCardTicketMaterialSync); + } + 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 (profileCardTicketMaterialSync_ != null) { + output.WriteRawTag(10); + output.WriteMessage(ProfileCardTicketMaterialSync); + } + 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 (profileCardTicketMaterialSync_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ProfileCardTicketMaterialSync); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResBuyProfileCardObject other) { + if (other == null) { + return; + } + if (other.profileCardTicketMaterialSync_ != null) { + if (profileCardTicketMaterialSync_ == null) { + ProfileCardTicketMaterialSync = new global::EpinelPS.NetUserItemData(); + } + ProfileCardTicketMaterialSync.MergeFrom(other.ProfileCardTicketMaterialSync); + } + _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: { + if (profileCardTicketMaterialSync_ == null) { + ProfileCardTicketMaterialSync = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(ProfileCardTicketMaterialSync); + 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: { + if (profileCardTicketMaterialSync_ == null) { + ProfileCardTicketMaterialSync = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(ProfileCardTicketMaterialSync); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1696]; } + } + + [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 NetRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRankingData(NetRankingData other) : this() { + rank_ = other.rank_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRankingData Clone() { + return new NetRankingData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetRankingData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTopRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTopRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1697]; } + } + + [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 NetTopRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTopRankingData(NetTopRankingData other) : this() { + type_ = other.type_; + score_ = other.score_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTopRankingData Clone() { + return new NetTopRankingData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 2; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTopRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTopRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (Score != other.Score) return false; + if (!object.Equals(User, other.User)) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (user_ != null) hash ^= User.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Score != 0) { + output.WriteRawTag(16); + output.WriteInt32(Score); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTopRankingData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Score = input.ReadInt32(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetRankAchievementData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetRankAchievementData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1698]; } + } + + [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 NetRankAchievementData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRankAchievementData(NetRankAchievementData other) : this() { + rank_ = other.rank_; + rankId_ = other.rankId_; + score_ = other.score_; + achievedAt_ = other.achievedAt_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetRankAchievementData Clone() { + return new NetRankAchievementData(this); + } + + /// Field number for the "Rank" field. + public const int RankFieldNumber = 1; + private long rank_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Rank { + get { return rank_; } + set { + rank_ = value; + } + } + + /// Field number for the "RankId" field. + public const int RankIdFieldNumber = 2; + private int rankId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RankId { + get { return rankId_; } + set { + rankId_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private int score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "AchievedAt" field. + public const int AchievedAtFieldNumber = 4; + private long achievedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long AchievedAt { + get { return achievedAt_; } + set { + achievedAt_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 5; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetRankAchievementData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetRankAchievementData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Rank != other.Rank) return false; + if (RankId != other.RankId) return false; + if (Score != other.Score) return false; + if (AchievedAt != other.AchievedAt) return false; + if (!object.Equals(User, other.User)) 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 (Rank != 0L) hash ^= Rank.GetHashCode(); + if (RankId != 0) hash ^= RankId.GetHashCode(); + if (Score != 0) hash ^= Score.GetHashCode(); + if (AchievedAt != 0L) hash ^= AchievedAt.GetHashCode(); + if (user_ != null) hash ^= User.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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (RankId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RankId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + if (AchievedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(AchievedAt); + } + if (user_ != null) { + output.WriteRawTag(42); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Rank); + } + if (RankId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RankId); + } + if (Score != 0) { + output.WriteRawTag(24); + output.WriteInt32(Score); + } + if (AchievedAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(AchievedAt); + } + if (user_ != null) { + output.WriteRawTag(42); + output.WriteMessage(User); + } + 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 (Rank != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Rank); + } + if (RankId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RankId); + } + if (Score != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Score); + } + if (AchievedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(AchievedAt); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetRankAchievementData other) { + if (other == null) { + return; + } + if (other.Rank != 0L) { + Rank = other.Rank; + } + if (other.RankId != 0) { + RankId = other.RankId; + } + if (other.Score != 0) { + Score = other.Score; + } + if (other.AchievedAt != 0L) { + AchievedAt = other.AchievedAt; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + RankId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 32: { + AchievedAt = input.ReadInt64(); + break; + } + case 42: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Rank = input.ReadInt64(); + break; + } + case 16: { + RankId = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt32(); + break; + } + case 32: { + AchievedAt = input.ReadInt64(); + break; + } + case 42: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetRankingList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetRankingList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1699]; } + } + + [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 ResGetRankingList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRankingList(ResGetRankingList other) : this() { + user_ = other.user_ != null ? other.user_.Clone() : null; + rankingList_ = other.rankingList_.Clone(); + rewardEnabled_ = other.rewardEnabled_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRankingList Clone() { + return new ResGetRankingList(this); + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 2; + private global::EpinelPS.NetRankingData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRankingData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "RankingList" field. + public const int RankingListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_rankingList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetRankingData.Parser); + private readonly pbc::RepeatedField rankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RankingList { + get { return rankingList_; } + } + + /// Field number for the "RewardEnabled" field. + public const int RewardEnabledFieldNumber = 4; + private bool rewardEnabled_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool RewardEnabled { + get { return rewardEnabled_; } + set { + rewardEnabled_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetRankingList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetRankingList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(User, other.User)) return false; + if(!rankingList_.Equals(other.rankingList_)) return false; + if (RewardEnabled != other.RewardEnabled) 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 (user_ != null) hash ^= User.GetHashCode(); + hash ^= rankingList_.GetHashCode(); + if (RewardEnabled != false) hash ^= RewardEnabled.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 (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + rankingList_.WriteTo(output, _repeated_rankingList_codec); + if (RewardEnabled != false) { + output.WriteRawTag(32); + output.WriteBool(RewardEnabled); + } + 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 (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + rankingList_.WriteTo(ref output, _repeated_rankingList_codec); + if (RewardEnabled != false) { + output.WriteRawTag(32); + output.WriteBool(RewardEnabled); + } + 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 (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + size += rankingList_.CalculateSize(_repeated_rankingList_codec); + if (RewardEnabled != 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(ResGetRankingList other) { + if (other == null) { + return; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetRankingData(); + } + User.MergeFrom(other.User); + } + rankingList_.Add(other.rankingList_); + if (other.RewardEnabled != false) { + RewardEnabled = other.RewardEnabled; + } + _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 (user_ == null) { + User = new global::EpinelPS.NetRankingData(); + } + input.ReadMessage(User); + break; + } + case 26: { + rankingList_.AddEntriesFrom(input, _repeated_rankingList_codec); + break; + } + case 32: { + RewardEnabled = 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 18: { + if (user_ == null) { + User = new global::EpinelPS.NetRankingData(); + } + input.ReadMessage(User); + break; + } + case 26: { + rankingList_.AddEntriesFrom(ref input, _repeated_rankingList_codec); + break; + } + case 32: { + RewardEnabled = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetAllTopRank : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetAllTopRank()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1700]; } + } + + [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 ResGetAllTopRank() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAllTopRank(ResGetAllTopRank other) : this() { + topRankingList_ = other.topRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAllTopRank Clone() { + return new ResGetAllTopRank(this); + } + + /// Field number for the "TopRankingList" field. + public const int TopRankingListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_topRankingList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTopRankingData.Parser); + private readonly pbc::RepeatedField topRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TopRankingList { + get { return topRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetAllTopRank); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetAllTopRank other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!topRankingList_.Equals(other.topRankingList_)) 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 ^= topRankingList_.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 + topRankingList_.WriteTo(output, _repeated_topRankingList_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) { + topRankingList_.WriteTo(ref output, _repeated_topRankingList_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 += topRankingList_.CalculateSize(_repeated_topRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetAllTopRank other) { + if (other == null) { + return; + } + topRankingList_.Add(other.topRankingList_); + _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: { + topRankingList_.AddEntriesFrom(input, _repeated_topRankingList_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 18: { + topRankingList_.AddEntriesFrom(ref input, _repeated_topRankingList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetRankAchievementTop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetRankAchievementTop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1701]; } + } + + [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 ResGetRankAchievementTop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRankAchievementTop(ResGetRankAchievementTop other) : this() { + triggerList_ = other.triggerList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRankAchievementTop Clone() { + return new ResGetRankAchievementTop(this); + } + + /// Field number for the "TriggerList" field. + public const int TriggerListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_triggerList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTriggerData.Parser); + private readonly pbc::RepeatedField triggerList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TriggerList { + get { return triggerList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetRankAchievementTop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetRankAchievementTop other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!triggerList_.Equals(other.triggerList_)) 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 ^= triggerList_.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 + triggerList_.WriteTo(output, _repeated_triggerList_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) { + triggerList_.WriteTo(ref output, _repeated_triggerList_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 += triggerList_.CalculateSize(_repeated_triggerList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetRankAchievementTop other) { + if (other == null) { + return; + } + triggerList_.Add(other.triggerList_); + _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: { + triggerList_.AddEntriesFrom(input, _repeated_triggerList_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 18: { + triggerList_.AddEntriesFrom(ref input, _repeated_triggerList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetRankAchievementLeaderBoard : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetRankAchievementLeaderBoard()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1702]; } + } + + [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 ResGetRankAchievementLeaderBoard() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRankAchievementLeaderBoard(ResGetRankAchievementLeaderBoard other) : this() { + rankAchievement_ = other.rankAchievement_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetRankAchievementLeaderBoard Clone() { + return new ResGetRankAchievementLeaderBoard(this); + } + + /// Field number for the "RankAchievement" field. + public const int RankAchievementFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_rankAchievement_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetRankAchievementData.Parser); + private readonly pbc::RepeatedField rankAchievement_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RankAchievement { + get { return rankAchievement_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetRankAchievementLeaderBoard); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetRankAchievementLeaderBoard other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankAchievement_.Equals(other.rankAchievement_)) 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 ^= rankAchievement_.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 + rankAchievement_.WriteTo(output, _repeated_rankAchievement_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) { + rankAchievement_.WriteTo(ref output, _repeated_rankAchievement_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 += rankAchievement_.CalculateSize(_repeated_rankAchievement_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetRankAchievementLeaderBoard other) { + if (other == null) { + return; + } + rankAchievement_.Add(other.rankAchievement_); + _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: { + rankAchievement_.AddEntriesFrom(input, _repeated_rankAchievement_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 18: { + rankAchievement_.AddEntriesFrom(ref input, _repeated_rankAchievement_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainRankAchievementServerReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainRankAchievementServerReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1703]; } + } + + [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 ResObtainRankAchievementServerReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainRankAchievementServerReward(ResObtainRankAchievementServerReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainRankAchievementServerReward Clone() { + return new ResObtainRankAchievementServerReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainRankAchievementServerReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainRankAchievementServerReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainRankAchievementServerReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUpdateRankingServerReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUpdateRankingServerReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1704]; } + } + + [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 ResUpdateRankingServerReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateRankingServerReward(ResUpdateRankingServerReward other) : this() { + hasNewReward_ = other.hasNewReward_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUpdateRankingServerReward Clone() { + return new ResUpdateRankingServerReward(this); + } + + /// Field number for the "HasNewReward" field. + public const int HasNewRewardFieldNumber = 1; + private bool hasNewReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasNewReward { + get { return hasNewReward_; } + set { + hasNewReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUpdateRankingServerReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUpdateRankingServerReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (HasNewReward != other.HasNewReward) 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 (HasNewReward != false) hash ^= HasNewReward.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 (HasNewReward != false) { + output.WriteRawTag(8); + output.WriteBool(HasNewReward); + } + 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 (HasNewReward != false) { + output.WriteRawTag(8); + output.WriteBool(HasNewReward); + } + 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 (HasNewReward != 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(ResUpdateRankingServerReward other) { + if (other == null) { + return; + } + if (other.HasNewReward != false) { + HasNewReward = other.HasNewReward; + } + _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: { + HasNewReward = 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 8: { + HasNewReward = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShootingRangeRankingTotalData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShootingRangeRankingTotalData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1705]; } + } + + [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 NetShootingRangeRankingTotalData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeRankingTotalData(NetShootingRangeRankingTotalData other) : this() { + shootingRangeId_ = other.shootingRangeId_; + userGuildRanking_ = other.userGuildRanking_ != null ? other.userGuildRanking_.Clone() : null; + guildRankingList_ = other.guildRankingList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeRankingTotalData Clone() { + return new NetShootingRangeRankingTotalData(this); + } + + /// Field number for the "ShootingRangeId" field. + public const int ShootingRangeIdFieldNumber = 1; + private int shootingRangeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShootingRangeId { + get { return shootingRangeId_; } + set { + shootingRangeId_ = value; + } + } + + /// Field number for the "UserGuildRanking" field. + public const int UserGuildRankingFieldNumber = 2; + private global::EpinelPS.NetShootingRangeRankingData userGuildRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetShootingRangeRankingData UserGuildRanking { + get { return userGuildRanking_; } + set { + userGuildRanking_ = value; + } + } + + /// Field number for the "GuildRankingList" field. + public const int GuildRankingListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_guildRankingList_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetShootingRangeRankingData.Parser); + private readonly pbc::RepeatedField guildRankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField GuildRankingList { + get { return guildRankingList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShootingRangeRankingTotalData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShootingRangeRankingTotalData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShootingRangeId != other.ShootingRangeId) return false; + if (!object.Equals(UserGuildRanking, other.UserGuildRanking)) return false; + if(!guildRankingList_.Equals(other.guildRankingList_)) 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 (ShootingRangeId != 0) hash ^= ShootingRangeId.GetHashCode(); + if (userGuildRanking_ != null) hash ^= UserGuildRanking.GetHashCode(); + hash ^= guildRankingList_.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 (ShootingRangeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShootingRangeId); + } + if (userGuildRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(output, _repeated_guildRankingList_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 (ShootingRangeId != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShootingRangeId); + } + if (userGuildRanking_ != null) { + output.WriteRawTag(18); + output.WriteMessage(UserGuildRanking); + } + guildRankingList_.WriteTo(ref output, _repeated_guildRankingList_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 (ShootingRangeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShootingRangeId); + } + if (userGuildRanking_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserGuildRanking); + } + size += guildRankingList_.CalculateSize(_repeated_guildRankingList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShootingRangeRankingTotalData other) { + if (other == null) { + return; + } + if (other.ShootingRangeId != 0) { + ShootingRangeId = other.ShootingRangeId; + } + if (other.userGuildRanking_ != null) { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetShootingRangeRankingData(); + } + UserGuildRanking.MergeFrom(other.UserGuildRanking); + } + guildRankingList_.Add(other.guildRankingList_); + _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: { + ShootingRangeId = input.ReadInt32(); + break; + } + case 18: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetShootingRangeRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 26: { + guildRankingList_.AddEntriesFrom(input, _repeated_guildRankingList_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: { + ShootingRangeId = input.ReadInt32(); + break; + } + case 18: { + if (userGuildRanking_ == null) { + UserGuildRanking = new global::EpinelPS.NetShootingRangeRankingData(); + } + input.ReadMessage(UserGuildRanking); + break; + } + case 26: { + guildRankingList_.AddEntriesFrom(ref input, _repeated_guildRankingList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shootingrange/v2/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetShootingRangeRankingV2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetShootingRangeRankingV2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1706]; } + } + + [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 ReqGetShootingRangeRankingV2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetShootingRangeRankingV2(ReqGetShootingRangeRankingV2 other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetShootingRangeRankingV2 Clone() { + return new ReqGetShootingRangeRankingV2(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetShootingRangeRankingV2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetShootingRangeRankingV2 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(ReqGetShootingRangeRankingV2 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetShootingRangeRankingV2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetShootingRangeRankingV2()); + private pb::UnknownFieldSet _unknownFields; + private int _hasBits0; + [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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1707]; } + } + + [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 ResGetShootingRangeRankingV2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetShootingRangeRankingV2(ResGetShootingRangeRankingV2 other) : this() { + _hasBits0 = other._hasBits0; + rankingList_ = other.rankingList_.Clone(); + isBan_ = other.isBan_; + banStartAtTicks_ = other.banStartAtTicks_; + banEndAtTicks_ = other.banEndAtTicks_; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetShootingRangeRankingV2 Clone() { + return new ResGetShootingRangeRankingV2(this); + } + + /// Field number for the "RankingList" field. + public const int RankingListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rankingList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetShootingRangeRankingTotalData.Parser); + private readonly pbc::RepeatedField rankingList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RankingList { + get { return rankingList_; } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 2; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanStartAtTicks" field. + public const int BanStartAtTicksFieldNumber = 3; + private readonly static long BanStartAtTicksDefaultValue = 0L; + + private long banStartAtTicks_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BanStartAtTicks { + get { if ((_hasBits0 & 1) != 0) { return banStartAtTicks_; } else { return BanStartAtTicksDefaultValue; } } + set { + _hasBits0 |= 1; + banStartAtTicks_ = value; + } + } + /// Gets whether the "BanStartAtTicks" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasBanStartAtTicks { + get { return (_hasBits0 & 1) != 0; } + } + /// Clears the value of the "BanStartAtTicks" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearBanStartAtTicks() { + _hasBits0 &= ~1; + } + + /// Field number for the "BanEndAtTicks" field. + public const int BanEndAtTicksFieldNumber = 4; + private readonly static long BanEndAtTicksDefaultValue = 0L; + + private long banEndAtTicks_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BanEndAtTicks { + get { if ((_hasBits0 & 2) != 0) { return banEndAtTicks_; } else { return BanEndAtTicksDefaultValue; } } + set { + _hasBits0 |= 2; + banEndAtTicks_ = value; + } + } + /// Gets whether the "BanEndAtTicks" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasBanEndAtTicks { + get { return (_hasBits0 & 2) != 0; } + } + /// Clears the value of the "BanEndAtTicks" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearBanEndAtTicks() { + _hasBits0 &= ~2; + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 5; + private global::EpinelPS.ShootingRangeRankingResult result_ = global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ShootingRangeRankingResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetShootingRangeRankingV2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetShootingRangeRankingV2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankingList_.Equals(other.rankingList_)) return false; + if (IsBan != other.IsBan) return false; + if (BanStartAtTicks != other.BanStartAtTicks) return false; + if (BanEndAtTicks != other.BanEndAtTicks) return false; + if (Result != other.Result) 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 ^= rankingList_.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (HasBanStartAtTicks) hash ^= BanStartAtTicks.GetHashCode(); + if (HasBanEndAtTicks) hash ^= BanEndAtTicks.GetHashCode(); + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) hash ^= Result.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 + rankingList_.WriteTo(output, _repeated_rankingList_codec); + if (IsBan != false) { + output.WriteRawTag(16); + output.WriteBool(IsBan); + } + if (HasBanStartAtTicks) { + output.WriteRawTag(24); + output.WriteInt64(BanStartAtTicks); + } + if (HasBanEndAtTicks) { + output.WriteRawTag(32); + output.WriteInt64(BanEndAtTicks); + } + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) Result); + } + 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) { + rankingList_.WriteTo(ref output, _repeated_rankingList_codec); + if (IsBan != false) { + output.WriteRawTag(16); + output.WriteBool(IsBan); + } + if (HasBanStartAtTicks) { + output.WriteRawTag(24); + output.WriteInt64(BanStartAtTicks); + } + if (HasBanEndAtTicks) { + output.WriteRawTag(32); + output.WriteInt64(BanEndAtTicks); + } + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) Result); + } + 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 += rankingList_.CalculateSize(_repeated_rankingList_codec); + if (IsBan != false) { + size += 1 + 1; + } + if (HasBanStartAtTicks) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BanStartAtTicks); + } + if (HasBanEndAtTicks) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BanEndAtTicks); + } + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetShootingRangeRankingV2 other) { + if (other == null) { + return; + } + rankingList_.Add(other.rankingList_); + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.HasBanStartAtTicks) { + BanStartAtTicks = other.BanStartAtTicks; + } + if (other.HasBanEndAtTicks) { + BanEndAtTicks = other.BanEndAtTicks; + } + if (other.Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + Result = other.Result; + } + _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: { + rankingList_.AddEntriesFrom(input, _repeated_rankingList_codec); + break; + } + case 16: { + IsBan = input.ReadBool(); + break; + } + case 24: { + BanStartAtTicks = input.ReadInt64(); + break; + } + case 32: { + BanEndAtTicks = input.ReadInt64(); + break; + } + case 40: { + Result = (global::EpinelPS.ShootingRangeRankingResult) 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 10: { + rankingList_.AddEntriesFrom(ref input, _repeated_rankingList_codec); + break; + } + case 16: { + IsBan = input.ReadBool(); + break; + } + case 24: { + BanStartAtTicks = input.ReadInt64(); + break; + } + case 32: { + BanEndAtTicks = input.ReadInt64(); + break; + } + case 40: { + Result = (global::EpinelPS.ShootingRangeRankingResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetShootingRangeScoreV2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetShootingRangeScoreV2()); + private pb::UnknownFieldSet _unknownFields; + private int _hasBits0; + [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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1708]; } + } + + [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 ResSetShootingRangeScoreV2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetShootingRangeScoreV2(ResSetShootingRangeScoreV2 other) : this() { + _hasBits0 = other._hasBits0; + isNewRecord_ = other.isNewRecord_; + prevRanking_ = other.prevRanking_; + nextRanking_ = other.nextRanking_; + highestScore_ = other.highestScore_; + isBan_ = other.isBan_; + banStartAtTicks_ = other.banStartAtTicks_; + banEndAtTicks_ = other.banEndAtTicks_; + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetShootingRangeScoreV2 Clone() { + return new ResSetShootingRangeScoreV2(this); + } + + /// Field number for the "IsNewRecord" field. + public const int IsNewRecordFieldNumber = 2; + private bool isNewRecord_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsNewRecord { + get { return isNewRecord_; } + set { + isNewRecord_ = value; + } + } + + /// Field number for the "PrevRanking" field. + public const int PrevRankingFieldNumber = 3; + private long prevRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long PrevRanking { + get { return prevRanking_; } + set { + prevRanking_ = value; + } + } + + /// Field number for the "NextRanking" field. + public const int NextRankingFieldNumber = 4; + private long nextRanking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long NextRanking { + get { return nextRanking_; } + set { + nextRanking_ = value; + } + } + + /// Field number for the "HighestScore" field. + public const int HighestScoreFieldNumber = 5; + private long highestScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long HighestScore { + get { return highestScore_; } + set { + highestScore_ = value; + } + } + + /// Field number for the "IsBan" field. + public const int IsBanFieldNumber = 6; + private bool isBan_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsBan { + get { return isBan_; } + set { + isBan_ = value; + } + } + + /// Field number for the "BanStartAtTicks" field. + public const int BanStartAtTicksFieldNumber = 7; + private readonly static long BanStartAtTicksDefaultValue = 0L; + + private long banStartAtTicks_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BanStartAtTicks { + get { if ((_hasBits0 & 1) != 0) { return banStartAtTicks_; } else { return BanStartAtTicksDefaultValue; } } + set { + _hasBits0 |= 1; + banStartAtTicks_ = value; + } + } + /// Gets whether the "BanStartAtTicks" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasBanStartAtTicks { + get { return (_hasBits0 & 1) != 0; } + } + /// Clears the value of the "BanStartAtTicks" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearBanStartAtTicks() { + _hasBits0 &= ~1; + } + + /// Field number for the "BanEndAtTicks" field. + public const int BanEndAtTicksFieldNumber = 8; + private readonly static long BanEndAtTicksDefaultValue = 0L; + + private long banEndAtTicks_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BanEndAtTicks { + get { if ((_hasBits0 & 2) != 0) { return banEndAtTicks_; } else { return BanEndAtTicksDefaultValue; } } + set { + _hasBits0 |= 2; + banEndAtTicks_ = value; + } + } + /// Gets whether the "BanEndAtTicks" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasBanEndAtTicks { + get { return (_hasBits0 & 2) != 0; } + } + /// Clears the value of the "BanEndAtTicks" field + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearBanEndAtTicks() { + _hasBits0 &= ~2; + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 9; + private global::EpinelPS.ShootingRangeRankingResult result_ = global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ShootingRangeRankingResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetShootingRangeScoreV2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetShootingRangeScoreV2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsNewRecord != other.IsNewRecord) return false; + if (PrevRanking != other.PrevRanking) return false; + if (NextRanking != other.NextRanking) return false; + if (HighestScore != other.HighestScore) return false; + if (IsBan != other.IsBan) return false; + if (BanStartAtTicks != other.BanStartAtTicks) return false; + if (BanEndAtTicks != other.BanEndAtTicks) return false; + if (Result != other.Result) 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 (IsNewRecord != false) hash ^= IsNewRecord.GetHashCode(); + if (PrevRanking != 0L) hash ^= PrevRanking.GetHashCode(); + if (NextRanking != 0L) hash ^= NextRanking.GetHashCode(); + if (HighestScore != 0L) hash ^= HighestScore.GetHashCode(); + if (IsBan != false) hash ^= IsBan.GetHashCode(); + if (HasBanStartAtTicks) hash ^= BanStartAtTicks.GetHashCode(); + if (HasBanEndAtTicks) hash ^= BanEndAtTicks.GetHashCode(); + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) hash ^= Result.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 (IsNewRecord != false) { + output.WriteRawTag(16); + output.WriteBool(IsNewRecord); + } + if (PrevRanking != 0L) { + output.WriteRawTag(24); + output.WriteInt64(PrevRanking); + } + if (NextRanking != 0L) { + output.WriteRawTag(32); + output.WriteInt64(NextRanking); + } + if (HighestScore != 0L) { + output.WriteRawTag(40); + output.WriteInt64(HighestScore); + } + if (IsBan != false) { + output.WriteRawTag(48); + output.WriteBool(IsBan); + } + if (HasBanStartAtTicks) { + output.WriteRawTag(56); + output.WriteInt64(BanStartAtTicks); + } + if (HasBanEndAtTicks) { + output.WriteRawTag(64); + output.WriteInt64(BanEndAtTicks); + } + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + output.WriteRawTag(72); + output.WriteEnum((int) Result); + } + 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 (IsNewRecord != false) { + output.WriteRawTag(16); + output.WriteBool(IsNewRecord); + } + if (PrevRanking != 0L) { + output.WriteRawTag(24); + output.WriteInt64(PrevRanking); + } + if (NextRanking != 0L) { + output.WriteRawTag(32); + output.WriteInt64(NextRanking); + } + if (HighestScore != 0L) { + output.WriteRawTag(40); + output.WriteInt64(HighestScore); + } + if (IsBan != false) { + output.WriteRawTag(48); + output.WriteBool(IsBan); + } + if (HasBanStartAtTicks) { + output.WriteRawTag(56); + output.WriteInt64(BanStartAtTicks); + } + if (HasBanEndAtTicks) { + output.WriteRawTag(64); + output.WriteInt64(BanEndAtTicks); + } + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + output.WriteRawTag(72); + output.WriteEnum((int) Result); + } + 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 (IsNewRecord != false) { + size += 1 + 1; + } + if (PrevRanking != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(PrevRanking); + } + if (NextRanking != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(NextRanking); + } + if (HighestScore != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(HighestScore); + } + if (IsBan != false) { + size += 1 + 1; + } + if (HasBanStartAtTicks) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BanStartAtTicks); + } + if (HasBanEndAtTicks) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BanEndAtTicks); + } + if (Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetShootingRangeScoreV2 other) { + if (other == null) { + return; + } + if (other.IsNewRecord != false) { + IsNewRecord = other.IsNewRecord; + } + if (other.PrevRanking != 0L) { + PrevRanking = other.PrevRanking; + } + if (other.NextRanking != 0L) { + NextRanking = other.NextRanking; + } + if (other.HighestScore != 0L) { + HighestScore = other.HighestScore; + } + if (other.IsBan != false) { + IsBan = other.IsBan; + } + if (other.HasBanStartAtTicks) { + BanStartAtTicks = other.BanStartAtTicks; + } + if (other.HasBanEndAtTicks) { + BanEndAtTicks = other.BanEndAtTicks; + } + if (other.Result != global::EpinelPS.ShootingRangeRankingResult.GetShootingRangeRankingResultSuccess) { + Result = other.Result; + } + _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: { + IsNewRecord = input.ReadBool(); + break; + } + case 24: { + PrevRanking = input.ReadInt64(); + break; + } + case 32: { + NextRanking = input.ReadInt64(); + break; + } + case 40: { + HighestScore = input.ReadInt64(); + break; + } + case 48: { + IsBan = input.ReadBool(); + break; + } + case 56: { + BanStartAtTicks = input.ReadInt64(); + break; + } + case 64: { + BanEndAtTicks = input.ReadInt64(); + break; + } + case 72: { + Result = (global::EpinelPS.ShootingRangeRankingResult) 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: { + IsNewRecord = input.ReadBool(); + break; + } + case 24: { + PrevRanking = input.ReadInt64(); + break; + } + case 32: { + NextRanking = input.ReadInt64(); + break; + } + case 40: { + HighestScore = input.ReadInt64(); + break; + } + case 48: { + IsBan = input.ReadBool(); + break; + } + case 56: { + BanStartAtTicks = input.ReadInt64(); + break; + } + case 64: { + BanEndAtTicks = input.ReadInt64(); + break; + } + case 72: { + Result = (global::EpinelPS.ShootingRangeRankingResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shootingrange/getbattlelog + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetShootingRangeBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetShootingRangeBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1709]; } + } + + [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 ReqGetShootingRangeBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetShootingRangeBattleLog(ReqGetShootingRangeBattleLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetShootingRangeBattleLog Clone() { + return new ReqGetShootingRangeBattleLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetShootingRangeBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetShootingRangeBattleLog 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(ReqGetShootingRangeBattleLog 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetShootingRangeBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetShootingRangeBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1710]; } + } + + [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 ResGetShootingRangeBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetShootingRangeBattleLog(ResGetShootingRangeBattleLog other) : this() { + battleLogList_ = other.battleLogList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetShootingRangeBattleLog Clone() { + return new ResGetShootingRangeBattleLog(this); + } + + /// Field number for the "BattleLogList" field. + public const int BattleLogListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_battleLogList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetShootingRangeBattleLog.Parser); + private readonly pbc::RepeatedField battleLogList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BattleLogList { + get { return battleLogList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetShootingRangeBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetShootingRangeBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!battleLogList_.Equals(other.battleLogList_)) 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 ^= battleLogList_.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 + battleLogList_.WriteTo(output, _repeated_battleLogList_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) { + battleLogList_.WriteTo(ref output, _repeated_battleLogList_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 += battleLogList_.CalculateSize(_repeated_battleLogList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetShootingRangeBattleLog other) { + if (other == null) { + return; + } + battleLogList_.Add(other.battleLogList_); + _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: { + battleLogList_.AddEntriesFrom(input, _repeated_battleLogList_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: { + battleLogList_.AddEntriesFrom(ref input, _repeated_battleLogList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShootingRangeBattleLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShootingRangeBattleLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1711]; } + } + + [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 NetShootingRangeBattleLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeBattleLog(NetShootingRangeBattleLog other) : this() { + characterDataList_ = other.characterDataList_.Clone(); + battleResult_ = other.battleResult_; + score_ = other.score_; + shootingRangeId_ = other.shootingRangeId_; + userTeam_ = other.userTeam_ != null ? other.userTeam_.Clone() : null; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeBattleLog Clone() { + return new NetShootingRangeBattleLog(this); + } + + /// Field number for the "CharacterDataList" field. + public const int CharacterDataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_characterDataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetShootingRangeBattleLogCharacterData.Parser); + private readonly pbc::RepeatedField characterDataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CharacterDataList { + get { return characterDataList_; } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 2; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "Score" field. + public const int ScoreFieldNumber = 3; + private long score_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Score { + get { return score_; } + set { + score_ = value; + } + } + + /// Field number for the "ShootingRangeId" field. + public const int ShootingRangeIdFieldNumber = 4; + private int shootingRangeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShootingRangeId { + get { return shootingRangeId_; } + set { + shootingRangeId_ = value; + } + } + + /// Field number for the "UserTeam" field. + public const int UserTeamFieldNumber = 5; + private global::EpinelPS.NetTeamData userTeam_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTeamData UserTeam { + get { return userTeam_; } + set { + userTeam_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 6; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShootingRangeBattleLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShootingRangeBattleLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!characterDataList_.Equals(other.characterDataList_)) return false; + if (BattleResult != other.BattleResult) return false; + if (Score != other.Score) return false; + if (ShootingRangeId != other.ShootingRangeId) return false; + if (!object.Equals(UserTeam, other.UserTeam)) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) 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 ^= characterDataList_.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (Score != 0L) hash ^= Score.GetHashCode(); + if (ShootingRangeId != 0) hash ^= ShootingRangeId.GetHashCode(); + if (userTeam_ != null) hash ^= UserTeam.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.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 + characterDataList_.WriteTo(output, _repeated_characterDataList_codec); + if (BattleResult != 0) { + output.WriteRawTag(16); + output.WriteInt32(BattleResult); + } + if (Score != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Score); + } + if (ShootingRangeId != 0) { + output.WriteRawTag(32); + output.WriteInt32(ShootingRangeId); + } + if (userTeam_ != null) { + output.WriteRawTag(42); + output.WriteMessage(UserTeam); + } + if (createdAt_ != null) { + output.WriteRawTag(50); + output.WriteMessage(CreatedAt); + } + 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) { + characterDataList_.WriteTo(ref output, _repeated_characterDataList_codec); + if (BattleResult != 0) { + output.WriteRawTag(16); + output.WriteInt32(BattleResult); + } + if (Score != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Score); + } + if (ShootingRangeId != 0) { + output.WriteRawTag(32); + output.WriteInt32(ShootingRangeId); + } + if (userTeam_ != null) { + output.WriteRawTag(42); + output.WriteMessage(UserTeam); + } + if (createdAt_ != null) { + output.WriteRawTag(50); + output.WriteMessage(CreatedAt); + } + 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 += characterDataList_.CalculateSize(_repeated_characterDataList_codec); + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (Score != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Score); + } + if (ShootingRangeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShootingRangeId); + } + if (userTeam_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserTeam); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShootingRangeBattleLog other) { + if (other == null) { + return; + } + characterDataList_.Add(other.characterDataList_); + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.Score != 0L) { + Score = other.Score; + } + if (other.ShootingRangeId != 0) { + ShootingRangeId = other.ShootingRangeId; + } + if (other.userTeam_ != null) { + if (userTeam_ == null) { + UserTeam = new global::EpinelPS.NetTeamData(); + } + UserTeam.MergeFrom(other.UserTeam); + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + _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: { + characterDataList_.AddEntriesFrom(input, _repeated_characterDataList_codec); + break; + } + case 16: { + BattleResult = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt64(); + break; + } + case 32: { + ShootingRangeId = input.ReadInt32(); + break; + } + case 42: { + if (userTeam_ == null) { + UserTeam = new global::EpinelPS.NetTeamData(); + } + input.ReadMessage(UserTeam); + break; + } + case 50: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + 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: { + characterDataList_.AddEntriesFrom(ref input, _repeated_characterDataList_codec); + break; + } + case 16: { + BattleResult = input.ReadInt32(); + break; + } + case 24: { + Score = input.ReadInt64(); + break; + } + case 32: { + ShootingRangeId = input.ReadInt32(); + break; + } + case 42: { + if (userTeam_ == null) { + UserTeam = new global::EpinelPS.NetTeamData(); + } + input.ReadMessage(UserTeam); + break; + } + case 50: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShootingRangeBattleLogCharacterData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShootingRangeBattleLogCharacterData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1712]; } + } + + [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 NetShootingRangeBattleLogCharacterData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeBattleLogCharacterData(NetShootingRangeBattleLogCharacterData other) : this() { + tid_ = other.tid_; + nameCode_ = other.nameCode_; + level_ = other.level_; + grade_ = other.grade_; + core_ = other.core_; + costumeId_ = other.costumeId_; + combat_ = other.combat_; + slot_ = other.slot_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShootingRangeBattleLogCharacterData Clone() { + return new NetShootingRangeBattleLogCharacterData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "NameCode" field. + public const int NameCodeFieldNumber = 2; + private int nameCode_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int NameCode { + get { return nameCode_; } + set { + nameCode_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Grade" field. + public const int GradeFieldNumber = 4; + private int grade_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Grade { + get { return grade_; } + set { + grade_ = value; + } + } + + /// Field number for the "Core" field. + public const int CoreFieldNumber = 5; + private int core_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Core { + get { return core_; } + set { + core_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 6; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 7; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 8; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShootingRangeBattleLogCharacterData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShootingRangeBattleLogCharacterData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (NameCode != other.NameCode) return false; + if (Level != other.Level) return false; + if (Grade != other.Grade) return false; + if (Core != other.Core) return false; + if (CostumeId != other.CostumeId) return false; + if (Combat != other.Combat) return false; + if (Slot != other.Slot) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (NameCode != 0) hash ^= NameCode.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Grade != 0) hash ^= Grade.GetHashCode(); + if (Core != 0) hash ^= Core.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.GetHashCode(); + if (Combat != 0) hash ^= Combat.GetHashCode(); + if (Slot != 0) hash ^= Slot.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Grade != 0) { + output.WriteRawTag(32); + output.WriteInt32(Grade); + } + if (Core != 0) { + output.WriteRawTag(40); + output.WriteInt32(Core); + } + if (CostumeId != 0) { + output.WriteRawTag(48); + output.WriteInt32(CostumeId); + } + if (Combat != 0) { + output.WriteRawTag(56); + output.WriteInt32(Combat); + } + if (Slot != 0) { + output.WriteRawTag(64); + output.WriteInt32(Slot); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (NameCode != 0) { + output.WriteRawTag(16); + output.WriteInt32(NameCode); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Grade != 0) { + output.WriteRawTag(32); + output.WriteInt32(Grade); + } + if (Core != 0) { + output.WriteRawTag(40); + output.WriteInt32(Core); + } + if (CostumeId != 0) { + output.WriteRawTag(48); + output.WriteInt32(CostumeId); + } + if (Combat != 0) { + output.WriteRawTag(56); + output.WriteInt32(Combat); + } + if (Slot != 0) { + output.WriteRawTag(64); + output.WriteInt32(Slot); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (NameCode != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(NameCode); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Grade != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Grade); + } + if (Core != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Core); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShootingRangeBattleLogCharacterData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.NameCode != 0) { + NameCode = other.NameCode; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Grade != 0) { + Grade = other.Grade; + } + if (other.Core != 0) { + Core = other.Core; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Grade = input.ReadInt32(); + break; + } + case 40: { + Core = input.ReadInt32(); + break; + } + case 48: { + CostumeId = input.ReadInt32(); + break; + } + case 56: { + Combat = input.ReadInt32(); + break; + } + case 64: { + Slot = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + NameCode = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Grade = input.ReadInt32(); + break; + } + case 40: { + Core = input.ReadInt32(); + break; + } + case 48: { + CostumeId = input.ReadInt32(); + break; + } + case 56: { + Combat = input.ReadInt32(); + break; + } + case 64: { + Slot = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShopProductBuyLimitData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShopProductBuyLimitData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1713]; } + } + + [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 NetShopProductBuyLimitData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopProductBuyLimitData(NetShopProductBuyLimitData other) : this() { + tid_ = other.tid_; + buyCount_ = other.buyCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopProductBuyLimitData Clone() { + return new NetShopProductBuyLimitData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "BuyCount" field. + public const int BuyCountFieldNumber = 2; + private int buyCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuyCount { + get { return buyCount_; } + set { + buyCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShopProductBuyLimitData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShopProductBuyLimitData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (BuyCount != other.BuyCount) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (BuyCount != 0) hash ^= BuyCount.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (BuyCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuyCount); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (BuyCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(BuyCount); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (BuyCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuyCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShopProductBuyLimitData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.BuyCount != 0) { + BuyCount = other.BuyCount; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + BuyCount = 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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + BuyCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetShopProductData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetShopProductData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1714]; } + } + + [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 NetShopProductData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopProductData(NetShopProductData other) : this() { + shopTid_ = other.shopTid_; + shopCategory_ = other.shopCategory_; + renewCount_ = other.renewCount_; + renewAt_ = other.renewAt_; + nextRenewAt_ = other.nextRenewAt_; + freeRenewCount_ = other.freeRenewCount_; + list_ = other.list_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetShopProductData Clone() { + return new NetShopProductData(this); + } + + /// Field number for the "ShopTid" field. + public const int ShopTidFieldNumber = 1; + private int shopTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopTid { + get { return shopTid_; } + set { + shopTid_ = value; + } + } + + /// Field number for the "ShopCategory" field. + public const int ShopCategoryFieldNumber = 2; + private int shopCategory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopCategory { + get { return shopCategory_; } + set { + shopCategory_ = value; + } + } + + /// Field number for the "RenewCount" field. + public const int RenewCountFieldNumber = 3; + private int renewCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RenewCount { + get { return renewCount_; } + set { + renewCount_ = value; + } + } + + /// Field number for the "RenewAt" field. + public const int RenewAtFieldNumber = 4; + private long renewAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long RenewAt { + get { return renewAt_; } + set { + renewAt_ = value; + } + } + + /// Field number for the "NextRenewAt" field. + public const int NextRenewAtFieldNumber = 5; + private long nextRenewAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long NextRenewAt { + get { return nextRenewAt_; } + set { + nextRenewAt_ = value; + } + } + + /// Field number for the "FreeRenewCount" field. + public const int FreeRenewCountFieldNumber = 6; + private int freeRenewCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int FreeRenewCount { + get { return freeRenewCount_; } + set { + freeRenewCount_ = value; + } + } + + /// Field number for the "List" field. + public const int ListFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_list_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetShopProductInfoData.Parser); + private readonly pbc::RepeatedField list_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField List { + get { return list_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetShopProductData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetShopProductData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShopTid != other.ShopTid) return false; + if (ShopCategory != other.ShopCategory) return false; + if (RenewCount != other.RenewCount) return false; + if (RenewAt != other.RenewAt) return false; + if (NextRenewAt != other.NextRenewAt) return false; + if (FreeRenewCount != other.FreeRenewCount) return false; + if(!list_.Equals(other.list_)) 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 (ShopTid != 0) hash ^= ShopTid.GetHashCode(); + if (ShopCategory != 0) hash ^= ShopCategory.GetHashCode(); + if (RenewCount != 0) hash ^= RenewCount.GetHashCode(); + if (RenewAt != 0L) hash ^= RenewAt.GetHashCode(); + if (NextRenewAt != 0L) hash ^= NextRenewAt.GetHashCode(); + if (FreeRenewCount != 0) hash ^= FreeRenewCount.GetHashCode(); + hash ^= list_.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 (ShopTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShopTid); + } + if (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + if (RenewCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(RenewCount); + } + if (RenewAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(RenewAt); + } + if (NextRenewAt != 0L) { + output.WriteRawTag(40); + output.WriteInt64(NextRenewAt); + } + if (FreeRenewCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(FreeRenewCount); + } + list_.WriteTo(output, _repeated_list_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 (ShopTid != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShopTid); + } + if (ShopCategory != 0) { + output.WriteRawTag(16); + output.WriteInt32(ShopCategory); + } + if (RenewCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(RenewCount); + } + if (RenewAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(RenewAt); + } + if (NextRenewAt != 0L) { + output.WriteRawTag(40); + output.WriteInt64(NextRenewAt); + } + if (FreeRenewCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(FreeRenewCount); + } + list_.WriteTo(ref output, _repeated_list_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 (ShopTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopTid); + } + if (ShopCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopCategory); + } + if (RenewCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RenewCount); + } + if (RenewAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(RenewAt); + } + if (NextRenewAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(NextRenewAt); + } + if (FreeRenewCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(FreeRenewCount); + } + size += list_.CalculateSize(_repeated_list_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetShopProductData other) { + if (other == null) { + return; + } + if (other.ShopTid != 0) { + ShopTid = other.ShopTid; + } + if (other.ShopCategory != 0) { + ShopCategory = other.ShopCategory; + } + if (other.RenewCount != 0) { + RenewCount = other.RenewCount; + } + if (other.RenewAt != 0L) { + RenewAt = other.RenewAt; + } + if (other.NextRenewAt != 0L) { + NextRenewAt = other.NextRenewAt; + } + if (other.FreeRenewCount != 0) { + FreeRenewCount = other.FreeRenewCount; + } + list_.Add(other.list_); + _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: { + ShopTid = input.ReadInt32(); + break; + } + case 16: { + ShopCategory = input.ReadInt32(); + break; + } + case 24: { + RenewCount = input.ReadInt32(); + break; + } + case 32: { + RenewAt = input.ReadInt64(); + break; + } + case 40: { + NextRenewAt = input.ReadInt64(); + break; + } + case 48: { + FreeRenewCount = input.ReadInt32(); + break; + } + case 58: { + list_.AddEntriesFrom(input, _repeated_list_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: { + ShopTid = input.ReadInt32(); + break; + } + case 16: { + ShopCategory = input.ReadInt32(); + break; + } + case 24: { + RenewCount = input.ReadInt32(); + break; + } + case 32: { + RenewAt = input.ReadInt64(); + break; + } + case 40: { + NextRenewAt = input.ReadInt64(); + break; + } + case 48: { + FreeRenewCount = input.ReadInt32(); + break; + } + case 58: { + list_.AddEntriesFrom(ref input, _repeated_list_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResShopProductList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResShopProductList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1715]; } + } + + [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 ResShopProductList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShopProductList(ResShopProductList other) : this() { + shops_ = other.shops_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShopProductList Clone() { + return new ResShopProductList(this); + } + + /// Field number for the "Shops" field. + public const int ShopsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_shops_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetShopProductData.Parser); + private readonly pbc::RepeatedField shops_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Shops { + get { return shops_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResShopProductList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResShopProductList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!shops_.Equals(other.shops_)) 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 ^= shops_.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 + shops_.WriteTo(output, _repeated_shops_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) { + shops_.WriteTo(ref output, _repeated_shops_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 += shops_.CalculateSize(_repeated_shops_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResShopProductList other) { + if (other == null) { + return; + } + shops_.Add(other.shops_); + _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: { + shops_.AddEntriesFrom(input, _repeated_shops_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 18: { + shops_.AddEntriesFrom(ref input, _repeated_shops_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /shop/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetShop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetShop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1716]; } + } + + [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 ReqGetShop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetShop(ReqGetShop other) : this() { + shopCategory_ = other.shopCategory_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetShop Clone() { + return new ReqGetShop(this); + } + + /// Field number for the "ShopCategory" field. + public const int ShopCategoryFieldNumber = 1; + private int shopCategory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ShopCategory { + get { return shopCategory_; } + set { + shopCategory_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetShop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetShop other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ShopCategory != other.ShopCategory) 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 (ShopCategory != 0) hash ^= ShopCategory.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 (ShopCategory != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShopCategory); + } + 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 (ShopCategory != 0) { + output.WriteRawTag(8); + output.WriteInt32(ShopCategory); + } + 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 (ShopCategory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ShopCategory); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetShop other) { + if (other == null) { + return; + } + if (other.ShopCategory != 0) { + ShopCategory = other.ShopCategory; + } + _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: { + ShopCategory = 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: { + ShopCategory = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetShop : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetShop()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1717]; } + } + + [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 ResGetShop() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetShop(ResGetShop other) : this() { + shop_ = other.shop_ != null ? other.shop_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetShop Clone() { + return new ResGetShop(this); + } + + /// Field number for the "Shop" field. + public const int ShopFieldNumber = 1; + private global::EpinelPS.NetShopProductData shop_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetShopProductData Shop { + get { return shop_; } + set { + shop_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetShop); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetShop other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Shop, other.Shop)) 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 (shop_ != null) hash ^= Shop.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 (shop_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Shop); + } + 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 (shop_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Shop); + } + 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 (shop_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Shop); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetShop other) { + if (other == null) { + return; + } + if (other.shop_ != null) { + if (shop_ == null) { + Shop = new global::EpinelPS.NetShopProductData(); + } + Shop.MergeFrom(other.Shop); + } + _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: { + if (shop_ == null) { + Shop = new global::EpinelPS.NetShopProductData(); + } + input.ReadMessage(Shop); + 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: { + if (shop_ == null) { + Shop = new global::EpinelPS.NetShopProductData(); + } + input.ReadMessage(Shop); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResShopBuyProduct : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResShopBuyProduct()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1718]; } + } + + [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 ResShopBuyProduct() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShopBuyProduct(ResShopBuyProduct other) : this() { + result_ = other.result_; + product_ = other.product_ != null ? other.product_.Clone() : null; + item_ = other.item_ != null ? other.item_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShopBuyProduct Clone() { + return new ResShopBuyProduct(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 6; + private global::EpinelPS.ShopBuyProductResult result_ = global::EpinelPS.ShopBuyProductResult.ShopBuyProductResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.ShopBuyProductResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Product" field. + public const int ProductFieldNumber = 2; + private global::EpinelPS.NetShopBuyProductData product_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetShopBuyProductData Product { + get { return product_; } + set { + product_ = value; + } + } + + /// Field number for the "Item" field. + public const int ItemFieldNumber = 4; + private global::EpinelPS.NetUserItemData item_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserItemData Item { + get { return item_; } + set { + item_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResShopBuyProduct); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResShopBuyProduct other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Product, other.Product)) return false; + if (!object.Equals(Item, other.Item)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (Result != global::EpinelPS.ShopBuyProductResult.ShopBuyProductResultSuccess) hash ^= Result.GetHashCode(); + if (product_ != null) hash ^= Product.GetHashCode(); + if (item_ != null) hash ^= Item.GetHashCode(); + hash ^= currencies_.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 (product_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Product); + } + if (item_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Item); + } + currencies_.WriteTo(output, _repeated_currencies_codec); + if (Result != global::EpinelPS.ShopBuyProductResult.ShopBuyProductResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) Result); + } + 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 (product_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Product); + } + if (item_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Item); + } + currencies_.WriteTo(ref output, _repeated_currencies_codec); + if (Result != global::EpinelPS.ShopBuyProductResult.ShopBuyProductResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.ShopBuyProductResult.ShopBuyProductResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (product_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Product); + } + if (item_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Item); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResShopBuyProduct other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.ShopBuyProductResult.ShopBuyProductResultSuccess) { + Result = other.Result; + } + if (other.product_ != null) { + if (product_ == null) { + Product = new global::EpinelPS.NetShopBuyProductData(); + } + Product.MergeFrom(other.Product); + } + if (other.item_ != null) { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + Item.MergeFrom(other.Item); + } + currencies_.Add(other.currencies_); + _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 (product_ == null) { + Product = new global::EpinelPS.NetShopBuyProductData(); + } + input.ReadMessage(Product); + break; + } + case 34: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + case 42: { + currencies_.AddEntriesFrom(input, _repeated_currencies_codec); + break; + } + case 48: { + Result = (global::EpinelPS.ShopBuyProductResult) 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 18: { + if (product_ == null) { + Product = new global::EpinelPS.NetShopBuyProductData(); + } + input.ReadMessage(Product); + break; + } + case 34: { + if (item_ == null) { + Item = new global::EpinelPS.NetUserItemData(); + } + input.ReadMessage(Item); + break; + } + case 42: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + case 48: { + Result = (global::EpinelPS.ShopBuyProductResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResShopRenew : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResShopRenew()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1719]; } + } + + [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 ResShopRenew() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShopRenew(ResShopRenew other) : this() { + shop_ = other.shop_ != null ? other.shop_.Clone() : null; + currencies_ = other.currencies_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResShopRenew Clone() { + return new ResShopRenew(this); + } + + /// Field number for the "Shop" field. + public const int ShopFieldNumber = 2; + private global::EpinelPS.NetShopProductData shop_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetShopProductData Shop { + get { return shop_; } + set { + shop_ = value; + } + } + + /// Field number for the "Currencies" field. + public const int CurrenciesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_currencies_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetUserCurrencyData.Parser); + private readonly pbc::RepeatedField currencies_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Currencies { + get { return currencies_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResShopRenew); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResShopRenew other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Shop, other.Shop)) return false; + if(!currencies_.Equals(other.currencies_)) 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 (shop_ != null) hash ^= Shop.GetHashCode(); + hash ^= currencies_.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 (shop_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Shop); + } + currencies_.WriteTo(output, _repeated_currencies_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 (shop_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Shop); + } + currencies_.WriteTo(ref output, _repeated_currencies_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 (shop_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Shop); + } + size += currencies_.CalculateSize(_repeated_currencies_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResShopRenew other) { + if (other == null) { + return; + } + if (other.shop_ != null) { + if (shop_ == null) { + Shop = new global::EpinelPS.NetShopProductData(); + } + Shop.MergeFrom(other.Shop); + } + currencies_.Add(other.currencies_); + _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 (shop_ == null) { + Shop = new global::EpinelPS.NetShopProductData(); + } + input.ReadMessage(Shop); + break; + } + case 34: { + currencies_.AddEntriesFrom(input, _repeated_currencies_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 18: { + if (shop_ == null) { + Shop = new global::EpinelPS.NetShopProductData(); + } + input.ReadMessage(Shop); + break; + } + case 34: { + currencies_.AddEntriesFrom(ref input, _repeated_currencies_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSideStoryStageData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSideStoryStageData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1720]; } + } + + [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 NetSideStoryStageData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSideStoryStageData(NetSideStoryStageData other) : this() { + sideStoryStageId_ = other.sideStoryStageId_; + clearedAt_ = other.clearedAt_ != null ? other.clearedAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSideStoryStageData Clone() { + return new NetSideStoryStageData(this); + } + + /// Field number for the "SideStoryStageId" field. + public const int SideStoryStageIdFieldNumber = 1; + private int sideStoryStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryStageId { + get { return sideStoryStageId_; } + set { + sideStoryStageId_ = value; + } + } + + /// Field number for the "ClearedAt" field. + public const int ClearedAtFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp clearedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp ClearedAt { + get { return clearedAt_; } + set { + clearedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSideStoryStageData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSideStoryStageData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SideStoryStageId != other.SideStoryStageId) return false; + if (!object.Equals(ClearedAt, other.ClearedAt)) 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 (SideStoryStageId != 0) hash ^= SideStoryStageId.GetHashCode(); + if (clearedAt_ != null) hash ^= ClearedAt.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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (clearedAt_ != null) { + output.WriteRawTag(18); + output.WriteMessage(ClearedAt); + } + 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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (clearedAt_ != null) { + output.WriteRawTag(18); + output.WriteMessage(ClearedAt); + } + 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 (SideStoryStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryStageId); + } + if (clearedAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ClearedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSideStoryStageData other) { + if (other == null) { + return; + } + if (other.SideStoryStageId != 0) { + SideStoryStageId = other.SideStoryStageId; + } + if (other.clearedAt_ != null) { + if (clearedAt_ == null) { + ClearedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + ClearedAt.MergeFrom(other.ClearedAt); + } + _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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 18: { + if (clearedAt_ == null) { + ClearedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ClearedAt); + 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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 18: { + if (clearedAt_ == null) { + ClearedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(ClearedAt); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /sidestory/list + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListSideStory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListSideStory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1721]; } + } + + [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 ReqListSideStory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListSideStory(ReqListSideStory other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListSideStory Clone() { + return new ReqListSideStory(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListSideStory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListSideStory 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(ReqListSideStory 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListSideStory : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListSideStory()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1722]; } + } + + [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 ResListSideStory() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListSideStory(ResListSideStory other) : this() { + sideStoryStageDataList_ = other.sideStoryStageDataList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListSideStory Clone() { + return new ResListSideStory(this); + } + + /// Field number for the "SideStoryStageDataList" field. + public const int SideStoryStageDataListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_sideStoryStageDataList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSideStoryStageData.Parser); + private readonly pbc::RepeatedField sideStoryStageDataList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SideStoryStageDataList { + get { return sideStoryStageDataList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListSideStory); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListSideStory other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!sideStoryStageDataList_.Equals(other.sideStoryStageDataList_)) 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 ^= sideStoryStageDataList_.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 + sideStoryStageDataList_.WriteTo(output, _repeated_sideStoryStageDataList_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) { + sideStoryStageDataList_.WriteTo(ref output, _repeated_sideStoryStageDataList_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 += sideStoryStageDataList_.CalculateSize(_repeated_sideStoryStageDataList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListSideStory other) { + if (other == null) { + return; + } + sideStoryStageDataList_.Add(other.sideStoryStageDataList_); + _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: { + sideStoryStageDataList_.AddEntriesFrom(input, _repeated_sideStoryStageDataList_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: { + sideStoryStageDataList_.AddEntriesFrom(ref input, _repeated_sideStoryStageDataList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /sidestory/stage/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSideStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSideStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1723]; } + } + + [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 ReqEnterSideStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSideStoryStage(ReqEnterSideStoryStage other) : this() { + sideStoryId_ = other.sideStoryId_; + sideStoryStageId_ = other.sideStoryStageId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSideStoryStage Clone() { + return new ReqEnterSideStoryStage(this); + } + + /// Field number for the "SideStoryId" field. + public const int SideStoryIdFieldNumber = 1; + private int sideStoryId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryId { + get { return sideStoryId_; } + set { + sideStoryId_ = value; + } + } + + /// Field number for the "SideStoryStageId" field. + public const int SideStoryStageIdFieldNumber = 2; + private int sideStoryStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryStageId { + get { return sideStoryStageId_; } + set { + sideStoryStageId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSideStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSideStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SideStoryId != other.SideStoryId) return false; + if (SideStoryStageId != other.SideStoryStageId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (SideStoryId != 0) hash ^= SideStoryId.GetHashCode(); + if (SideStoryStageId != 0) hash ^= SideStoryStageId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (SideStoryId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryId); + } + if (SideStoryStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryStageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (SideStoryId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryId); + } + if (SideStoryStageId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryStageId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (SideStoryId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryId); + } + if (SideStoryStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryStageId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSideStoryStage other) { + if (other == null) { + return; + } + if (other.SideStoryId != 0) { + SideStoryId = other.SideStoryId; + } + if (other.SideStoryStageId != 0) { + SideStoryStageId = other.SideStoryStageId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + SideStoryId = input.ReadInt32(); + break; + } + case 16: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + SideStoryId = input.ReadInt32(); + break; + } + case 16: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSideStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSideStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1724]; } + } + + [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 ResEnterSideStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSideStoryStage(ResEnterSideStoryStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSideStoryStage Clone() { + return new ResEnterSideStoryStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSideStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSideStoryStage 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(ResEnterSideStoryStage 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 + + } + + /// + /// URL: /sidestory/cut/clearscenario + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearSideStoryCutForScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearSideStoryCutForScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1725]; } + } + + [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 ReqClearSideStoryCutForScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSideStoryCutForScenario(ReqClearSideStoryCutForScenario other) : this() { + sideStoryStageId_ = other.sideStoryStageId_; + sideStoryCutId_ = other.sideStoryCutId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSideStoryCutForScenario Clone() { + return new ReqClearSideStoryCutForScenario(this); + } + + /// Field number for the "SideStoryStageId" field. + public const int SideStoryStageIdFieldNumber = 1; + private int sideStoryStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryStageId { + get { return sideStoryStageId_; } + set { + sideStoryStageId_ = value; + } + } + + /// Field number for the "SideStoryCutId" field. + public const int SideStoryCutIdFieldNumber = 2; + private int sideStoryCutId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryCutId { + get { return sideStoryCutId_; } + set { + sideStoryCutId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearSideStoryCutForScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearSideStoryCutForScenario other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SideStoryStageId != other.SideStoryStageId) return false; + if (SideStoryCutId != other.SideStoryCutId) 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 (SideStoryStageId != 0) hash ^= SideStoryStageId.GetHashCode(); + if (SideStoryCutId != 0) hash ^= SideStoryCutId.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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (SideStoryCutId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryCutId); + } + 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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (SideStoryCutId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryCutId); + } + 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 (SideStoryStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryStageId); + } + if (SideStoryCutId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryCutId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearSideStoryCutForScenario other) { + if (other == null) { + return; + } + if (other.SideStoryStageId != 0) { + SideStoryStageId = other.SideStoryStageId; + } + if (other.SideStoryCutId != 0) { + SideStoryCutId = other.SideStoryCutId; + } + _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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 16: { + SideStoryCutId = 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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 16: { + SideStoryCutId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearSideStoryCutForScenario : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearSideStoryCutForScenario()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1726]; } + } + + [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 ResClearSideStoryCutForScenario() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSideStoryCutForScenario(ResClearSideStoryCutForScenario other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSideStoryCutForScenario Clone() { + return new ResClearSideStoryCutForScenario(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearSideStoryCutForScenario); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearSideStoryCutForScenario 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(ResClearSideStoryCutForScenario 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 + + } + + /// + /// URL: /sidestory/cut/clearbattle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearSideStoryCutForBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearSideStoryCutForBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1727]; } + } + + [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 ReqClearSideStoryCutForBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSideStoryCutForBattle(ReqClearSideStoryCutForBattle other) : this() { + sideStoryStageId_ = other.sideStoryStageId_; + sideStoryCutId_ = other.sideStoryCutId_; + teamNumber_ = other.teamNumber_; + battleResult_ = other.battleResult_; + antiCheatBattleData_ = other.antiCheatBattleData_ != null ? other.antiCheatBattleData_.Clone() : null; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSideStoryCutForBattle Clone() { + return new ReqClearSideStoryCutForBattle(this); + } + + /// Field number for the "SideStoryStageId" field. + public const int SideStoryStageIdFieldNumber = 1; + private int sideStoryStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryStageId { + get { return sideStoryStageId_; } + set { + sideStoryStageId_ = value; + } + } + + /// Field number for the "SideStoryCutId" field. + public const int SideStoryCutIdFieldNumber = 2; + private int sideStoryCutId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryCutId { + get { return sideStoryCutId_; } + set { + sideStoryCutId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "BattleResult" field. + public const int BattleResultFieldNumber = 4; + private int battleResult_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BattleResult { + get { return battleResult_; } + set { + battleResult_ = value; + } + } + + /// Field number for the "AntiCheatBattleData" field. + public const int AntiCheatBattleDataFieldNumber = 5; + private global::EpinelPS.NetAntiCheatBattleData antiCheatBattleData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleData AntiCheatBattleData { + get { return antiCheatBattleData_; } + set { + antiCheatBattleData_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 6; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearSideStoryCutForBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearSideStoryCutForBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SideStoryStageId != other.SideStoryStageId) return false; + if (SideStoryCutId != other.SideStoryCutId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (BattleResult != other.BattleResult) return false; + if (!object.Equals(AntiCheatBattleData, other.AntiCheatBattleData)) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (SideStoryStageId != 0) hash ^= SideStoryStageId.GetHashCode(); + if (SideStoryCutId != 0) hash ^= SideStoryCutId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (BattleResult != 0) hash ^= BattleResult.GetHashCode(); + if (antiCheatBattleData_ != null) hash ^= AntiCheatBattleData.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (SideStoryCutId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryCutId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (SideStoryCutId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryCutId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (BattleResult != 0) { + output.WriteRawTag(32); + output.WriteInt32(BattleResult); + } + if (antiCheatBattleData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (SideStoryStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryStageId); + } + if (SideStoryCutId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryCutId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (BattleResult != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BattleResult); + } + if (antiCheatBattleData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatBattleData); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearSideStoryCutForBattle other) { + if (other == null) { + return; + } + if (other.SideStoryStageId != 0) { + SideStoryStageId = other.SideStoryStageId; + } + if (other.SideStoryCutId != 0) { + SideStoryCutId = other.SideStoryCutId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.BattleResult != 0) { + BattleResult = other.BattleResult; + } + if (other.antiCheatBattleData_ != null) { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + AntiCheatBattleData.MergeFrom(other.AntiCheatBattleData); + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 16: { + SideStoryCutId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 16: { + SideStoryCutId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 32: { + BattleResult = input.ReadInt32(); + break; + } + case 42: { + if (antiCheatBattleData_ == null) { + AntiCheatBattleData = new global::EpinelPS.NetAntiCheatBattleData(); + } + input.ReadMessage(AntiCheatBattleData); + break; + } + case 50: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearSideStoryCutForBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearSideStoryCutForBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1728]; } + } + + [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 ResClearSideStoryCutForBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSideStoryCutForBattle(ResClearSideStoryCutForBattle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSideStoryCutForBattle Clone() { + return new ResClearSideStoryCutForBattle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearSideStoryCutForBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearSideStoryCutForBattle 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(ResClearSideStoryCutForBattle 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 + + } + + /// + /// URL: /sidestory/stage/clear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqClearSideStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqClearSideStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1729]; } + } + + [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 ReqClearSideStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSideStoryStage(ReqClearSideStoryStage other) : this() { + sideStoryStageId_ = other.sideStoryStageId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqClearSideStoryStage Clone() { + return new ReqClearSideStoryStage(this); + } + + /// Field number for the "SideStoryStageId" field. + public const int SideStoryStageIdFieldNumber = 1; + private int sideStoryStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryStageId { + get { return sideStoryStageId_; } + set { + sideStoryStageId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqClearSideStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqClearSideStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SideStoryStageId != other.SideStoryStageId) 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 (SideStoryStageId != 0) hash ^= SideStoryStageId.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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + 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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + 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 (SideStoryStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryStageId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqClearSideStoryStage other) { + if (other == null) { + return; + } + if (other.SideStoryStageId != 0) { + SideStoryStageId = other.SideStoryStageId; + } + _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: { + SideStoryStageId = 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: { + SideStoryStageId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearSideStoryStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearSideStoryStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1730]; } + } + + [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 ResClearSideStoryStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSideStoryStage(ResClearSideStoryStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSideStoryStage Clone() { + return new ResClearSideStoryStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearSideStoryStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearSideStoryStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearSideStoryStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /sidestory/cut/enterbattle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSideStoryCutForBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSideStoryCutForBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1731]; } + } + + [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 ReqEnterSideStoryCutForBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSideStoryCutForBattle(ReqEnterSideStoryCutForBattle other) : this() { + sideStoryStageId_ = other.sideStoryStageId_; + sideStoryCutId_ = other.sideStoryCutId_; + teamNumber_ = other.teamNumber_; + antiCheatAdditionalInfo_ = other.antiCheatAdditionalInfo_ != null ? other.antiCheatAdditionalInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSideStoryCutForBattle Clone() { + return new ReqEnterSideStoryCutForBattle(this); + } + + /// Field number for the "SideStoryStageId" field. + public const int SideStoryStageIdFieldNumber = 1; + private int sideStoryStageId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryStageId { + get { return sideStoryStageId_; } + set { + sideStoryStageId_ = value; + } + } + + /// Field number for the "SideStoryCutId" field. + public const int SideStoryCutIdFieldNumber = 2; + private int sideStoryCutId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SideStoryCutId { + get { return sideStoryCutId_; } + set { + sideStoryCutId_ = value; + } + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 3; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "AntiCheatAdditionalInfo" field. + public const int AntiCheatAdditionalInfoFieldNumber = 4; + private global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo AntiCheatAdditionalInfo { + get { return antiCheatAdditionalInfo_; } + set { + antiCheatAdditionalInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSideStoryCutForBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSideStoryCutForBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SideStoryStageId != other.SideStoryStageId) return false; + if (SideStoryCutId != other.SideStoryCutId) return false; + if (TeamNumber != other.TeamNumber) return false; + if (!object.Equals(AntiCheatAdditionalInfo, other.AntiCheatAdditionalInfo)) 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 (SideStoryStageId != 0) hash ^= SideStoryStageId.GetHashCode(); + if (SideStoryCutId != 0) hash ^= SideStoryCutId.GetHashCode(); + if (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (antiCheatAdditionalInfo_ != null) hash ^= AntiCheatAdditionalInfo.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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (SideStoryCutId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryCutId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (SideStoryStageId != 0) { + output.WriteRawTag(8); + output.WriteInt32(SideStoryStageId); + } + if (SideStoryCutId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SideStoryCutId); + } + if (TeamNumber != 0) { + output.WriteRawTag(24); + output.WriteInt32(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + output.WriteRawTag(34); + output.WriteMessage(AntiCheatAdditionalInfo); + } + 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 (SideStoryStageId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryStageId); + } + if (SideStoryCutId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SideStoryCutId); + } + if (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (antiCheatAdditionalInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AntiCheatAdditionalInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSideStoryCutForBattle other) { + if (other == null) { + return; + } + if (other.SideStoryStageId != 0) { + SideStoryStageId = other.SideStoryStageId; + } + if (other.SideStoryCutId != 0) { + SideStoryCutId = other.SideStoryCutId; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.antiCheatAdditionalInfo_ != null) { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + AntiCheatAdditionalInfo.MergeFrom(other.AntiCheatAdditionalInfo); + } + _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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 16: { + SideStoryCutId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + 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: { + SideStoryStageId = input.ReadInt32(); + break; + } + case 16: { + SideStoryCutId = input.ReadInt32(); + break; + } + case 24: { + TeamNumber = input.ReadInt32(); + break; + } + case 34: { + if (antiCheatAdditionalInfo_ == null) { + AntiCheatAdditionalInfo = new global::EpinelPS.NetAntiCheatBattleTLogAdditionalInfo(); + } + input.ReadMessage(AntiCheatAdditionalInfo); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSideStoryCutForBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSideStoryCutForBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1732]; } + } + + [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 ResEnterSideStoryCutForBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSideStoryCutForBattle(ResEnterSideStoryCutForBattle other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSideStoryCutForBattle Clone() { + return new ResEnterSideStoryCutForBattle(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSideStoryCutForBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSideStoryCutForBattle 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(ResEnterSideStoryCutForBattle 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1733]; } + } + + [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 NetSimRoomEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomEvent(NetSimRoomEvent other) : this() { + switch (other.EventOneofCaseCase) { + case EventOneofCaseOneofCase.Location: + Location = other.Location.Clone(); + break; + case EventOneofCaseOneofCase.Selected: + Selected = other.Selected; + break; + } + + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomEvent Clone() { + return new NetSimRoomEvent(this); + } + + /// Field number for the "Location" field. + public const int LocationFieldNumber = 1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomEventLocationInfo Location { + get { return eventOneofCaseCase_ == EventOneofCaseOneofCase.Location ? (global::EpinelPS.NetSimRoomEventLocationInfo) eventOneofCase_ : null; } + set { + eventOneofCase_ = value; + eventOneofCaseCase_ = value == null ? EventOneofCaseOneofCase.None : EventOneofCaseOneofCase.Location; + } + } + + /// Field number for the "Selected" field. + public const int SelectedFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Selected { + get { return HasSelected ? (bool) eventOneofCase_ : false; } + set { + eventOneofCase_ = value; + eventOneofCaseCase_ = EventOneofCaseOneofCase.Selected; + } + } + /// Gets whether the "Selected" field is set + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasSelected { + get { return eventOneofCaseCase_ == EventOneofCaseOneofCase.Selected; } + } + /// Clears the value of the oneof if it's currently set to "Selected" + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearSelected() { + if (HasSelected) { + ClearEventOneofCase(); + } + } + + private object eventOneofCase_; + /// Enum of possible cases for the "EventOneofCase" oneof. + public enum EventOneofCaseOneofCase { + None = 0, + Location = 1, + Selected = 2, + } + private EventOneofCaseOneofCase eventOneofCaseCase_ = EventOneofCaseOneofCase.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public EventOneofCaseOneofCase EventOneofCaseCase { + get { return eventOneofCaseCase_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearEventOneofCase() { + eventOneofCaseCase_ = EventOneofCaseOneofCase.None; + eventOneofCase_ = null; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Location, other.Location)) return false; + if (Selected != other.Selected) return false; + if (EventOneofCaseCase != other.EventOneofCaseCase) 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 (eventOneofCaseCase_ == EventOneofCaseOneofCase.Location) hash ^= Location.GetHashCode(); + if (HasSelected) hash ^= Selected.GetHashCode(); + hash ^= (int) eventOneofCaseCase_; + 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 (eventOneofCaseCase_ == EventOneofCaseOneofCase.Location) { + output.WriteRawTag(10); + output.WriteMessage(Location); + } + if (HasSelected) { + output.WriteRawTag(16); + output.WriteBool(Selected); + } + 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 (eventOneofCaseCase_ == EventOneofCaseOneofCase.Location) { + output.WriteRawTag(10); + output.WriteMessage(Location); + } + if (HasSelected) { + output.WriteRawTag(16); + output.WriteBool(Selected); + } + 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 (eventOneofCaseCase_ == EventOneofCaseOneofCase.Location) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Location); + } + if (HasSelected) { + 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(NetSimRoomEvent other) { + if (other == null) { + return; + } + switch (other.EventOneofCaseCase) { + case EventOneofCaseOneofCase.Location: + if (Location == null) { + Location = new global::EpinelPS.NetSimRoomEventLocationInfo(); + } + Location.MergeFrom(other.Location); + break; + case EventOneofCaseOneofCase.Selected: + Selected = other.Selected; + 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 10: { + global::EpinelPS.NetSimRoomEventLocationInfo subBuilder = new global::EpinelPS.NetSimRoomEventLocationInfo(); + if (eventOneofCaseCase_ == EventOneofCaseOneofCase.Location) { + subBuilder.MergeFrom(Location); + } + input.ReadMessage(subBuilder); + Location = subBuilder; + break; + } + case 16: { + Selected = 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 10: { + global::EpinelPS.NetSimRoomEventLocationInfo subBuilder = new global::EpinelPS.NetSimRoomEventLocationInfo(); + if (eventOneofCaseCase_ == EventOneofCaseOneofCase.Location) { + subBuilder.MergeFrom(Location); + } + input.ReadMessage(subBuilder); + Location = subBuilder; + break; + } + case 16: { + Selected = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomBattleEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomBattleEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1734]; } + } + + [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 NetSimRoomBattleEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomBattleEvent(NetSimRoomBattleEvent other) : this() { + id_ = other.id_; + buffOptions_ = other.buffOptions_.Clone(); + progress_ = other.progress_; + remainingTargetHealth_ = other.remainingTargetHealth_; + buffPreviewId_ = other.buffPreviewId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomBattleEvent Clone() { + return new NetSimRoomBattleEvent(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "BuffOptions" field. + public const int BuffOptionsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_buffOptions_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField buffOptions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BuffOptions { + get { return buffOptions_; } + } + + /// Field number for the "Progress" field. + public const int ProgressFieldNumber = 3; + private global::EpinelPS.SimRoomBattleEventProgress progress_ = global::EpinelPS.SimRoomBattleEventProgress.NotCleared; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomBattleEventProgress Progress { + get { return progress_; } + set { + progress_ = value; + } + } + + /// Field number for the "RemainingTargetHealth" field. + public const int RemainingTargetHealthFieldNumber = 4; + private int remainingTargetHealth_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainingTargetHealth { + get { return remainingTargetHealth_; } + set { + remainingTargetHealth_ = value; + } + } + + /// Field number for the "BuffPreviewId" field. + public const int BuffPreviewIdFieldNumber = 5; + private int buffPreviewId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BuffPreviewId { + get { return buffPreviewId_; } + set { + buffPreviewId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomBattleEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomBattleEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if(!buffOptions_.Equals(other.buffOptions_)) return false; + if (Progress != other.Progress) return false; + if (RemainingTargetHealth != other.RemainingTargetHealth) return false; + if (BuffPreviewId != other.BuffPreviewId) 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(); + hash ^= buffOptions_.GetHashCode(); + if (Progress != global::EpinelPS.SimRoomBattleEventProgress.NotCleared) hash ^= Progress.GetHashCode(); + if (RemainingTargetHealth != 0) hash ^= RemainingTargetHealth.GetHashCode(); + if (BuffPreviewId != 0) hash ^= BuffPreviewId.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.WriteInt32(Id); + } + buffOptions_.WriteTo(output, _repeated_buffOptions_codec); + if (Progress != global::EpinelPS.SimRoomBattleEventProgress.NotCleared) { + output.WriteRawTag(24); + output.WriteEnum((int) Progress); + } + if (RemainingTargetHealth != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainingTargetHealth); + } + if (BuffPreviewId != 0) { + output.WriteRawTag(40); + output.WriteInt32(BuffPreviewId); + } + 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.WriteInt32(Id); + } + buffOptions_.WriteTo(ref output, _repeated_buffOptions_codec); + if (Progress != global::EpinelPS.SimRoomBattleEventProgress.NotCleared) { + output.WriteRawTag(24); + output.WriteEnum((int) Progress); + } + if (RemainingTargetHealth != 0) { + output.WriteRawTag(32); + output.WriteInt32(RemainingTargetHealth); + } + if (BuffPreviewId != 0) { + output.WriteRawTag(40); + output.WriteInt32(BuffPreviewId); + } + 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.ComputeInt32Size(Id); + } + size += buffOptions_.CalculateSize(_repeated_buffOptions_codec); + if (Progress != global::EpinelPS.SimRoomBattleEventProgress.NotCleared) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Progress); + } + if (RemainingTargetHealth != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainingTargetHealth); + } + if (BuffPreviewId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BuffPreviewId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomBattleEvent other) { + if (other == null) { + return; + } + if (other.Id != 0) { + Id = other.Id; + } + buffOptions_.Add(other.buffOptions_); + if (other.Progress != global::EpinelPS.SimRoomBattleEventProgress.NotCleared) { + Progress = other.Progress; + } + if (other.RemainingTargetHealth != 0) { + RemainingTargetHealth = other.RemainingTargetHealth; + } + if (other.BuffPreviewId != 0) { + BuffPreviewId = other.BuffPreviewId; + } + _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.ReadInt32(); + break; + } + case 18: + case 16: { + buffOptions_.AddEntriesFrom(input, _repeated_buffOptions_codec); + break; + } + case 24: { + Progress = (global::EpinelPS.SimRoomBattleEventProgress) input.ReadEnum(); + break; + } + case 32: { + RemainingTargetHealth = input.ReadInt32(); + break; + } + case 40: { + BuffPreviewId = 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: { + Id = input.ReadInt32(); + break; + } + case 18: + case 16: { + buffOptions_.AddEntriesFrom(ref input, _repeated_buffOptions_codec); + break; + } + case 24: { + Progress = (global::EpinelPS.SimRoomBattleEventProgress) input.ReadEnum(); + break; + } + case 32: { + RemainingTargetHealth = input.ReadInt32(); + break; + } + case 40: { + BuffPreviewId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomSelectionEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomSelectionEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1735]; } + } + + [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 NetSimRoomSelectionEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomSelectionEvent(NetSimRoomSelectionEvent other) : this() { + id_ = other.id_; + selectedNumber_ = other.selectedNumber_; + group_ = other.group_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomSelectionEvent Clone() { + return new NetSimRoomSelectionEvent(this); + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 1; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "SelectedNumber" field. + public const int SelectedNumberFieldNumber = 2; + private int selectedNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectedNumber { + get { return selectedNumber_; } + set { + selectedNumber_ = value; + } + } + + /// Field number for the "Group" field. + public const int GroupFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_group_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSimRoomSelectionGroupElement.Parser); + private readonly pbc::RepeatedField group_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Group { + get { return group_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomSelectionEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomSelectionEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Id != other.Id) return false; + if (SelectedNumber != other.SelectedNumber) return false; + if(!group_.Equals(other.group_)) 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 (SelectedNumber != 0) hash ^= SelectedNumber.GetHashCode(); + hash ^= group_.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.WriteInt32(Id); + } + if (SelectedNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(SelectedNumber); + } + group_.WriteTo(output, _repeated_group_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 (Id != 0) { + output.WriteRawTag(8); + output.WriteInt32(Id); + } + if (SelectedNumber != 0) { + output.WriteRawTag(16); + output.WriteInt32(SelectedNumber); + } + group_.WriteTo(ref output, _repeated_group_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 (Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); + } + if (SelectedNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectedNumber); + } + size += group_.CalculateSize(_repeated_group_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomSelectionEvent other) { + if (other == null) { + return; + } + if (other.Id != 0) { + Id = other.Id; + } + if (other.SelectedNumber != 0) { + SelectedNumber = other.SelectedNumber; + } + group_.Add(other.group_); + _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.ReadInt32(); + break; + } + case 16: { + SelectedNumber = input.ReadInt32(); + break; + } + case 26: { + group_.AddEntriesFrom(input, _repeated_group_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: { + Id = input.ReadInt32(); + break; + } + case 16: { + SelectedNumber = input.ReadInt32(); + break; + } + case 26: { + group_.AddEntriesFrom(ref input, _repeated_group_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomSelectionGroupElement : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomSelectionGroupElement()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1736]; } + } + + [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 NetSimRoomSelectionGroupElement() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomSelectionGroupElement(NetSimRoomSelectionGroupElement other) : this() { + selectionNumber_ = other.selectionNumber_; + id_ = other.id_; + isDone_ = other.isDone_; + randomBuff_ = other.randomBuff_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomSelectionGroupElement Clone() { + return new NetSimRoomSelectionGroupElement(this); + } + + /// Field number for the "SelectionNumber" field. + public const int SelectionNumberFieldNumber = 1; + private int selectionNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SelectionNumber { + get { return selectionNumber_; } + set { + selectionNumber_ = value; + } + } + + /// Field number for the "Id" field. + public const int IdFieldNumber = 2; + private int id_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Id { + get { return id_; } + set { + id_ = value; + } + } + + /// Field number for the "IsDone" field. + public const int IsDoneFieldNumber = 3; + private bool isDone_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsDone { + get { return isDone_; } + set { + isDone_ = value; + } + } + + /// Field number for the "RandomBuff" field. + public const int RandomBuffFieldNumber = 4; + private int randomBuff_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RandomBuff { + get { return randomBuff_; } + set { + randomBuff_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomSelectionGroupElement); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomSelectionGroupElement other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (SelectionNumber != other.SelectionNumber) return false; + if (Id != other.Id) return false; + if (IsDone != other.IsDone) return false; + if (RandomBuff != other.RandomBuff) 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 (SelectionNumber != 0) hash ^= SelectionNumber.GetHashCode(); + if (Id != 0) hash ^= Id.GetHashCode(); + if (IsDone != false) hash ^= IsDone.GetHashCode(); + if (RandomBuff != 0) hash ^= RandomBuff.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 (SelectionNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(SelectionNumber); + } + if (Id != 0) { + output.WriteRawTag(16); + output.WriteInt32(Id); + } + if (IsDone != false) { + output.WriteRawTag(24); + output.WriteBool(IsDone); + } + if (RandomBuff != 0) { + output.WriteRawTag(32); + output.WriteInt32(RandomBuff); + } + 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 (SelectionNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(SelectionNumber); + } + if (Id != 0) { + output.WriteRawTag(16); + output.WriteInt32(Id); + } + if (IsDone != false) { + output.WriteRawTag(24); + output.WriteBool(IsDone); + } + if (RandomBuff != 0) { + output.WriteRawTag(32); + output.WriteInt32(RandomBuff); + } + 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 (SelectionNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SelectionNumber); + } + if (Id != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); + } + if (IsDone != false) { + size += 1 + 1; + } + if (RandomBuff != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RandomBuff); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomSelectionGroupElement other) { + if (other == null) { + return; + } + if (other.SelectionNumber != 0) { + SelectionNumber = other.SelectionNumber; + } + if (other.Id != 0) { + Id = other.Id; + } + if (other.IsDone != false) { + IsDone = other.IsDone; + } + if (other.RandomBuff != 0) { + RandomBuff = other.RandomBuff; + } + _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: { + SelectionNumber = input.ReadInt32(); + break; + } + case 16: { + Id = input.ReadInt32(); + break; + } + case 24: { + IsDone = input.ReadBool(); + break; + } + case 32: { + RandomBuff = 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: { + SelectionNumber = input.ReadInt32(); + break; + } + case 16: { + Id = input.ReadInt32(); + break; + } + case 24: { + IsDone = input.ReadBool(); + break; + } + case 32: { + RandomBuff = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomCharacterHp : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomCharacterHp()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1737]; } + } + + [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 NetSimRoomCharacterHp() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomCharacterHp(NetSimRoomCharacterHp other) : this() { + csn_ = other.csn_; + hp_ = other.hp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomCharacterHp Clone() { + return new NetSimRoomCharacterHp(this); + } + + /// Field number for the "Csn" field. + public const int CsnFieldNumber = 1; + private long csn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Csn { + get { return csn_; } + set { + csn_ = value; + } + } + + /// Field number for the "Hp" field. + public const int HpFieldNumber = 2; + private int hp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Hp { + get { return hp_; } + set { + hp_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomCharacterHp); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomCharacterHp other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Csn != other.Csn) return false; + if (Hp != other.Hp) 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 (Csn != 0L) hash ^= Csn.GetHashCode(); + if (Hp != 0) hash ^= Hp.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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (Hp != 0) { + output.WriteRawTag(16); + output.WriteInt32(Hp); + } + 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 (Csn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Csn); + } + if (Hp != 0) { + output.WriteRawTag(16); + output.WriteInt32(Hp); + } + 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 (Csn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Csn); + } + if (Hp != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Hp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomCharacterHp other) { + if (other == null) { + return; + } + if (other.Csn != 0L) { + Csn = other.Csn; + } + if (other.Hp != 0) { + Hp = other.Hp; + } + _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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + Hp = 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: { + Csn = input.ReadInt64(); + break; + } + case 16: { + Hp = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomClearInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomClearInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1738]; } + } + + [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 NetSimRoomClearInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomClearInfo(NetSimRoomClearInfo other) : this() { + difficulty_ = other.difficulty_; + chapter_ = other.chapter_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomClearInfo Clone() { + return new NetSimRoomClearInfo(this); + } + + /// Field number for the "Difficulty" field. + public const int DifficultyFieldNumber = 1; + private int difficulty_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Difficulty { + get { return difficulty_; } + set { + difficulty_ = value; + } + } + + /// Field number for the "Chapter" field. + public const int ChapterFieldNumber = 2; + private int chapter_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Chapter { + get { return chapter_; } + set { + chapter_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomClearInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomClearInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Difficulty != other.Difficulty) return false; + if (Chapter != other.Chapter) 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 (Difficulty != 0) hash ^= Difficulty.GetHashCode(); + if (Chapter != 0) hash ^= Chapter.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 (Difficulty != 0) { + output.WriteRawTag(8); + output.WriteInt32(Difficulty); + } + if (Chapter != 0) { + output.WriteRawTag(16); + output.WriteInt32(Chapter); + } + 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 (Difficulty != 0) { + output.WriteRawTag(8); + output.WriteInt32(Difficulty); + } + if (Chapter != 0) { + output.WriteRawTag(16); + output.WriteInt32(Chapter); + } + 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 (Difficulty != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Difficulty); + } + if (Chapter != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Chapter); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomClearInfo other) { + if (other == null) { + return; + } + if (other.Difficulty != 0) { + Difficulty = other.Difficulty; + } + if (other.Chapter != 0) { + Chapter = other.Chapter; + } + _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: { + Difficulty = input.ReadInt32(); + break; + } + case 16: { + Chapter = 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: { + Difficulty = input.ReadInt32(); + break; + } + case 16: { + Chapter = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomEventLocationInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomEventLocationInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1739]; } + } + + [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 NetSimRoomEventLocationInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomEventLocationInfo(NetSimRoomEventLocationInfo other) : this() { + chapter_ = other.chapter_; + stage_ = other.stage_; + order_ = other.order_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomEventLocationInfo Clone() { + return new NetSimRoomEventLocationInfo(this); + } + + /// Field number for the "Chapter" field. + public const int ChapterFieldNumber = 1; + private int chapter_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Chapter { + get { return chapter_; } + set { + chapter_ = value; + } + } + + /// Field number for the "Stage" field. + public const int StageFieldNumber = 2; + private int stage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Stage { + get { return stage_; } + set { + stage_ = value; + } + } + + /// Field number for the "Order" field. + public const int OrderFieldNumber = 3; + private int order_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Order { + get { return order_; } + set { + order_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomEventLocationInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomEventLocationInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Chapter != other.Chapter) return false; + if (Stage != other.Stage) return false; + if (Order != other.Order) 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 (Chapter != 0) hash ^= Chapter.GetHashCode(); + if (Stage != 0) hash ^= Stage.GetHashCode(); + if (Order != 0) hash ^= Order.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 (Chapter != 0) { + output.WriteRawTag(8); + output.WriteInt32(Chapter); + } + if (Stage != 0) { + output.WriteRawTag(16); + output.WriteInt32(Stage); + } + if (Order != 0) { + output.WriteRawTag(24); + output.WriteInt32(Order); + } + 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 (Chapter != 0) { + output.WriteRawTag(8); + output.WriteInt32(Chapter); + } + if (Stage != 0) { + output.WriteRawTag(16); + output.WriteInt32(Stage); + } + if (Order != 0) { + output.WriteRawTag(24); + output.WriteInt32(Order); + } + 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 (Chapter != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Chapter); + } + if (Stage != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Stage); + } + if (Order != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Order); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomEventLocationInfo other) { + if (other == null) { + return; + } + if (other.Chapter != 0) { + Chapter = other.Chapter; + } + if (other.Stage != 0) { + Stage = other.Stage; + } + if (other.Order != 0) { + Order = other.Order; + } + _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: { + Chapter = input.ReadInt32(); + break; + } + case 16: { + Stage = input.ReadInt32(); + break; + } + case 24: { + Order = 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: { + Chapter = input.ReadInt32(); + break; + } + case 16: { + Stage = input.ReadInt32(); + break; + } + case 24: { + Order = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSimRoom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSimRoom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1740]; } + } + + [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 ResGetSimRoom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoom(ResGetSimRoom other) : this() { + status_ = other.status_; + currentDifficulty_ = other.currentDifficulty_; + nextRenewAt_ = other.nextRenewAt_; + clearInfos_ = other.clearInfos_.Clone(); + events_ = other.events_.Clone(); + remainingHps_ = other.remainingHps_.Clone(); + buffs_ = other.buffs_.Clone(); + legacyBuffs_ = other.legacyBuffs_.Clone(); + overclockOptionList_ = other.overclockOptionList_.Clone(); + overclockData_ = other.overclockData_ != null ? other.overclockData_.Clone() : null; + nextLegacyBuffResetDate_ = other.nextLegacyBuffResetDate_ != null ? other.nextLegacyBuffResetDate_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoom Clone() { + return new ResGetSimRoom(this); + } + + /// Field number for the "Status" field. + public const int StatusFieldNumber = 1; + private global::EpinelPS.SimRoomStatus status_ = global::EpinelPS.SimRoomStatus.Ready; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomStatus Status { + get { return status_; } + set { + status_ = value; + } + } + + /// Field number for the "CurrentDifficulty" field. + public const int CurrentDifficultyFieldNumber = 2; + private int currentDifficulty_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CurrentDifficulty { + get { return currentDifficulty_; } + set { + currentDifficulty_ = value; + } + } + + /// Field number for the "NextRenewAt" field. + public const int NextRenewAtFieldNumber = 3; + private long nextRenewAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long NextRenewAt { + get { return nextRenewAt_; } + set { + nextRenewAt_ = value; + } + } + + /// Field number for the "ClearInfos" field. + public const int ClearInfosFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_clearInfos_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSimRoomClearInfo.Parser); + private readonly pbc::RepeatedField clearInfos_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearInfos { + get { return clearInfos_; } + } + + /// Field number for the "Events" field. + public const int EventsFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_events_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetSimRoomEvent.Parser); + private readonly pbc::RepeatedField events_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Events { + get { return events_; } + } + + /// Field number for the "RemainingHps" field. + public const int RemainingHpsFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_remainingHps_codec + = pb::FieldCodec.ForMessage(58, global::EpinelPS.NetSimRoomCharacterHp.Parser); + private readonly pbc::RepeatedField remainingHps_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RemainingHps { + get { return remainingHps_; } + } + + /// Field number for the "Buffs" field. + public const int BuffsFieldNumber = 8; + private static readonly pb::FieldCodec _repeated_buffs_codec + = pb::FieldCodec.ForInt32(66); + private readonly pbc::RepeatedField buffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Buffs { + get { return buffs_; } + } + + /// Field number for the "LegacyBuffs" field. + public const int LegacyBuffsFieldNumber = 9; + private static readonly pb::FieldCodec _repeated_legacyBuffs_codec + = pb::FieldCodec.ForInt32(74); + private readonly pbc::RepeatedField legacyBuffs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LegacyBuffs { + get { return legacyBuffs_; } + } + + /// Field number for the "OverclockOptionList" field. + public const int OverclockOptionListFieldNumber = 10; + private static readonly pb::FieldCodec _repeated_overclockOptionList_codec + = pb::FieldCodec.ForInt32(82); + private readonly pbc::RepeatedField overclockOptionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OverclockOptionList { + get { return overclockOptionList_; } + } + + /// Field number for the "OverclockData" field. + public const int OverclockDataFieldNumber = 11; + private global::EpinelPS.NetSimRoomOverclockData overclockData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockData OverclockData { + get { return overclockData_; } + set { + overclockData_ = value; + } + } + + /// Field number for the "NextLegacyBuffResetDate" field. + public const int NextLegacyBuffResetDateFieldNumber = 12; + private global::Google.Protobuf.WellKnownTypes.Timestamp nextLegacyBuffResetDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp NextLegacyBuffResetDate { + get { return nextLegacyBuffResetDate_; } + set { + nextLegacyBuffResetDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSimRoom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSimRoom other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Status != other.Status) return false; + if (CurrentDifficulty != other.CurrentDifficulty) return false; + if (NextRenewAt != other.NextRenewAt) return false; + if(!clearInfos_.Equals(other.clearInfos_)) return false; + if(!events_.Equals(other.events_)) return false; + if(!remainingHps_.Equals(other.remainingHps_)) return false; + if(!buffs_.Equals(other.buffs_)) return false; + if(!legacyBuffs_.Equals(other.legacyBuffs_)) return false; + if(!overclockOptionList_.Equals(other.overclockOptionList_)) return false; + if (!object.Equals(OverclockData, other.OverclockData)) return false; + if (!object.Equals(NextLegacyBuffResetDate, other.NextLegacyBuffResetDate)) 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 (Status != global::EpinelPS.SimRoomStatus.Ready) hash ^= Status.GetHashCode(); + if (CurrentDifficulty != 0) hash ^= CurrentDifficulty.GetHashCode(); + if (NextRenewAt != 0L) hash ^= NextRenewAt.GetHashCode(); + hash ^= clearInfos_.GetHashCode(); + hash ^= events_.GetHashCode(); + hash ^= remainingHps_.GetHashCode(); + hash ^= buffs_.GetHashCode(); + hash ^= legacyBuffs_.GetHashCode(); + hash ^= overclockOptionList_.GetHashCode(); + if (overclockData_ != null) hash ^= OverclockData.GetHashCode(); + if (nextLegacyBuffResetDate_ != null) hash ^= NextLegacyBuffResetDate.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 (Status != global::EpinelPS.SimRoomStatus.Ready) { + output.WriteRawTag(8); + output.WriteEnum((int) Status); + } + if (CurrentDifficulty != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentDifficulty); + } + if (NextRenewAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(NextRenewAt); + } + clearInfos_.WriteTo(output, _repeated_clearInfos_codec); + events_.WriteTo(output, _repeated_events_codec); + remainingHps_.WriteTo(output, _repeated_remainingHps_codec); + buffs_.WriteTo(output, _repeated_buffs_codec); + legacyBuffs_.WriteTo(output, _repeated_legacyBuffs_codec); + overclockOptionList_.WriteTo(output, _repeated_overclockOptionList_codec); + if (overclockData_ != null) { + output.WriteRawTag(90); + output.WriteMessage(OverclockData); + } + if (nextLegacyBuffResetDate_ != null) { + output.WriteRawTag(98); + output.WriteMessage(NextLegacyBuffResetDate); + } + 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 (Status != global::EpinelPS.SimRoomStatus.Ready) { + output.WriteRawTag(8); + output.WriteEnum((int) Status); + } + if (CurrentDifficulty != 0) { + output.WriteRawTag(16); + output.WriteInt32(CurrentDifficulty); + } + if (NextRenewAt != 0L) { + output.WriteRawTag(24); + output.WriteInt64(NextRenewAt); + } + clearInfos_.WriteTo(ref output, _repeated_clearInfos_codec); + events_.WriteTo(ref output, _repeated_events_codec); + remainingHps_.WriteTo(ref output, _repeated_remainingHps_codec); + buffs_.WriteTo(ref output, _repeated_buffs_codec); + legacyBuffs_.WriteTo(ref output, _repeated_legacyBuffs_codec); + overclockOptionList_.WriteTo(ref output, _repeated_overclockOptionList_codec); + if (overclockData_ != null) { + output.WriteRawTag(90); + output.WriteMessage(OverclockData); + } + if (nextLegacyBuffResetDate_ != null) { + output.WriteRawTag(98); + output.WriteMessage(NextLegacyBuffResetDate); + } + 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 (Status != global::EpinelPS.SimRoomStatus.Ready) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + } + if (CurrentDifficulty != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CurrentDifficulty); + } + if (NextRenewAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(NextRenewAt); + } + size += clearInfos_.CalculateSize(_repeated_clearInfos_codec); + size += events_.CalculateSize(_repeated_events_codec); + size += remainingHps_.CalculateSize(_repeated_remainingHps_codec); + size += buffs_.CalculateSize(_repeated_buffs_codec); + size += legacyBuffs_.CalculateSize(_repeated_legacyBuffs_codec); + size += overclockOptionList_.CalculateSize(_repeated_overclockOptionList_codec); + if (overclockData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OverclockData); + } + if (nextLegacyBuffResetDate_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(NextLegacyBuffResetDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSimRoom other) { + if (other == null) { + return; + } + if (other.Status != global::EpinelPS.SimRoomStatus.Ready) { + Status = other.Status; + } + if (other.CurrentDifficulty != 0) { + CurrentDifficulty = other.CurrentDifficulty; + } + if (other.NextRenewAt != 0L) { + NextRenewAt = other.NextRenewAt; + } + clearInfos_.Add(other.clearInfos_); + events_.Add(other.events_); + remainingHps_.Add(other.remainingHps_); + buffs_.Add(other.buffs_); + legacyBuffs_.Add(other.legacyBuffs_); + overclockOptionList_.Add(other.overclockOptionList_); + if (other.overclockData_ != null) { + if (overclockData_ == null) { + OverclockData = new global::EpinelPS.NetSimRoomOverclockData(); + } + OverclockData.MergeFrom(other.OverclockData); + } + if (other.nextLegacyBuffResetDate_ != null) { + if (nextLegacyBuffResetDate_ == null) { + NextLegacyBuffResetDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + NextLegacyBuffResetDate.MergeFrom(other.NextLegacyBuffResetDate); + } + _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: { + Status = (global::EpinelPS.SimRoomStatus) input.ReadEnum(); + break; + } + case 16: { + CurrentDifficulty = input.ReadInt32(); + break; + } + case 24: { + NextRenewAt = input.ReadInt64(); + break; + } + case 34: { + clearInfos_.AddEntriesFrom(input, _repeated_clearInfos_codec); + break; + } + case 42: { + events_.AddEntriesFrom(input, _repeated_events_codec); + break; + } + case 58: { + remainingHps_.AddEntriesFrom(input, _repeated_remainingHps_codec); + break; + } + case 66: + case 64: { + buffs_.AddEntriesFrom(input, _repeated_buffs_codec); + break; + } + case 74: + case 72: { + legacyBuffs_.AddEntriesFrom(input, _repeated_legacyBuffs_codec); + break; + } + case 82: + case 80: { + overclockOptionList_.AddEntriesFrom(input, _repeated_overclockOptionList_codec); + break; + } + case 90: { + if (overclockData_ == null) { + OverclockData = new global::EpinelPS.NetSimRoomOverclockData(); + } + input.ReadMessage(OverclockData); + break; + } + case 98: { + if (nextLegacyBuffResetDate_ == null) { + NextLegacyBuffResetDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(NextLegacyBuffResetDate); + 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: { + Status = (global::EpinelPS.SimRoomStatus) input.ReadEnum(); + break; + } + case 16: { + CurrentDifficulty = input.ReadInt32(); + break; + } + case 24: { + NextRenewAt = input.ReadInt64(); + break; + } + case 34: { + clearInfos_.AddEntriesFrom(ref input, _repeated_clearInfos_codec); + break; + } + case 42: { + events_.AddEntriesFrom(ref input, _repeated_events_codec); + break; + } + case 58: { + remainingHps_.AddEntriesFrom(ref input, _repeated_remainingHps_codec); + break; + } + case 66: + case 64: { + buffs_.AddEntriesFrom(ref input, _repeated_buffs_codec); + break; + } + case 74: + case 72: { + legacyBuffs_.AddEntriesFrom(ref input, _repeated_legacyBuffs_codec); + break; + } + case 82: + case 80: { + overclockOptionList_.AddEntriesFrom(ref input, _repeated_overclockOptionList_codec); + break; + } + case 90: { + if (overclockData_ == null) { + OverclockData = new global::EpinelPS.NetSimRoomOverclockData(); + } + input.ReadMessage(OverclockData); + break; + } + case 98: { + if (nextLegacyBuffResetDate_ == null) { + NextLegacyBuffResetDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(NextLegacyBuffResetDate); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSelectSimRoomDifficulty : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSelectSimRoomDifficulty()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1741]; } + } + + [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 ResSelectSimRoomDifficulty() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomDifficulty(ResSelectSimRoomDifficulty other) : this() { + result_ = other.result_; + events_ = other.events_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomDifficulty Clone() { + return new ResSelectSimRoomDifficulty(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Events" field. + public const int EventsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_events_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSimRoomEvent.Parser); + private readonly pbc::RepeatedField events_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Events { + get { return events_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSelectSimRoomDifficulty); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSelectSimRoomDifficulty other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!events_.Equals(other.events_)) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + hash ^= events_.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + events_.WriteTo(output, _repeated_events_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + events_.WriteTo(ref output, _repeated_events_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += events_.CalculateSize(_repeated_events_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSelectSimRoomDifficulty other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + events_.Add(other.events_); + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: { + events_.AddEntriesFrom(input, _repeated_events_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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: { + events_.AddEntriesFrom(ref input, _repeated_events_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSelectSimRoomEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSelectSimRoomEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1742]; } + } + + [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 ResSelectSimRoomEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomEvent(ResSelectSimRoomEvent other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomEvent Clone() { + return new ResSelectSimRoomEvent(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSelectSimRoomEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSelectSimRoomEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSelectSimRoomEvent other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.SimRoomResult) 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSimRoomBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSimRoomBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1743]; } + } + + [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 ResEnterSimRoomBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSimRoomBattle(ResEnterSimRoomBattle other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSimRoomBattle Clone() { + return new ResEnterSimRoomBattle(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSimRoomBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSimRoomBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterSimRoomBattle other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.SimRoomResult) 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearSimRoomBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearSimRoomBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1744]; } + } + + [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 ResClearSimRoomBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSimRoomBattle(ResClearSimRoomBattle other) : this() { + result_ = other.result_; + buffOptions_ = other.buffOptions_.Clone(); + teams_ = other.teams_.Clone(); + overclockOptionChangedHps_ = other.overclockOptionChangedHps_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearSimRoomBattle Clone() { + return new ResClearSimRoomBattle(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BuffOptions" field. + public const int BuffOptionsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_buffOptions_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField buffOptions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BuffOptions { + get { return buffOptions_; } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + /// Field number for the "OverclockOptionChangedHps" field. + public const int OverclockOptionChangedHpsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_overclockOptionChangedHps_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSimRoomCharacterHp.Parser); + private readonly pbc::RepeatedField overclockOptionChangedHps_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OverclockOptionChangedHps { + get { return overclockOptionChangedHps_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearSimRoomBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearSimRoomBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!buffOptions_.Equals(other.buffOptions_)) return false; + if(!teams_.Equals(other.teams_)) return false; + if(!overclockOptionChangedHps_.Equals(other.overclockOptionChangedHps_)) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + hash ^= buffOptions_.GetHashCode(); + hash ^= teams_.GetHashCode(); + hash ^= overclockOptionChangedHps_.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + buffOptions_.WriteTo(output, _repeated_buffOptions_codec); + teams_.WriteTo(output, _repeated_teams_codec); + overclockOptionChangedHps_.WriteTo(output, _repeated_overclockOptionChangedHps_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + buffOptions_.WriteTo(ref output, _repeated_buffOptions_codec); + teams_.WriteTo(ref output, _repeated_teams_codec); + overclockOptionChangedHps_.WriteTo(ref output, _repeated_overclockOptionChangedHps_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += buffOptions_.CalculateSize(_repeated_buffOptions_codec); + size += teams_.CalculateSize(_repeated_teams_codec); + size += overclockOptionChangedHps_.CalculateSize(_repeated_overclockOptionChangedHps_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearSimRoomBattle other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + buffOptions_.Add(other.buffOptions_); + teams_.Add(other.teams_); + overclockOptionChangedHps_.Add(other.overclockOptionChangedHps_); + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: + case 16: { + buffOptions_.AddEntriesFrom(input, _repeated_buffOptions_codec); + break; + } + case 26: { + teams_.AddEntriesFrom(input, _repeated_teams_codec); + break; + } + case 34: { + overclockOptionChangedHps_.AddEntriesFrom(input, _repeated_overclockOptionChangedHps_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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: + case 16: { + buffOptions_.AddEntriesFrom(ref input, _repeated_buffOptions_codec); + break; + } + case 26: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + case 34: { + overclockOptionChangedHps_.AddEntriesFrom(ref input, _repeated_overclockOptionChangedHps_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearSimRoomBattle : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearSimRoomBattle()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1745]; } + } + + [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 ResFastClearSimRoomBattle() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearSimRoomBattle(ResFastClearSimRoomBattle other) : this() { + result_ = other.result_; + buffOptions_ = other.buffOptions_.Clone(); + overclockOptionChangedHps_ = other.overclockOptionChangedHps_.Clone(); + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearSimRoomBattle Clone() { + return new ResFastClearSimRoomBattle(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "BuffOptions" field. + public const int BuffOptionsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_buffOptions_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField buffOptions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField BuffOptions { + get { return buffOptions_; } + } + + /// Field number for the "OverclockOptionChangedHps" field. + public const int OverclockOptionChangedHpsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_overclockOptionChangedHps_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSimRoomCharacterHp.Parser); + private readonly pbc::RepeatedField overclockOptionChangedHps_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OverclockOptionChangedHps { + get { return overclockOptionChangedHps_; } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearSimRoomBattle); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearSimRoomBattle other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!buffOptions_.Equals(other.buffOptions_)) return false; + if(!overclockOptionChangedHps_.Equals(other.overclockOptionChangedHps_)) return false; + if(!teams_.Equals(other.teams_)) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + hash ^= buffOptions_.GetHashCode(); + hash ^= overclockOptionChangedHps_.GetHashCode(); + hash ^= teams_.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + buffOptions_.WriteTo(output, _repeated_buffOptions_codec); + overclockOptionChangedHps_.WriteTo(output, _repeated_overclockOptionChangedHps_codec); + teams_.WriteTo(output, _repeated_teams_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + buffOptions_.WriteTo(ref output, _repeated_buffOptions_codec); + overclockOptionChangedHps_.WriteTo(ref output, _repeated_overclockOptionChangedHps_codec); + teams_.WriteTo(ref output, _repeated_teams_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += buffOptions_.CalculateSize(_repeated_buffOptions_codec); + size += overclockOptionChangedHps_.CalculateSize(_repeated_overclockOptionChangedHps_codec); + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastClearSimRoomBattle other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + buffOptions_.Add(other.buffOptions_); + overclockOptionChangedHps_.Add(other.overclockOptionChangedHps_); + teams_.Add(other.teams_); + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: + case 16: { + buffOptions_.AddEntriesFrom(input, _repeated_buffOptions_codec); + break; + } + case 26: { + overclockOptionChangedHps_.AddEntriesFrom(input, _repeated_overclockOptionChangedHps_codec); + break; + } + case 34: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: + case 16: { + buffOptions_.AddEntriesFrom(ref input, _repeated_buffOptions_codec); + break; + } + case 26: { + overclockOptionChangedHps_.AddEntriesFrom(ref input, _repeated_overclockOptionChangedHps_codec); + break; + } + case 34: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSelectSimRoomBuff : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSelectSimRoomBuff()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1746]; } + } + + [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 ResSelectSimRoomBuff() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomBuff(ResSelectSimRoomBuff other) : this() { + result_ = other.result_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + rewardByRewardUpEvent_ = other.rewardByRewardUpEvent_ != null ? other.rewardByRewardUpEvent_.Clone() : null; + rewardByOverclock_ = other.rewardByOverclock_ != null ? other.rewardByOverclock_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomBuff Clone() { + return new ResSelectSimRoomBuff(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "RewardByRewardUpEvent" field. + public const int RewardByRewardUpEventFieldNumber = 3; + private global::EpinelPS.NetRewardData rewardByRewardUpEvent_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData RewardByRewardUpEvent { + get { return rewardByRewardUpEvent_; } + set { + rewardByRewardUpEvent_ = value; + } + } + + /// Field number for the "RewardByOverclock" field. + public const int RewardByOverclockFieldNumber = 4; + private global::EpinelPS.NetRewardData rewardByOverclock_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData RewardByOverclock { + get { return rewardByOverclock_; } + set { + rewardByOverclock_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSelectSimRoomBuff); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSelectSimRoomBuff other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(RewardByRewardUpEvent, other.RewardByRewardUpEvent)) return false; + if (!object.Equals(RewardByOverclock, other.RewardByOverclock)) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (rewardByRewardUpEvent_ != null) hash ^= RewardByRewardUpEvent.GetHashCode(); + if (rewardByOverclock_ != null) hash ^= RewardByOverclock.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (rewardByRewardUpEvent_ != null) { + output.WriteRawTag(26); + output.WriteMessage(RewardByRewardUpEvent); + } + if (rewardByOverclock_ != null) { + output.WriteRawTag(34); + output.WriteMessage(RewardByOverclock); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (rewardByRewardUpEvent_ != null) { + output.WriteRawTag(26); + output.WriteMessage(RewardByRewardUpEvent); + } + if (rewardByOverclock_ != null) { + output.WriteRawTag(34); + output.WriteMessage(RewardByOverclock); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (rewardByRewardUpEvent_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RewardByRewardUpEvent); + } + if (rewardByOverclock_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(RewardByOverclock); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSelectSimRoomBuff other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.rewardByRewardUpEvent_ != null) { + if (rewardByRewardUpEvent_ == null) { + RewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + RewardByRewardUpEvent.MergeFrom(other.RewardByRewardUpEvent); + } + if (other.rewardByOverclock_ != null) { + if (rewardByOverclock_ == null) { + RewardByOverclock = new global::EpinelPS.NetRewardData(); + } + RewardByOverclock.MergeFrom(other.RewardByOverclock); + } + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (rewardByRewardUpEvent_ == null) { + RewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardByRewardUpEvent); + break; + } + case 34: { + if (rewardByOverclock_ == null) { + RewardByOverclock = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardByOverclock); + 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (rewardByRewardUpEvent_ == null) { + RewardByRewardUpEvent = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardByRewardUpEvent); + break; + } + case 34: { + if (rewardByOverclock_ == null) { + RewardByOverclock = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(RewardByOverclock); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSelectSimRoomSelectionEvent : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSelectSimRoomSelectionEvent()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1747]; } + } + + [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 ResSelectSimRoomSelectionEvent() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomSelectionEvent(ResSelectSimRoomSelectionEvent other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSelectSimRoomSelectionEvent Clone() { + return new ResSelectSimRoomSelectionEvent(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSelectSimRoomSelectionEvent); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSelectSimRoomSelectionEvent other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSelectSimRoomSelectionEvent other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.SimRoomResult) 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProceedSimRoomNikkeFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProceedSimRoomNikkeFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1748]; } + } + + [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 ResProceedSimRoomNikkeFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedSimRoomNikkeFunction(ResProceedSimRoomNikkeFunction other) : this() { + result_ = other.result_; + changedHps_ = other.changedHps_.Clone(); + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedSimRoomNikkeFunction Clone() { + return new ResProceedSimRoomNikkeFunction(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "ChangedHps" field. + public const int ChangedHpsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_changedHps_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSimRoomCharacterHp.Parser); + private readonly pbc::RepeatedField changedHps_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ChangedHps { + get { return changedHps_; } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProceedSimRoomNikkeFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProceedSimRoomNikkeFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!changedHps_.Equals(other.changedHps_)) return false; + if(!teams_.Equals(other.teams_)) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + hash ^= changedHps_.GetHashCode(); + hash ^= teams_.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + changedHps_.WriteTo(output, _repeated_changedHps_codec); + teams_.WriteTo(output, _repeated_teams_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + changedHps_.WriteTo(ref output, _repeated_changedHps_codec); + teams_.WriteTo(ref output, _repeated_teams_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += changedHps_.CalculateSize(_repeated_changedHps_codec); + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResProceedSimRoomNikkeFunction other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + changedHps_.Add(other.changedHps_); + teams_.Add(other.teams_); + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: { + changedHps_.AddEntriesFrom(input, _repeated_changedHps_codec); + break; + } + case 26: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: { + changedHps_.AddEntriesFrom(ref input, _repeated_changedHps_codec); + break; + } + case 26: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSimRoomAcquireBuffFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSimRoomAcquireBuffFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1749]; } + } + + [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 ResGetSimRoomAcquireBuffFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomAcquireBuffFunction(ResGetSimRoomAcquireBuffFunction other) : this() { + result_ = other.result_; + randomBuff_ = other.randomBuff_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomAcquireBuffFunction Clone() { + return new ResGetSimRoomAcquireBuffFunction(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "RandomBuff" field. + public const int RandomBuffFieldNumber = 2; + private int randomBuff_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RandomBuff { + get { return randomBuff_; } + set { + randomBuff_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSimRoomAcquireBuffFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSimRoomAcquireBuffFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if (RandomBuff != other.RandomBuff) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + if (RandomBuff != 0) hash ^= RandomBuff.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (RandomBuff != 0) { + output.WriteRawTag(16); + output.WriteInt32(RandomBuff); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + if (RandomBuff != 0) { + output.WriteRawTag(16); + output.WriteInt32(RandomBuff); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (RandomBuff != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RandomBuff); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSimRoomAcquireBuffFunction other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + if (other.RandomBuff != 0) { + RandomBuff = other.RandomBuff; + } + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 16: { + RandomBuff = 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 16: { + RandomBuff = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProceedSimRoomBuffFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProceedSimRoomBuffFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1750]; } + } + + [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 ResProceedSimRoomBuffFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedSimRoomBuffFunction(ResProceedSimRoomBuffFunction other) : this() { + result_ = other.result_; + acquiredBuff_ = other.acquiredBuff_.Clone(); + deletedBuff_ = other.deletedBuff_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedSimRoomBuffFunction Clone() { + return new ResProceedSimRoomBuffFunction(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + /// Field number for the "AcquiredBuff" field. + public const int AcquiredBuffFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_acquiredBuff_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField acquiredBuff_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AcquiredBuff { + get { return acquiredBuff_; } + } + + /// Field number for the "DeletedBuff" field. + public const int DeletedBuffFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_deletedBuff_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField deletedBuff_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField DeletedBuff { + get { return deletedBuff_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProceedSimRoomBuffFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProceedSimRoomBuffFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) return false; + if(!acquiredBuff_.Equals(other.acquiredBuff_)) return false; + if(!deletedBuff_.Equals(other.deletedBuff_)) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.GetHashCode(); + hash ^= acquiredBuff_.GetHashCode(); + hash ^= deletedBuff_.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + acquiredBuff_.WriteTo(output, _repeated_acquiredBuff_codec); + deletedBuff_.WriteTo(output, _repeated_deletedBuff_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + acquiredBuff_.WriteTo(ref output, _repeated_acquiredBuff_codec); + deletedBuff_.WriteTo(ref output, _repeated_deletedBuff_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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + size += acquiredBuff_.CalculateSize(_repeated_acquiredBuff_codec); + size += deletedBuff_.CalculateSize(_repeated_deletedBuff_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResProceedSimRoomBuffFunction other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + acquiredBuff_.Add(other.acquiredBuff_); + deletedBuff_.Add(other.deletedBuff_); + _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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: + case 16: { + acquiredBuff_.AddEntriesFrom(input, _repeated_acquiredBuff_codec); + break; + } + case 26: + case 24: { + deletedBuff_.AddEntriesFrom(input, _repeated_deletedBuff_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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + case 18: + case 16: { + acquiredBuff_.AddEntriesFrom(ref input, _repeated_acquiredBuff_codec); + break; + } + case 26: + case 24: { + deletedBuff_.AddEntriesFrom(ref input, _repeated_deletedBuff_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResProceedSimRoomSkipFunction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResProceedSimRoomSkipFunction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1751]; } + } + + [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 ResProceedSimRoomSkipFunction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedSimRoomSkipFunction(ResProceedSimRoomSkipFunction other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResProceedSimRoomSkipFunction Clone() { + return new ResProceedSimRoomSkipFunction(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResProceedSimRoomSkipFunction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResProceedSimRoomSkipFunction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResProceedSimRoomSkipFunction other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.SimRoomResult) 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResQuitSimRoom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResQuitSimRoom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1752]; } + } + + [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 ResQuitSimRoom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResQuitSimRoom(ResQuitSimRoom other) : this() { + result_ = other.result_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResQuitSimRoom Clone() { + return new ResQuitSimRoom(this); + } + + /// Field number for the "Result" field. + public const int ResultFieldNumber = 1; + private global::EpinelPS.SimRoomResult result_ = global::EpinelPS.SimRoomResult.SimRoomResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SimRoomResult Result { + get { return result_; } + set { + result_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResQuitSimRoom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResQuitSimRoom other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Result != other.Result) 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) hash ^= Result.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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) Result); + } + 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 (Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Result); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResQuitSimRoom other) { + if (other == null) { + return; + } + if (other.Result != global::EpinelPS.SimRoomResult.SimRoomResultSuccess) { + Result = other.Result; + } + _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: { + Result = (global::EpinelPS.SimRoomResult) 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: { + Result = (global::EpinelPS.SimRoomResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/overclock/gethighscore + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSimRoomOverclockHighScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSimRoomOverclockHighScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1753]; } + } + + [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 ReqGetSimRoomOverclockHighScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomOverclockHighScore(ReqGetSimRoomOverclockHighScore other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomOverclockHighScore Clone() { + return new ReqGetSimRoomOverclockHighScore(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSimRoomOverclockHighScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSimRoomOverclockHighScore 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(ReqGetSimRoomOverclockHighScore 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSimRoomOverclockHighScore : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSimRoomOverclockHighScore()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1754]; } + } + + [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 ResGetSimRoomOverclockHighScore() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomOverclockHighScore(ResGetSimRoomOverclockHighScore other) : this() { + currentOrLastSeasonHighScore_ = other.currentOrLastSeasonHighScore_ != null ? other.currentOrLastSeasonHighScore_.Clone() : null; + currentSubSeasonHighScore_ = other.currentSubSeasonHighScore_ != null ? other.currentSubSeasonHighScore_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomOverclockHighScore Clone() { + return new ResGetSimRoomOverclockHighScore(this); + } + + /// Field number for the "CurrentOrLastSeasonHighScore" field. + public const int CurrentOrLastSeasonHighScoreFieldNumber = 2; + private global::EpinelPS.NetSimRoomOverclockHighScoreData currentOrLastSeasonHighScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockHighScoreData CurrentOrLastSeasonHighScore { + get { return currentOrLastSeasonHighScore_; } + set { + currentOrLastSeasonHighScore_ = value; + } + } + + /// Field number for the "CurrentSubSeasonHighScore" field. + public const int CurrentSubSeasonHighScoreFieldNumber = 3; + private global::EpinelPS.NetSimRoomOverclockHighScoreData currentSubSeasonHighScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockHighScoreData CurrentSubSeasonHighScore { + get { return currentSubSeasonHighScore_; } + set { + currentSubSeasonHighScore_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSimRoomOverclockHighScore); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSimRoomOverclockHighScore other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CurrentOrLastSeasonHighScore, other.CurrentOrLastSeasonHighScore)) return false; + if (!object.Equals(CurrentSubSeasonHighScore, other.CurrentSubSeasonHighScore)) 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 (currentOrLastSeasonHighScore_ != null) hash ^= CurrentOrLastSeasonHighScore.GetHashCode(); + if (currentSubSeasonHighScore_ != null) hash ^= CurrentSubSeasonHighScore.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 (currentOrLastSeasonHighScore_ != null) { + output.WriteRawTag(18); + output.WriteMessage(CurrentOrLastSeasonHighScore); + } + if (currentSubSeasonHighScore_ != null) { + output.WriteRawTag(26); + output.WriteMessage(CurrentSubSeasonHighScore); + } + 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 (currentOrLastSeasonHighScore_ != null) { + output.WriteRawTag(18); + output.WriteMessage(CurrentOrLastSeasonHighScore); + } + if (currentSubSeasonHighScore_ != null) { + output.WriteRawTag(26); + output.WriteMessage(CurrentSubSeasonHighScore); + } + 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 (currentOrLastSeasonHighScore_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentOrLastSeasonHighScore); + } + if (currentSubSeasonHighScore_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentSubSeasonHighScore); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSimRoomOverclockHighScore other) { + if (other == null) { + return; + } + if (other.currentOrLastSeasonHighScore_ != null) { + if (currentOrLastSeasonHighScore_ == null) { + CurrentOrLastSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + CurrentOrLastSeasonHighScore.MergeFrom(other.CurrentOrLastSeasonHighScore); + } + if (other.currentSubSeasonHighScore_ != null) { + if (currentSubSeasonHighScore_ == null) { + CurrentSubSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + CurrentSubSeasonHighScore.MergeFrom(other.CurrentSubSeasonHighScore); + } + _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 (currentOrLastSeasonHighScore_ == null) { + CurrentOrLastSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentOrLastSeasonHighScore); + break; + } + case 26: { + if (currentSubSeasonHighScore_ == null) { + CurrentSubSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentSubSeasonHighScore); + 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 (currentOrLastSeasonHighScore_ == null) { + CurrentOrLastSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentOrLastSeasonHighScore); + break; + } + case 26: { + if (currentSubSeasonHighScore_ == null) { + CurrentSubSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentSubSeasonHighScore); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomOverclockData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomOverclockData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1755]; } + } + + [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 NetSimRoomOverclockData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockData(NetSimRoomOverclockData other) : this() { + currentSeasonHighScore_ = other.currentSeasonHighScore_ != null ? other.currentSeasonHighScore_.Clone() : null; + currentSubSeasonHighScore_ = other.currentSubSeasonHighScore_ != null ? other.currentSubSeasonHighScore_.Clone() : null; + latestOption_ = other.latestOption_ != null ? other.latestOption_.Clone() : null; + currentSeasonData_ = other.currentSeasonData_ != null ? other.currentSeasonData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockData Clone() { + return new NetSimRoomOverclockData(this); + } + + /// Field number for the "CurrentSeasonHighScore" field. + public const int CurrentSeasonHighScoreFieldNumber = 4; + private global::EpinelPS.NetSimRoomOverclockHighScoreData currentSeasonHighScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockHighScoreData CurrentSeasonHighScore { + get { return currentSeasonHighScore_; } + set { + currentSeasonHighScore_ = value; + } + } + + /// Field number for the "CurrentSubSeasonHighScore" field. + public const int CurrentSubSeasonHighScoreFieldNumber = 5; + private global::EpinelPS.NetSimRoomOverclockHighScoreData currentSubSeasonHighScore_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockHighScoreData CurrentSubSeasonHighScore { + get { return currentSubSeasonHighScore_; } + set { + currentSubSeasonHighScore_ = value; + } + } + + /// Field number for the "LatestOption" field. + public const int LatestOptionFieldNumber = 6; + private global::EpinelPS.NetSimRoomOverclockOptionSettingData latestOption_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockOptionSettingData LatestOption { + get { return latestOption_; } + set { + latestOption_ = value; + } + } + + /// Field number for the "CurrentSeasonData" field. + public const int CurrentSeasonDataFieldNumber = 7; + private global::EpinelPS.NetSimRoomOverclockSeasonData currentSeasonData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSimRoomOverclockSeasonData CurrentSeasonData { + get { return currentSeasonData_; } + set { + currentSeasonData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomOverclockData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomOverclockData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(CurrentSeasonHighScore, other.CurrentSeasonHighScore)) return false; + if (!object.Equals(CurrentSubSeasonHighScore, other.CurrentSubSeasonHighScore)) return false; + if (!object.Equals(LatestOption, other.LatestOption)) return false; + if (!object.Equals(CurrentSeasonData, other.CurrentSeasonData)) 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 (currentSeasonHighScore_ != null) hash ^= CurrentSeasonHighScore.GetHashCode(); + if (currentSubSeasonHighScore_ != null) hash ^= CurrentSubSeasonHighScore.GetHashCode(); + if (latestOption_ != null) hash ^= LatestOption.GetHashCode(); + if (currentSeasonData_ != null) hash ^= CurrentSeasonData.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 (currentSeasonHighScore_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CurrentSeasonHighScore); + } + if (currentSubSeasonHighScore_ != null) { + output.WriteRawTag(42); + output.WriteMessage(CurrentSubSeasonHighScore); + } + if (latestOption_ != null) { + output.WriteRawTag(50); + output.WriteMessage(LatestOption); + } + if (currentSeasonData_ != null) { + output.WriteRawTag(58); + output.WriteMessage(CurrentSeasonData); + } + 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 (currentSeasonHighScore_ != null) { + output.WriteRawTag(34); + output.WriteMessage(CurrentSeasonHighScore); + } + if (currentSubSeasonHighScore_ != null) { + output.WriteRawTag(42); + output.WriteMessage(CurrentSubSeasonHighScore); + } + if (latestOption_ != null) { + output.WriteRawTag(50); + output.WriteMessage(LatestOption); + } + if (currentSeasonData_ != null) { + output.WriteRawTag(58); + output.WriteMessage(CurrentSeasonData); + } + 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 (currentSeasonHighScore_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentSeasonHighScore); + } + if (currentSubSeasonHighScore_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentSubSeasonHighScore); + } + if (latestOption_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LatestOption); + } + if (currentSeasonData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurrentSeasonData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomOverclockData other) { + if (other == null) { + return; + } + if (other.currentSeasonHighScore_ != null) { + if (currentSeasonHighScore_ == null) { + CurrentSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + CurrentSeasonHighScore.MergeFrom(other.CurrentSeasonHighScore); + } + if (other.currentSubSeasonHighScore_ != null) { + if (currentSubSeasonHighScore_ == null) { + CurrentSubSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + CurrentSubSeasonHighScore.MergeFrom(other.CurrentSubSeasonHighScore); + } + if (other.latestOption_ != null) { + if (latestOption_ == null) { + LatestOption = new global::EpinelPS.NetSimRoomOverclockOptionSettingData(); + } + LatestOption.MergeFrom(other.LatestOption); + } + if (other.currentSeasonData_ != null) { + if (currentSeasonData_ == null) { + CurrentSeasonData = new global::EpinelPS.NetSimRoomOverclockSeasonData(); + } + CurrentSeasonData.MergeFrom(other.CurrentSeasonData); + } + _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 (currentSeasonHighScore_ == null) { + CurrentSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentSeasonHighScore); + break; + } + case 42: { + if (currentSubSeasonHighScore_ == null) { + CurrentSubSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentSubSeasonHighScore); + break; + } + case 50: { + if (latestOption_ == null) { + LatestOption = new global::EpinelPS.NetSimRoomOverclockOptionSettingData(); + } + input.ReadMessage(LatestOption); + break; + } + case 58: { + if (currentSeasonData_ == null) { + CurrentSeasonData = new global::EpinelPS.NetSimRoomOverclockSeasonData(); + } + input.ReadMessage(CurrentSeasonData); + 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 (currentSeasonHighScore_ == null) { + CurrentSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentSeasonHighScore); + break; + } + case 42: { + if (currentSubSeasonHighScore_ == null) { + CurrentSubSeasonHighScore = new global::EpinelPS.NetSimRoomOverclockHighScoreData(); + } + input.ReadMessage(CurrentSubSeasonHighScore); + break; + } + case 50: { + if (latestOption_ == null) { + LatestOption = new global::EpinelPS.NetSimRoomOverclockOptionSettingData(); + } + input.ReadMessage(LatestOption); + break; + } + case 58: { + if (currentSeasonData_ == null) { + CurrentSeasonData = new global::EpinelPS.NetSimRoomOverclockSeasonData(); + } + input.ReadMessage(CurrentSeasonData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomOverclockSeasonData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomOverclockSeasonData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1756]; } + } + + [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 NetSimRoomOverclockSeasonData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockSeasonData(NetSimRoomOverclockSeasonData other) : this() { + isSeasonOpen_ = other.isSeasonOpen_; + season_ = other.season_; + subSeason_ = other.subSeason_; + seasonStartDate_ = other.seasonStartDate_ != null ? other.seasonStartDate_.Clone() : null; + seasonEndDate_ = other.seasonEndDate_ != null ? other.seasonEndDate_.Clone() : null; + seasonWeekCount_ = other.seasonWeekCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockSeasonData Clone() { + return new NetSimRoomOverclockSeasonData(this); + } + + /// Field number for the "IsSeasonOpen" field. + public const int IsSeasonOpenFieldNumber = 1; + private bool isSeasonOpen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSeasonOpen { + get { return isSeasonOpen_; } + set { + isSeasonOpen_ = value; + } + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 2; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "SubSeason" field. + public const int SubSeasonFieldNumber = 3; + private int subSeason_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubSeason { + get { return subSeason_; } + set { + subSeason_ = value; + } + } + + /// Field number for the "SeasonStartDate" field. + public const int SeasonStartDateFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp seasonStartDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp SeasonStartDate { + get { return seasonStartDate_; } + set { + seasonStartDate_ = value; + } + } + + /// Field number for the "SeasonEndDate" field. + public const int SeasonEndDateFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp seasonEndDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp SeasonEndDate { + get { return seasonEndDate_; } + set { + seasonEndDate_ = value; + } + } + + /// Field number for the "SeasonWeekCount" field. + public const int SeasonWeekCountFieldNumber = 6; + private int seasonWeekCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SeasonWeekCount { + get { return seasonWeekCount_; } + set { + seasonWeekCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomOverclockSeasonData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomOverclockSeasonData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsSeasonOpen != other.IsSeasonOpen) return false; + if (Season != other.Season) return false; + if (SubSeason != other.SubSeason) return false; + if (!object.Equals(SeasonStartDate, other.SeasonStartDate)) return false; + if (!object.Equals(SeasonEndDate, other.SeasonEndDate)) return false; + if (SeasonWeekCount != other.SeasonWeekCount) 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 (IsSeasonOpen != false) hash ^= IsSeasonOpen.GetHashCode(); + if (Season != 0) hash ^= Season.GetHashCode(); + if (SubSeason != 0) hash ^= SubSeason.GetHashCode(); + if (seasonStartDate_ != null) hash ^= SeasonStartDate.GetHashCode(); + if (seasonEndDate_ != null) hash ^= SeasonEndDate.GetHashCode(); + if (SeasonWeekCount != 0) hash ^= SeasonWeekCount.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 (IsSeasonOpen != false) { + output.WriteRawTag(8); + output.WriteBool(IsSeasonOpen); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + if (SubSeason != 0) { + output.WriteRawTag(24); + output.WriteInt32(SubSeason); + } + if (seasonStartDate_ != null) { + output.WriteRawTag(34); + output.WriteMessage(SeasonStartDate); + } + if (seasonEndDate_ != null) { + output.WriteRawTag(42); + output.WriteMessage(SeasonEndDate); + } + if (SeasonWeekCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(SeasonWeekCount); + } + 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 (IsSeasonOpen != false) { + output.WriteRawTag(8); + output.WriteBool(IsSeasonOpen); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + if (SubSeason != 0) { + output.WriteRawTag(24); + output.WriteInt32(SubSeason); + } + if (seasonStartDate_ != null) { + output.WriteRawTag(34); + output.WriteMessage(SeasonStartDate); + } + if (seasonEndDate_ != null) { + output.WriteRawTag(42); + output.WriteMessage(SeasonEndDate); + } + if (SeasonWeekCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(SeasonWeekCount); + } + 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 (IsSeasonOpen != false) { + size += 1 + 1; + } + if (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + if (SubSeason != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubSeason); + } + if (seasonStartDate_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SeasonStartDate); + } + if (seasonEndDate_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SeasonEndDate); + } + if (SeasonWeekCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SeasonWeekCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomOverclockSeasonData other) { + if (other == null) { + return; + } + if (other.IsSeasonOpen != false) { + IsSeasonOpen = other.IsSeasonOpen; + } + if (other.Season != 0) { + Season = other.Season; + } + if (other.SubSeason != 0) { + SubSeason = other.SubSeason; + } + if (other.seasonStartDate_ != null) { + if (seasonStartDate_ == null) { + SeasonStartDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + SeasonStartDate.MergeFrom(other.SeasonStartDate); + } + if (other.seasonEndDate_ != null) { + if (seasonEndDate_ == null) { + SeasonEndDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + SeasonEndDate.MergeFrom(other.SeasonEndDate); + } + if (other.SeasonWeekCount != 0) { + SeasonWeekCount = other.SeasonWeekCount; + } + _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: { + IsSeasonOpen = input.ReadBool(); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 24: { + SubSeason = input.ReadInt32(); + break; + } + case 34: { + if (seasonStartDate_ == null) { + SeasonStartDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SeasonStartDate); + break; + } + case 42: { + if (seasonEndDate_ == null) { + SeasonEndDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SeasonEndDate); + break; + } + case 48: { + SeasonWeekCount = 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: { + IsSeasonOpen = input.ReadBool(); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 24: { + SubSeason = input.ReadInt32(); + break; + } + case 34: { + if (seasonStartDate_ == null) { + SeasonStartDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SeasonStartDate); + break; + } + case 42: { + if (seasonEndDate_ == null) { + SeasonEndDate = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(SeasonEndDate); + break; + } + case 48: { + SeasonWeekCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomOverclockHighScoreData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomOverclockHighScoreData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1757]; } + } + + [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 NetSimRoomOverclockHighScoreData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockHighScoreData(NetSimRoomOverclockHighScoreData other) : this() { + season_ = other.season_; + subSeason_ = other.subSeason_; + optionList_ = other.optionList_.Clone(); + optionLevel_ = other.optionLevel_; + createdAt_ = other.createdAt_ != null ? other.createdAt_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockHighScoreData Clone() { + return new NetSimRoomOverclockHighScoreData(this); + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 1; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "SubSeason" field. + public const int SubSeasonFieldNumber = 2; + private int subSeason_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubSeason { + get { return subSeason_; } + set { + subSeason_ = value; + } + } + + /// Field number for the "OptionList" field. + public const int OptionListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_optionList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField optionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OptionList { + get { return optionList_; } + } + + /// Field number for the "OptionLevel" field. + public const int OptionLevelFieldNumber = 4; + private int optionLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int OptionLevel { + get { return optionLevel_; } + set { + optionLevel_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 5; + private global::Google.Protobuf.WellKnownTypes.Timestamp createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomOverclockHighScoreData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomOverclockHighScoreData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Season != other.Season) return false; + if (SubSeason != other.SubSeason) return false; + if(!optionList_.Equals(other.optionList_)) return false; + if (OptionLevel != other.OptionLevel) return false; + if (!object.Equals(CreatedAt, other.CreatedAt)) 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 (Season != 0) hash ^= Season.GetHashCode(); + if (SubSeason != 0) hash ^= SubSeason.GetHashCode(); + hash ^= optionList_.GetHashCode(); + if (OptionLevel != 0) hash ^= OptionLevel.GetHashCode(); + if (createdAt_ != null) hash ^= CreatedAt.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 (Season != 0) { + output.WriteRawTag(8); + output.WriteInt32(Season); + } + if (SubSeason != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubSeason); + } + optionList_.WriteTo(output, _repeated_optionList_codec); + if (OptionLevel != 0) { + output.WriteRawTag(32); + output.WriteInt32(OptionLevel); + } + if (createdAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(CreatedAt); + } + 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 (Season != 0) { + output.WriteRawTag(8); + output.WriteInt32(Season); + } + if (SubSeason != 0) { + output.WriteRawTag(16); + output.WriteInt32(SubSeason); + } + optionList_.WriteTo(ref output, _repeated_optionList_codec); + if (OptionLevel != 0) { + output.WriteRawTag(32); + output.WriteInt32(OptionLevel); + } + if (createdAt_ != null) { + output.WriteRawTag(42); + output.WriteMessage(CreatedAt); + } + 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 (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + if (SubSeason != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubSeason); + } + size += optionList_.CalculateSize(_repeated_optionList_codec); + if (OptionLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(OptionLevel); + } + if (createdAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomOverclockHighScoreData other) { + if (other == null) { + return; + } + if (other.Season != 0) { + Season = other.Season; + } + if (other.SubSeason != 0) { + SubSeason = other.SubSeason; + } + optionList_.Add(other.optionList_); + if (other.OptionLevel != 0) { + OptionLevel = other.OptionLevel; + } + if (other.createdAt_ != null) { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + CreatedAt.MergeFrom(other.CreatedAt); + } + _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: { + Season = input.ReadInt32(); + break; + } + case 16: { + SubSeason = input.ReadInt32(); + break; + } + case 26: + case 24: { + optionList_.AddEntriesFrom(input, _repeated_optionList_codec); + break; + } + case 32: { + OptionLevel = input.ReadInt32(); + break; + } + case 42: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + 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: { + Season = input.ReadInt32(); + break; + } + case 16: { + SubSeason = input.ReadInt32(); + break; + } + case 26: + case 24: { + optionList_.AddEntriesFrom(ref input, _repeated_optionList_codec); + break; + } + case 32: { + OptionLevel = input.ReadInt32(); + break; + } + case 42: { + if (createdAt_ == null) { + CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(CreatedAt); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/overclock/getcurrentseason + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSimRoomOverclockCurrentSeason : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSimRoomOverclockCurrentSeason()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1758]; } + } + + [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 ReqGetSimRoomOverclockCurrentSeason() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomOverclockCurrentSeason(ReqGetSimRoomOverclockCurrentSeason other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomOverclockCurrentSeason Clone() { + return new ReqGetSimRoomOverclockCurrentSeason(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSimRoomOverclockCurrentSeason); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSimRoomOverclockCurrentSeason 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(ReqGetSimRoomOverclockCurrentSeason 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSimRoomOverclockCurrentSeason : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSimRoomOverclockCurrentSeason()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1759]; } + } + + [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 ResGetSimRoomOverclockCurrentSeason() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomOverclockCurrentSeason(ResGetSimRoomOverclockCurrentSeason other) : this() { + isSeasonOpen_ = other.isSeasonOpen_; + season_ = other.season_; + subSeason_ = other.subSeason_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomOverclockCurrentSeason Clone() { + return new ResGetSimRoomOverclockCurrentSeason(this); + } + + /// Field number for the "IsSeasonOpen" field. + public const int IsSeasonOpenFieldNumber = 1; + private bool isSeasonOpen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsSeasonOpen { + get { return isSeasonOpen_; } + set { + isSeasonOpen_ = value; + } + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 2; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "SubSeason" field. + public const int SubSeasonFieldNumber = 3; + private int subSeason_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SubSeason { + get { return subSeason_; } + set { + subSeason_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSimRoomOverclockCurrentSeason); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSimRoomOverclockCurrentSeason other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (IsSeasonOpen != other.IsSeasonOpen) return false; + if (Season != other.Season) return false; + if (SubSeason != other.SubSeason) 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 (IsSeasonOpen != false) hash ^= IsSeasonOpen.GetHashCode(); + if (Season != 0) hash ^= Season.GetHashCode(); + if (SubSeason != 0) hash ^= SubSeason.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 (IsSeasonOpen != false) { + output.WriteRawTag(8); + output.WriteBool(IsSeasonOpen); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + if (SubSeason != 0) { + output.WriteRawTag(24); + output.WriteInt32(SubSeason); + } + 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 (IsSeasonOpen != false) { + output.WriteRawTag(8); + output.WriteBool(IsSeasonOpen); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + if (SubSeason != 0) { + output.WriteRawTag(24); + output.WriteInt32(SubSeason); + } + 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 (IsSeasonOpen != false) { + size += 1 + 1; + } + if (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + if (SubSeason != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SubSeason); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSimRoomOverclockCurrentSeason other) { + if (other == null) { + return; + } + if (other.IsSeasonOpen != false) { + IsSeasonOpen = other.IsSeasonOpen; + } + if (other.Season != 0) { + Season = other.Season; + } + if (other.SubSeason != 0) { + SubSeason = other.SubSeason; + } + _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: { + IsSeasonOpen = input.ReadBool(); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 24: { + SubSeason = 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: { + IsSeasonOpen = input.ReadBool(); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 24: { + SubSeason = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /simroom/overclock/getlatestoption + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSimRoomOverclockLatestOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSimRoomOverclockLatestOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1760]; } + } + + [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 ReqGetSimRoomOverclockLatestOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomOverclockLatestOption(ReqGetSimRoomOverclockLatestOption other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSimRoomOverclockLatestOption Clone() { + return new ReqGetSimRoomOverclockLatestOption(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSimRoomOverclockLatestOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSimRoomOverclockLatestOption 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(ReqGetSimRoomOverclockLatestOption 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSimRoomOverclockLatestOption : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSimRoomOverclockLatestOption()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1761]; } + } + + [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 ResGetSimRoomOverclockLatestOption() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomOverclockLatestOption(ResGetSimRoomOverclockLatestOption other) : this() { + latestRecordExist_ = other.latestRecordExist_; + season_ = other.season_; + optionList_ = other.optionList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSimRoomOverclockLatestOption Clone() { + return new ResGetSimRoomOverclockLatestOption(this); + } + + /// Field number for the "LatestRecordExist" field. + public const int LatestRecordExistFieldNumber = 1; + private bool latestRecordExist_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool LatestRecordExist { + get { return latestRecordExist_; } + set { + latestRecordExist_ = value; + } + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 2; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "OptionList" field. + public const int OptionListFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_optionList_codec + = pb::FieldCodec.ForInt32(26); + private readonly pbc::RepeatedField optionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OptionList { + get { return optionList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSimRoomOverclockLatestOption); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSimRoomOverclockLatestOption other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LatestRecordExist != other.LatestRecordExist) return false; + if (Season != other.Season) return false; + if(!optionList_.Equals(other.optionList_)) 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 (LatestRecordExist != false) hash ^= LatestRecordExist.GetHashCode(); + if (Season != 0) hash ^= Season.GetHashCode(); + hash ^= optionList_.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 (LatestRecordExist != false) { + output.WriteRawTag(8); + output.WriteBool(LatestRecordExist); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + optionList_.WriteTo(output, _repeated_optionList_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 (LatestRecordExist != false) { + output.WriteRawTag(8); + output.WriteBool(LatestRecordExist); + } + if (Season != 0) { + output.WriteRawTag(16); + output.WriteInt32(Season); + } + optionList_.WriteTo(ref output, _repeated_optionList_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 (LatestRecordExist != false) { + size += 1 + 1; + } + if (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + size += optionList_.CalculateSize(_repeated_optionList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSimRoomOverclockLatestOption other) { + if (other == null) { + return; + } + if (other.LatestRecordExist != false) { + LatestRecordExist = other.LatestRecordExist; + } + if (other.Season != 0) { + Season = other.Season; + } + optionList_.Add(other.optionList_); + _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: { + LatestRecordExist = input.ReadBool(); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 26: + case 24: { + optionList_.AddEntriesFrom(input, _repeated_optionList_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: { + LatestRecordExist = input.ReadBool(); + break; + } + case 16: { + Season = input.ReadInt32(); + break; + } + case 26: + case 24: { + optionList_.AddEntriesFrom(ref input, _repeated_optionList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSimRoomOverclockOptionSettingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSimRoomOverclockOptionSettingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1762]; } + } + + [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 NetSimRoomOverclockOptionSettingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockOptionSettingData(NetSimRoomOverclockOptionSettingData other) : this() { + season_ = other.season_; + optionList_ = other.optionList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSimRoomOverclockOptionSettingData Clone() { + return new NetSimRoomOverclockOptionSettingData(this); + } + + /// Field number for the "Season" field. + public const int SeasonFieldNumber = 1; + private int season_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Season { + get { return season_; } + set { + season_ = value; + } + } + + /// Field number for the "OptionList" field. + public const int OptionListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_optionList_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField optionList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField OptionList { + get { return optionList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSimRoomOverclockOptionSettingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSimRoomOverclockOptionSettingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Season != other.Season) return false; + if(!optionList_.Equals(other.optionList_)) 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 (Season != 0) hash ^= Season.GetHashCode(); + hash ^= optionList_.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 (Season != 0) { + output.WriteRawTag(8); + output.WriteInt32(Season); + } + optionList_.WriteTo(output, _repeated_optionList_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 (Season != 0) { + output.WriteRawTag(8); + output.WriteInt32(Season); + } + optionList_.WriteTo(ref output, _repeated_optionList_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 (Season != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Season); + } + size += optionList_.CalculateSize(_repeated_optionList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSimRoomOverclockOptionSettingData other) { + if (other == null) { + return; + } + if (other.Season != 0) { + Season = other.Season; + } + optionList_.Add(other.optionList_); + _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: { + Season = input.ReadInt32(); + break; + } + case 18: + case 16: { + optionList_.AddEntriesFrom(input, _repeated_optionList_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: { + Season = input.ReadInt32(); + break; + } + case 18: + case 16: { + optionList_.AddEntriesFrom(ref input, _repeated_optionList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserSoloRaidInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserSoloRaidInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1763]; } + } + + [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 NetUserSoloRaidInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserSoloRaidInfo(NetUserSoloRaidInfo other) : this() { + raidOpenCount_ = other.raidOpenCount_; + lastClearLevel_ = other.lastClearLevel_; + lastOpenRaid_ = other.lastOpenRaid_ != null ? other.lastOpenRaid_.Clone() : null; + period_ = other.period_ != null ? other.period_.Clone() : null; + soloRaidManagerTid_ = other.soloRaidManagerTid_; + trialCount_ = other.trialCount_; + todayClearedRaidLevels_ = other.todayClearedRaidLevels_.Clone(); + trialDamage_ = other.trialDamage_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserSoloRaidInfo Clone() { + return new NetUserSoloRaidInfo(this); + } + + /// Field number for the "RaidOpenCount" field. + public const int RaidOpenCountFieldNumber = 1; + private int raidOpenCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidOpenCount { + get { return raidOpenCount_; } + set { + raidOpenCount_ = value; + } + } + + /// Field number for the "LastClearLevel" field. + public const int LastClearLevelFieldNumber = 2; + private int lastClearLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastClearLevel { + get { return lastClearLevel_; } + set { + lastClearLevel_ = value; + } + } + + /// Field number for the "LastOpenRaid" field. + public const int LastOpenRaidFieldNumber = 3; + private global::EpinelPS.NetSoloRaid lastOpenRaid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaid LastOpenRaid { + get { return lastOpenRaid_; } + set { + lastOpenRaid_ = value; + } + } + + /// Field number for the "Period" field. + public const int PeriodFieldNumber = 4; + private global::EpinelPS.NetSoloRaidPeriodData period_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidPeriodData Period { + get { return period_; } + set { + period_ = value; + } + } + + /// Field number for the "SoloRaidManagerTid" field. + public const int SoloRaidManagerTidFieldNumber = 5; + private int soloRaidManagerTid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SoloRaidManagerTid { + get { return soloRaidManagerTid_; } + set { + soloRaidManagerTid_ = value; + } + } + + /// Field number for the "TrialCount" field. + public const int TrialCountFieldNumber = 6; + private int trialCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TrialCount { + get { return trialCount_; } + set { + trialCount_ = value; + } + } + + /// Field number for the "TodayClearedRaidLevels" field. + public const int TodayClearedRaidLevelsFieldNumber = 7; + private static readonly pb::FieldCodec _repeated_todayClearedRaidLevels_codec + = pb::FieldCodec.ForInt32(58); + private readonly pbc::RepeatedField todayClearedRaidLevels_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TodayClearedRaidLevels { + get { return todayClearedRaidLevels_; } + } + + /// Field number for the "TrialDamage" field. + public const int TrialDamageFieldNumber = 8; + private long trialDamage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TrialDamage { + get { return trialDamage_; } + set { + trialDamage_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserSoloRaidInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserSoloRaidInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidOpenCount != other.RaidOpenCount) return false; + if (LastClearLevel != other.LastClearLevel) return false; + if (!object.Equals(LastOpenRaid, other.LastOpenRaid)) return false; + if (!object.Equals(Period, other.Period)) return false; + if (SoloRaidManagerTid != other.SoloRaidManagerTid) return false; + if (TrialCount != other.TrialCount) return false; + if(!todayClearedRaidLevels_.Equals(other.todayClearedRaidLevels_)) return false; + if (TrialDamage != other.TrialDamage) 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 (RaidOpenCount != 0) hash ^= RaidOpenCount.GetHashCode(); + if (LastClearLevel != 0) hash ^= LastClearLevel.GetHashCode(); + if (lastOpenRaid_ != null) hash ^= LastOpenRaid.GetHashCode(); + if (period_ != null) hash ^= Period.GetHashCode(); + if (SoloRaidManagerTid != 0) hash ^= SoloRaidManagerTid.GetHashCode(); + if (TrialCount != 0) hash ^= TrialCount.GetHashCode(); + hash ^= todayClearedRaidLevels_.GetHashCode(); + if (TrialDamage != 0L) hash ^= TrialDamage.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 (RaidOpenCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidOpenCount); + } + if (LastClearLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastClearLevel); + } + if (lastOpenRaid_ != null) { + output.WriteRawTag(26); + output.WriteMessage(LastOpenRaid); + } + if (period_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Period); + } + if (SoloRaidManagerTid != 0) { + output.WriteRawTag(40); + output.WriteInt32(SoloRaidManagerTid); + } + if (TrialCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(TrialCount); + } + todayClearedRaidLevels_.WriteTo(output, _repeated_todayClearedRaidLevels_codec); + if (TrialDamage != 0L) { + output.WriteRawTag(64); + output.WriteInt64(TrialDamage); + } + 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 (RaidOpenCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidOpenCount); + } + if (LastClearLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(LastClearLevel); + } + if (lastOpenRaid_ != null) { + output.WriteRawTag(26); + output.WriteMessage(LastOpenRaid); + } + if (period_ != null) { + output.WriteRawTag(34); + output.WriteMessage(Period); + } + if (SoloRaidManagerTid != 0) { + output.WriteRawTag(40); + output.WriteInt32(SoloRaidManagerTid); + } + if (TrialCount != 0) { + output.WriteRawTag(48); + output.WriteInt32(TrialCount); + } + todayClearedRaidLevels_.WriteTo(ref output, _repeated_todayClearedRaidLevels_codec); + if (TrialDamage != 0L) { + output.WriteRawTag(64); + output.WriteInt64(TrialDamage); + } + 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 (RaidOpenCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidOpenCount); + } + if (LastClearLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastClearLevel); + } + if (lastOpenRaid_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LastOpenRaid); + } + if (period_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Period); + } + if (SoloRaidManagerTid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SoloRaidManagerTid); + } + if (TrialCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TrialCount); + } + size += todayClearedRaidLevels_.CalculateSize(_repeated_todayClearedRaidLevels_codec); + if (TrialDamage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TrialDamage); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserSoloRaidInfo other) { + if (other == null) { + return; + } + if (other.RaidOpenCount != 0) { + RaidOpenCount = other.RaidOpenCount; + } + if (other.LastClearLevel != 0) { + LastClearLevel = other.LastClearLevel; + } + if (other.lastOpenRaid_ != null) { + if (lastOpenRaid_ == null) { + LastOpenRaid = new global::EpinelPS.NetSoloRaid(); + } + LastOpenRaid.MergeFrom(other.LastOpenRaid); + } + if (other.period_ != null) { + if (period_ == null) { + Period = new global::EpinelPS.NetSoloRaidPeriodData(); + } + Period.MergeFrom(other.Period); + } + if (other.SoloRaidManagerTid != 0) { + SoloRaidManagerTid = other.SoloRaidManagerTid; + } + if (other.TrialCount != 0) { + TrialCount = other.TrialCount; + } + todayClearedRaidLevels_.Add(other.todayClearedRaidLevels_); + if (other.TrialDamage != 0L) { + TrialDamage = other.TrialDamage; + } + _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: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 16: { + LastClearLevel = input.ReadInt32(); + break; + } + case 26: { + if (lastOpenRaid_ == null) { + LastOpenRaid = new global::EpinelPS.NetSoloRaid(); + } + input.ReadMessage(LastOpenRaid); + break; + } + case 34: { + if (period_ == null) { + Period = new global::EpinelPS.NetSoloRaidPeriodData(); + } + input.ReadMessage(Period); + break; + } + case 40: { + SoloRaidManagerTid = input.ReadInt32(); + break; + } + case 48: { + TrialCount = input.ReadInt32(); + break; + } + case 58: + case 56: { + todayClearedRaidLevels_.AddEntriesFrom(input, _repeated_todayClearedRaidLevels_codec); + break; + } + case 64: { + TrialDamage = input.ReadInt64(); + 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: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 16: { + LastClearLevel = input.ReadInt32(); + break; + } + case 26: { + if (lastOpenRaid_ == null) { + LastOpenRaid = new global::EpinelPS.NetSoloRaid(); + } + input.ReadMessage(LastOpenRaid); + break; + } + case 34: { + if (period_ == null) { + Period = new global::EpinelPS.NetSoloRaidPeriodData(); + } + input.ReadMessage(Period); + break; + } + case 40: { + SoloRaidManagerTid = input.ReadInt32(); + break; + } + case 48: { + TrialCount = input.ReadInt32(); + break; + } + case 58: + case 56: { + todayClearedRaidLevels_.AddEntriesFrom(ref input, _repeated_todayClearedRaidLevels_codec); + break; + } + case 64: { + TrialDamage = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1764]; } + } + + [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 NetSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaid(NetSoloRaid other) : this() { + level_ = other.level_; + type_ = other.type_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaid Clone() { + return new NetSoloRaid(this); + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 1; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private global::EpinelPS.SoloRaidType type_ = global::EpinelPS.SoloRaidType.SoloRaidTypeNormal; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidType Type { + get { return type_; } + set { + type_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Level != other.Level) return false; + if (Type != other.Type) 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 (Type != global::EpinelPS.SoloRaidType.SoloRaidTypeNormal) hash ^= Type.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(8); + output.WriteInt32(Level); + } + if (Type != global::EpinelPS.SoloRaidType.SoloRaidTypeNormal) { + output.WriteRawTag(16); + output.WriteEnum((int) Type); + } + 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(8); + output.WriteInt32(Level); + } + if (Type != global::EpinelPS.SoloRaidType.SoloRaidTypeNormal) { + output.WriteRawTag(16); + output.WriteEnum((int) Type); + } + 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.ComputeInt32Size(Level); + } + if (Type != global::EpinelPS.SoloRaidType.SoloRaidTypeNormal) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Type); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSoloRaid other) { + if (other == null) { + return; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Type != global::EpinelPS.SoloRaidType.SoloRaidTypeNormal) { + Type = other.Type; + } + _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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Type = (global::EpinelPS.SoloRaidType) 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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Type = (global::EpinelPS.SoloRaidType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetNormalSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetNormalSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1765]; } + } + + [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 NetNormalSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNormalSoloRaid(NetNormalSoloRaid other) : this() { + level_ = other.level_; + hp_ = other.hp_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetNormalSoloRaid Clone() { + return new NetNormalSoloRaid(this); + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 1; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Hp" field. + public const int HpFieldNumber = 2; + private long hp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Hp { + get { return hp_; } + set { + hp_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetNormalSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetNormalSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Level != other.Level) return false; + if (Hp != other.Hp) 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 (Hp != 0L) hash ^= Hp.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(8); + output.WriteInt32(Level); + } + if (Hp != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Hp); + } + 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(8); + output.WriteInt32(Level); + } + if (Hp != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Hp); + } + 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.ComputeInt32Size(Level); + } + if (Hp != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Hp); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetNormalSoloRaid other) { + if (other == null) { + return; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Hp != 0L) { + Hp = other.Hp; + } + _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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Hp = input.ReadInt64(); + 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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Hp = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSoloRaidPeriodData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSoloRaidPeriodData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1766]; } + } + + [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 NetSoloRaidPeriodData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidPeriodData(NetSoloRaidPeriodData other) : this() { + visibleDate_ = other.visibleDate_; + startDate_ = other.startDate_; + endDate_ = other.endDate_; + disableDate_ = other.disableDate_; + settleDate_ = other.settleDate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidPeriodData Clone() { + return new NetSoloRaidPeriodData(this); + } + + /// Field number for the "VisibleDate" field. + public const int VisibleDateFieldNumber = 1; + private long visibleDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long VisibleDate { + get { return visibleDate_; } + set { + visibleDate_ = value; + } + } + + /// Field number for the "StartDate" field. + public const int StartDateFieldNumber = 2; + private long startDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long StartDate { + get { return startDate_; } + set { + startDate_ = value; + } + } + + /// Field number for the "EndDate" field. + public const int EndDateFieldNumber = 3; + private long endDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long EndDate { + get { return endDate_; } + set { + endDate_ = value; + } + } + + /// Field number for the "DisableDate" field. + public const int DisableDateFieldNumber = 4; + private long disableDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long DisableDate { + get { return disableDate_; } + set { + disableDate_ = value; + } + } + + /// Field number for the "SettleDate" field. + public const int SettleDateFieldNumber = 5; + private long settleDate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long SettleDate { + get { return settleDate_; } + set { + settleDate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSoloRaidPeriodData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSoloRaidPeriodData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (VisibleDate != other.VisibleDate) return false; + if (StartDate != other.StartDate) return false; + if (EndDate != other.EndDate) return false; + if (DisableDate != other.DisableDate) return false; + if (SettleDate != other.SettleDate) 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 (VisibleDate != 0L) hash ^= VisibleDate.GetHashCode(); + if (StartDate != 0L) hash ^= StartDate.GetHashCode(); + if (EndDate != 0L) hash ^= EndDate.GetHashCode(); + if (DisableDate != 0L) hash ^= DisableDate.GetHashCode(); + if (SettleDate != 0L) hash ^= SettleDate.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 (VisibleDate != 0L) { + output.WriteRawTag(8); + output.WriteInt64(VisibleDate); + } + if (StartDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartDate); + } + if (EndDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(EndDate); + } + if (DisableDate != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DisableDate); + } + if (SettleDate != 0L) { + output.WriteRawTag(40); + output.WriteInt64(SettleDate); + } + 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 (VisibleDate != 0L) { + output.WriteRawTag(8); + output.WriteInt64(VisibleDate); + } + if (StartDate != 0L) { + output.WriteRawTag(16); + output.WriteInt64(StartDate); + } + if (EndDate != 0L) { + output.WriteRawTag(24); + output.WriteInt64(EndDate); + } + if (DisableDate != 0L) { + output.WriteRawTag(32); + output.WriteInt64(DisableDate); + } + if (SettleDate != 0L) { + output.WriteRawTag(40); + output.WriteInt64(SettleDate); + } + 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 (VisibleDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(VisibleDate); + } + if (StartDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(StartDate); + } + if (EndDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndDate); + } + if (DisableDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(DisableDate); + } + if (SettleDate != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(SettleDate); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSoloRaidPeriodData other) { + if (other == null) { + return; + } + if (other.VisibleDate != 0L) { + VisibleDate = other.VisibleDate; + } + if (other.StartDate != 0L) { + StartDate = other.StartDate; + } + if (other.EndDate != 0L) { + EndDate = other.EndDate; + } + if (other.DisableDate != 0L) { + DisableDate = other.DisableDate; + } + if (other.SettleDate != 0L) { + SettleDate = other.SettleDate; + } + _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: { + VisibleDate = input.ReadInt64(); + break; + } + case 16: { + StartDate = input.ReadInt64(); + break; + } + case 24: { + EndDate = input.ReadInt64(); + break; + } + case 32: { + DisableDate = input.ReadInt64(); + break; + } + case 40: { + SettleDate = input.ReadInt64(); + 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: { + VisibleDate = input.ReadInt64(); + break; + } + case 16: { + StartDate = input.ReadInt64(); + break; + } + case 24: { + EndDate = input.ReadInt64(); + break; + } + case 32: { + DisableDate = input.ReadInt64(); + break; + } + case 40: { + SettleDate = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSoloRaidJoinData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSoloRaidJoinData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1767]; } + } + + [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 NetSoloRaidJoinData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidJoinData(NetSoloRaidJoinData other) : this() { + csnList_ = other.csnList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidJoinData Clone() { + return new NetSoloRaidJoinData(this); + } + + /// Field number for the "CsnList" field. + public const int CsnListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_csnList_codec + = pb::FieldCodec.ForInt64(10); + private readonly pbc::RepeatedField csnList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField CsnList { + get { return csnList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSoloRaidJoinData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSoloRaidJoinData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!csnList_.Equals(other.csnList_)) 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 ^= csnList_.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 + csnList_.WriteTo(output, _repeated_csnList_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) { + csnList_.WriteTo(ref output, _repeated_csnList_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 += csnList_.CalculateSize(_repeated_csnList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSoloRaidJoinData other) { + if (other == null) { + return; + } + csnList_.Add(other.csnList_); + _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: { + csnList_.AddEntriesFrom(input, _repeated_csnList_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: { + csnList_.AddEntriesFrom(ref input, _repeated_csnList_codec); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/get + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSoloRaidInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSoloRaidInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1768]; } + } + + [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 ReqGetSoloRaidInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidInfo(ReqGetSoloRaidInfo other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidInfo Clone() { + return new ReqGetSoloRaidInfo(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSoloRaidInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSoloRaidInfo 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(ReqGetSoloRaidInfo 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSoloRaidInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSoloRaidInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1769]; } + } + + [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 ResGetSoloRaidInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidInfo(ResGetSoloRaidInfo other) : this() { + info_ = other.info_ != null ? other.info_.Clone() : null; + periodResult_ = other.periodResult_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidInfo Clone() { + return new ResGetSoloRaidInfo(this); + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 1; + private global::EpinelPS.NetUserSoloRaidInfo info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserSoloRaidInfo Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 2; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 3; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSoloRaidInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSoloRaidInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Info, other.Info)) return false; + if (PeriodResult != other.PeriodResult) return false; + if (BanResult != other.BanResult) 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 (info_ != null) hash ^= Info.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (info_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Info); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (info_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Info); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSoloRaidInfo other) { + if (other == null) { + return; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetUserSoloRaidInfo(); + } + Info.MergeFrom(other.Info); + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (info_ == null) { + Info = new global::EpinelPS.NetUserSoloRaidInfo(); + } + input.ReadMessage(Info); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 24: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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 10: { + if (info_ == null) { + Info = new global::EpinelPS.NetUserSoloRaidInfo(); + } + input.ReadMessage(Info); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 24: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/open + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqOpenSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqOpenSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1770]; } + } + + [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 ReqOpenSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenSoloRaid(ReqOpenSoloRaid other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenSoloRaid Clone() { + return new ReqOpenSoloRaid(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqOpenSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqOpenSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqOpenSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResOpenSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResOpenSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1771]; } + } + + [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 ResOpenSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenSoloRaid(ResOpenSoloRaid other) : this() { + periodResult_ = other.periodResult_; + raidOpenCount_ = other.raidOpenCount_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenSoloRaid Clone() { + return new ResOpenSoloRaid(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "RaidOpenCount" field. + public const int RaidOpenCountFieldNumber = 2; + private int raidOpenCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidOpenCount { + get { return raidOpenCount_; } + set { + raidOpenCount_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 3; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResOpenSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResOpenSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) return false; + if (RaidOpenCount != other.RaidOpenCount) return false; + if (BanResult != other.BanResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (RaidOpenCount != 0) hash ^= RaidOpenCount.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (RaidOpenCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidOpenCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (RaidOpenCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidOpenCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (RaidOpenCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidOpenCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResOpenSoloRaid other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.RaidOpenCount != 0) { + RaidOpenCount = other.RaidOpenCount; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 24: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 24: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1772]; } + } + + [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 ReqEnterSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSoloRaid(ReqEnterSoloRaid other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + team_ = other.team_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSoloRaid Clone() { + return new ReqEnterSoloRaid(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) return false; + if (Team != other.Team) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Team != 0) hash ^= Team.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Team != 0) { + Team = other.Team; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Team = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1773]; } + } + + [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 ResEnterSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSoloRaid(ResEnterSoloRaid other) : this() { + periodResult_ = other.periodResult_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSoloRaid Clone() { + return new ResEnterSoloRaid(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) return false; + if (BanResult != other.BanResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterSoloRaid other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSoloRaidDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSoloRaidDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1774]; } + } + + [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 ResSetSoloRaidDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSoloRaidDamage(ResSetSoloRaidDamage other) : this() { + raidJoinCount_ = other.raidJoinCount_; + info_ = other.info_ != null ? other.info_.Clone() : null; + status_ = other.status_; + periodResult_ = other.periodResult_; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + banResult_ = other.banResult_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + firstClearReward_ = other.firstClearReward_ != null ? other.firstClearReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSoloRaidDamage Clone() { + return new ResSetSoloRaidDamage(this); + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 1; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 2; + private global::EpinelPS.NetNormalSoloRaid info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetNormalSoloRaid Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "Status" field. + public const int StatusFieldNumber = 3; + private global::EpinelPS.SoloRaidStatus status_ = global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidStatus Status { + get { return status_; } + set { + status_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 4; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 5; + private global::EpinelPS.NetSoloRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 6; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 7; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "FirstClearReward" field. + public const int FirstClearRewardFieldNumber = 8; + private global::EpinelPS.NetRewardData firstClearReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData FirstClearReward { + get { return firstClearReward_; } + set { + firstClearReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSoloRaidDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSoloRaidDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidJoinCount != other.RaidJoinCount) return false; + if (!object.Equals(Info, other.Info)) return false; + if (Status != other.Status) return false; + if (PeriodResult != other.PeriodResult) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (BanResult != other.BanResult) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(FirstClearReward, other.FirstClearReward)) 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 (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (info_ != null) hash ^= Info.GetHashCode(); + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) hash ^= Status.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (firstClearReward_ != null) hash ^= FirstClearReward.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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (info_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + output.WriteRawTag(24); + output.WriteEnum((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) BanResult); + } + if (reward_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Reward); + } + if (firstClearReward_ != null) { + output.WriteRawTag(66); + output.WriteMessage(FirstClearReward); + } + 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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (info_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + output.WriteRawTag(24); + output.WriteEnum((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) BanResult); + } + if (reward_ != null) { + output.WriteRawTag(58); + output.WriteMessage(Reward); + } + if (firstClearReward_ != null) { + output.WriteRawTag(66); + output.WriteMessage(FirstClearReward); + } + 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 (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (firstClearReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FirstClearReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetSoloRaidDamage other) { + if (other == null) { + return; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetNormalSoloRaid(); + } + Info.MergeFrom(other.Info); + } + if (other.Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + Status = other.Status; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.firstClearReward_ != null) { + if (firstClearReward_ == null) { + FirstClearReward = new global::EpinelPS.NetRewardData(); + } + FirstClearReward.MergeFrom(other.FirstClearReward); + } + _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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 18: { + if (info_ == null) { + Info = new global::EpinelPS.NetNormalSoloRaid(); + } + input.ReadMessage(Info); + break; + } + case 24: { + Status = (global::EpinelPS.SoloRaidStatus) input.ReadEnum(); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + case 58: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 66: { + if (firstClearReward_ == null) { + FirstClearReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(FirstClearReward); + 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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 18: { + if (info_ == null) { + Info = new global::EpinelPS.NetNormalSoloRaid(); + } + input.ReadMessage(Info); + break; + } + case 24: { + Status = (global::EpinelPS.SoloRaidStatus) input.ReadEnum(); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + case 58: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 66: { + if (firstClearReward_ == null) { + FirstClearReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(FirstClearReward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/close + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCloseSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCloseSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1775]; } + } + + [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 ReqCloseSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCloseSoloRaid(ReqCloseSoloRaid other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCloseSoloRaid Clone() { + return new ReqCloseSoloRaid(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCloseSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCloseSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCloseSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCloseSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCloseSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1776]; } + } + + [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 ResCloseSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCloseSoloRaid(ResCloseSoloRaid other) : this() { + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCloseSoloRaid Clone() { + return new ResCloseSoloRaid(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCloseSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCloseSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCloseSoloRaid other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/getlevel + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLevelSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLevelSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1777]; } + } + + [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 ReqGetLevelSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLevelSoloRaid(ReqGetLevelSoloRaid other) : this() { + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLevelSoloRaid Clone() { + return new ReqGetLevelSoloRaid(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLevelSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLevelSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) 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 (RaidLevel != 0) hash ^= RaidLevel.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetLevelSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidLevel = 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: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLevelSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLevelSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1778]; } + } + + [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 ResGetLevelSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLevelSoloRaid(ResGetLevelSoloRaid other) : this() { + raid_ = other.raid_ != null ? other.raid_.Clone() : null; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + periodResult_ = other.periodResult_; + raidJoinCount_ = other.raidJoinCount_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLevelSoloRaid Clone() { + return new ResGetLevelSoloRaid(this); + } + + /// Field number for the "Raid" field. + public const int RaidFieldNumber = 1; + private global::EpinelPS.NetNormalSoloRaid raid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetNormalSoloRaid Raid { + get { return raid_; } + set { + raid_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 2; + private global::EpinelPS.NetSoloRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 3; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 4; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 5; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLevelSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLevelSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Raid, other.Raid)) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (PeriodResult != other.PeriodResult) return false; + if (RaidJoinCount != other.RaidJoinCount) return false; + if (BanResult != other.BanResult) 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 (raid_ != null) hash ^= Raid.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (raid_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Raid); + } + if (joinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + if (RaidJoinCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) BanResult); + } + 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 (raid_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Raid); + } + if (joinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + if (RaidJoinCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) BanResult); + } + 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 (raid_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Raid); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLevelSoloRaid other) { + if (other == null) { + return; + } + if (other.raid_ != null) { + if (raid_ == null) { + Raid = new global::EpinelPS.NetNormalSoloRaid(); + } + Raid.MergeFrom(other.Raid); + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (raid_ == null) { + Raid = new global::EpinelPS.NetNormalSoloRaid(); + } + input.ReadMessage(Raid); + break; + } + case 18: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 32: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 40: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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 10: { + if (raid_ == null) { + Raid = new global::EpinelPS.NetNormalSoloRaid(); + } + input.ReadMessage(Raid); + break; + } + case 18: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 32: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 40: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetPracticeSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetPracticeSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1779]; } + } + + [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 NetPracticeSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPracticeSoloRaid(NetPracticeSoloRaid other) : this() { + level_ = other.level_; + hp_ = other.hp_; + damage_ = other.damage_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetPracticeSoloRaid Clone() { + return new NetPracticeSoloRaid(this); + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 1; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Hp" field. + public const int HpFieldNumber = 2; + private long hp_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Hp { + get { return hp_; } + set { + hp_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 3; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetPracticeSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetPracticeSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Level != other.Level) return false; + if (Hp != other.Hp) return false; + if (Damage != other.Damage) 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 (Hp != 0L) hash ^= Hp.GetHashCode(); + if (Damage != 0L) hash ^= Damage.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(8); + output.WriteInt32(Level); + } + if (Hp != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Hp); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + 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(8); + output.WriteInt32(Level); + } + if (Hp != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Hp); + } + if (Damage != 0L) { + output.WriteRawTag(24); + output.WriteInt64(Damage); + } + 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.ComputeInt32Size(Level); + } + if (Hp != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Hp); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetPracticeSoloRaid other) { + if (other == null) { + return; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Hp != 0L) { + Hp = other.Hp; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + _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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Hp = input.ReadInt64(); + break; + } + case 24: { + Damage = input.ReadInt64(); + 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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Hp = input.ReadInt64(); + break; + } + case 24: { + Damage = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/practice/getlevel + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLevelPracticeSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLevelPracticeSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1780]; } + } + + [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 ReqGetLevelPracticeSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLevelPracticeSoloRaid(ReqGetLevelPracticeSoloRaid other) : this() { + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLevelPracticeSoloRaid Clone() { + return new ReqGetLevelPracticeSoloRaid(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLevelPracticeSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLevelPracticeSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) 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 (RaidLevel != 0) hash ^= RaidLevel.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetLevelPracticeSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidLevel = 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: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLevelPracticeSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLevelPracticeSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1781]; } + } + + [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 ResGetLevelPracticeSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLevelPracticeSoloRaid(ResGetLevelPracticeSoloRaid other) : this() { + raid_ = other.raid_ != null ? other.raid_.Clone() : null; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + periodResult_ = other.periodResult_; + raidJoinCount_ = other.raidJoinCount_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLevelPracticeSoloRaid Clone() { + return new ResGetLevelPracticeSoloRaid(this); + } + + /// Field number for the "Raid" field. + public const int RaidFieldNumber = 1; + private global::EpinelPS.NetPracticeSoloRaid raid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPracticeSoloRaid Raid { + get { return raid_; } + set { + raid_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 2; + private global::EpinelPS.NetSoloRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 3; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 4; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 5; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLevelPracticeSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLevelPracticeSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Raid, other.Raid)) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (PeriodResult != other.PeriodResult) return false; + if (RaidJoinCount != other.RaidJoinCount) return false; + if (BanResult != other.BanResult) 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 (raid_ != null) hash ^= Raid.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (raid_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Raid); + } + if (joinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + if (RaidJoinCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) BanResult); + } + 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 (raid_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Raid); + } + if (joinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + if (RaidJoinCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) BanResult); + } + 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 (raid_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Raid); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLevelPracticeSoloRaid other) { + if (other == null) { + return; + } + if (other.raid_ != null) { + if (raid_ == null) { + Raid = new global::EpinelPS.NetPracticeSoloRaid(); + } + Raid.MergeFrom(other.Raid); + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (raid_ == null) { + Raid = new global::EpinelPS.NetPracticeSoloRaid(); + } + input.ReadMessage(Raid); + break; + } + case 18: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 32: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 40: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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 10: { + if (raid_ == null) { + Raid = new global::EpinelPS.NetPracticeSoloRaid(); + } + input.ReadMessage(Raid); + break; + } + case 18: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 32: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 40: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/practice/open + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqOpenSoloRaidPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqOpenSoloRaidPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1782]; } + } + + [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 ReqOpenSoloRaidPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenSoloRaidPractice(ReqOpenSoloRaidPractice other) : this() { + raidLevel_ = other.raidLevel_; + difficultyType_ = other.difficultyType_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenSoloRaidPractice Clone() { + return new ReqOpenSoloRaidPractice(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "DifficultyType" field. + public const int DifficultyTypeFieldNumber = 2; + private global::EpinelPS.SoloRaidDifficultyType difficultyType_ = global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidDifficultyType DifficultyType { + get { return difficultyType_; } + set { + difficultyType_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqOpenSoloRaidPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqOpenSoloRaidPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) return false; + if (DifficultyType != other.DifficultyType) 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 (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) hash ^= DifficultyType.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + output.WriteRawTag(16); + output.WriteEnum((int) DifficultyType); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + output.WriteRawTag(16); + output.WriteEnum((int) DifficultyType); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) DifficultyType); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqOpenSoloRaidPractice other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.DifficultyType != global::EpinelPS.SoloRaidDifficultyType.SoloRaidDifficultyTypeCommon) { + DifficultyType = other.DifficultyType; + } + _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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + DifficultyType = (global::EpinelPS.SoloRaidDifficultyType) 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: { + RaidLevel = input.ReadInt32(); + break; + } + case 16: { + DifficultyType = (global::EpinelPS.SoloRaidDifficultyType) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResOpenSoloRaidPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResOpenSoloRaidPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1783]; } + } + + [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 ResOpenSoloRaidPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenSoloRaidPractice(ResOpenSoloRaidPractice other) : this() { + periodResult_ = other.periodResult_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenSoloRaidPractice Clone() { + return new ResOpenSoloRaidPractice(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResOpenSoloRaidPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResOpenSoloRaidPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) return false; + if (BanResult != other.BanResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResOpenSoloRaidPractice other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSoloRaidPracticeDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSoloRaidPracticeDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1784]; } + } + + [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 ResSetSoloRaidPracticeDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSoloRaidPracticeDamage(ResSetSoloRaidPracticeDamage other) : this() { + raidJoinCount_ = other.raidJoinCount_; + info_ = other.info_ != null ? other.info_.Clone() : null; + status_ = other.status_; + periodResult_ = other.periodResult_; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSoloRaidPracticeDamage Clone() { + return new ResSetSoloRaidPracticeDamage(this); + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 1; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 2; + private global::EpinelPS.NetPracticeSoloRaid info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetPracticeSoloRaid Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "Status" field. + public const int StatusFieldNumber = 3; + private global::EpinelPS.SoloRaidStatus status_ = global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidStatus Status { + get { return status_; } + set { + status_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 4; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 5; + private global::EpinelPS.NetSoloRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 6; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSoloRaidPracticeDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSoloRaidPracticeDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidJoinCount != other.RaidJoinCount) return false; + if (!object.Equals(Info, other.Info)) return false; + if (Status != other.Status) return false; + if (PeriodResult != other.PeriodResult) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (BanResult != other.BanResult) 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 (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (info_ != null) hash ^= Info.GetHashCode(); + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) hash ^= Status.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (info_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + output.WriteRawTag(24); + output.WriteEnum((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) BanResult); + } + 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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (info_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + output.WriteRawTag(24); + output.WriteEnum((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) BanResult); + } + 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 (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetSoloRaidPracticeDamage other) { + if (other == null) { + return; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetPracticeSoloRaid(); + } + Info.MergeFrom(other.Info); + } + if (other.Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + Status = other.Status; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 18: { + if (info_ == null) { + Info = new global::EpinelPS.NetPracticeSoloRaid(); + } + input.ReadMessage(Info); + break; + } + case 24: { + Status = (global::EpinelPS.SoloRaidStatus) input.ReadEnum(); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 18: { + if (info_ == null) { + Info = new global::EpinelPS.NetPracticeSoloRaid(); + } + input.ReadMessage(Info); + break; + } + case 24: { + Status = (global::EpinelPS.SoloRaidStatus) input.ReadEnum(); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/practice/close + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCloseSoloRaidPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCloseSoloRaidPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1785]; } + } + + [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 ReqCloseSoloRaidPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCloseSoloRaidPractice(ReqCloseSoloRaidPractice other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCloseSoloRaidPractice Clone() { + return new ReqCloseSoloRaidPractice(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCloseSoloRaidPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCloseSoloRaidPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCloseSoloRaidPractice other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCloseSoloRaidPractice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCloseSoloRaidPractice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1786]; } + } + + [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 ResCloseSoloRaidPractice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCloseSoloRaidPractice(ResCloseSoloRaidPractice other) : this() { + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCloseSoloRaidPractice Clone() { + return new ResCloseSoloRaidPractice(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCloseSoloRaidPractice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCloseSoloRaidPractice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCloseSoloRaidPractice other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTrialSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTrialSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1787]; } + } + + [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 NetTrialSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTrialSoloRaid(NetTrialSoloRaid other) : this() { + level_ = other.level_; + damage_ = other.damage_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTrialSoloRaid Clone() { + return new NetTrialSoloRaid(this); + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 1; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 2; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTrialSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTrialSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Level != other.Level) return false; + if (Damage != other.Damage) 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 (Damage != 0L) hash ^= Damage.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(8); + output.WriteInt32(Level); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + 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(8); + output.WriteInt32(Level); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + 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.ComputeInt32Size(Level); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTrialSoloRaid other) { + if (other == null) { + return; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + _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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + 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: { + Level = input.ReadInt32(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/trial/getlevel + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetLevelTrialSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetLevelTrialSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1788]; } + } + + [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 ReqGetLevelTrialSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLevelTrialSoloRaid(ReqGetLevelTrialSoloRaid other) : this() { + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetLevelTrialSoloRaid Clone() { + return new ReqGetLevelTrialSoloRaid(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetLevelTrialSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetLevelTrialSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) 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 (RaidLevel != 0) hash ^= RaidLevel.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetLevelTrialSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidLevel = 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: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLevelTrialSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLevelTrialSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1789]; } + } + + [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 ResGetLevelTrialSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLevelTrialSoloRaid(ResGetLevelTrialSoloRaid other) : this() { + raid_ = other.raid_ != null ? other.raid_.Clone() : null; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + periodResult_ = other.periodResult_; + raidJoinCount_ = other.raidJoinCount_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLevelTrialSoloRaid Clone() { + return new ResGetLevelTrialSoloRaid(this); + } + + /// Field number for the "Raid" field. + public const int RaidFieldNumber = 1; + private global::EpinelPS.NetTrialSoloRaid raid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTrialSoloRaid Raid { + get { return raid_; } + set { + raid_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 2; + private global::EpinelPS.NetSoloRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 3; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 4; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 5; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLevelTrialSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLevelTrialSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Raid, other.Raid)) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (PeriodResult != other.PeriodResult) return false; + if (RaidJoinCount != other.RaidJoinCount) return false; + if (BanResult != other.BanResult) 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 (raid_ != null) hash ^= Raid.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (raid_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Raid); + } + if (joinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + if (RaidJoinCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) BanResult); + } + 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 (raid_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Raid); + } + if (joinData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) PeriodResult); + } + if (RaidJoinCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(40); + output.WriteEnum((int) BanResult); + } + 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 (raid_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Raid); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLevelTrialSoloRaid other) { + if (other == null) { + return; + } + if (other.raid_ != null) { + if (raid_ == null) { + Raid = new global::EpinelPS.NetTrialSoloRaid(); + } + Raid.MergeFrom(other.Raid); + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + if (raid_ == null) { + Raid = new global::EpinelPS.NetTrialSoloRaid(); + } + input.ReadMessage(Raid); + break; + } + case 18: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 32: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 40: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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 10: { + if (raid_ == null) { + Raid = new global::EpinelPS.NetTrialSoloRaid(); + } + input.ReadMessage(Raid); + break; + } + case 18: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 24: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 32: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 40: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/trial/open + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqOpenSoloRaidTrial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqOpenSoloRaidTrial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1790]; } + } + + [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 ReqOpenSoloRaidTrial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenSoloRaidTrial(ReqOpenSoloRaidTrial other) : this() { + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqOpenSoloRaidTrial Clone() { + return new ReqOpenSoloRaidTrial(this); + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 1; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqOpenSoloRaidTrial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqOpenSoloRaidTrial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidLevel != other.RaidLevel) 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 (RaidLevel != 0) hash ^= RaidLevel.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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidLevel); + } + 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 (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqOpenSoloRaidTrial other) { + if (other == null) { + return; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidLevel = 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: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResOpenSoloRaidTrial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResOpenSoloRaidTrial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1791]; } + } + + [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 ResOpenSoloRaidTrial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenSoloRaidTrial(ResOpenSoloRaidTrial other) : this() { + periodResult_ = other.periodResult_; + raidOpenCount_ = other.raidOpenCount_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenSoloRaidTrial Clone() { + return new ResOpenSoloRaidTrial(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "RaidOpenCount" field. + public const int RaidOpenCountFieldNumber = 2; + private int raidOpenCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidOpenCount { + get { return raidOpenCount_; } + set { + raidOpenCount_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 3; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResOpenSoloRaidTrial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResOpenSoloRaidTrial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) return false; + if (RaidOpenCount != other.RaidOpenCount) return false; + if (BanResult != other.BanResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (RaidOpenCount != 0) hash ^= RaidOpenCount.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (RaidOpenCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidOpenCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (RaidOpenCount != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidOpenCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(24); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (RaidOpenCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidOpenCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResOpenSoloRaidTrial other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.RaidOpenCount != 0) { + RaidOpenCount = other.RaidOpenCount; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 24: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 24: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/trial/enter + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterSoloRaidTrial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterSoloRaidTrial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1792]; } + } + + [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 ReqEnterSoloRaidTrial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSoloRaidTrial(ReqEnterSoloRaidTrial other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + team_ = other.team_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterSoloRaidTrial Clone() { + return new ReqEnterSoloRaidTrial(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqEnterSoloRaidTrial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterSoloRaidTrial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) return false; + if (Team != other.Team) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Team != 0) hash ^= Team.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterSoloRaidTrial other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Team != 0) { + Team = other.Team; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Team = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterSoloRaidTrial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterSoloRaidTrial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1793]; } + } + + [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 ResEnterSoloRaidTrial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSoloRaidTrial(ResEnterSoloRaidTrial other) : this() { + periodResult_ = other.periodResult_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterSoloRaidTrial Clone() { + return new ResEnterSoloRaidTrial(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterSoloRaidTrial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterSoloRaidTrial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) return false; + if (BanResult != other.BanResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterSoloRaidTrial other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetSoloRaidTrialDamage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetSoloRaidTrialDamage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1794]; } + } + + [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 ResSetSoloRaidTrialDamage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSoloRaidTrialDamage(ResSetSoloRaidTrialDamage other) : this() { + raidJoinCount_ = other.raidJoinCount_; + info_ = other.info_ != null ? other.info_.Clone() : null; + status_ = other.status_; + periodResult_ = other.periodResult_; + joinData_ = other.joinData_ != null ? other.joinData_.Clone() : null; + banResult_ = other.banResult_; + user_ = other.user_ != null ? other.user_.Clone() : null; + totalUserCount_ = other.totalUserCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetSoloRaidTrialDamage Clone() { + return new ResSetSoloRaidTrialDamage(this); + } + + /// Field number for the "RaidJoinCount" field. + public const int RaidJoinCountFieldNumber = 1; + private int raidJoinCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidJoinCount { + get { return raidJoinCount_; } + set { + raidJoinCount_ = value; + } + } + + /// Field number for the "Info" field. + public const int InfoFieldNumber = 2; + private global::EpinelPS.NetTrialSoloRaid info_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTrialSoloRaid Info { + get { return info_; } + set { + info_ = value; + } + } + + /// Field number for the "Status" field. + public const int StatusFieldNumber = 3; + private global::EpinelPS.SoloRaidStatus status_ = global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidStatus Status { + get { return status_; } + set { + status_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 4; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "JoinData" field. + public const int JoinDataFieldNumber = 5; + private global::EpinelPS.NetSoloRaidJoinData joinData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidJoinData JoinData { + get { return joinData_; } + set { + joinData_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 6; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 7; + private global::EpinelPS.NetSoloRaidRankingData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidRankingData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "TotalUserCount" field. + public const int TotalUserCountFieldNumber = 8; + private long totalUserCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TotalUserCount { + get { return totalUserCount_; } + set { + totalUserCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetSoloRaidTrialDamage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetSoloRaidTrialDamage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidJoinCount != other.RaidJoinCount) return false; + if (!object.Equals(Info, other.Info)) return false; + if (Status != other.Status) return false; + if (PeriodResult != other.PeriodResult) return false; + if (!object.Equals(JoinData, other.JoinData)) return false; + if (BanResult != other.BanResult) return false; + if (!object.Equals(User, other.User)) return false; + if (TotalUserCount != other.TotalUserCount) 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 (RaidJoinCount != 0) hash ^= RaidJoinCount.GetHashCode(); + if (info_ != null) hash ^= Info.GetHashCode(); + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) hash ^= Status.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (joinData_ != null) hash ^= JoinData.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (TotalUserCount != 0L) hash ^= TotalUserCount.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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (info_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + output.WriteRawTag(24); + output.WriteEnum((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) BanResult); + } + if (user_ != null) { + output.WriteRawTag(58); + output.WriteMessage(User); + } + if (TotalUserCount != 0L) { + output.WriteRawTag(64); + output.WriteInt64(TotalUserCount); + } + 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 (RaidJoinCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidJoinCount); + } + if (info_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + output.WriteRawTag(24); + output.WriteEnum((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) PeriodResult); + } + if (joinData_ != null) { + output.WriteRawTag(42); + output.WriteMessage(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(48); + output.WriteEnum((int) BanResult); + } + if (user_ != null) { + output.WriteRawTag(58); + output.WriteMessage(User); + } + if (TotalUserCount != 0L) { + output.WriteRawTag(64); + output.WriteInt64(TotalUserCount); + } + 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 (RaidJoinCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidJoinCount); + } + if (info_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Info); + } + if (Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (joinData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(JoinData); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (TotalUserCount != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TotalUserCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetSoloRaidTrialDamage other) { + if (other == null) { + return; + } + if (other.RaidJoinCount != 0) { + RaidJoinCount = other.RaidJoinCount; + } + if (other.info_ != null) { + if (info_ == null) { + Info = new global::EpinelPS.NetTrialSoloRaid(); + } + Info.MergeFrom(other.Info); + } + if (other.Status != global::EpinelPS.SoloRaidStatus.SoloRaidStatusAlive) { + Status = other.Status; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.joinData_ != null) { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + JoinData.MergeFrom(other.JoinData); + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetSoloRaidRankingData(); + } + User.MergeFrom(other.User); + } + if (other.TotalUserCount != 0L) { + TotalUserCount = other.TotalUserCount; + } + _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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 18: { + if (info_ == null) { + Info = new global::EpinelPS.NetTrialSoloRaid(); + } + input.ReadMessage(Info); + break; + } + case 24: { + Status = (global::EpinelPS.SoloRaidStatus) input.ReadEnum(); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + case 58: { + if (user_ == null) { + User = new global::EpinelPS.NetSoloRaidRankingData(); + } + input.ReadMessage(User); + break; + } + case 64: { + TotalUserCount = input.ReadInt64(); + 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: { + RaidJoinCount = input.ReadInt32(); + break; + } + case 18: { + if (info_ == null) { + Info = new global::EpinelPS.NetTrialSoloRaid(); + } + input.ReadMessage(Info); + break; + } + case 24: { + Status = (global::EpinelPS.SoloRaidStatus) input.ReadEnum(); + break; + } + case 32: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 42: { + if (joinData_ == null) { + JoinData = new global::EpinelPS.NetSoloRaidJoinData(); + } + input.ReadMessage(JoinData); + break; + } + case 48: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + case 58: { + if (user_ == null) { + User = new global::EpinelPS.NetSoloRaidRankingData(); + } + input.ReadMessage(User); + break; + } + case 64: { + TotalUserCount = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/trial/close + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCloseSoloRaidTrial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCloseSoloRaidTrial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1795]; } + } + + [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 ReqCloseSoloRaidTrial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCloseSoloRaidTrial(ReqCloseSoloRaidTrial other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCloseSoloRaidTrial Clone() { + return new ReqCloseSoloRaidTrial(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCloseSoloRaidTrial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCloseSoloRaidTrial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCloseSoloRaidTrial other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCloseSoloRaidTrial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCloseSoloRaidTrial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1796]; } + } + + [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 ResCloseSoloRaidTrial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCloseSoloRaidTrial(ResCloseSoloRaidTrial other) : this() { + periodResult_ = other.periodResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCloseSoloRaidTrial Clone() { + return new ResCloseSoloRaidTrial(this); + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 1; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCloseSoloRaidTrial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCloseSoloRaidTrial other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PeriodResult != other.PeriodResult) 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(8); + output.WriteEnum((int) PeriodResult); + } + 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 (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCloseSoloRaidTrial other) { + if (other == null) { + return; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + _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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) 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: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/fastbattle + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqFastBattleSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqFastBattleSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1797]; } + } + + [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 ReqFastBattleSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastBattleSoloRaid(ReqFastBattleSoloRaid other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + team_ = other.team_; + clearCount_ = other.clearCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqFastBattleSoloRaid Clone() { + return new ReqFastBattleSoloRaid(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private int team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "ClearCount" field. + public const int ClearCountFieldNumber = 4; + private int clearCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ClearCount { + get { return clearCount_; } + set { + clearCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqFastBattleSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqFastBattleSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) return false; + if (Team != other.Team) return false; + if (ClearCount != other.ClearCount) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.GetHashCode(); + if (Team != 0) hash ^= Team.GetHashCode(); + if (ClearCount != 0) hash ^= ClearCount.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (ClearCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ClearCount); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + if (Team != 0) { + output.WriteRawTag(24); + output.WriteInt32(Team); + } + if (ClearCount != 0) { + output.WriteRawTag(32); + output.WriteInt32(ClearCount); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (Team != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Team); + } + if (ClearCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ClearCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqFastBattleSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + if (other.Team != 0) { + Team = other.Team; + } + if (other.ClearCount != 0) { + ClearCount = other.ClearCount; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 32: { + ClearCount = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + case 24: { + Team = input.ReadInt32(); + break; + } + case 32: { + ClearCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastBattleSoloRaid : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastBattleSoloRaid()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1798]; } + } + + [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 ResFastBattleSoloRaid() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastBattleSoloRaid(ResFastBattleSoloRaid other) : this() { + raidOpenCount_ = other.raidOpenCount_; + periodResult_ = other.periodResult_; + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastBattleSoloRaid Clone() { + return new ResFastBattleSoloRaid(this); + } + + /// Field number for the "RaidOpenCount" field. + public const int RaidOpenCountFieldNumber = 1; + private int raidOpenCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidOpenCount { + get { return raidOpenCount_; } + set { + raidOpenCount_ = value; + } + } + + /// Field number for the "PeriodResult" field. + public const int PeriodResultFieldNumber = 2; + private global::EpinelPS.SoloRaidPeriodResult periodResult_ = global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidPeriodResult PeriodResult { + get { return periodResult_; } + set { + periodResult_ = value; + } + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 3; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 4; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastBattleSoloRaid); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastBattleSoloRaid other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidOpenCount != other.RaidOpenCount) return false; + if (PeriodResult != other.PeriodResult) return false; + if (!object.Equals(Reward, other.Reward)) return false; + if (BanResult != other.BanResult) 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 (RaidOpenCount != 0) hash ^= RaidOpenCount.GetHashCode(); + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) hash ^= PeriodResult.GetHashCode(); + if (reward_ != null) hash ^= Reward.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 (RaidOpenCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidOpenCount); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (RaidOpenCount != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidOpenCount); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) PeriodResult); + } + if (reward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Reward); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 (RaidOpenCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidOpenCount); + } + if (PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PeriodResult); + } + if (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastBattleSoloRaid other) { + if (other == null) { + return; + } + if (other.RaidOpenCount != 0) { + RaidOpenCount = other.RaidOpenCount; + } + if (other.PeriodResult != global::EpinelPS.SoloRaidPeriodResult.SoloRaidPeriodResultSuccess) { + PeriodResult = other.PeriodResult; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 32: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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: { + RaidOpenCount = input.ReadInt32(); + break; + } + case 16: { + PeriodResult = (global::EpinelPS.SoloRaidPeriodResult) input.ReadEnum(); + break; + } + case 26: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 32: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/getlogs + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSoloRaidLogs : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSoloRaidLogs()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1799]; } + } + + [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 ReqGetSoloRaidLogs() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidLogs(ReqGetSoloRaidLogs other) : this() { + raidId_ = other.raidId_; + raidLevel_ = other.raidLevel_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidLogs Clone() { + return new ReqGetSoloRaidLogs(this); + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 1; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + /// Field number for the "RaidLevel" field. + public const int RaidLevelFieldNumber = 2; + private int raidLevel_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidLevel { + get { return raidLevel_; } + set { + raidLevel_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSoloRaidLogs); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSoloRaidLogs other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RaidId != other.RaidId) return false; + if (RaidLevel != other.RaidLevel) 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 (RaidId != 0) hash ^= RaidId.GetHashCode(); + if (RaidLevel != 0) hash ^= RaidLevel.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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + output.WriteRawTag(8); + output.WriteInt32(RaidId); + } + if (RaidLevel != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidLevel); + } + 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 (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (RaidLevel != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidLevel); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSoloRaidLogs other) { + if (other == null) { + return; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + if (other.RaidLevel != 0) { + RaidLevel = other.RaidLevel; + } + _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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = 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: { + RaidId = input.ReadInt32(); + break; + } + case 16: { + RaidLevel = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSoloRaidLogs : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSoloRaidLogs()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1800]; } + } + + [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 ResGetSoloRaidLogs() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidLogs(ResGetSoloRaidLogs other) : this() { + logs_ = other.logs_.Clone(); + banResult_ = other.banResult_; + practiceLogs_ = other.practiceLogs_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidLogs Clone() { + return new ResGetSoloRaidLogs(this); + } + + /// Field number for the "Logs" field. + public const int LogsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_logs_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSoloRaidLog.Parser); + private readonly pbc::RepeatedField logs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Logs { + get { return logs_; } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + /// Field number for the "PracticeLogs" field. + public const int PracticeLogsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_practiceLogs_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetSoloRaidLog.Parser); + private readonly pbc::RepeatedField practiceLogs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField PracticeLogs { + get { return practiceLogs_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSoloRaidLogs); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSoloRaidLogs other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!logs_.Equals(other.logs_)) return false; + if (BanResult != other.BanResult) return false; + if(!practiceLogs_.Equals(other.practiceLogs_)) 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 ^= logs_.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.GetHashCode(); + hash ^= practiceLogs_.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 + logs_.WriteTo(output, _repeated_logs_codec); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + practiceLogs_.WriteTo(output, _repeated_practiceLogs_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) { + logs_.WriteTo(ref output, _repeated_logs_codec); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + practiceLogs_.WriteTo(ref output, _repeated_practiceLogs_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 += logs_.CalculateSize(_repeated_logs_codec); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + size += practiceLogs_.CalculateSize(_repeated_practiceLogs_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSoloRaidLogs other) { + if (other == null) { + return; + } + logs_.Add(other.logs_); + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + practiceLogs_.Add(other.practiceLogs_); + _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: { + logs_.AddEntriesFrom(input, _repeated_logs_codec); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + case 26: { + practiceLogs_.AddEntriesFrom(input, _repeated_practiceLogs_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: { + logs_.AddEntriesFrom(ref input, _repeated_logs_codec); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + case 26: { + practiceLogs_.AddEntriesFrom(ref input, _repeated_practiceLogs_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSoloRaidLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSoloRaidLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1801]; } + } + + [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 NetSoloRaidLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidLog(NetSoloRaidLog other) : this() { + damage_ = other.damage_; + team_ = other.team_.Clone(); + kill_ = other.kill_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidLog Clone() { + return new NetSoloRaidLog(this); + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 1; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_team_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSoloRaidTeamCharacter.Parser); + private readonly pbc::RepeatedField team_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Team { + get { return team_; } + } + + /// Field number for the "Kill" field. + public const int KillFieldNumber = 3; + private bool kill_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Kill { + get { return kill_; } + set { + kill_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSoloRaidLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSoloRaidLog other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Damage != other.Damage) return false; + if(!team_.Equals(other.team_)) return false; + if (Kill != other.Kill) 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 (Damage != 0L) hash ^= Damage.GetHashCode(); + hash ^= team_.GetHashCode(); + if (Kill != false) hash ^= Kill.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 (Damage != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Damage); + } + team_.WriteTo(output, _repeated_team_codec); + if (Kill != false) { + output.WriteRawTag(24); + output.WriteBool(Kill); + } + 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 (Damage != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Damage); + } + team_.WriteTo(ref output, _repeated_team_codec); + if (Kill != false) { + output.WriteRawTag(24); + output.WriteBool(Kill); + } + 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 (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + size += team_.CalculateSize(_repeated_team_codec); + if (Kill != 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(NetSoloRaidLog other) { + if (other == null) { + return; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + team_.Add(other.team_); + if (other.Kill != false) { + Kill = other.Kill; + } + _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: { + Damage = input.ReadInt64(); + break; + } + case 18: { + team_.AddEntriesFrom(input, _repeated_team_codec); + break; + } + case 24: { + Kill = 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 8: { + Damage = input.ReadInt64(); + break; + } + case 18: { + team_.AddEntriesFrom(ref input, _repeated_team_codec); + break; + } + case 24: { + Kill = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSoloRaidTeamCharacter : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSoloRaidTeamCharacter()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1802]; } + } + + [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 NetSoloRaidTeamCharacter() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidTeamCharacter(NetSoloRaidTeamCharacter other) : this() { + slot_ = other.slot_; + tid_ = other.tid_; + level_ = other.level_; + combat_ = other.combat_; + costumeId_ = other.costumeId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidTeamCharacter Clone() { + return new NetSoloRaidTeamCharacter(this); + } + + /// Field number for the "Slot" field. + public const int SlotFieldNumber = 1; + private int slot_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Slot { + get { return slot_; } + set { + slot_ = value; + } + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 2; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "Level" field. + public const int LevelFieldNumber = 3; + private int level_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Level { + get { return level_; } + set { + level_ = value; + } + } + + /// Field number for the "Combat" field. + public const int CombatFieldNumber = 4; + private int combat_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Combat { + get { return combat_; } + set { + combat_ = value; + } + } + + /// Field number for the "CostumeId" field. + public const int CostumeIdFieldNumber = 5; + private int costumeId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int CostumeId { + get { return costumeId_; } + set { + costumeId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSoloRaidTeamCharacter); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSoloRaidTeamCharacter other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Slot != other.Slot) return false; + if (Tid != other.Tid) return false; + if (Level != other.Level) return false; + if (Combat != other.Combat) return false; + if (CostumeId != other.CostumeId) 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 (Slot != 0) hash ^= Slot.GetHashCode(); + if (Tid != 0) hash ^= Tid.GetHashCode(); + if (Level != 0) hash ^= Level.GetHashCode(); + if (Combat != 0) hash ^= Combat.GetHashCode(); + if (CostumeId != 0) hash ^= CostumeId.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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + if (CostumeId != 0) { + output.WriteRawTag(40); + output.WriteInt32(CostumeId); + } + 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 (Slot != 0) { + output.WriteRawTag(8); + output.WriteInt32(Slot); + } + if (Tid != 0) { + output.WriteRawTag(16); + output.WriteInt32(Tid); + } + if (Level != 0) { + output.WriteRawTag(24); + output.WriteInt32(Level); + } + if (Combat != 0) { + output.WriteRawTag(32); + output.WriteInt32(Combat); + } + if (CostumeId != 0) { + output.WriteRawTag(40); + output.WriteInt32(CostumeId); + } + 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 (Slot != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Slot); + } + if (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (Level != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Level); + } + if (Combat != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Combat); + } + if (CostumeId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(CostumeId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSoloRaidTeamCharacter other) { + if (other == null) { + return; + } + if (other.Slot != 0) { + Slot = other.Slot; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.Level != 0) { + Level = other.Level; + } + if (other.Combat != 0) { + Combat = other.Combat; + } + if (other.CostumeId != 0) { + CostumeId = other.CostumeId; + } + _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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + case 40: { + CostumeId = 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: { + Slot = input.ReadInt32(); + break; + } + case 16: { + Tid = input.ReadInt32(); + break; + } + case 24: { + Level = input.ReadInt32(); + break; + } + case 32: { + Combat = input.ReadInt32(); + break; + } + case 40: { + CostumeId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/getranking + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSoloRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSoloRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1803]; } + } + + [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 ReqGetSoloRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidRanking(ReqGetSoloRaidRanking other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidRanking Clone() { + return new ReqGetSoloRaidRanking(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSoloRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSoloRaidRanking 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(ReqGetSoloRaidRanking 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSoloRaidRanking : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSoloRaidRanking()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1804]; } + } + + [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 ResGetSoloRaidRanking() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidRanking(ResGetSoloRaidRanking other) : this() { + rankings_ = other.rankings_.Clone(); + user_ = other.user_ != null ? other.user_.Clone() : null; + totalUserCount_ = other.totalUserCount_; + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidRanking Clone() { + return new ResGetSoloRaidRanking(this); + } + + /// Field number for the "Rankings" field. + public const int RankingsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_rankings_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSoloRaidRankingData.Parser); + private readonly pbc::RepeatedField rankings_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Rankings { + get { return rankings_; } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 2; + private global::EpinelPS.NetSoloRaidRankingData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidRankingData User { + get { return user_; } + set { + user_ = value; + } + } + + /// Field number for the "TotalUserCount" field. + public const int TotalUserCountFieldNumber = 3; + private long totalUserCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TotalUserCount { + get { return totalUserCount_; } + set { + totalUserCount_ = value; + } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 4; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSoloRaidRanking); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSoloRaidRanking other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!rankings_.Equals(other.rankings_)) return false; + if (!object.Equals(User, other.User)) return false; + if (TotalUserCount != other.TotalUserCount) return false; + if (BanResult != other.BanResult) 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 ^= rankings_.GetHashCode(); + if (user_ != null) hash ^= User.GetHashCode(); + if (TotalUserCount != 0L) hash ^= TotalUserCount.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 + rankings_.WriteTo(output, _repeated_rankings_codec); + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (TotalUserCount != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TotalUserCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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) { + rankings_.WriteTo(ref output, _repeated_rankings_codec); + if (user_ != null) { + output.WriteRawTag(18); + output.WriteMessage(User); + } + if (TotalUserCount != 0L) { + output.WriteRawTag(24); + output.WriteInt64(TotalUserCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(32); + output.WriteEnum((int) BanResult); + } + 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 += rankings_.CalculateSize(_repeated_rankings_codec); + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (TotalUserCount != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TotalUserCount); + } + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSoloRaidRanking other) { + if (other == null) { + return; + } + rankings_.Add(other.rankings_); + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetSoloRaidRankingData(); + } + User.MergeFrom(other.User); + } + if (other.TotalUserCount != 0L) { + TotalUserCount = other.TotalUserCount; + } + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + rankings_.AddEntriesFrom(input, _repeated_rankings_codec); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetSoloRaidRankingData(); + } + input.ReadMessage(User); + break; + } + case 24: { + TotalUserCount = input.ReadInt64(); + break; + } + case 32: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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 10: { + rankings_.AddEntriesFrom(ref input, _repeated_rankings_codec); + break; + } + case 18: { + if (user_ == null) { + User = new global::EpinelPS.NetSoloRaidRankingData(); + } + input.ReadMessage(User); + break; + } + case 24: { + TotalUserCount = input.ReadInt64(); + break; + } + case 32: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSoloRaidRankingData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSoloRaidRankingData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1805]; } + } + + [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 NetSoloRaidRankingData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidRankingData(NetSoloRaidRankingData other) : this() { + ranking_ = other.ranking_; + damage_ = other.damage_; + user_ = other.user_ != null ? other.user_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSoloRaidRankingData Clone() { + return new NetSoloRaidRankingData(this); + } + + /// Field number for the "Ranking" field. + public const int RankingFieldNumber = 1; + private long ranking_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Ranking { + get { return ranking_; } + set { + ranking_ = value; + } + } + + /// Field number for the "Damage" field. + public const int DamageFieldNumber = 2; + private long damage_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Damage { + get { return damage_; } + set { + damage_ = value; + } + } + + /// Field number for the "User" field. + public const int UserFieldNumber = 3; + private global::EpinelPS.NetWholeUserData user_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetWholeUserData User { + get { return user_; } + set { + user_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSoloRaidRankingData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSoloRaidRankingData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Ranking != other.Ranking) return false; + if (Damage != other.Damage) return false; + if (!object.Equals(User, other.User)) 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 (Ranking != 0L) hash ^= Ranking.GetHashCode(); + if (Damage != 0L) hash ^= Damage.GetHashCode(); + if (user_ != null) hash ^= User.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 (Ranking != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Ranking); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Ranking != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Ranking); + } + if (Damage != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Damage); + } + if (user_ != null) { + output.WriteRawTag(26); + output.WriteMessage(User); + } + 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 (Ranking != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Ranking); + } + if (Damage != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Damage); + } + if (user_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(User); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSoloRaidRankingData other) { + if (other == null) { + return; + } + if (other.Ranking != 0L) { + Ranking = other.Ranking; + } + if (other.Damage != 0L) { + Damage = other.Damage; + } + if (other.user_ != null) { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + User.MergeFrom(other.User); + } + _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: { + Ranking = input.ReadInt64(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + 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: { + Ranking = input.ReadInt64(); + break; + } + case 16: { + Damage = input.ReadInt64(); + break; + } + case 26: { + if (user_ == null) { + User = new global::EpinelPS.NetWholeUserData(); + } + input.ReadMessage(User); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/getperiod + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSoloRaidPeriod : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSoloRaidPeriod()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1806]; } + } + + [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 ReqGetSoloRaidPeriod() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidPeriod(ReqGetSoloRaidPeriod other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidPeriod Clone() { + return new ReqGetSoloRaidPeriod(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSoloRaidPeriod); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSoloRaidPeriod 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(ReqGetSoloRaidPeriod 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSoloRaidPeriod : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSoloRaidPeriod()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1807]; } + } + + [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 ResGetSoloRaidPeriod() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidPeriod(ResGetSoloRaidPeriod other) : this() { + period_ = other.period_ != null ? other.period_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidPeriod Clone() { + return new ResGetSoloRaidPeriod(this); + } + + /// Field number for the "Period" field. + public const int PeriodFieldNumber = 1; + private global::EpinelPS.NetSoloRaidPeriodData period_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSoloRaidPeriodData Period { + get { return period_; } + set { + period_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSoloRaidPeriod); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSoloRaidPeriod other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Period, other.Period)) 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 (period_ != null) hash ^= Period.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 (period_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Period); + } + 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 (period_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Period); + } + 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 (period_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Period); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSoloRaidPeriod other) { + if (other == null) { + return; + } + if (other.period_ != null) { + if (period_ == null) { + Period = new global::EpinelPS.NetSoloRaidPeriodData(); + } + Period.MergeFrom(other.Period); + } + _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: { + if (period_ == null) { + Period = new global::EpinelPS.NetSoloRaidPeriodData(); + } + input.ReadMessage(Period); + 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: { + if (period_ == null) { + Period = new global::EpinelPS.NetSoloRaidPeriodData(); + } + input.ReadMessage(Period); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /soloraid/getrankersquad + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSoloRaidRankerSquad : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSoloRaidRankerSquad()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1808]; } + } + + [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 ReqGetSoloRaidRankerSquad() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidRankerSquad(ReqGetSoloRaidRankerSquad other) : this() { + targetUsn_ = other.targetUsn_; + raidId_ = other.raidId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSoloRaidRankerSquad Clone() { + return new ReqGetSoloRaidRankerSquad(this); + } + + /// Field number for the "TargetUsn" field. + public const int TargetUsnFieldNumber = 1; + private long targetUsn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long TargetUsn { + get { return targetUsn_; } + set { + targetUsn_ = value; + } + } + + /// Field number for the "RaidId" field. + public const int RaidIdFieldNumber = 2; + private int raidId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RaidId { + get { return raidId_; } + set { + raidId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqGetSoloRaidRankerSquad); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSoloRaidRankerSquad other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TargetUsn != other.TargetUsn) return false; + if (RaidId != other.RaidId) 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 (TargetUsn != 0L) hash ^= TargetUsn.GetHashCode(); + if (RaidId != 0) hash ^= RaidId.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 (TargetUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(TargetUsn); + } + if (RaidId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidId); + } + 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 (TargetUsn != 0L) { + output.WriteRawTag(8); + output.WriteInt64(TargetUsn); + } + if (RaidId != 0) { + output.WriteRawTag(16); + output.WriteInt32(RaidId); + } + 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 (TargetUsn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(TargetUsn); + } + if (RaidId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RaidId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSoloRaidRankerSquad other) { + if (other == null) { + return; + } + if (other.TargetUsn != 0L) { + TargetUsn = other.TargetUsn; + } + if (other.RaidId != 0) { + RaidId = other.RaidId; + } + _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: { + TargetUsn = input.ReadInt64(); + break; + } + case 16: { + RaidId = 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: { + TargetUsn = input.ReadInt64(); + break; + } + case 16: { + RaidId = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSoloRaidRankerSquad : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSoloRaidRankerSquad()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1809]; } + } + + [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 ResGetSoloRaidRankerSquad() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidRankerSquad(ResGetSoloRaidRankerSquad other) : this() { + logs_ = other.logs_.Clone(); + banResult_ = other.banResult_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSoloRaidRankerSquad Clone() { + return new ResGetSoloRaidRankerSquad(this); + } + + /// Field number for the "Logs" field. + public const int LogsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_logs_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSoloRaidLog.Parser); + private readonly pbc::RepeatedField logs_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Logs { + get { return logs_; } + } + + /// Field number for the "BanResult" field. + public const int BanResultFieldNumber = 2; + private global::EpinelPS.SoloRaidBanResult banResult_ = global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.SoloRaidBanResult BanResult { + get { return banResult_; } + set { + banResult_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSoloRaidRankerSquad); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSoloRaidRankerSquad other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!logs_.Equals(other.logs_)) return false; + if (BanResult != other.BanResult) 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 ^= logs_.GetHashCode(); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) hash ^= BanResult.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 + logs_.WriteTo(output, _repeated_logs_codec); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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) { + logs_.WriteTo(ref output, _repeated_logs_codec); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + output.WriteRawTag(16); + output.WriteEnum((int) BanResult); + } + 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 += logs_.CalculateSize(_repeated_logs_codec); + if (BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BanResult); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSoloRaidRankerSquad other) { + if (other == null) { + return; + } + logs_.Add(other.logs_); + if (other.BanResult != global::EpinelPS.SoloRaidBanResult.SoloRaidBanResultSuccess) { + BanResult = other.BanResult; + } + _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: { + logs_.AddEntriesFrom(input, _repeated_logs_codec); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) 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 10: { + logs_.AddEntriesFrom(ref input, _repeated_logs_codec); + break; + } + case 16: { + BanResult = (global::EpinelPS.SoloRaidBanResult) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLostSectorFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLostSectorFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1810]; } + } + + [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 NetLostSectorFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLostSectorFieldObject(NetLostSectorFieldObject other) : this() { + actionAt_ = other.actionAt_; + type_ = other.type_; + positionId_ = other.positionId_; + json_ = other.json_; + teamPosition_ = other.teamPosition_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLostSectorFieldObject Clone() { + return new NetLostSectorFieldObject(this); + } + + /// Field number for the "ActionAt" field. + public const int ActionAtFieldNumber = 1; + private long actionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ActionAt { + get { return actionAt_; } + set { + actionAt_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "PositionId" field. + public const int PositionIdFieldNumber = 3; + private string positionId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string PositionId { + get { return positionId_; } + set { + positionId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 4; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "TeamPosition" field. + public const int TeamPositionFieldNumber = 5; + private static readonly pb::FieldCodec _repeated_teamPosition_codec + = pb::FieldCodec.ForMessage(42, global::EpinelPS.NetLostSectorTeamPosition.Parser); + private readonly pbc::RepeatedField teamPosition_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamPosition { + get { return teamPosition_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLostSectorFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLostSectorFieldObject other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ActionAt != other.ActionAt) return false; + if (Type != other.Type) return false; + if (PositionId != other.PositionId) return false; + if (Json != other.Json) return false; + if(!teamPosition_.Equals(other.teamPosition_)) 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 (ActionAt != 0L) hash ^= ActionAt.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (PositionId.Length != 0) hash ^= PositionId.GetHashCode(); + if (Json.Length != 0) hash ^= Json.GetHashCode(); + hash ^= teamPosition_.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 (ActionAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(ActionAt); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (PositionId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(PositionId); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + teamPosition_.WriteTo(output, _repeated_teamPosition_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 (ActionAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(ActionAt); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (PositionId.Length != 0) { + output.WriteRawTag(26); + output.WriteString(PositionId); + } + if (Json.Length != 0) { + output.WriteRawTag(34); + output.WriteString(Json); + } + teamPosition_.WriteTo(ref output, _repeated_teamPosition_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 (ActionAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ActionAt); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (PositionId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(PositionId); + } + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + size += teamPosition_.CalculateSize(_repeated_teamPosition_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetLostSectorFieldObject other) { + if (other == null) { + return; + } + if (other.ActionAt != 0L) { + ActionAt = other.ActionAt; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.PositionId.Length != 0) { + PositionId = other.PositionId; + } + if (other.Json.Length != 0) { + Json = other.Json; + } + teamPosition_.Add(other.teamPosition_); + _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: { + ActionAt = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + PositionId = input.ReadString(); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 42: { + teamPosition_.AddEntriesFrom(input, _repeated_teamPosition_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: { + ActionAt = input.ReadInt64(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + PositionId = input.ReadString(); + break; + } + case 34: { + Json = input.ReadString(); + break; + } + case 42: { + teamPosition_.AddEntriesFrom(ref input, _repeated_teamPosition_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTowerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTowerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1811]; } + } + + [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 NetTowerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerData(NetTowerData other) : this() { + type_ = other.type_; + floor_ = other.floor_; + remainCount_ = other.remainCount_; + schedules_ = other.schedules_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTowerData Clone() { + return new NetTowerData(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 1; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Floor" field. + public const int FloorFieldNumber = 2; + private int floor_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Floor { + get { return floor_; } + set { + floor_ = value; + } + } + + /// Field number for the "RemainCount" field. + public const int RemainCountFieldNumber = 3; + private int remainCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int RemainCount { + get { return remainCount_; } + set { + remainCount_ = value; + } + } + + /// Field number for the "Schedules" field. + public const int SchedulesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_schedules_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetSchedule.Parser); + private readonly pbc::RepeatedField schedules_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Schedules { + get { return schedules_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTowerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTowerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if (Floor != other.Floor) return false; + if (RemainCount != other.RemainCount) return false; + if(!schedules_.Equals(other.schedules_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + if (Floor != 0) hash ^= Floor.GetHashCode(); + if (RemainCount != 0) hash ^= RemainCount.GetHashCode(); + hash ^= schedules_.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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Floor != 0) { + output.WriteRawTag(16); + output.WriteInt32(Floor); + } + if (RemainCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(RemainCount); + } + schedules_.WriteTo(output, _repeated_schedules_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 (Type != 0) { + output.WriteRawTag(8); + output.WriteInt32(Type); + } + if (Floor != 0) { + output.WriteRawTag(16); + output.WriteInt32(Floor); + } + if (RemainCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(RemainCount); + } + schedules_.WriteTo(ref output, _repeated_schedules_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (Floor != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Floor); + } + if (RemainCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(RemainCount); + } + size += schedules_.CalculateSize(_repeated_schedules_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTowerData other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.Floor != 0) { + Floor = other.Floor; + } + if (other.RemainCount != 0) { + RemainCount = other.RemainCount; + } + schedules_.Add(other.schedules_); + _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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Floor = input.ReadInt32(); + break; + } + case 24: { + RemainCount = input.ReadInt32(); + break; + } + case 34: { + schedules_.AddEntriesFrom(input, _repeated_schedules_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: { + Type = input.ReadInt32(); + break; + } + case 16: { + Floor = input.ReadInt32(); + break; + } + case 24: { + RemainCount = input.ReadInt32(); + break; + } + case 34: { + schedules_.AddEntriesFrom(ref input, _repeated_schedules_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLostSectorTeamPosition : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLostSectorTeamPosition()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1812]; } + } + + [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 NetLostSectorTeamPosition() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLostSectorTeamPosition(NetLostSectorTeamPosition other) : this() { + teamNumber_ = other.teamNumber_; + type_ = other.type_; + position_ = other.position_ != null ? other.position_.Clone() : null; + actionAt_ = other.actionAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLostSectorTeamPosition Clone() { + return new NetLostSectorTeamPosition(this); + } + + /// Field number for the "TeamNumber" field. + public const int TeamNumberFieldNumber = 1; + private int teamNumber_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamNumber { + get { return teamNumber_; } + set { + teamNumber_ = value; + } + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Position" field. + public const int PositionFieldNumber = 3; + private global::EpinelPS.NetVector3 position_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetVector3 Position { + get { return position_; } + set { + position_ = value; + } + } + + /// Field number for the "ActionAt" field. + public const int ActionAtFieldNumber = 4; + private long actionAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long ActionAt { + get { return actionAt_; } + set { + actionAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLostSectorTeamPosition); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLostSectorTeamPosition other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TeamNumber != other.TeamNumber) return false; + if (Type != other.Type) return false; + if (!object.Equals(Position, other.Position)) return false; + if (ActionAt != other.ActionAt) 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 (TeamNumber != 0) hash ^= TeamNumber.GetHashCode(); + if (Type != 0) hash ^= Type.GetHashCode(); + if (position_ != null) hash ^= Position.GetHashCode(); + if (ActionAt != 0L) hash ^= ActionAt.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 (TeamNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamNumber); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (position_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Position); + } + if (ActionAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(ActionAt); + } + 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 (TeamNumber != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamNumber); + } + if (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + if (position_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Position); + } + if (ActionAt != 0L) { + output.WriteRawTag(32); + output.WriteInt64(ActionAt); + } + 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 (TeamNumber != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamNumber); + } + if (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + if (position_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Position); + } + if (ActionAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(ActionAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetLostSectorTeamPosition other) { + if (other == null) { + return; + } + if (other.TeamNumber != 0) { + TeamNumber = other.TeamNumber; + } + if (other.Type != 0) { + Type = other.Type; + } + if (other.position_ != null) { + if (position_ == null) { + Position = new global::EpinelPS.NetVector3(); + } + Position.MergeFrom(other.Position); + } + if (other.ActionAt != 0L) { + ActionAt = other.ActionAt; + } + _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: { + TeamNumber = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (position_ == null) { + Position = new global::EpinelPS.NetVector3(); + } + input.ReadMessage(Position); + break; + } + case 32: { + ActionAt = input.ReadInt64(); + 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: { + TeamNumber = input.ReadInt32(); + break; + } + case 16: { + Type = input.ReadInt32(); + break; + } + case 26: { + if (position_ == null) { + Position = new global::EpinelPS.NetVector3(); + } + input.ReadMessage(Position); + break; + } + case 32: { + ActionAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetStageData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetStageData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1813]; } + } + + [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 ResGetStageData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetStageData(ResGetStageData other) : this() { + field_ = other.field_ != null ? other.field_.Clone() : null; + hasChapterBossEntered_ = other.hasChapterBossEntered_; + squadData_ = other.squadData_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetStageData Clone() { + return new ResGetStageData(this); + } + + /// Field number for the "Field" field. + public const int FieldFieldNumber = 2; + private global::EpinelPS.NetFieldObjectData field_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFieldObjectData Field { + get { return field_; } + set { + field_ = value; + } + } + + /// Field number for the "HasChapterBossEntered" field. + public const int HasChapterBossEnteredFieldNumber = 3; + private bool hasChapterBossEntered_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasChapterBossEntered { + get { return hasChapterBossEntered_; } + set { + hasChapterBossEntered_ = value; + } + } + + /// Field number for the "SquadData" field. + public const int SquadDataFieldNumber = 4; + private string squadData_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string SquadData { + get { return squadData_; } + set { + squadData_ = 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 ResGetStageData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetStageData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Field, other.Field)) return false; + if (HasChapterBossEntered != other.HasChapterBossEntered) return false; + if (SquadData != other.SquadData) 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 (field_ != null) hash ^= Field.GetHashCode(); + if (HasChapterBossEntered != false) hash ^= HasChapterBossEntered.GetHashCode(); + if (SquadData.Length != 0) hash ^= SquadData.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 (field_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Field); + } + if (HasChapterBossEntered != false) { + output.WriteRawTag(24); + output.WriteBool(HasChapterBossEntered); + } + if (SquadData.Length != 0) { + output.WriteRawTag(34); + output.WriteString(SquadData); + } + 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 (field_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Field); + } + if (HasChapterBossEntered != false) { + output.WriteRawTag(24); + output.WriteBool(HasChapterBossEntered); + } + if (SquadData.Length != 0) { + output.WriteRawTag(34); + output.WriteString(SquadData); + } + 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 (field_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Field); + } + if (HasChapterBossEntered != false) { + size += 1 + 1; + } + if (SquadData.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(SquadData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetStageData other) { + if (other == null) { + return; + } + if (other.field_ != null) { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + Field.MergeFrom(other.Field); + } + if (other.HasChapterBossEntered != false) { + HasChapterBossEntered = other.HasChapterBossEntered; + } + if (other.SquadData.Length != 0) { + SquadData = other.SquadData; + } + _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 (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 24: { + HasChapterBossEntered = input.ReadBool(); + break; + } + case 34: { + SquadData = 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 18: { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 24: { + HasChapterBossEntered = input.ReadBool(); + break; + } + case 34: { + SquadData = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1814]; } + } + + [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 ResEnterStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterStage(ResEnterStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterStage Clone() { + return new ResEnterStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterStage 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(ResEnterStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1815]; } + } + + [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 ResClearStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearStage(ResClearStage other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + outpostBattle_ = other.outpostBattle_ != null ? other.outpostBattle_.Clone() : null; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + outpostBattleLevelReward_ = other.outpostBattleLevelReward_ != null ? other.outpostBattleLevelReward_.Clone() : null; + stageClearReward_ = other.stageClearReward_ != null ? other.stageClearReward_.Clone() : null; + scenarioReward_ = other.scenarioReward_ != null ? other.scenarioReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearStage Clone() { + return new ResClearStage(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "OutpostBattle" field. + public const int OutpostBattleFieldNumber = 4; + private global::EpinelPS.NetOutpostBattleLevel outpostBattle_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetOutpostBattleLevel OutpostBattle { + get { return outpostBattle_; } + set { + outpostBattle_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 5; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + /// Field number for the "OutpostBattleLevelReward" field. + public const int OutpostBattleLevelRewardFieldNumber = 6; + private global::EpinelPS.NetRewardData outpostBattleLevelReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData OutpostBattleLevelReward { + get { return outpostBattleLevelReward_; } + set { + outpostBattleLevelReward_ = value; + } + } + + /// Field number for the "StageClearReward" field. + public const int StageClearRewardFieldNumber = 7; + private global::EpinelPS.NetRewardData stageClearReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData StageClearReward { + get { return stageClearReward_; } + set { + stageClearReward_ = value; + } + } + + /// Field number for the "ScenarioReward" field. + public const int ScenarioRewardFieldNumber = 8; + private global::EpinelPS.NetRewardData scenarioReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData ScenarioReward { + get { return scenarioReward_; } + set { + scenarioReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearStage other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(OutpostBattle, other.OutpostBattle)) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) return false; + if (!object.Equals(OutpostBattleLevelReward, other.OutpostBattleLevelReward)) return false; + if (!object.Equals(StageClearReward, other.StageClearReward)) return false; + if (!object.Equals(ScenarioReward, other.ScenarioReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (outpostBattle_ != null) hash ^= OutpostBattle.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.GetHashCode(); + if (outpostBattleLevelReward_ != null) hash ^= OutpostBattleLevelReward.GetHashCode(); + if (stageClearReward_ != null) hash ^= StageClearReward.GetHashCode(); + if (scenarioReward_ != null) hash ^= ScenarioReward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (outpostBattle_ != null) { + output.WriteRawTag(34); + output.WriteMessage(OutpostBattle); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(UserLevelUpReward); + } + if (outpostBattleLevelReward_ != null) { + output.WriteRawTag(50); + output.WriteMessage(OutpostBattleLevelReward); + } + if (stageClearReward_ != null) { + output.WriteRawTag(58); + output.WriteMessage(StageClearReward); + } + if (scenarioReward_ != null) { + output.WriteRawTag(66); + output.WriteMessage(ScenarioReward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (outpostBattle_ != null) { + output.WriteRawTag(34); + output.WriteMessage(OutpostBattle); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(42); + output.WriteMessage(UserLevelUpReward); + } + if (outpostBattleLevelReward_ != null) { + output.WriteRawTag(50); + output.WriteMessage(OutpostBattleLevelReward); + } + if (stageClearReward_ != null) { + output.WriteRawTag(58); + output.WriteMessage(StageClearReward); + } + if (scenarioReward_ != null) { + output.WriteRawTag(66); + output.WriteMessage(ScenarioReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (outpostBattle_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattle); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (outpostBattleLevelReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(OutpostBattleLevelReward); + } + if (stageClearReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(StageClearReward); + } + if (scenarioReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ScenarioReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearStage other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.outpostBattle_ != null) { + if (outpostBattle_ == null) { + OutpostBattle = new global::EpinelPS.NetOutpostBattleLevel(); + } + OutpostBattle.MergeFrom(other.OutpostBattle); + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + if (other.outpostBattleLevelReward_ != null) { + if (outpostBattleLevelReward_ == null) { + OutpostBattleLevelReward = new global::EpinelPS.NetRewardData(); + } + OutpostBattleLevelReward.MergeFrom(other.OutpostBattleLevelReward); + } + if (other.stageClearReward_ != null) { + if (stageClearReward_ == null) { + StageClearReward = new global::EpinelPS.NetRewardData(); + } + StageClearReward.MergeFrom(other.StageClearReward); + } + if (other.scenarioReward_ != null) { + if (scenarioReward_ == null) { + ScenarioReward = new global::EpinelPS.NetRewardData(); + } + ScenarioReward.MergeFrom(other.ScenarioReward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 34: { + if (outpostBattle_ == null) { + OutpostBattle = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattle); + break; + } + case 42: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 50: { + if (outpostBattleLevelReward_ == null) { + OutpostBattleLevelReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(OutpostBattleLevelReward); + break; + } + case 58: { + if (stageClearReward_ == null) { + StageClearReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(StageClearReward); + break; + } + case 66: { + if (scenarioReward_ == null) { + ScenarioReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(ScenarioReward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 34: { + if (outpostBattle_ == null) { + OutpostBattle = new global::EpinelPS.NetOutpostBattleLevel(); + } + input.ReadMessage(OutpostBattle); + break; + } + case 42: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + case 50: { + if (outpostBattleLevelReward_ == null) { + OutpostBattleLevelReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(OutpostBattleLevelReward); + break; + } + case 58: { + if (stageClearReward_ == null) { + StageClearReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(StageClearReward); + break; + } + case 66: { + if (scenarioReward_ == null) { + ScenarioReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(ScenarioReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetTowerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetTowerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1816]; } + } + + [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 ResGetTowerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTowerData(ResGetTowerData other) : this() { + data_ = other.data_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTowerData Clone() { + return new ResGetTowerData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_data_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTowerData.Parser); + private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Data { + get { return data_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetTowerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetTowerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!data_.Equals(other.data_)) 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 ^= data_.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 + data_.WriteTo(output, _repeated_data_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) { + data_.WriteTo(ref output, _repeated_data_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 += data_.CalculateSize(_repeated_data_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetTowerData other) { + if (other == null) { + return; + } + data_.Add(other.data_); + _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: { + data_.AddEntriesFrom(input, _repeated_data_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 18: { + data_.AddEntriesFrom(ref input, _repeated_data_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1817]; } + } + + [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 ResEnterTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterTower(ResEnterTower other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterTower Clone() { + return new ResEnterTower(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterTower 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(ResEnterTower 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1818]; } + } + + [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 ResClearTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTower(ResClearTower other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + userLevelUpReward_ = other.userLevelUpReward_ != null ? other.userLevelUpReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTower Clone() { + return new ResClearTower(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "UserLevelUpReward" field. + public const int UserLevelUpRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData userLevelUpReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData UserLevelUpReward { + get { return userLevelUpReward_; } + set { + userLevelUpReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearTower other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(UserLevelUpReward, other.UserLevelUpReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (userLevelUpReward_ != null) hash ^= UserLevelUpReward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(UserLevelUpReward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (userLevelUpReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(UserLevelUpReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (userLevelUpReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(UserLevelUpReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResClearTower other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.userLevelUpReward_ != null) { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + UserLevelUpReward.MergeFrom(other.UserLevelUpReward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (userLevelUpReward_ == null) { + UserLevelUpReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(UserLevelUpReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearTower : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearTower()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1819]; } + } + + [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 ResFastClearTower() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearTower(ResFastClearTower other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + data_ = other.data_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearTower Clone() { + return new ResFastClearTower(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_data_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetTowerData.Parser); + private readonly pbc::RepeatedField data_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Data { + get { return data_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearTower); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearTower other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if(!data_.Equals(other.data_)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + hash ^= data_.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + data_.WriteTo(output, _repeated_data_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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + data_.WriteTo(ref output, _repeated_data_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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + size += data_.CalculateSize(_repeated_data_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResFastClearTower other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + data_.Add(other.data_); + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + data_.AddEntriesFrom(input, _repeated_data_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 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + data_.AddEntriesFrom(ref input, _repeated_data_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLostSectorData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLostSectorData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1820]; } + } + + [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 ResGetLostSectorData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLostSectorData(ResGetLostSectorData other) : this() { + lostSector_ = other.lostSector_.Clone(); + lastEnterSectorId_ = other.lastEnterSectorId_; + clearStages_ = other.clearStages_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLostSectorData Clone() { + return new ResGetLostSectorData(this); + } + + /// Field number for the "LostSector" field. + public const int LostSectorFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_lostSector_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserLostSectorData.Parser); + private readonly pbc::RepeatedField lostSector_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField LostSector { + get { return lostSector_; } + } + + /// Field number for the "LastEnterSectorId" field. + public const int LastEnterSectorIdFieldNumber = 3; + private int lastEnterSectorId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int LastEnterSectorId { + get { return lastEnterSectorId_; } + set { + lastEnterSectorId_ = value; + } + } + + /// Field number for the "ClearStages" field. + public const int ClearStagesFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_clearStages_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetFieldStageData.Parser); + private readonly pbc::RepeatedField clearStages_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearStages { + get { return clearStages_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLostSectorData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLostSectorData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!lostSector_.Equals(other.lostSector_)) return false; + if (LastEnterSectorId != other.LastEnterSectorId) return false; + if(!clearStages_.Equals(other.clearStages_)) 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 ^= lostSector_.GetHashCode(); + if (LastEnterSectorId != 0) hash ^= LastEnterSectorId.GetHashCode(); + hash ^= clearStages_.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 + lostSector_.WriteTo(output, _repeated_lostSector_codec); + if (LastEnterSectorId != 0) { + output.WriteRawTag(24); + output.WriteInt32(LastEnterSectorId); + } + clearStages_.WriteTo(output, _repeated_clearStages_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) { + lostSector_.WriteTo(ref output, _repeated_lostSector_codec); + if (LastEnterSectorId != 0) { + output.WriteRawTag(24); + output.WriteInt32(LastEnterSectorId); + } + clearStages_.WriteTo(ref output, _repeated_clearStages_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 += lostSector_.CalculateSize(_repeated_lostSector_codec); + if (LastEnterSectorId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(LastEnterSectorId); + } + size += clearStages_.CalculateSize(_repeated_clearStages_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLostSectorData other) { + if (other == null) { + return; + } + lostSector_.Add(other.lostSector_); + if (other.LastEnterSectorId != 0) { + LastEnterSectorId = other.LastEnterSectorId; + } + clearStages_.Add(other.clearStages_); + _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: { + lostSector_.AddEntriesFrom(input, _repeated_lostSector_codec); + break; + } + case 24: { + LastEnterSectorId = input.ReadInt32(); + break; + } + case 34: { + clearStages_.AddEntriesFrom(input, _repeated_clearStages_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 18: { + lostSector_.AddEntriesFrom(ref input, _repeated_lostSector_codec); + break; + } + case 24: { + LastEnterSectorId = input.ReadInt32(); + break; + } + case 34: { + clearStages_.AddEntriesFrom(ref input, _repeated_clearStages_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetLostSectorFieldData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetLostSectorFieldData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1821]; } + } + + [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 ResGetLostSectorFieldData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLostSectorFieldData(ResGetLostSectorFieldData other) : this() { + field_ = other.field_ != null ? other.field_.Clone() : null; + team_ = other.team_ != null ? other.team_.Clone() : null; + teamPositions_ = other.teamPositions_.Clone(); + json_ = other.json_; + lostSector_ = other.lostSector_ != null ? other.lostSector_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetLostSectorFieldData Clone() { + return new ResGetLostSectorFieldData(this); + } + + /// Field number for the "Field" field. + public const int FieldFieldNumber = 2; + private global::EpinelPS.NetFieldObjectData field_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFieldObjectData Field { + get { return field_; } + set { + field_ = value; + } + } + + /// Field number for the "Team" field. + public const int TeamFieldNumber = 3; + private global::EpinelPS.NetUserTeamData team_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserTeamData Team { + get { return team_; } + set { + team_ = value; + } + } + + /// Field number for the "TeamPositions" field. + public const int TeamPositionsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_teamPositions_codec + = pb::FieldCodec.ForMessage(34, global::EpinelPS.NetLostSectorTeamPosition.Parser); + private readonly pbc::RepeatedField teamPositions_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamPositions { + get { return teamPositions_; } + } + + /// Field number for the "Json" field. + public const int JsonFieldNumber = 5; + private string json_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Json { + get { return json_; } + set { + json_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "LostSector" field. + public const int LostSectorFieldNumber = 6; + private global::EpinelPS.NetUserLostSectorData lostSector_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserLostSectorData LostSector { + get { return lostSector_; } + set { + lostSector_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetLostSectorFieldData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetLostSectorFieldData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Field, other.Field)) return false; + if (!object.Equals(Team, other.Team)) return false; + if(!teamPositions_.Equals(other.teamPositions_)) return false; + if (Json != other.Json) return false; + if (!object.Equals(LostSector, other.LostSector)) 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 (field_ != null) hash ^= Field.GetHashCode(); + if (team_ != null) hash ^= Team.GetHashCode(); + hash ^= teamPositions_.GetHashCode(); + if (Json.Length != 0) hash ^= Json.GetHashCode(); + if (lostSector_ != null) hash ^= LostSector.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 (field_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Field); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + teamPositions_.WriteTo(output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Json); + } + if (lostSector_ != null) { + output.WriteRawTag(50); + output.WriteMessage(LostSector); + } + 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 (field_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Field); + } + if (team_ != null) { + output.WriteRawTag(26); + output.WriteMessage(Team); + } + teamPositions_.WriteTo(ref output, _repeated_teamPositions_codec); + if (Json.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Json); + } + if (lostSector_ != null) { + output.WriteRawTag(50); + output.WriteMessage(LostSector); + } + 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 (field_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Field); + } + if (team_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Team); + } + size += teamPositions_.CalculateSize(_repeated_teamPositions_codec); + if (Json.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Json); + } + if (lostSector_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(LostSector); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetLostSectorFieldData other) { + if (other == null) { + return; + } + if (other.field_ != null) { + if (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + Field.MergeFrom(other.Field); + } + if (other.team_ != null) { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + Team.MergeFrom(other.Team); + } + teamPositions_.Add(other.teamPositions_); + if (other.Json.Length != 0) { + Json = other.Json; + } + if (other.lostSector_ != null) { + if (lostSector_ == null) { + LostSector = new global::EpinelPS.NetUserLostSectorData(); + } + LostSector.MergeFrom(other.LostSector); + } + _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 (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(Team); + break; + } + case 34: { + teamPositions_.AddEntriesFrom(input, _repeated_teamPositions_codec); + break; + } + case 42: { + Json = input.ReadString(); + break; + } + case 50: { + if (lostSector_ == null) { + LostSector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(LostSector); + 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 (field_ == null) { + Field = new global::EpinelPS.NetFieldObjectData(); + } + input.ReadMessage(Field); + break; + } + case 26: { + if (team_ == null) { + Team = new global::EpinelPS.NetUserTeamData(); + } + input.ReadMessage(Team); + break; + } + case 34: { + teamPositions_.AddEntriesFrom(ref input, _repeated_teamPositions_codec); + break; + } + case 42: { + Json = input.ReadString(); + break; + } + case 50: { + if (lostSector_ == null) { + LostSector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(LostSector); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResOpenLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResOpenLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1822]; } + } + + [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 ResOpenLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenLostSector(ResOpenLostSector other) : this() { + lostsector_ = other.lostsector_ != null ? other.lostsector_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResOpenLostSector Clone() { + return new ResOpenLostSector(this); + } + + /// Field number for the "Lostsector" field. + public const int LostsectorFieldNumber = 2; + private global::EpinelPS.NetUserLostSectorData lostsector_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserLostSectorData Lostsector { + get { return lostsector_; } + set { + lostsector_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResOpenLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResOpenLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Lostsector, other.Lostsector)) 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 (lostsector_ != null) hash ^= Lostsector.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 (lostsector_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Lostsector); + } + 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 (lostsector_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Lostsector); + } + 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 (lostsector_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lostsector); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResOpenLostSector other) { + if (other == null) { + return; + } + if (other.lostsector_ != null) { + if (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + Lostsector.MergeFrom(other.Lostsector); + } + _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 (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(Lostsector); + 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 (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(Lostsector); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResPlayLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResPlayLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1823]; } + } + + [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 ResPlayLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPlayLostSector(ResPlayLostSector other) : this() { + lostsector_ = other.lostsector_ != null ? other.lostsector_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResPlayLostSector Clone() { + return new ResPlayLostSector(this); + } + + /// Field number for the "Lostsector" field. + public const int LostsectorFieldNumber = 2; + private global::EpinelPS.NetUserLostSectorData lostsector_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserLostSectorData Lostsector { + get { return lostsector_; } + set { + lostsector_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResPlayLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResPlayLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Lostsector, other.Lostsector)) 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 (lostsector_ != null) hash ^= Lostsector.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 (lostsector_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Lostsector); + } + 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 (lostsector_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Lostsector); + } + 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 (lostsector_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lostsector); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResPlayLostSector other) { + if (other == null) { + return; + } + if (other.lostsector_ != null) { + if (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + Lostsector.MergeFrom(other.Lostsector); + } + _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 (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(Lostsector); + 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 (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(Lostsector); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResResetLostSector : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResResetLostSector()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1824]; } + } + + [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 ResResetLostSector() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLostSector(ResResetLostSector other) : this() { + lostsector_ = other.lostsector_ != null ? other.lostsector_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResResetLostSector Clone() { + return new ResResetLostSector(this); + } + + /// Field number for the "Lostsector" field. + public const int LostsectorFieldNumber = 2; + private global::EpinelPS.NetUserLostSectorData lostsector_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserLostSectorData Lostsector { + get { return lostsector_; } + set { + lostsector_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResResetLostSector); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResResetLostSector other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Lostsector, other.Lostsector)) 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 (lostsector_ != null) hash ^= Lostsector.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 (lostsector_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Lostsector); + } + 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 (lostsector_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Lostsector); + } + 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 (lostsector_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lostsector); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResResetLostSector other) { + if (other == null) { + return; + } + if (other.lostsector_ != null) { + if (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + Lostsector.MergeFrom(other.Lostsector); + } + _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 (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(Lostsector); + 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 (lostsector_ == null) { + Lostsector = new global::EpinelPS.NetUserLostSectorData(); + } + input.ReadMessage(Lostsector); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterLostSectorStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterLostSectorStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1825]; } + } + + [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 ResEnterLostSectorStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterLostSectorStage(ResEnterLostSectorStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterLostSectorStage Clone() { + return new ResEnterLostSectorStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterLostSectorStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterLostSectorStage 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(ResEnterLostSectorStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearLostSectorStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearLostSectorStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1826]; } + } + + [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 ResClearLostSectorStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearLostSectorStage(ResClearLostSectorStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearLostSectorStage Clone() { + return new ResClearLostSectorStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearLostSectorStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearLostSectorStage 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(ResClearLostSectorStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFastClearLostSectorStage : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFastClearLostSectorStage()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1827]; } + } + + [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 ResFastClearLostSectorStage() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearLostSectorStage(ResFastClearLostSectorStage other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFastClearLostSectorStage Clone() { + return new ResFastClearLostSectorStage(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFastClearLostSectorStage); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFastClearLostSectorStage 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(ResFastClearLostSectorStage 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainLostSectorItem : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainLostSectorItem()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1828]; } + } + + [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 ResObtainLostSectorItem() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainLostSectorItem(ResObtainLostSectorItem other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + boxCount_ = other.boxCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainLostSectorItem Clone() { + return new ResObtainLostSectorItem(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "BoxCount" field. + public const int BoxCountFieldNumber = 3; + private int boxCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int BoxCount { + get { return boxCount_; } + set { + boxCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainLostSectorItem); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainLostSectorItem other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (BoxCount != other.BoxCount) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (BoxCount != 0) hash ^= BoxCount.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BoxCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BoxCount); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (BoxCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(BoxCount); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (BoxCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(BoxCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainLostSectorItem other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.BoxCount != 0) { + BoxCount = other.BoxCount; + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + BoxCount = 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 18: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 24: { + BoxCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveLostSectorFieldObject : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveLostSectorFieldObject()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1829]; } + } + + [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 ResSaveLostSectorFieldObject() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveLostSectorFieldObject(ResSaveLostSectorFieldObject other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveLostSectorFieldObject Clone() { + return new ResSaveLostSectorFieldObject(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveLostSectorFieldObject); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveLostSectorFieldObject 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(ResSaveLostSectorFieldObject 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSaveLostSectorField : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSaveLostSectorField()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1830]; } + } + + [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 ResSaveLostSectorField() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveLostSectorField(ResSaveLostSectorField other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSaveLostSectorField Clone() { + return new ResSaveLostSectorField(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSaveLostSectorField); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSaveLostSectorField 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(ResSaveLostSectorField 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetStageClearInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetStageClearInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1831]; } + } + + [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 ResGetStageClearInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetStageClearInfo(ResGetStageClearInfo other) : this() { + historys_ = other.historys_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetStageClearInfo Clone() { + return new ResGetStageClearInfo(this); + } + + /// Field number for the "Historys" field. + public const int HistorysFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_historys_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetStageClearInfo.Parser); + private readonly pbc::RepeatedField historys_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Historys { + get { return historys_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetStageClearInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetStageClearInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!historys_.Equals(other.historys_)) 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 ^= historys_.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 + historys_.WriteTo(output, _repeated_historys_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) { + historys_.WriteTo(ref output, _repeated_historys_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 += historys_.CalculateSize(_repeated_historys_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetStageClearInfo other) { + if (other == null) { + return; + } + historys_.Add(other.historys_); + _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: { + historys_.AddEntriesFrom(input, _repeated_historys_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 18: { + historys_.AddEntriesFrom(ref input, _repeated_historys_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLostSectorPerfectReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLostSectorPerfectReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1832]; } + } + + [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 ResLostSectorPerfectReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLostSectorPerfectReward(ResLostSectorPerfectReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLostSectorPerfectReward Clone() { + return new ResLostSectorPerfectReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 1; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLostSectorPerfectReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLostSectorPerfectReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(10); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResLostSectorPerfectReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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: { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /stage/checkclear + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCheckStageClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCheckStageClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1833]; } + } + + [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 ReqCheckStageClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckStageClear(ReqCheckStageClear other) : this() { + stageIds_ = other.stageIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckStageClear Clone() { + return new ReqCheckStageClear(this); + } + + /// Field number for the "StageIds" field. + public const int StageIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_stageIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField stageIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField StageIds { + get { return stageIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqCheckStageClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCheckStageClear other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!stageIds_.Equals(other.stageIds_)) 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 ^= stageIds_.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 + stageIds_.WriteTo(output, _repeated_stageIds_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) { + stageIds_.WriteTo(ref output, _repeated_stageIds_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 += stageIds_.CalculateSize(_repeated_stageIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCheckStageClear other) { + if (other == null) { + return; + } + stageIds_.Add(other.stageIds_); + _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: { + stageIds_.AddEntriesFrom(input, _repeated_stageIds_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: { + stageIds_.AddEntriesFrom(ref input, _repeated_stageIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheckStageClear : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheckStageClear()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1834]; } + } + + [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 ResCheckStageClear() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckStageClear(ResCheckStageClear other) : this() { + clearedStageIds_ = other.clearedStageIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckStageClear Clone() { + return new ResCheckStageClear(this); + } + + /// Field number for the "ClearedStageIds" field. + public const int ClearedStageIdsFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_clearedStageIds_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField clearedStageIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField ClearedStageIds { + get { return clearedStageIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheckStageClear); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheckStageClear other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!clearedStageIds_.Equals(other.clearedStageIds_)) 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 ^= clearedStageIds_.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 + clearedStageIds_.WriteTo(output, _repeated_clearedStageIds_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) { + clearedStageIds_.WriteTo(ref output, _repeated_clearedStageIds_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 += clearedStageIds_.CalculateSize(_repeated_clearedStageIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCheckStageClear other) { + if (other == null) { + return; + } + clearedStageIds_.Add(other.clearedStageIds_); + _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: { + clearedStageIds_.AddEntriesFrom(input, _repeated_clearedStageIds_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: { + clearedStageIds_.AddEntriesFrom(ref input, _repeated_clearedStageIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSubQuestList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSubQuestList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1835]; } + } + + [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 ResGetSubQuestList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSubQuestList(ResGetSubQuestList other) : this() { + subquestList_ = other.subquestList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSubQuestList Clone() { + return new ResGetSubQuestList(this); + } + + /// Field number for the "SubquestList" field. + public const int SubquestListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_subquestList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetSubQuestData.Parser); + private readonly pbc::RepeatedField subquestList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SubquestList { + get { return subquestList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSubQuestList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSubQuestList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!subquestList_.Equals(other.subquestList_)) 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 ^= subquestList_.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 + subquestList_.WriteTo(output, _repeated_subquestList_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) { + subquestList_.WriteTo(ref output, _repeated_subquestList_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 += subquestList_.CalculateSize(_repeated_subquestList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSubQuestList other) { + if (other == null) { + return; + } + subquestList_.Add(other.subquestList_); + _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: { + subquestList_.AddEntriesFrom(input, _repeated_subquestList_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 18: { + subquestList_.AddEntriesFrom(ref input, _repeated_subquestList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTriggerFromSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTriggerFromSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1836]; } + } + + [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 ResSetTriggerFromSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTriggerFromSubQuest(ResSetTriggerFromSubQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTriggerFromSubQuest Clone() { + return new ResSetTriggerFromSubQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTriggerFromSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTriggerFromSubQuest 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(ResSetTriggerFromSubQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnrollmentSubQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnrollmentSubQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1837]; } + } + + [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 ResEnrollmentSubQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnrollmentSubQuest(ResEnrollmentSubQuest other) : this() { + subquestData_ = other.subquestData_ != null ? other.subquestData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnrollmentSubQuest Clone() { + return new ResEnrollmentSubQuest(this); + } + + /// Field number for the "SubquestData" field. + public const int SubquestDataFieldNumber = 2; + private global::EpinelPS.NetSubQuestData subquestData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetSubQuestData SubquestData { + get { return subquestData_; } + set { + subquestData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnrollmentSubQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnrollmentSubQuest other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(SubquestData, other.SubquestData)) 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 (subquestData_ != null) hash ^= SubquestData.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 (subquestData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(SubquestData); + } + 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 (subquestData_ != null) { + output.WriteRawTag(18); + output.WriteMessage(SubquestData); + } + 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 (subquestData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(SubquestData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnrollmentSubQuest other) { + if (other == null) { + return; + } + if (other.subquestData_ != null) { + if (subquestData_ == null) { + SubquestData = new global::EpinelPS.NetSubQuestData(); + } + SubquestData.MergeFrom(other.SubquestData); + } + _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 (subquestData_ == null) { + SubquestData = new global::EpinelPS.NetSubQuestData(); + } + input.ReadMessage(SubquestData); + 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 (subquestData_ == null) { + SubquestData = new global::EpinelPS.NetSubQuestData(); + } + input.ReadMessage(SubquestData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetTeamData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetTeamData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1838]; } + } + + [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 ResGetTeamData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTeamData(ResGetTeamData other) : this() { + typeTeams_ = other.typeTeams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTeamData Clone() { + return new ResGetTeamData(this); + } + + /// Field number for the "TypeTeams" field. + public const int TypeTeamsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_typeTeams_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetUserTeamData.Parser); + private readonly pbc::RepeatedField typeTeams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TypeTeams { + get { return typeTeams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetTeamData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetTeamData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!typeTeams_.Equals(other.typeTeams_)) 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 ^= typeTeams_.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 + typeTeams_.WriteTo(output, _repeated_typeTeams_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) { + typeTeams_.WriteTo(ref output, _repeated_typeTeams_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 += typeTeams_.CalculateSize(_repeated_typeTeams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetTeamData other) { + if (other == null) { + return; + } + typeTeams_.Add(other.typeTeams_); + _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: { + typeTeams_.AddEntriesFrom(input, _repeated_typeTeams_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 18: { + typeTeams_.AddEntriesFrom(ref input, _repeated_typeTeams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTeam : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTeam()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1839]; } + } + + [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 ResSetTeam() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTeam(ResSetTeam other) : this() { + type_ = other.type_; + teams_ = other.teams_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTeam Clone() { + return new ResSetTeam(this); + } + + /// Field number for the "Type" field. + public const int TypeFieldNumber = 2; + private int type_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Type { + get { return type_; } + set { + type_ = value; + } + } + + /// Field number for the "Teams" field. + public const int TeamsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_teams_codec + = pb::FieldCodec.ForMessage(26, global::EpinelPS.NetTeamData.Parser); + private readonly pbc::RepeatedField teams_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Teams { + get { return teams_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTeam); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTeam other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Type != other.Type) return false; + if(!teams_.Equals(other.teams_)) 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 (Type != 0) hash ^= Type.GetHashCode(); + hash ^= teams_.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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + teams_.WriteTo(output, _repeated_teams_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 (Type != 0) { + output.WriteRawTag(16); + output.WriteInt32(Type); + } + teams_.WriteTo(ref output, _repeated_teams_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 (Type != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Type); + } + size += teams_.CalculateSize(_repeated_teams_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResSetTeam other) { + if (other == null) { + return; + } + if (other.Type != 0) { + Type = other.Type; + } + teams_.Add(other.teams_); + _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: { + Type = input.ReadInt32(); + break; + } + case 26: { + teams_.AddEntriesFrom(input, _repeated_teams_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: { + Type = input.ReadInt32(); + break; + } + case 26: { + teams_.AddEntriesFrom(ref input, _repeated_teams_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetSupportCharacterUsedCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetSupportCharacterUsedCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1840]; } + } + + [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 NetSupportCharacterUsedCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSupportCharacterUsedCount(NetSupportCharacterUsedCount other) : this() { + teamType_ = other.teamType_; + supportCharacterId_ = other.supportCharacterId_; + usedSupportCharacterCount_ = other.usedSupportCharacterCount_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetSupportCharacterUsedCount Clone() { + return new NetSupportCharacterUsedCount(this); + } + + /// Field number for the "TeamType" field. + public const int TeamTypeFieldNumber = 1; + private int teamType_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int TeamType { + get { return teamType_; } + set { + teamType_ = value; + } + } + + /// Field number for the "SupportCharacterId" field. + public const int SupportCharacterIdFieldNumber = 2; + private int supportCharacterId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int SupportCharacterId { + get { return supportCharacterId_; } + set { + supportCharacterId_ = value; + } + } + + /// Field number for the "UsedSupportCharacterCount" field. + public const int UsedSupportCharacterCountFieldNumber = 3; + private int usedSupportCharacterCount_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int UsedSupportCharacterCount { + get { return usedSupportCharacterCount_; } + set { + usedSupportCharacterCount_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetSupportCharacterUsedCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetSupportCharacterUsedCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (TeamType != other.TeamType) return false; + if (SupportCharacterId != other.SupportCharacterId) return false; + if (UsedSupportCharacterCount != other.UsedSupportCharacterCount) 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 (TeamType != 0) hash ^= TeamType.GetHashCode(); + if (SupportCharacterId != 0) hash ^= SupportCharacterId.GetHashCode(); + if (UsedSupportCharacterCount != 0) hash ^= UsedSupportCharacterCount.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 (TeamType != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamType); + } + if (SupportCharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SupportCharacterId); + } + if (UsedSupportCharacterCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(UsedSupportCharacterCount); + } + 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 (TeamType != 0) { + output.WriteRawTag(8); + output.WriteInt32(TeamType); + } + if (SupportCharacterId != 0) { + output.WriteRawTag(16); + output.WriteInt32(SupportCharacterId); + } + if (UsedSupportCharacterCount != 0) { + output.WriteRawTag(24); + output.WriteInt32(UsedSupportCharacterCount); + } + 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 (TeamType != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(TeamType); + } + if (SupportCharacterId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(SupportCharacterId); + } + if (UsedSupportCharacterCount != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(UsedSupportCharacterCount); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetSupportCharacterUsedCount other) { + if (other == null) { + return; + } + if (other.TeamType != 0) { + TeamType = other.TeamType; + } + if (other.SupportCharacterId != 0) { + SupportCharacterId = other.SupportCharacterId; + } + if (other.UsedSupportCharacterCount != 0) { + UsedSupportCharacterCount = other.UsedSupportCharacterCount; + } + _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: { + TeamType = input.ReadInt32(); + break; + } + case 16: { + SupportCharacterId = input.ReadInt32(); + break; + } + case 24: { + UsedSupportCharacterCount = 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: { + TeamType = input.ReadInt32(); + break; + } + case 16: { + SupportCharacterId = input.ReadInt32(); + break; + } + case 24: { + UsedSupportCharacterCount = input.ReadInt32(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /team/support-character/list-used-count + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqListSupportCharacterUsedCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqListSupportCharacterUsedCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1841]; } + } + + [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 ReqListSupportCharacterUsedCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListSupportCharacterUsedCount(ReqListSupportCharacterUsedCount other) : this() { + teamTypeList_ = other.teamTypeList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqListSupportCharacterUsedCount Clone() { + return new ReqListSupportCharacterUsedCount(this); + } + + /// Field number for the "TeamTypeList" field. + public const int TeamTypeListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_teamTypeList_codec + = pb::FieldCodec.ForInt32(10); + private readonly pbc::RepeatedField teamTypeList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField TeamTypeList { + get { return teamTypeList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqListSupportCharacterUsedCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqListSupportCharacterUsedCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!teamTypeList_.Equals(other.teamTypeList_)) 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 ^= teamTypeList_.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 + teamTypeList_.WriteTo(output, _repeated_teamTypeList_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) { + teamTypeList_.WriteTo(ref output, _repeated_teamTypeList_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 += teamTypeList_.CalculateSize(_repeated_teamTypeList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqListSupportCharacterUsedCount other) { + if (other == null) { + return; + } + teamTypeList_.Add(other.teamTypeList_); + _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: { + teamTypeList_.AddEntriesFrom(input, _repeated_teamTypeList_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: { + teamTypeList_.AddEntriesFrom(ref input, _repeated_teamTypeList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResListSupportCharacterUsedCount : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResListSupportCharacterUsedCount()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1842]; } + } + + [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 ResListSupportCharacterUsedCount() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListSupportCharacterUsedCount(ResListSupportCharacterUsedCount other) : this() { + supportCharacterUsedCountList_ = other.supportCharacterUsedCountList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResListSupportCharacterUsedCount Clone() { + return new ResListSupportCharacterUsedCount(this); + } + + /// Field number for the "SupportCharacterUsedCountList" field. + public const int SupportCharacterUsedCountListFieldNumber = 1; + private static readonly pb::FieldCodec _repeated_supportCharacterUsedCountList_codec + = pb::FieldCodec.ForMessage(10, global::EpinelPS.NetSupportCharacterUsedCount.Parser); + private readonly pbc::RepeatedField supportCharacterUsedCountList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField SupportCharacterUsedCountList { + get { return supportCharacterUsedCountList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResListSupportCharacterUsedCount); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResListSupportCharacterUsedCount other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!supportCharacterUsedCountList_.Equals(other.supportCharacterUsedCountList_)) 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 ^= supportCharacterUsedCountList_.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 + supportCharacterUsedCountList_.WriteTo(output, _repeated_supportCharacterUsedCountList_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) { + supportCharacterUsedCountList_.WriteTo(ref output, _repeated_supportCharacterUsedCountList_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 += supportCharacterUsedCountList_.CalculateSize(_repeated_supportCharacterUsedCountList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResListSupportCharacterUsedCount other) { + if (other == null) { + return; + } + supportCharacterUsedCountList_.Add(other.supportCharacterUsedCountList_); + _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: { + supportCharacterUsedCountList_.AddEntriesFrom(input, _repeated_supportCharacterUsedCountList_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: { + supportCharacterUsedCountList_.AddEntriesFrom(ref input, _repeated_supportCharacterUsedCountList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1843]; } + } + + [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 NetTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTrigger(NetTrigger other) : this() { + seq_ = other.seq_; + createdAt_ = other.createdAt_; + trigger_ = other.trigger_; + conditionId_ = other.conditionId_; + userValue_ = other.userValue_; + reset_ = other.reset_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTrigger Clone() { + return new NetTrigger(this); + } + + /// Field number for the "Seq" field. + public const int SeqFieldNumber = 1; + private long seq_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Seq { + get { return seq_; } + set { + seq_ = value; + } + } + + /// Field number for the "CreatedAt" field. + public const int CreatedAtFieldNumber = 2; + private long createdAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long CreatedAt { + get { return createdAt_; } + set { + createdAt_ = value; + } + } + + /// Field number for the "Trigger" field. + public const int TriggerFieldNumber = 3; + private int trigger_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Trigger { + get { return trigger_; } + set { + trigger_ = value; + } + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 4; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 5; + private long userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + /// Field number for the "Reset" field. + public const int ResetFieldNumber = 6; + private bool reset_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Reset { + get { return reset_; } + set { + reset_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTrigger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Seq != other.Seq) return false; + if (CreatedAt != other.CreatedAt) return false; + if (Trigger != other.Trigger) return false; + if (ConditionId != other.ConditionId) return false; + if (UserValue != other.UserValue) return false; + if (Reset != other.Reset) 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 (Seq != 0L) hash ^= Seq.GetHashCode(); + if (CreatedAt != 0L) hash ^= CreatedAt.GetHashCode(); + if (Trigger != 0) hash ^= Trigger.GetHashCode(); + if (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (UserValue != 0L) hash ^= UserValue.GetHashCode(); + if (Reset != false) hash ^= Reset.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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (CreatedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(CreatedAt); + } + if (Trigger != 0) { + output.WriteRawTag(24); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(32); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(40); + output.WriteInt64(UserValue); + } + if (Reset != false) { + output.WriteRawTag(48); + output.WriteBool(Reset); + } + 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 (Seq != 0L) { + output.WriteRawTag(8); + output.WriteInt64(Seq); + } + if (CreatedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(CreatedAt); + } + if (Trigger != 0) { + output.WriteRawTag(24); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(32); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(40); + output.WriteInt64(UserValue); + } + if (Reset != false) { + output.WriteRawTag(48); + output.WriteBool(Reset); + } + 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 (Seq != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seq); + } + if (CreatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(CreatedAt); + } + if (Trigger != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Trigger); + } + if (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (UserValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserValue); + } + if (Reset != 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(NetTrigger other) { + if (other == null) { + return; + } + if (other.Seq != 0L) { + Seq = other.Seq; + } + if (other.CreatedAt != 0L) { + CreatedAt = other.CreatedAt; + } + if (other.Trigger != 0) { + Trigger = other.Trigger; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.UserValue != 0L) { + UserValue = other.UserValue; + } + if (other.Reset != false) { + Reset = other.Reset; + } + _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: { + Seq = input.ReadInt64(); + break; + } + case 16: { + CreatedAt = input.ReadInt64(); + break; + } + case 24: { + Trigger = input.ReadInt32(); + break; + } + case 32: { + ConditionId = input.ReadInt32(); + break; + } + case 40: { + UserValue = input.ReadInt64(); + break; + } + case 48: { + Reset = 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 8: { + Seq = input.ReadInt64(); + break; + } + case 16: { + CreatedAt = input.ReadInt64(); + break; + } + case 24: { + Trigger = input.ReadInt32(); + break; + } + case 32: { + ConditionId = input.ReadInt32(); + break; + } + case 40: { + UserValue = input.ReadInt64(); + break; + } + case 48: { + Reset = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetValueTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetValueTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1844]; } + } + + [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 NetValueTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetValueTrigger(NetValueTrigger other) : this() { + trigger_ = other.trigger_; + conditionId_ = other.conditionId_; + userValue_ = other.userValue_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetValueTrigger Clone() { + return new NetValueTrigger(this); + } + + /// Field number for the "Trigger" field. + public const int TriggerFieldNumber = 1; + private int trigger_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Trigger { + get { return trigger_; } + set { + trigger_ = value; + } + } + + /// Field number for the "ConditionId" field. + public const int ConditionIdFieldNumber = 2; + private int conditionId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ConditionId { + get { return conditionId_; } + set { + conditionId_ = value; + } + } + + /// Field number for the "UserValue" field. + public const int UserValueFieldNumber = 3; + private long userValue_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UserValue { + get { return userValue_; } + set { + userValue_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetValueTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetValueTrigger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Trigger != other.Trigger) return false; + if (ConditionId != other.ConditionId) return false; + if (UserValue != other.UserValue) 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 (Trigger != 0) hash ^= Trigger.GetHashCode(); + if (ConditionId != 0) hash ^= ConditionId.GetHashCode(); + if (UserValue != 0L) hash ^= UserValue.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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + 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 (Trigger != 0) { + output.WriteRawTag(8); + output.WriteInt32(Trigger); + } + if (ConditionId != 0) { + output.WriteRawTag(16); + output.WriteInt32(ConditionId); + } + if (UserValue != 0L) { + output.WriteRawTag(24); + output.WriteInt64(UserValue); + } + 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 (Trigger != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Trigger); + } + if (ConditionId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ConditionId); + } + if (UserValue != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UserValue); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetValueTrigger other) { + if (other == null) { + return; + } + if (other.Trigger != 0) { + Trigger = other.Trigger; + } + if (other.ConditionId != 0) { + ConditionId = other.ConditionId; + } + if (other.UserValue != 0L) { + UserValue = other.UserValue; + } + _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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + 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: { + Trigger = input.ReadInt32(); + break; + } + case 16: { + ConditionId = input.ReadInt32(); + break; + } + case 24: { + UserValue = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSyncTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSyncTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1845]; } + } + + [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 ResSyncTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSyncTrigger(ResSyncTrigger other) : this() { + hasRemainData_ = other.hasRemainData_; + triggers_ = other.triggers_.Clone(); + restart_ = other.restart_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSyncTrigger Clone() { + return new ResSyncTrigger(this); + } + + /// Field number for the "HasRemainData" field. + public const int HasRemainDataFieldNumber = 1; + private bool hasRemainData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool HasRemainData { + get { return hasRemainData_; } + set { + hasRemainData_ = value; + } + } + + /// Field number for the "Triggers" field. + public const int TriggersFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_triggers_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTrigger.Parser); + private readonly pbc::RepeatedField triggers_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Triggers { + get { return triggers_; } + } + + /// Field number for the "Restart" field. + public const int RestartFieldNumber = 3; + private bool restart_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Restart { + get { return restart_; } + set { + restart_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSyncTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSyncTrigger other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (HasRemainData != other.HasRemainData) return false; + if(!triggers_.Equals(other.triggers_)) return false; + if (Restart != other.Restart) 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 (HasRemainData != false) hash ^= HasRemainData.GetHashCode(); + hash ^= triggers_.GetHashCode(); + if (Restart != false) hash ^= Restart.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 (HasRemainData != false) { + output.WriteRawTag(8); + output.WriteBool(HasRemainData); + } + triggers_.WriteTo(output, _repeated_triggers_codec); + if (Restart != false) { + output.WriteRawTag(24); + output.WriteBool(Restart); + } + 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 (HasRemainData != false) { + output.WriteRawTag(8); + output.WriteBool(HasRemainData); + } + triggers_.WriteTo(ref output, _repeated_triggers_codec); + if (Restart != false) { + output.WriteRawTag(24); + output.WriteBool(Restart); + } + 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 (HasRemainData != false) { + size += 1 + 1; + } + size += triggers_.CalculateSize(_repeated_triggers_codec); + if (Restart != 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(ResSyncTrigger other) { + if (other == null) { + return; + } + if (other.HasRemainData != false) { + HasRemainData = other.HasRemainData; + } + triggers_.Add(other.triggers_); + if (other.Restart != false) { + Restart = other.Restart; + } + _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: { + HasRemainData = input.ReadBool(); + break; + } + case 18: { + triggers_.AddEntriesFrom(input, _repeated_triggers_codec); + break; + } + case 24: { + Restart = 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 8: { + HasRemainData = input.ReadBool(); + break; + } + case 18: { + triggers_.AddEntriesFrom(ref input, _repeated_triggers_codec); + break; + } + case 24: { + Restart = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainTriggerRewardForJukebox : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainTriggerRewardForJukebox()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1846]; } + } + + [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 ResObtainTriggerRewardForJukebox() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainTriggerRewardForJukebox(ResObtainTriggerRewardForJukebox other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainTriggerRewardForJukebox Clone() { + return new ResObtainTriggerRewardForJukebox(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainTriggerRewardForJukebox); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainTriggerRewardForJukebox other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainTriggerRewardForJukebox other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMainQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMainQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1847]; } + } + + [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 NetMainQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMainQuestData(NetMainQuestData other) : this() { + tid_ = other.tid_; + isReceived_ = other.isReceived_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMainQuestData Clone() { + return new NetMainQuestData(this); + } + + /// Field number for the "Tid" field. + public const int TidFieldNumber = 1; + private int tid_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Tid { + get { return tid_; } + set { + tid_ = value; + } + } + + /// Field number for the "IsReceived" field. + public const int IsReceivedFieldNumber = 2; + private bool isReceived_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsReceived { + get { return isReceived_; } + set { + isReceived_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMainQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMainQuestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Tid != other.Tid) return false; + if (IsReceived != other.IsReceived) 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 (Tid != 0) hash ^= Tid.GetHashCode(); + if (IsReceived != false) hash ^= IsReceived.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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (IsReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsReceived); + } + 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 (Tid != 0) { + output.WriteRawTag(8); + output.WriteInt32(Tid); + } + if (IsReceived != false) { + output.WriteRawTag(16); + output.WriteBool(IsReceived); + } + 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 (Tid != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Tid); + } + if (IsReceived != 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(NetMainQuestData other) { + if (other == null) { + return; + } + if (other.Tid != 0) { + Tid = other.Tid; + } + if (other.IsReceived != false) { + IsReceived = other.IsReceived; + } + _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: { + Tid = input.ReadInt32(); + break; + } + case 16: { + IsReceived = 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 8: { + Tid = input.ReadInt32(); + break; + } + case 16: { + IsReceived = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetMainQuestData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetMainQuestData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1848]; } + } + + [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 ResGetMainQuestData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMainQuestData(ResGetMainQuestData other) : this() { + mainQuestList_ = other.mainQuestList_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetMainQuestData Clone() { + return new ResGetMainQuestData(this); + } + + /// Field number for the "MainQuestList" field. + public const int MainQuestListFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_mainQuestList_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetMainQuestData.Parser); + private readonly pbc::RepeatedField mainQuestList_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField MainQuestList { + get { return mainQuestList_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetMainQuestData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetMainQuestData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!mainQuestList_.Equals(other.mainQuestList_)) 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 ^= mainQuestList_.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 + mainQuestList_.WriteTo(output, _repeated_mainQuestList_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) { + mainQuestList_.WriteTo(ref output, _repeated_mainQuestList_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 += mainQuestList_.CalculateSize(_repeated_mainQuestList_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetMainQuestData other) { + if (other == null) { + return; + } + mainQuestList_.Add(other.mainQuestList_); + _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: { + mainQuestList_.AddEntriesFrom(input, _repeated_mainQuestList_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 18: { + mainQuestList_.AddEntriesFrom(ref input, _repeated_mainQuestList_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResFinMainQuest : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResFinMainQuest()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1849]; } + } + + [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 ResFinMainQuest() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinMainQuest(ResFinMainQuest other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResFinMainQuest Clone() { + return new ResFinMainQuest(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResFinMainQuest); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResFinMainQuest 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(ResFinMainQuest 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainMainQuestReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainMainQuestReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1850]; } + } + + [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 ResObtainMainQuestReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMainQuestReward(ResObtainMainQuestReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainMainQuestReward Clone() { + return new ResObtainMainQuestReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainMainQuestReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainMainQuestReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainMainQuestReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMessengerData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMessengerData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1851]; } + } + + [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 NetMessengerData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMessengerData(NetMessengerData other) : this() { + roomId_ = other.roomId_; + conversationId_ = other.conversationId_; + conversationData_ = other.conversationData_ != null ? other.conversationData_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMessengerData Clone() { + return new NetMessengerData(this); + } + + /// Field number for the "RoomId" field. + public const int RoomIdFieldNumber = 1; + private string roomId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string RoomId { + get { return roomId_; } + set { + roomId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ConversationId" field. + public const int ConversationIdFieldNumber = 2; + private string conversationId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ConversationId { + get { return conversationId_; } + set { + conversationId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ConversationData" field. + public const int ConversationDataFieldNumber = 3; + private global::EpinelPS.NetConversationData conversationData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetConversationData ConversationData { + get { return conversationData_; } + set { + conversationData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMessengerData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMessengerData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RoomId != other.RoomId) return false; + if (ConversationId != other.ConversationId) return false; + if (!object.Equals(ConversationData, other.ConversationData)) 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 (RoomId.Length != 0) hash ^= RoomId.GetHashCode(); + if (ConversationId.Length != 0) hash ^= ConversationId.GetHashCode(); + if (conversationData_ != null) hash ^= ConversationData.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 (RoomId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(RoomId); + } + if (ConversationId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ConversationId); + } + if (conversationData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ConversationData); + } + 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 (RoomId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(RoomId); + } + if (ConversationId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(ConversationId); + } + if (conversationData_ != null) { + output.WriteRawTag(26); + output.WriteMessage(ConversationData); + } + 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 (RoomId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(RoomId); + } + if (ConversationId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ConversationId); + } + if (conversationData_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ConversationData); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMessengerData other) { + if (other == null) { + return; + } + if (other.RoomId.Length != 0) { + RoomId = other.RoomId; + } + if (other.ConversationId.Length != 0) { + ConversationId = other.ConversationId; + } + if (other.conversationData_ != null) { + if (conversationData_ == null) { + ConversationData = new global::EpinelPS.NetConversationData(); + } + ConversationData.MergeFrom(other.ConversationData); + } + _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: { + RoomId = input.ReadString(); + break; + } + case 18: { + ConversationId = input.ReadString(); + break; + } + case 26: { + if (conversationData_ == null) { + ConversationData = new global::EpinelPS.NetConversationData(); + } + input.ReadMessage(ConversationData); + 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: { + RoomId = input.ReadString(); + break; + } + case 18: { + ConversationId = input.ReadString(); + break; + } + case 26: { + if (conversationData_ == null) { + ConversationData = new global::EpinelPS.NetConversationData(); + } + input.ReadMessage(ConversationData); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetConversationData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetConversationData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1852]; } + } + + [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 NetConversationData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetConversationData(NetConversationData other) : this() { + lastAt_ = other.lastAt_; + lastDialogId_ = other.lastDialogId_; + answerDialogIds_ = other.answerDialogIds_.Clone(); + rewardIds_ = other.rewardIds_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetConversationData Clone() { + return new NetConversationData(this); + } + + /// Field number for the "LastAt" field. + public const int LastAtFieldNumber = 1; + private long lastAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long LastAt { + get { return lastAt_; } + set { + lastAt_ = value; + } + } + + /// Field number for the "LastDialogId" field. + public const int LastDialogIdFieldNumber = 2; + private string lastDialogId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string LastDialogId { + get { return lastDialogId_; } + set { + lastDialogId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "AnswerDialogIds" field. + public const int AnswerDialogIdsFieldNumber = 3; + private static readonly pb::FieldCodec _repeated_answerDialogIds_codec + = pb::FieldCodec.ForString(26); + private readonly pbc::RepeatedField answerDialogIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField AnswerDialogIds { + get { return answerDialogIds_; } + } + + /// Field number for the "RewardIds" field. + public const int RewardIdsFieldNumber = 4; + private static readonly pb::FieldCodec _repeated_rewardIds_codec + = pb::FieldCodec.ForInt32(34); + private readonly pbc::RepeatedField rewardIds_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField RewardIds { + get { return rewardIds_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetConversationData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetConversationData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (LastAt != other.LastAt) return false; + if (LastDialogId != other.LastDialogId) return false; + if(!answerDialogIds_.Equals(other.answerDialogIds_)) return false; + if(!rewardIds_.Equals(other.rewardIds_)) 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 (LastAt != 0L) hash ^= LastAt.GetHashCode(); + if (LastDialogId.Length != 0) hash ^= LastDialogId.GetHashCode(); + hash ^= answerDialogIds_.GetHashCode(); + hash ^= rewardIds_.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 (LastAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(LastAt); + } + if (LastDialogId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(LastDialogId); + } + answerDialogIds_.WriteTo(output, _repeated_answerDialogIds_codec); + rewardIds_.WriteTo(output, _repeated_rewardIds_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 (LastAt != 0L) { + output.WriteRawTag(8); + output.WriteInt64(LastAt); + } + if (LastDialogId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(LastDialogId); + } + answerDialogIds_.WriteTo(ref output, _repeated_answerDialogIds_codec); + rewardIds_.WriteTo(ref output, _repeated_rewardIds_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 (LastAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(LastAt); + } + if (LastDialogId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(LastDialogId); + } + size += answerDialogIds_.CalculateSize(_repeated_answerDialogIds_codec); + size += rewardIds_.CalculateSize(_repeated_rewardIds_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetConversationData other) { + if (other == null) { + return; + } + if (other.LastAt != 0L) { + LastAt = other.LastAt; + } + if (other.LastDialogId.Length != 0) { + LastDialogId = other.LastDialogId; + } + answerDialogIds_.Add(other.answerDialogIds_); + rewardIds_.Add(other.rewardIds_); + _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: { + LastAt = input.ReadInt64(); + break; + } + case 18: { + LastDialogId = input.ReadString(); + break; + } + case 26: { + answerDialogIds_.AddEntriesFrom(input, _repeated_answerDialogIds_codec); + break; + } + case 34: + case 32: { + rewardIds_.AddEntriesFrom(input, _repeated_rewardIds_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: { + LastAt = input.ReadInt64(); + break; + } + case 18: { + LastDialogId = input.ReadString(); + break; + } + case 26: { + answerDialogIds_.AddEntriesFrom(ref input, _repeated_answerDialogIds_codec); + break; + } + case 34: + case 32: { + rewardIds_.AddEntriesFrom(ref input, _repeated_rewardIds_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainAchievementReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainAchievementReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1853]; } + } + + [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 ResObtainAchievementReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAchievementReward(ResObtainAchievementReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainAchievementReward Clone() { + return new ResObtainAchievementReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainAchievementReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainAchievementReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) 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 (reward_ != null) hash ^= Reward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainAchievementReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainDailyMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainDailyMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1854]; } + } + + [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 ResObtainDailyMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDailyMissionReward(ResObtainDailyMissionReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + eventBonusReward_ = other.eventBonusReward_ != null ? other.eventBonusReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainDailyMissionReward Clone() { + return new ResObtainDailyMissionReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "EventBonusReward" field. + public const int EventBonusRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData eventBonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData EventBonusReward { + get { return eventBonusReward_; } + set { + eventBonusReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainDailyMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainDailyMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(EventBonusReward, other.EventBonusReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (eventBonusReward_ != null) hash ^= EventBonusReward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (eventBonusReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventBonusReward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (eventBonusReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventBonusReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (eventBonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EventBonusReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainDailyMissionReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.eventBonusReward_ != null) { + if (eventBonusReward_ == null) { + EventBonusReward = new global::EpinelPS.NetRewardData(); + } + EventBonusReward.MergeFrom(other.EventBonusReward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (eventBonusReward_ == null) { + EventBonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(EventBonusReward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (eventBonusReward_ == null) { + EventBonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(EventBonusReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResObtainWeeklyMissionReward : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResObtainWeeklyMissionReward()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1855]; } + } + + [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 ResObtainWeeklyMissionReward() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainWeeklyMissionReward(ResObtainWeeklyMissionReward other) : this() { + reward_ = other.reward_ != null ? other.reward_.Clone() : null; + eventBonusReward_ = other.eventBonusReward_ != null ? other.eventBonusReward_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResObtainWeeklyMissionReward Clone() { + return new ResObtainWeeklyMissionReward(this); + } + + /// Field number for the "Reward" field. + public const int RewardFieldNumber = 2; + private global::EpinelPS.NetRewardData reward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData Reward { + get { return reward_; } + set { + reward_ = value; + } + } + + /// Field number for the "EventBonusReward" field. + public const int EventBonusRewardFieldNumber = 3; + private global::EpinelPS.NetRewardData eventBonusReward_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetRewardData EventBonusReward { + get { return eventBonusReward_; } + set { + eventBonusReward_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResObtainWeeklyMissionReward); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResObtainWeeklyMissionReward other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(Reward, other.Reward)) return false; + if (!object.Equals(EventBonusReward, other.EventBonusReward)) 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 (reward_ != null) hash ^= Reward.GetHashCode(); + if (eventBonusReward_ != null) hash ^= EventBonusReward.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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (eventBonusReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventBonusReward); + } + 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 (reward_ != null) { + output.WriteRawTag(18); + output.WriteMessage(Reward); + } + if (eventBonusReward_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EventBonusReward); + } + 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 (reward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); + } + if (eventBonusReward_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EventBonusReward); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResObtainWeeklyMissionReward other) { + if (other == null) { + return; + } + if (other.reward_ != null) { + if (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + Reward.MergeFrom(other.Reward); + } + if (other.eventBonusReward_ != null) { + if (eventBonusReward_ == null) { + EventBonusReward = new global::EpinelPS.NetRewardData(); + } + EventBonusReward.MergeFrom(other.EventBonusReward); + } + _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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (eventBonusReward_ == null) { + EventBonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(EventBonusReward); + 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 (reward_ == null) { + Reward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(Reward); + break; + } + case 26: { + if (eventBonusReward_ == null) { + EventBonusReward = new global::EpinelPS.NetRewardData(); + } + input.ReadMessage(EventBonusReward); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetDailyRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetDailyRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1856]; } + } + + [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 ResGetDailyRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDailyRewardedData(ResGetDailyRewardedData other) : this() { + ids_ = other.ids_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetDailyRewardedData Clone() { + return new ResGetDailyRewardedData(this); + } + + /// Field number for the "Ids" field. + public const int IdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_ids_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField ids_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Ids { + get { return ids_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetDailyRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetDailyRewardedData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!ids_.Equals(other.ids_)) 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 ^= ids_.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 + ids_.WriteTo(output, _repeated_ids_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) { + ids_.WriteTo(ref output, _repeated_ids_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 += ids_.CalculateSize(_repeated_ids_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetDailyRewardedData other) { + if (other == null) { + return; + } + ids_.Add(other.ids_); + _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: + case 16: { + ids_.AddEntriesFrom(input, _repeated_ids_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 18: + case 16: { + ids_.AddEntriesFrom(ref input, _repeated_ids_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetWeeklyRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetWeeklyRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1857]; } + } + + [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 ResGetWeeklyRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWeeklyRewardedData(ResGetWeeklyRewardedData other) : this() { + ids_ = other.ids_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetWeeklyRewardedData Clone() { + return new ResGetWeeklyRewardedData(this); + } + + /// Field number for the "Ids" field. + public const int IdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_ids_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField ids_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Ids { + get { return ids_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetWeeklyRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetWeeklyRewardedData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!ids_.Equals(other.ids_)) 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 ^= ids_.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 + ids_.WriteTo(output, _repeated_ids_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) { + ids_.WriteTo(ref output, _repeated_ids_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 += ids_.CalculateSize(_repeated_ids_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetWeeklyRewardedData other) { + if (other == null) { + return; + } + ids_.Add(other.ids_); + _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: + case 16: { + ids_.AddEntriesFrom(input, _repeated_ids_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 18: + case 16: { + ids_.AddEntriesFrom(ref input, _repeated_ids_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetAchievementRewardedData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetAchievementRewardedData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1858]; } + } + + [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 ResGetAchievementRewardedData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAchievementRewardedData(ResGetAchievementRewardedData other) : this() { + ids_ = other.ids_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetAchievementRewardedData Clone() { + return new ResGetAchievementRewardedData(this); + } + + /// Field number for the "Ids" field. + public const int IdsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_ids_codec + = pb::FieldCodec.ForInt32(18); + private readonly pbc::RepeatedField ids_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Ids { + get { return ids_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetAchievementRewardedData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetAchievementRewardedData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!ids_.Equals(other.ids_)) 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 ^= ids_.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 + ids_.WriteTo(output, _repeated_ids_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) { + ids_.WriteTo(ref output, _repeated_ids_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 += ids_.CalculateSize(_repeated_ids_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetAchievementRewardedData other) { + if (other == null) { + return; + } + ids_.Add(other.ids_); + _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: + case 16: { + ids_.AddEntriesFrom(input, _repeated_ids_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 18: + case 16: { + ids_.AddEntriesFrom(ref input, _repeated_ids_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTrigger2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTrigger2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1859]; } + } + + [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 ResSetTrigger2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTrigger2(ResSetTrigger2 other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTrigger2 Clone() { + return new ResSetTrigger2(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTrigger2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTrigger2 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(ResSetTrigger2 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTrigger2AllRandom : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTrigger2AllRandom()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1860]; } + } + + [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 ResSetTrigger2AllRandom() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTrigger2AllRandom(ResSetTrigger2AllRandom other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTrigger2AllRandom Clone() { + return new ResSetTrigger2AllRandom(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTrigger2AllRandom); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTrigger2AllRandom 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(ResSetTrigger2AllRandom 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResDeleteAllTrigger : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResDeleteAllTrigger()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1861]; } + } + + [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 ResDeleteAllTrigger() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllTrigger(ResDeleteAllTrigger other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResDeleteAllTrigger Clone() { + return new ResDeleteAllTrigger(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResDeleteAllTrigger); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResDeleteAllTrigger 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(ResDeleteAllTrigger 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetTutorialList : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetTutorialList()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1862]; } + } + + [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 ResGetTutorialList() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTutorialList(ResGetTutorialList other) : this() { + tutorials_ = other.tutorials_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetTutorialList Clone() { + return new ResGetTutorialList(this); + } + + /// Field number for the "Tutorials" field. + public const int TutorialsFieldNumber = 2; + private static readonly pb::FieldCodec _repeated_tutorials_codec + = pb::FieldCodec.ForMessage(18, global::EpinelPS.NetTutorialData.Parser); + private readonly pbc::RepeatedField tutorials_ = new pbc::RepeatedField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::RepeatedField Tutorials { + get { return tutorials_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetTutorialList); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetTutorialList other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if(!tutorials_.Equals(other.tutorials_)) 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 ^= tutorials_.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 + tutorials_.WriteTo(output, _repeated_tutorials_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) { + tutorials_.WriteTo(ref output, _repeated_tutorials_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 += tutorials_.CalculateSize(_repeated_tutorials_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetTutorialList other) { + if (other == null) { + return; + } + tutorials_.Add(other.tutorials_); + _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: { + tutorials_.AddEntriesFrom(input, _repeated_tutorials_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 18: { + tutorials_.AddEntriesFrom(ref input, _repeated_tutorials_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResSetTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResSetTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1863]; } + } + + [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 ResSetTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTutorial(ResSetTutorial other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResSetTutorial Clone() { + return new ResSetTutorial(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResSetTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResSetTutorial 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(ResSetTutorial 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAllClearTutorial : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAllClearTutorial()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1864]; } + } + + [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 ResAllClearTutorial() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearTutorial(ResAllClearTutorial other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAllClearTutorial Clone() { + return new ResAllClearTutorial(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAllClearTutorial); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAllClearTutorial 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(ResAllClearTutorial 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResClearTutorialGroup : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResClearTutorialGroup()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1865]; } + } + + [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 ResClearTutorialGroup() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTutorialGroup(ResClearTutorialGroup other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResClearTutorialGroup Clone() { + return new ResClearTutorialGroup(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResClearTutorialGroup); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResClearTutorialGroup 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(ResClearTutorialGroup 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 + + } + + /// + /// URL: /system/checkversion + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqCheckClientVersion : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqCheckClientVersion()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1866]; } + } + + [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 ReqCheckClientVersion() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckClientVersion(ReqCheckClientVersion other) : this() { + version_ = other.version_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqCheckClientVersion Clone() { + return new ReqCheckClientVersion(this); + } + + /// Field number for the "Version" field. + public const int VersionFieldNumber = 1; + private string version_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Version { + get { return version_; } + set { + version_ = 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 ReqCheckClientVersion); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqCheckClientVersion other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Version != other.Version) 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.Length != 0) hash ^= Version.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.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Version); + } + 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.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Version); + } + 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.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Version); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqCheckClientVersion other) { + if (other == null) { + return; + } + if (other.Version.Length != 0) { + Version = other.Version; + } + _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: { + Version = 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 10: { + Version = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResCheckClientVersion : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResCheckClientVersion()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1867]; } + } + + [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 ResCheckClientVersion() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckClientVersion(ResCheckClientVersion other) : this() { + availability_ = other.availability_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResCheckClientVersion Clone() { + return new ResCheckClientVersion(this); + } + + /// Field number for the "Availability" field. + public const int AvailabilityFieldNumber = 1; + private global::EpinelPS.Availability availability_ = global::EpinelPS.Availability.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.Availability Availability { + get { return availability_; } + set { + availability_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResCheckClientVersion); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResCheckClientVersion other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Availability != other.Availability) 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 (Availability != global::EpinelPS.Availability.None) hash ^= Availability.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 (Availability != global::EpinelPS.Availability.None) { + output.WriteRawTag(8); + output.WriteEnum((int) Availability); + } + 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 (Availability != global::EpinelPS.Availability.None) { + output.WriteRawTag(8); + output.WriteEnum((int) Availability); + } + 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 (Availability != global::EpinelPS.Availability.None) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Availability); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResCheckClientVersion other) { + if (other == null) { + return; + } + if (other.Availability != global::EpinelPS.Availability.None) { + Availability = other.Availability; + } + _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: { + Availability = (global::EpinelPS.Availability) 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: { + Availability = (global::EpinelPS.Availability) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /resourcehosts2 + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetResourceHosts2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetResourceHosts2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1868]; } + } + + [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 ReqGetResourceHosts2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetResourceHosts2(ReqGetResourceHosts2 other) : this() { + version_ = other.version_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetResourceHosts2 Clone() { + return new ReqGetResourceHosts2(this); + } + + /// Field number for the "Version" field. + public const int VersionFieldNumber = 1; + private string version_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Version { + get { return version_; } + set { + version_ = 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 ReqGetResourceHosts2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetResourceHosts2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Version != other.Version) 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.Length != 0) hash ^= Version.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.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Version); + } + 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.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Version); + } + 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.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Version); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetResourceHosts2 other) { + if (other == null) { + return; + } + if (other.Version.Length != 0) { + Version = other.Version; + } + _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: { + Version = 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 10: { + Version = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetResourceHosts2 : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetResourceHosts2()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1869]; } + } + + [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 ResGetResourceHosts2() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetResourceHosts2(ResGetResourceHosts2 other) : this() { + version_ = other.version_; + baseUrl_ = other.baseUrl_; + coreVersionMap_ = other.coreVersionMap_.Clone(); + dataPackVersionMap_ = other.dataPackVersionMap_.Clone(); + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetResourceHosts2 Clone() { + return new ResGetResourceHosts2(this); + } + + /// Field number for the "Version" field. + public const int VersionFieldNumber = 1; + private string version_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Version { + get { return version_; } + set { + version_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BaseUrl" field. + public const int BaseUrlFieldNumber = 2; + private string baseUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string BaseUrl { + get { return baseUrl_; } + set { + baseUrl_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "CoreVersionMap" field. + public const int CoreVersionMapFieldNumber = 3; + private static readonly pbc::MapField.Codec _map_coreVersionMap_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForString(18, ""), 26); + private readonly pbc::MapField coreVersionMap_ = new pbc::MapField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::MapField CoreVersionMap { + get { return coreVersionMap_; } + } + + /// Field number for the "DataPackVersionMap" field. + public const int DataPackVersionMapFieldNumber = 4; + private static readonly pbc::MapField.Codec _map_dataPackVersionMap_codec + = new pbc::MapField.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForString(18, ""), 34); + private readonly pbc::MapField dataPackVersionMap_ = new pbc::MapField(); + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pbc::MapField DataPackVersionMap { + get { return dataPackVersionMap_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetResourceHosts2); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetResourceHosts2 other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Version != other.Version) return false; + if (BaseUrl != other.BaseUrl) return false; + if (!CoreVersionMap.Equals(other.CoreVersionMap)) return false; + if (!DataPackVersionMap.Equals(other.DataPackVersionMap)) 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.Length != 0) hash ^= Version.GetHashCode(); + if (BaseUrl.Length != 0) hash ^= BaseUrl.GetHashCode(); + hash ^= CoreVersionMap.GetHashCode(); + hash ^= DataPackVersionMap.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.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Version); + } + if (BaseUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(BaseUrl); + } + coreVersionMap_.WriteTo(output, _map_coreVersionMap_codec); + dataPackVersionMap_.WriteTo(output, _map_dataPackVersionMap_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 (Version.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Version); + } + if (BaseUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(BaseUrl); + } + coreVersionMap_.WriteTo(ref output, _map_coreVersionMap_codec); + dataPackVersionMap_.WriteTo(ref output, _map_dataPackVersionMap_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 (Version.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Version); + } + if (BaseUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(BaseUrl); + } + size += coreVersionMap_.CalculateSize(_map_coreVersionMap_codec); + size += dataPackVersionMap_.CalculateSize(_map_dataPackVersionMap_codec); + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetResourceHosts2 other) { + if (other == null) { + return; + } + if (other.Version.Length != 0) { + Version = other.Version; + } + if (other.BaseUrl.Length != 0) { + BaseUrl = other.BaseUrl; + } + coreVersionMap_.MergeFrom(other.coreVersionMap_); + dataPackVersionMap_.MergeFrom(other.dataPackVersionMap_); + _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: { + Version = input.ReadString(); + break; + } + case 18: { + BaseUrl = input.ReadString(); + break; + } + case 26: { + coreVersionMap_.AddEntriesFrom(input, _map_coreVersionMap_codec); + break; + } + case 34: { + dataPackVersionMap_.AddEntriesFrom(input, _map_dataPackVersionMap_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: { + Version = input.ReadString(); + break; + } + case 18: { + BaseUrl = input.ReadString(); + break; + } + case 26: { + coreVersionMap_.AddEntriesFrom(ref input, _map_coreVersionMap_codec); + break; + } + case 34: { + dataPackVersionMap_.AddEntriesFrom(ref input, _map_dataPackVersionMap_codec); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetServerInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetServerInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1870]; } + } + + [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 ResGetServerInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetServerInfo(ResGetServerInfo other) : this() { + worldId_ = other.worldId_; + matchUrl_ = other.matchUrl_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetServerInfo Clone() { + return new ResGetServerInfo(this); + } + + /// Field number for the "WorldId" field. + public const int WorldIdFieldNumber = 1; + private int worldId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WorldId { + get { return worldId_; } + set { + worldId_ = value; + } + } + + /// Field number for the "MatchUrl" field. + public const int MatchUrlFieldNumber = 2; + private string matchUrl_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string MatchUrl { + get { return matchUrl_; } + set { + matchUrl_ = 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 ResGetServerInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetServerInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (WorldId != other.WorldId) return false; + if (MatchUrl != other.MatchUrl) 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 (WorldId != 0) hash ^= WorldId.GetHashCode(); + if (MatchUrl.Length != 0) hash ^= MatchUrl.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 (WorldId != 0) { + output.WriteRawTag(8); + output.WriteInt32(WorldId); + } + if (MatchUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MatchUrl); + } + 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 (WorldId != 0) { + output.WriteRawTag(8); + output.WriteInt32(WorldId); + } + if (MatchUrl.Length != 0) { + output.WriteRawTag(18); + output.WriteString(MatchUrl); + } + 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 (WorldId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WorldId); + } + if (MatchUrl.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(MatchUrl); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetServerInfo other) { + if (other == null) { + return; + } + if (other.WorldId != 0) { + WorldId = other.WorldId; + } + if (other.MatchUrl.Length != 0) { + MatchUrl = other.MatchUrl; + } + _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: { + WorldId = input.ReadInt32(); + break; + } + case 18: { + MatchUrl = 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: { + WorldId = input.ReadInt32(); + break; + } + case 18: { + MatchUrl = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResMaintenanceNotice : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResMaintenanceNotice()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1871]; } + } + + [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 ResMaintenanceNotice() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMaintenanceNotice(ResMaintenanceNotice other) : this() { + maintenanceWindow_ = other.maintenanceWindow_ != null ? other.maintenanceWindow_.Clone() : null; + isWhitelisted_ = other.isWhitelisted_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResMaintenanceNotice Clone() { + return new ResMaintenanceNotice(this); + } + + /// Field number for the "MaintenanceWindow" field. + public const int MaintenanceWindowFieldNumber = 1; + private global::EpinelPS.NetMaintenanceWindow maintenanceWindow_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetMaintenanceWindow MaintenanceWindow { + get { return maintenanceWindow_; } + set { + maintenanceWindow_ = value; + } + } + + /// Field number for the "IsWhitelisted" field. + public const int IsWhitelistedFieldNumber = 2; + private bool isWhitelisted_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool IsWhitelisted { + get { return isWhitelisted_; } + set { + isWhitelisted_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResMaintenanceNotice); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResMaintenanceNotice other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(MaintenanceWindow, other.MaintenanceWindow)) return false; + if (IsWhitelisted != other.IsWhitelisted) 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 (maintenanceWindow_ != null) hash ^= MaintenanceWindow.GetHashCode(); + if (IsWhitelisted != false) hash ^= IsWhitelisted.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 (maintenanceWindow_ != null) { + output.WriteRawTag(10); + output.WriteMessage(MaintenanceWindow); + } + if (IsWhitelisted != false) { + output.WriteRawTag(16); + output.WriteBool(IsWhitelisted); + } + 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 (maintenanceWindow_ != null) { + output.WriteRawTag(10); + output.WriteMessage(MaintenanceWindow); + } + if (IsWhitelisted != false) { + output.WriteRawTag(16); + output.WriteBool(IsWhitelisted); + } + 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 (maintenanceWindow_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(MaintenanceWindow); + } + if (IsWhitelisted != 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(ResMaintenanceNotice other) { + if (other == null) { + return; + } + if (other.maintenanceWindow_ != null) { + if (maintenanceWindow_ == null) { + MaintenanceWindow = new global::EpinelPS.NetMaintenanceWindow(); + } + MaintenanceWindow.MergeFrom(other.MaintenanceWindow); + } + if (other.IsWhitelisted != false) { + IsWhitelisted = other.IsWhitelisted; + } + _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: { + if (maintenanceWindow_ == null) { + MaintenanceWindow = new global::EpinelPS.NetMaintenanceWindow(); + } + input.ReadMessage(MaintenanceWindow); + break; + } + case 16: { + IsWhitelisted = 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 10: { + if (maintenanceWindow_ == null) { + MaintenanceWindow = new global::EpinelPS.NetMaintenanceWindow(); + } + input.ReadMessage(MaintenanceWindow); + break; + } + case 16: { + IsWhitelisted = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetMaintenanceWindow : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetMaintenanceWindow()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1872]; } + } + + [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 NetMaintenanceWindow() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMaintenanceWindow(NetMaintenanceWindow other) : this() { + from_ = other.from_ != null ? other.from_.Clone() : null; + to_ = other.to_ != null ? other.to_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetMaintenanceWindow Clone() { + return new NetMaintenanceWindow(this); + } + + /// Field number for the "From" field. + public const int FromFieldNumber = 1; + private global::Google.Protobuf.WellKnownTypes.Timestamp from_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp From { + get { return from_; } + set { + from_ = value; + } + } + + /// Field number for the "To" field. + public const int ToFieldNumber = 2; + private global::Google.Protobuf.WellKnownTypes.Timestamp to_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp To { + get { return to_; } + set { + to_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetMaintenanceWindow); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetMaintenanceWindow other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(From, other.From)) return false; + if (!object.Equals(To, other.To)) 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 (from_ != null) hash ^= From.GetHashCode(); + if (to_ != null) hash ^= To.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 (from_ != null) { + output.WriteRawTag(10); + output.WriteMessage(From); + } + if (to_ != null) { + output.WriteRawTag(18); + output.WriteMessage(To); + } + 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 (from_ != null) { + output.WriteRawTag(10); + output.WriteMessage(From); + } + if (to_ != null) { + output.WriteRawTag(18); + output.WriteMessage(To); + } + 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 (from_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(From); + } + if (to_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(To); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetMaintenanceWindow other) { + if (other == null) { + return; + } + if (other.from_ != null) { + if (from_ == null) { + From = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + From.MergeFrom(other.From); + } + if (other.to_ != null) { + if (to_ == null) { + To = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + To.MergeFrom(other.To); + } + _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: { + if (from_ == null) { + From = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(From); + break; + } + case 18: { + if (to_ == null) { + To = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(To); + 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: { + if (from_ == null) { + From = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(From); + break; + } + case 18: { + if (to_ == null) { + To = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(To); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /staticdatapack + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqStaticDataPackInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqStaticDataPackInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1873]; } + } + + [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 ReqStaticDataPackInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStaticDataPackInfo(ReqStaticDataPackInfo other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqStaticDataPackInfo Clone() { + return new ReqStaticDataPackInfo(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqStaticDataPackInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqStaticDataPackInfo 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(ReqStaticDataPackInfo 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResStaticDataPackInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResStaticDataPackInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1874]; } + } + + [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 ResStaticDataPackInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStaticDataPackInfo(ResStaticDataPackInfo other) : this() { + url_ = other.url_; + size_ = other.size_; + sha256Sum_ = other.sha256Sum_; + salt1_ = other.salt1_; + salt2_ = other.salt2_; + version_ = other.version_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResStaticDataPackInfo Clone() { + return new ResStaticDataPackInfo(this); + } + + /// Field number for the "Url" field. + public const int UrlFieldNumber = 1; + private string url_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Url { + get { return url_; } + set { + url_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Size" field. + public const int SizeFieldNumber = 2; + private long size_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Size { + get { return size_; } + set { + size_ = value; + } + } + + /// Field number for the "Sha256Sum" field. + public const int Sha256SumFieldNumber = 3; + private pb::ByteString sha256Sum_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString Sha256Sum { + get { return sha256Sum_; } + set { + sha256Sum_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Salt1" field. + public const int Salt1FieldNumber = 4; + private pb::ByteString salt1_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString Salt1 { + get { return salt1_; } + set { + salt1_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Salt2" field. + public const int Salt2FieldNumber = 5; + private pb::ByteString salt2_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString Salt2 { + get { return salt2_; } + set { + salt2_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Version" field. + public const int VersionFieldNumber = 6; + private string version_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Version { + get { return version_; } + set { + version_ = 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 ResStaticDataPackInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResStaticDataPackInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Url != other.Url) return false; + if (Size != other.Size) return false; + if (Sha256Sum != other.Sha256Sum) return false; + if (Salt1 != other.Salt1) return false; + if (Salt2 != other.Salt2) return false; + if (Version != other.Version) 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 (Url.Length != 0) hash ^= Url.GetHashCode(); + if (Size != 0L) hash ^= Size.GetHashCode(); + if (Sha256Sum.Length != 0) hash ^= Sha256Sum.GetHashCode(); + if (Salt1.Length != 0) hash ^= Salt1.GetHashCode(); + if (Salt2.Length != 0) hash ^= Salt2.GetHashCode(); + if (Version.Length != 0) hash ^= Version.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 (Url.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Url); + } + if (Size != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Size); + } + if (Sha256Sum.Length != 0) { + output.WriteRawTag(26); + output.WriteBytes(Sha256Sum); + } + if (Salt1.Length != 0) { + output.WriteRawTag(34); + output.WriteBytes(Salt1); + } + if (Salt2.Length != 0) { + output.WriteRawTag(42); + output.WriteBytes(Salt2); + } + if (Version.Length != 0) { + output.WriteRawTag(50); + output.WriteString(Version); + } + 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 (Url.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Url); + } + if (Size != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Size); + } + if (Sha256Sum.Length != 0) { + output.WriteRawTag(26); + output.WriteBytes(Sha256Sum); + } + if (Salt1.Length != 0) { + output.WriteRawTag(34); + output.WriteBytes(Salt1); + } + if (Salt2.Length != 0) { + output.WriteRawTag(42); + output.WriteBytes(Salt2); + } + if (Version.Length != 0) { + output.WriteRawTag(50); + output.WriteString(Version); + } + 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 (Url.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Url); + } + if (Size != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Size); + } + if (Sha256Sum.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(Sha256Sum); + } + if (Salt1.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(Salt1); + } + if (Salt2.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(Salt2); + } + if (Version.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Version); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResStaticDataPackInfo other) { + if (other == null) { + return; + } + if (other.Url.Length != 0) { + Url = other.Url; + } + if (other.Size != 0L) { + Size = other.Size; + } + if (other.Sha256Sum.Length != 0) { + Sha256Sum = other.Sha256Sum; + } + if (other.Salt1.Length != 0) { + Salt1 = other.Salt1; + } + if (other.Salt2.Length != 0) { + Salt2 = other.Salt2; + } + if (other.Version.Length != 0) { + Version = other.Version; + } + _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: { + Url = input.ReadString(); + break; + } + case 16: { + Size = input.ReadInt64(); + break; + } + case 26: { + Sha256Sum = input.ReadBytes(); + break; + } + case 34: { + Salt1 = input.ReadBytes(); + break; + } + case 42: { + Salt2 = input.ReadBytes(); + break; + } + case 50: { + Version = 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 10: { + Url = input.ReadString(); + break; + } + case 16: { + Size = input.ReadInt64(); + break; + } + case 26: { + Sha256Sum = input.ReadBytes(); + break; + } + case 34: { + Salt1 = input.ReadBytes(); + break; + } + case 42: { + Salt2 = input.ReadBytes(); + break; + } + case 50: { + Version = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResUserOnlineStateLog : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResUserOnlineStateLog()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1875]; } + } + + [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 ResUserOnlineStateLog() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUserOnlineStateLog(ResUserOnlineStateLog other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResUserOnlineStateLog Clone() { + return new ResUserOnlineStateLog(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResUserOnlineStateLog); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResUserOnlineStateLog 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(ResUserOnlineStateLog 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 + + } + + /// + /// URL: /system/sentry/getparams + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqGetSentryParams : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqGetSentryParams()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1876]; } + } + + [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 ReqGetSentryParams() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSentryParams(ReqGetSentryParams other) : this() { + openId_ = other.openId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqGetSentryParams Clone() { + return new ReqGetSentryParams(this); + } + + /// Field number for the "OpenId" field. + public const int OpenIdFieldNumber = 1; + private string openId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string OpenId { + get { return openId_; } + set { + openId_ = 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 ReqGetSentryParams); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqGetSentryParams other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (OpenId != other.OpenId) 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 (OpenId.Length != 0) hash ^= OpenId.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 (OpenId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(OpenId); + } + 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 (OpenId.Length != 0) { + output.WriteRawTag(10); + output.WriteString(OpenId); + } + 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 (OpenId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(OpenId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqGetSentryParams other) { + if (other == null) { + return; + } + if (other.OpenId.Length != 0) { + OpenId = other.OpenId; + } + _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: { + OpenId = 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 10: { + OpenId = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResGetSentryParams : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResGetSentryParams()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1877]; } + } + + [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 ResGetSentryParams() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSentryParams(ResGetSentryParams other) : this() { + samplingRate_ = other.samplingRate_; + traceSamplingRate_ = other.traceSamplingRate_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResGetSentryParams Clone() { + return new ResGetSentryParams(this); + } + + /// Field number for the "SamplingRate" field. + public const int SamplingRateFieldNumber = 1; + private double samplingRate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public double SamplingRate { + get { return samplingRate_; } + set { + samplingRate_ = value; + } + } + + /// Field number for the "TraceSamplingRate" field. + public const int TraceSamplingRateFieldNumber = 2; + private double traceSamplingRate_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public double TraceSamplingRate { + get { return traceSamplingRate_; } + set { + traceSamplingRate_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResGetSentryParams); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResGetSentryParams other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(SamplingRate, other.SamplingRate)) return false; + if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(TraceSamplingRate, other.TraceSamplingRate)) 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 (SamplingRate != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(SamplingRate); + if (TraceSamplingRate != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(TraceSamplingRate); + 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 (SamplingRate != 0D) { + output.WriteRawTag(9); + output.WriteDouble(SamplingRate); + } + if (TraceSamplingRate != 0D) { + output.WriteRawTag(17); + output.WriteDouble(TraceSamplingRate); + } + 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 (SamplingRate != 0D) { + output.WriteRawTag(9); + output.WriteDouble(SamplingRate); + } + if (TraceSamplingRate != 0D) { + output.WriteRawTag(17); + output.WriteDouble(TraceSamplingRate); + } + 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 (SamplingRate != 0D) { + size += 1 + 8; + } + if (TraceSamplingRate != 0D) { + size += 1 + 8; + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResGetSentryParams other) { + if (other == null) { + return; + } + if (other.SamplingRate != 0D) { + SamplingRate = other.SamplingRate; + } + if (other.TraceSamplingRate != 0D) { + TraceSamplingRate = other.TraceSamplingRate; + } + _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 9: { + SamplingRate = input.ReadDouble(); + break; + } + case 17: { + TraceSamplingRate = input.ReadDouble(); + 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 9: { + SamplingRate = input.ReadDouble(); + break; + } + case 17: { + TraceSamplingRate = input.ReadDouble(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /auth/intl + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAuthIntl : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAuthIntl()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1878]; } + } + + [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 ReqAuthIntl() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAuthIntl(ReqAuthIntl other) : this() { + deviceInfo_ = other.deviceInfo_ != null ? other.deviceInfo_.Clone() : null; + openId_ = other.openId_; + token_ = other.token_; + channelId_ = other.channelId_; + os_ = other.os_; + billingInfo_ = other.billingInfo_ != null ? other.billingInfo_.Clone() : null; + tlogDeviceInfo_ = other.tlogDeviceInfo_ != null ? other.tlogDeviceInfo_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAuthIntl Clone() { + return new ReqAuthIntl(this); + } + + /// Field number for the "DeviceInfo" field. + public const int DeviceInfoFieldNumber = 1; + private global::EpinelPS.NetDeviceInfo deviceInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetDeviceInfo DeviceInfo { + get { return deviceInfo_; } + set { + deviceInfo_ = value; + } + } + + /// Field number for the "OpenId" field. + public const int OpenIdFieldNumber = 2; + private string openId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string OpenId { + get { return openId_; } + set { + openId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Token" field. + public const int TokenFieldNumber = 3; + private string token_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Token { + get { return token_; } + set { + token_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ChannelId" field. + public const int ChannelIdFieldNumber = 4; + private int channelId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ChannelId { + get { return channelId_; } + set { + channelId_ = value; + } + } + + /// Field number for the "Os" field. + public const int OsFieldNumber = 5; + private string os_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Os { + get { return os_; } + set { + os_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "BillingInfo" field. + public const int BillingInfoFieldNumber = 6; + private global::EpinelPS.NetBillingInfo billingInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetBillingInfo BillingInfo { + get { return billingInfo_; } + set { + billingInfo_ = value; + } + } + + /// Field number for the "TlogDeviceInfo" field. + public const int TlogDeviceInfoFieldNumber = 7; + private global::EpinelPS.NetTLogDeviceInfo tlogDeviceInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetTLogDeviceInfo TlogDeviceInfo { + get { return tlogDeviceInfo_; } + set { + tlogDeviceInfo_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqAuthIntl); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAuthIntl other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(DeviceInfo, other.DeviceInfo)) return false; + if (OpenId != other.OpenId) return false; + if (Token != other.Token) return false; + if (ChannelId != other.ChannelId) return false; + if (Os != other.Os) return false; + if (!object.Equals(BillingInfo, other.BillingInfo)) return false; + if (!object.Equals(TlogDeviceInfo, other.TlogDeviceInfo)) 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 (deviceInfo_ != null) hash ^= DeviceInfo.GetHashCode(); + if (OpenId.Length != 0) hash ^= OpenId.GetHashCode(); + if (Token.Length != 0) hash ^= Token.GetHashCode(); + if (ChannelId != 0) hash ^= ChannelId.GetHashCode(); + if (Os.Length != 0) hash ^= Os.GetHashCode(); + if (billingInfo_ != null) hash ^= BillingInfo.GetHashCode(); + if (tlogDeviceInfo_ != null) hash ^= TlogDeviceInfo.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 (deviceInfo_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DeviceInfo); + } + if (OpenId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(OpenId); + } + if (Token.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Token); + } + if (ChannelId != 0) { + output.WriteRawTag(32); + output.WriteInt32(ChannelId); + } + if (Os.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Os); + } + if (billingInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(BillingInfo); + } + if (tlogDeviceInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(TlogDeviceInfo); + } + 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 (deviceInfo_ != null) { + output.WriteRawTag(10); + output.WriteMessage(DeviceInfo); + } + if (OpenId.Length != 0) { + output.WriteRawTag(18); + output.WriteString(OpenId); + } + if (Token.Length != 0) { + output.WriteRawTag(26); + output.WriteString(Token); + } + if (ChannelId != 0) { + output.WriteRawTag(32); + output.WriteInt32(ChannelId); + } + if (Os.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Os); + } + if (billingInfo_ != null) { + output.WriteRawTag(50); + output.WriteMessage(BillingInfo); + } + if (tlogDeviceInfo_ != null) { + output.WriteRawTag(58); + output.WriteMessage(TlogDeviceInfo); + } + 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 (deviceInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(DeviceInfo); + } + if (OpenId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(OpenId); + } + if (Token.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Token); + } + if (ChannelId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ChannelId); + } + if (Os.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Os); + } + if (billingInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BillingInfo); + } + if (tlogDeviceInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(TlogDeviceInfo); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAuthIntl other) { + if (other == null) { + return; + } + if (other.deviceInfo_ != null) { + if (deviceInfo_ == null) { + DeviceInfo = new global::EpinelPS.NetDeviceInfo(); + } + DeviceInfo.MergeFrom(other.DeviceInfo); + } + if (other.OpenId.Length != 0) { + OpenId = other.OpenId; + } + if (other.Token.Length != 0) { + Token = other.Token; + } + if (other.ChannelId != 0) { + ChannelId = other.ChannelId; + } + if (other.Os.Length != 0) { + Os = other.Os; + } + if (other.billingInfo_ != null) { + if (billingInfo_ == null) { + BillingInfo = new global::EpinelPS.NetBillingInfo(); + } + BillingInfo.MergeFrom(other.BillingInfo); + } + if (other.tlogDeviceInfo_ != null) { + if (tlogDeviceInfo_ == null) { + TlogDeviceInfo = new global::EpinelPS.NetTLogDeviceInfo(); + } + TlogDeviceInfo.MergeFrom(other.TlogDeviceInfo); + } + _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: { + if (deviceInfo_ == null) { + DeviceInfo = new global::EpinelPS.NetDeviceInfo(); + } + input.ReadMessage(DeviceInfo); + break; + } + case 18: { + OpenId = input.ReadString(); + break; + } + case 26: { + Token = input.ReadString(); + break; + } + case 32: { + ChannelId = input.ReadInt32(); + break; + } + case 42: { + Os = input.ReadString(); + break; + } + case 50: { + if (billingInfo_ == null) { + BillingInfo = new global::EpinelPS.NetBillingInfo(); + } + input.ReadMessage(BillingInfo); + break; + } + case 58: { + if (tlogDeviceInfo_ == null) { + TlogDeviceInfo = new global::EpinelPS.NetTLogDeviceInfo(); + } + input.ReadMessage(TlogDeviceInfo); + 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: { + if (deviceInfo_ == null) { + DeviceInfo = new global::EpinelPS.NetDeviceInfo(); + } + input.ReadMessage(DeviceInfo); + break; + } + case 18: { + OpenId = input.ReadString(); + break; + } + case 26: { + Token = input.ReadString(); + break; + } + case 32: { + ChannelId = input.ReadInt32(); + break; + } + case 42: { + Os = input.ReadString(); + break; + } + case 50: { + if (billingInfo_ == null) { + BillingInfo = new global::EpinelPS.NetBillingInfo(); + } + input.ReadMessage(BillingInfo); + break; + } + case 58: { + if (tlogDeviceInfo_ == null) { + TlogDeviceInfo = new global::EpinelPS.NetTLogDeviceInfo(); + } + input.ReadMessage(TlogDeviceInfo); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /auth/enterserver + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqEnterServer : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqEnterServer()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1879]; } + } + + [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 ReqEnterServer() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterServer(ReqEnterServer other) : this() { + authToken_ = other.authToken_; + clientPublicKey_ = other.clientPublicKey_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqEnterServer Clone() { + return new ReqEnterServer(this); + } + + /// Field number for the "AuthToken" field. + public const int AuthTokenFieldNumber = 1; + private string authToken_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string AuthToken { + get { return authToken_; } + set { + authToken_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ClientPublicKey" field. + public const int ClientPublicKeyFieldNumber = 2; + private pb::ByteString clientPublicKey_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString ClientPublicKey { + get { return clientPublicKey_; } + set { + clientPublicKey_ = 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 ReqEnterServer); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqEnterServer other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (AuthToken != other.AuthToken) return false; + if (ClientPublicKey != other.ClientPublicKey) 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 (AuthToken.Length != 0) hash ^= AuthToken.GetHashCode(); + if (ClientPublicKey.Length != 0) hash ^= ClientPublicKey.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 (AuthToken.Length != 0) { + output.WriteRawTag(10); + output.WriteString(AuthToken); + } + if (ClientPublicKey.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(ClientPublicKey); + } + 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 (AuthToken.Length != 0) { + output.WriteRawTag(10); + output.WriteString(AuthToken); + } + if (ClientPublicKey.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(ClientPublicKey); + } + 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 (AuthToken.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(AuthToken); + } + if (ClientPublicKey.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(ClientPublicKey); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqEnterServer other) { + if (other == null) { + return; + } + if (other.AuthToken.Length != 0) { + AuthToken = other.AuthToken; + } + if (other.ClientPublicKey.Length != 0) { + ClientPublicKey = other.ClientPublicKey; + } + _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: { + AuthToken = input.ReadString(); + break; + } + case 18: { + ClientPublicKey = 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 10: { + AuthToken = input.ReadString(); + break; + } + case 18: { + ClientPublicKey = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /auth/logout + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqLogout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqLogout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1880]; } + } + + [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 ReqLogout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLogout(ReqLogout other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqLogout Clone() { + return new ReqLogout(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ReqLogout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqLogout 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(ReqLogout 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetDeviceInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetDeviceInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1881]; } + } + + [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 NetDeviceInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDeviceInfo(NetDeviceInfo other) : this() { + clientVersion_ = other.clientVersion_; + staticDataVersion_ = other.staticDataVersion_; + intlEnvironment_ = other.intlEnvironment_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetDeviceInfo Clone() { + return new NetDeviceInfo(this); + } + + /// Field number for the "ClientVersion" field. + public const int ClientVersionFieldNumber = 1; + private string clientVersion_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ClientVersion { + get { return clientVersion_; } + set { + clientVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "StaticDataVersion" field. + public const int StaticDataVersionFieldNumber = 2; + private string staticDataVersion_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string StaticDataVersion { + get { return staticDataVersion_; } + set { + staticDataVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "IntlEnvironment" field. + public const int IntlEnvironmentFieldNumber = 3; + private global::EpinelPS.INTLEnvironment intlEnvironment_ = global::EpinelPS.INTLEnvironment.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.INTLEnvironment IntlEnvironment { + get { return intlEnvironment_; } + set { + intlEnvironment_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetDeviceInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetDeviceInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ClientVersion != other.ClientVersion) return false; + if (StaticDataVersion != other.StaticDataVersion) return false; + if (IntlEnvironment != other.IntlEnvironment) 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 (ClientVersion.Length != 0) hash ^= ClientVersion.GetHashCode(); + if (StaticDataVersion.Length != 0) hash ^= StaticDataVersion.GetHashCode(); + if (IntlEnvironment != global::EpinelPS.INTLEnvironment.None) hash ^= IntlEnvironment.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 (ClientVersion.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ClientVersion); + } + if (StaticDataVersion.Length != 0) { + output.WriteRawTag(18); + output.WriteString(StaticDataVersion); + } + if (IntlEnvironment != global::EpinelPS.INTLEnvironment.None) { + output.WriteRawTag(24); + output.WriteEnum((int) IntlEnvironment); + } + 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 (ClientVersion.Length != 0) { + output.WriteRawTag(10); + output.WriteString(ClientVersion); + } + if (StaticDataVersion.Length != 0) { + output.WriteRawTag(18); + output.WriteString(StaticDataVersion); + } + if (IntlEnvironment != global::EpinelPS.INTLEnvironment.None) { + output.WriteRawTag(24); + output.WriteEnum((int) IntlEnvironment); + } + 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 (ClientVersion.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(ClientVersion); + } + if (StaticDataVersion.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(StaticDataVersion); + } + if (IntlEnvironment != global::EpinelPS.INTLEnvironment.None) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IntlEnvironment); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetDeviceInfo other) { + if (other == null) { + return; + } + if (other.ClientVersion.Length != 0) { + ClientVersion = other.ClientVersion; + } + if (other.StaticDataVersion.Length != 0) { + StaticDataVersion = other.StaticDataVersion; + } + if (other.IntlEnvironment != global::EpinelPS.INTLEnvironment.None) { + IntlEnvironment = other.IntlEnvironment; + } + _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: { + ClientVersion = input.ReadString(); + break; + } + case 18: { + StaticDataVersion = input.ReadString(); + break; + } + case 24: { + IntlEnvironment = (global::EpinelPS.INTLEnvironment) 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 10: { + ClientVersion = input.ReadString(); + break; + } + case 18: { + StaticDataVersion = input.ReadString(); + break; + } + case 24: { + IntlEnvironment = (global::EpinelPS.INTLEnvironment) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBillingInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBillingInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1882]; } + } + + [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 NetBillingInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBillingInfo(NetBillingInfo other) : this() { + platform_ = other.platform_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBillingInfo Clone() { + return new NetBillingInfo(this); + } + + /// Field number for the "Platform" field. + public const int PlatformFieldNumber = 1; + private global::EpinelPS.BillingPlatform platform_ = global::EpinelPS.BillingPlatform.BillingPlatformUnknown; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.BillingPlatform Platform { + get { return platform_; } + set { + platform_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetBillingInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBillingInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Platform != other.Platform) 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 (Platform != global::EpinelPS.BillingPlatform.BillingPlatformUnknown) hash ^= Platform.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 (Platform != global::EpinelPS.BillingPlatform.BillingPlatformUnknown) { + output.WriteRawTag(8); + output.WriteEnum((int) Platform); + } + 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 (Platform != global::EpinelPS.BillingPlatform.BillingPlatformUnknown) { + output.WriteRawTag(8); + output.WriteEnum((int) Platform); + } + 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 (Platform != global::EpinelPS.BillingPlatform.BillingPlatformUnknown) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Platform); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBillingInfo other) { + if (other == null) { + return; + } + if (other.Platform != global::EpinelPS.BillingPlatform.BillingPlatformUnknown) { + Platform = other.Platform; + } + _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: { + Platform = (global::EpinelPS.BillingPlatform) 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: { + Platform = (global::EpinelPS.BillingPlatform) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetTLogDeviceInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetTLogDeviceInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1883]; } + } + + [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 NetTLogDeviceInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTLogDeviceInfo(NetTLogDeviceInfo other) : this() { + runtimePlatform_ = other.runtimePlatform_; + systemSoftware_ = other.systemSoftware_; + systemHardware_ = other.systemHardware_; + telecomOper_ = other.telecomOper_; + network_ = other.network_; + screenWidth_ = other.screenWidth_; + screenHeight_ = other.screenHeight_; + density_ = other.density_; + cpuHardware_ = other.cpuHardware_; + memory_ = other.memory_; + glRender_ = other.glRender_; + glVersion_ = other.glVersion_; + deviceId_ = other.deviceId_; + language_ = other.language_; + country_ = other.country_; + systemLanguage_ = other.systemLanguage_; + clientVersion_ = other.clientVersion_; + xwid_ = other.xwid_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetTLogDeviceInfo Clone() { + return new NetTLogDeviceInfo(this); + } + + /// Field number for the "RuntimePlatform" field. + public const int RuntimePlatformFieldNumber = 1; + private global::EpinelPS.TLogPlatform runtimePlatform_ = global::EpinelPS.TLogPlatform.TlogPlatformIos; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.TLogPlatform RuntimePlatform { + get { return runtimePlatform_; } + set { + runtimePlatform_ = value; + } + } + + /// Field number for the "SystemSoftware" field. + public const int SystemSoftwareFieldNumber = 2; + private string systemSoftware_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string SystemSoftware { + get { return systemSoftware_; } + set { + systemSoftware_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "SystemHardware" field. + public const int SystemHardwareFieldNumber = 3; + private string systemHardware_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string SystemHardware { + get { return systemHardware_; } + set { + systemHardware_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "TelecomOper" field. + public const int TelecomOperFieldNumber = 4; + private string telecomOper_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string TelecomOper { + get { return telecomOper_; } + set { + telecomOper_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Network" field. + public const int NetworkFieldNumber = 5; + private string network_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Network { + get { return network_; } + set { + network_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ScreenWidth" field. + public const int ScreenWidthFieldNumber = 6; + private int screenWidth_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ScreenWidth { + get { return screenWidth_; } + set { + screenWidth_ = value; + } + } + + /// Field number for the "ScreenHeight" field. + public const int ScreenHeightFieldNumber = 7; + private int screenHeight_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int ScreenHeight { + get { return screenHeight_; } + set { + screenHeight_ = value; + } + } + + /// Field number for the "Density" field. + public const int DensityFieldNumber = 8; + private int density_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Density { + get { return density_; } + set { + density_ = value; + } + } + + /// Field number for the "CpuHardware" field. + public const int CpuHardwareFieldNumber = 9; + private string cpuHardware_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CpuHardware { + get { return cpuHardware_; } + set { + cpuHardware_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Memory" field. + public const int MemoryFieldNumber = 10; + private int memory_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Memory { + get { return memory_; } + set { + memory_ = value; + } + } + + /// Field number for the "GlRender" field. + public const int GlRenderFieldNumber = 11; + private string glRender_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string GlRender { + get { return glRender_; } + set { + glRender_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "GlVersion" field. + public const int GlVersionFieldNumber = 12; + private string glVersion_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string GlVersion { + get { return glVersion_; } + set { + glVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DeviceId" field. + public const int DeviceIdFieldNumber = 13; + private string deviceId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string DeviceId { + get { return deviceId_; } + set { + deviceId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Language" field. + public const int LanguageFieldNumber = 14; + private string language_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Language { + get { return language_; } + set { + language_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Country" field. + public const int CountryFieldNumber = 15; + private string country_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Country { + get { return country_; } + set { + country_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "SystemLanguage" field. + public const int SystemLanguageFieldNumber = 16; + private string systemLanguage_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string SystemLanguage { + get { return systemLanguage_; } + set { + systemLanguage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "ClientVersion" field. + public const int ClientVersionFieldNumber = 17; + private string clientVersion_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string ClientVersion { + get { return clientVersion_; } + set { + clientVersion_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "Xwid" field. + public const int XwidFieldNumber = 18; + private string xwid_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Xwid { + get { return xwid_; } + set { + xwid_ = 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 NetTLogDeviceInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetTLogDeviceInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (RuntimePlatform != other.RuntimePlatform) return false; + if (SystemSoftware != other.SystemSoftware) return false; + if (SystemHardware != other.SystemHardware) return false; + if (TelecomOper != other.TelecomOper) return false; + if (Network != other.Network) return false; + if (ScreenWidth != other.ScreenWidth) return false; + if (ScreenHeight != other.ScreenHeight) return false; + if (Density != other.Density) return false; + if (CpuHardware != other.CpuHardware) return false; + if (Memory != other.Memory) return false; + if (GlRender != other.GlRender) return false; + if (GlVersion != other.GlVersion) return false; + if (DeviceId != other.DeviceId) return false; + if (Language != other.Language) return false; + if (Country != other.Country) return false; + if (SystemLanguage != other.SystemLanguage) return false; + if (ClientVersion != other.ClientVersion) return false; + if (Xwid != other.Xwid) 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 (RuntimePlatform != global::EpinelPS.TLogPlatform.TlogPlatformIos) hash ^= RuntimePlatform.GetHashCode(); + if (SystemSoftware.Length != 0) hash ^= SystemSoftware.GetHashCode(); + if (SystemHardware.Length != 0) hash ^= SystemHardware.GetHashCode(); + if (TelecomOper.Length != 0) hash ^= TelecomOper.GetHashCode(); + if (Network.Length != 0) hash ^= Network.GetHashCode(); + if (ScreenWidth != 0) hash ^= ScreenWidth.GetHashCode(); + if (ScreenHeight != 0) hash ^= ScreenHeight.GetHashCode(); + if (Density != 0) hash ^= Density.GetHashCode(); + if (CpuHardware.Length != 0) hash ^= CpuHardware.GetHashCode(); + if (Memory != 0) hash ^= Memory.GetHashCode(); + if (GlRender.Length != 0) hash ^= GlRender.GetHashCode(); + if (GlVersion.Length != 0) hash ^= GlVersion.GetHashCode(); + if (DeviceId.Length != 0) hash ^= DeviceId.GetHashCode(); + if (Language.Length != 0) hash ^= Language.GetHashCode(); + if (Country.Length != 0) hash ^= Country.GetHashCode(); + if (SystemLanguage.Length != 0) hash ^= SystemLanguage.GetHashCode(); + if (ClientVersion.Length != 0) hash ^= ClientVersion.GetHashCode(); + if (Xwid.Length != 0) hash ^= Xwid.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 (RuntimePlatform != global::EpinelPS.TLogPlatform.TlogPlatformIos) { + output.WriteRawTag(8); + output.WriteEnum((int) RuntimePlatform); + } + if (SystemSoftware.Length != 0) { + output.WriteRawTag(18); + output.WriteString(SystemSoftware); + } + if (SystemHardware.Length != 0) { + output.WriteRawTag(26); + output.WriteString(SystemHardware); + } + if (TelecomOper.Length != 0) { + output.WriteRawTag(34); + output.WriteString(TelecomOper); + } + if (Network.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Network); + } + if (ScreenWidth != 0) { + output.WriteRawTag(48); + output.WriteInt32(ScreenWidth); + } + if (ScreenHeight != 0) { + output.WriteRawTag(56); + output.WriteInt32(ScreenHeight); + } + if (Density != 0) { + output.WriteRawTag(64); + output.WriteInt32(Density); + } + if (CpuHardware.Length != 0) { + output.WriteRawTag(74); + output.WriteString(CpuHardware); + } + if (Memory != 0) { + output.WriteRawTag(80); + output.WriteInt32(Memory); + } + if (GlRender.Length != 0) { + output.WriteRawTag(90); + output.WriteString(GlRender); + } + if (GlVersion.Length != 0) { + output.WriteRawTag(98); + output.WriteString(GlVersion); + } + if (DeviceId.Length != 0) { + output.WriteRawTag(106); + output.WriteString(DeviceId); + } + if (Language.Length != 0) { + output.WriteRawTag(114); + output.WriteString(Language); + } + if (Country.Length != 0) { + output.WriteRawTag(122); + output.WriteString(Country); + } + if (SystemLanguage.Length != 0) { + output.WriteRawTag(130, 1); + output.WriteString(SystemLanguage); + } + if (ClientVersion.Length != 0) { + output.WriteRawTag(138, 1); + output.WriteString(ClientVersion); + } + if (Xwid.Length != 0) { + output.WriteRawTag(146, 1); + output.WriteString(Xwid); + } + 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 (RuntimePlatform != global::EpinelPS.TLogPlatform.TlogPlatformIos) { + output.WriteRawTag(8); + output.WriteEnum((int) RuntimePlatform); + } + if (SystemSoftware.Length != 0) { + output.WriteRawTag(18); + output.WriteString(SystemSoftware); + } + if (SystemHardware.Length != 0) { + output.WriteRawTag(26); + output.WriteString(SystemHardware); + } + if (TelecomOper.Length != 0) { + output.WriteRawTag(34); + output.WriteString(TelecomOper); + } + if (Network.Length != 0) { + output.WriteRawTag(42); + output.WriteString(Network); + } + if (ScreenWidth != 0) { + output.WriteRawTag(48); + output.WriteInt32(ScreenWidth); + } + if (ScreenHeight != 0) { + output.WriteRawTag(56); + output.WriteInt32(ScreenHeight); + } + if (Density != 0) { + output.WriteRawTag(64); + output.WriteInt32(Density); + } + if (CpuHardware.Length != 0) { + output.WriteRawTag(74); + output.WriteString(CpuHardware); + } + if (Memory != 0) { + output.WriteRawTag(80); + output.WriteInt32(Memory); + } + if (GlRender.Length != 0) { + output.WriteRawTag(90); + output.WriteString(GlRender); + } + if (GlVersion.Length != 0) { + output.WriteRawTag(98); + output.WriteString(GlVersion); + } + if (DeviceId.Length != 0) { + output.WriteRawTag(106); + output.WriteString(DeviceId); + } + if (Language.Length != 0) { + output.WriteRawTag(114); + output.WriteString(Language); + } + if (Country.Length != 0) { + output.WriteRawTag(122); + output.WriteString(Country); + } + if (SystemLanguage.Length != 0) { + output.WriteRawTag(130, 1); + output.WriteString(SystemLanguage); + } + if (ClientVersion.Length != 0) { + output.WriteRawTag(138, 1); + output.WriteString(ClientVersion); + } + if (Xwid.Length != 0) { + output.WriteRawTag(146, 1); + output.WriteString(Xwid); + } + 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 (RuntimePlatform != global::EpinelPS.TLogPlatform.TlogPlatformIos) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) RuntimePlatform); + } + if (SystemSoftware.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(SystemSoftware); + } + if (SystemHardware.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(SystemHardware); + } + if (TelecomOper.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(TelecomOper); + } + if (Network.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Network); + } + if (ScreenWidth != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ScreenWidth); + } + if (ScreenHeight != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(ScreenHeight); + } + if (Density != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Density); + } + if (CpuHardware.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(CpuHardware); + } + if (Memory != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Memory); + } + if (GlRender.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(GlRender); + } + if (GlVersion.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(GlVersion); + } + if (DeviceId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(DeviceId); + } + if (Language.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Language); + } + if (Country.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Country); + } + if (SystemLanguage.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(SystemLanguage); + } + if (ClientVersion.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(ClientVersion); + } + if (Xwid.Length != 0) { + size += 2 + pb::CodedOutputStream.ComputeStringSize(Xwid); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetTLogDeviceInfo other) { + if (other == null) { + return; + } + if (other.RuntimePlatform != global::EpinelPS.TLogPlatform.TlogPlatformIos) { + RuntimePlatform = other.RuntimePlatform; + } + if (other.SystemSoftware.Length != 0) { + SystemSoftware = other.SystemSoftware; + } + if (other.SystemHardware.Length != 0) { + SystemHardware = other.SystemHardware; + } + if (other.TelecomOper.Length != 0) { + TelecomOper = other.TelecomOper; + } + if (other.Network.Length != 0) { + Network = other.Network; + } + if (other.ScreenWidth != 0) { + ScreenWidth = other.ScreenWidth; + } + if (other.ScreenHeight != 0) { + ScreenHeight = other.ScreenHeight; + } + if (other.Density != 0) { + Density = other.Density; + } + if (other.CpuHardware.Length != 0) { + CpuHardware = other.CpuHardware; + } + if (other.Memory != 0) { + Memory = other.Memory; + } + if (other.GlRender.Length != 0) { + GlRender = other.GlRender; + } + if (other.GlVersion.Length != 0) { + GlVersion = other.GlVersion; + } + if (other.DeviceId.Length != 0) { + DeviceId = other.DeviceId; + } + if (other.Language.Length != 0) { + Language = other.Language; + } + if (other.Country.Length != 0) { + Country = other.Country; + } + if (other.SystemLanguage.Length != 0) { + SystemLanguage = other.SystemLanguage; + } + if (other.ClientVersion.Length != 0) { + ClientVersion = other.ClientVersion; + } + if (other.Xwid.Length != 0) { + Xwid = other.Xwid; + } + _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: { + RuntimePlatform = (global::EpinelPS.TLogPlatform) input.ReadEnum(); + break; + } + case 18: { + SystemSoftware = input.ReadString(); + break; + } + case 26: { + SystemHardware = input.ReadString(); + break; + } + case 34: { + TelecomOper = input.ReadString(); + break; + } + case 42: { + Network = input.ReadString(); + break; + } + case 48: { + ScreenWidth = input.ReadInt32(); + break; + } + case 56: { + ScreenHeight = input.ReadInt32(); + break; + } + case 64: { + Density = input.ReadInt32(); + break; + } + case 74: { + CpuHardware = input.ReadString(); + break; + } + case 80: { + Memory = input.ReadInt32(); + break; + } + case 90: { + GlRender = input.ReadString(); + break; + } + case 98: { + GlVersion = input.ReadString(); + break; + } + case 106: { + DeviceId = input.ReadString(); + break; + } + case 114: { + Language = input.ReadString(); + break; + } + case 122: { + Country = input.ReadString(); + break; + } + case 130: { + SystemLanguage = input.ReadString(); + break; + } + case 138: { + ClientVersion = input.ReadString(); + break; + } + case 146: { + Xwid = 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: { + RuntimePlatform = (global::EpinelPS.TLogPlatform) input.ReadEnum(); + break; + } + case 18: { + SystemSoftware = input.ReadString(); + break; + } + case 26: { + SystemHardware = input.ReadString(); + break; + } + case 34: { + TelecomOper = input.ReadString(); + break; + } + case 42: { + Network = input.ReadString(); + break; + } + case 48: { + ScreenWidth = input.ReadInt32(); + break; + } + case 56: { + ScreenHeight = input.ReadInt32(); + break; + } + case 64: { + Density = input.ReadInt32(); + break; + } + case 74: { + CpuHardware = input.ReadString(); + break; + } + case 80: { + Memory = input.ReadInt32(); + break; + } + case 90: { + GlRender = input.ReadString(); + break; + } + case 98: { + GlVersion = input.ReadString(); + break; + } + case 106: { + DeviceId = input.ReadString(); + break; + } + case 114: { + Language = input.ReadString(); + break; + } + case 122: { + Country = input.ReadString(); + break; + } + case 130: { + SystemLanguage = input.ReadString(); + break; + } + case 138: { + ClientVersion = input.ReadString(); + break; + } + case 146: { + Xwid = input.ReadString(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAuth : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAuth()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1884]; } + } + + [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 ResAuth() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAuth(ResAuth other) : this() { + switch (other.ResultOneofCase) { + case ResultOneofOneofCase.AuthSuccess: + AuthSuccess = other.AuthSuccess.Clone(); + break; + case ResultOneofOneofCase.BanInfo: + BanInfo = other.BanInfo.Clone(); + break; + case ResultOneofOneofCase.AuthError: + AuthError = other.AuthError.Clone(); + break; + } + + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAuth Clone() { + return new ResAuth(this); + } + + /// Field number for the "AuthSuccess" field. + public const int AuthSuccessFieldNumber = 1; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAuthSuccess AuthSuccess { + get { return resultOneofCase_ == ResultOneofOneofCase.AuthSuccess ? (global::EpinelPS.NetAuthSuccess) resultOneof_ : null; } + set { + resultOneof_ = value; + resultOneofCase_ = value == null ? ResultOneofOneofCase.None : ResultOneofOneofCase.AuthSuccess; + } + } + + /// Field number for the "BanInfo" field. + public const int BanInfoFieldNumber = 2; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetBanInfo BanInfo { + get { return resultOneofCase_ == ResultOneofOneofCase.BanInfo ? (global::EpinelPS.NetBanInfo) resultOneof_ : null; } + set { + resultOneof_ = value; + resultOneofCase_ = value == null ? ResultOneofOneofCase.None : ResultOneofOneofCase.BanInfo; + } + } + + /// Field number for the "AuthError" field. + public const int AuthErrorFieldNumber = 3; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetAuthError AuthError { + get { return resultOneofCase_ == ResultOneofOneofCase.AuthError ? (global::EpinelPS.NetAuthError) resultOneof_ : null; } + set { + resultOneof_ = value; + resultOneofCase_ = value == null ? ResultOneofOneofCase.None : ResultOneofOneofCase.AuthError; + } + } + + private object resultOneof_; + /// Enum of possible cases for the "ResultOneof" oneof. + public enum ResultOneofOneofCase { + None = 0, + AuthSuccess = 1, + BanInfo = 2, + AuthError = 3, + } + private ResultOneofOneofCase resultOneofCase_ = ResultOneofOneofCase.None; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResultOneofOneofCase ResultOneofCase { + get { return resultOneofCase_; } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void ClearResultOneof() { + resultOneofCase_ = ResultOneofOneofCase.None; + resultOneof_ = null; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAuth); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAuth other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (!object.Equals(AuthSuccess, other.AuthSuccess)) return false; + if (!object.Equals(BanInfo, other.BanInfo)) return false; + if (!object.Equals(AuthError, other.AuthError)) return false; + if (ResultOneofCase != other.ResultOneofCase) 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 (resultOneofCase_ == ResultOneofOneofCase.AuthSuccess) hash ^= AuthSuccess.GetHashCode(); + if (resultOneofCase_ == ResultOneofOneofCase.BanInfo) hash ^= BanInfo.GetHashCode(); + if (resultOneofCase_ == ResultOneofOneofCase.AuthError) hash ^= AuthError.GetHashCode(); + hash ^= (int) resultOneofCase_; + 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 (resultOneofCase_ == ResultOneofOneofCase.AuthSuccess) { + output.WriteRawTag(10); + output.WriteMessage(AuthSuccess); + } + if (resultOneofCase_ == ResultOneofOneofCase.BanInfo) { + output.WriteRawTag(18); + output.WriteMessage(BanInfo); + } + if (resultOneofCase_ == ResultOneofOneofCase.AuthError) { + output.WriteRawTag(26); + output.WriteMessage(AuthError); + } + 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 (resultOneofCase_ == ResultOneofOneofCase.AuthSuccess) { + output.WriteRawTag(10); + output.WriteMessage(AuthSuccess); + } + if (resultOneofCase_ == ResultOneofOneofCase.BanInfo) { + output.WriteRawTag(18); + output.WriteMessage(BanInfo); + } + if (resultOneofCase_ == ResultOneofOneofCase.AuthError) { + output.WriteRawTag(26); + output.WriteMessage(AuthError); + } + 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 (resultOneofCase_ == ResultOneofOneofCase.AuthSuccess) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AuthSuccess); + } + if (resultOneofCase_ == ResultOneofOneofCase.BanInfo) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(BanInfo); + } + if (resultOneofCase_ == ResultOneofOneofCase.AuthError) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(AuthError); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResAuth other) { + if (other == null) { + return; + } + switch (other.ResultOneofCase) { + case ResultOneofOneofCase.AuthSuccess: + if (AuthSuccess == null) { + AuthSuccess = new global::EpinelPS.NetAuthSuccess(); + } + AuthSuccess.MergeFrom(other.AuthSuccess); + break; + case ResultOneofOneofCase.BanInfo: + if (BanInfo == null) { + BanInfo = new global::EpinelPS.NetBanInfo(); + } + BanInfo.MergeFrom(other.BanInfo); + break; + case ResultOneofOneofCase.AuthError: + if (AuthError == null) { + AuthError = new global::EpinelPS.NetAuthError(); + } + AuthError.MergeFrom(other.AuthError); + 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 10: { + global::EpinelPS.NetAuthSuccess subBuilder = new global::EpinelPS.NetAuthSuccess(); + if (resultOneofCase_ == ResultOneofOneofCase.AuthSuccess) { + subBuilder.MergeFrom(AuthSuccess); + } + input.ReadMessage(subBuilder); + AuthSuccess = subBuilder; + break; + } + case 18: { + global::EpinelPS.NetBanInfo subBuilder = new global::EpinelPS.NetBanInfo(); + if (resultOneofCase_ == ResultOneofOneofCase.BanInfo) { + subBuilder.MergeFrom(BanInfo); + } + input.ReadMessage(subBuilder); + BanInfo = subBuilder; + break; + } + case 26: { + global::EpinelPS.NetAuthError subBuilder = new global::EpinelPS.NetAuthError(); + if (resultOneofCase_ == ResultOneofOneofCase.AuthError) { + subBuilder.MergeFrom(AuthError); + } + input.ReadMessage(subBuilder); + AuthError = 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 10: { + global::EpinelPS.NetAuthSuccess subBuilder = new global::EpinelPS.NetAuthSuccess(); + if (resultOneofCase_ == ResultOneofOneofCase.AuthSuccess) { + subBuilder.MergeFrom(AuthSuccess); + } + input.ReadMessage(subBuilder); + AuthSuccess = subBuilder; + break; + } + case 18: { + global::EpinelPS.NetBanInfo subBuilder = new global::EpinelPS.NetBanInfo(); + if (resultOneofCase_ == ResultOneofOneofCase.BanInfo) { + subBuilder.MergeFrom(BanInfo); + } + input.ReadMessage(subBuilder); + BanInfo = subBuilder; + break; + } + case 26: { + global::EpinelPS.NetAuthError subBuilder = new global::EpinelPS.NetAuthError(); + if (resultOneofCase_ == ResultOneofOneofCase.AuthError) { + subBuilder.MergeFrom(AuthError); + } + input.ReadMessage(subBuilder); + AuthError = subBuilder; + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetUserPurchaseRestriction : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetUserPurchaseRestriction()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1885]; } + } + + [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 NetUserPurchaseRestriction() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserPurchaseRestriction(NetUserPurchaseRestriction other) : this() { + purchaseRestriction_ = other.purchaseRestriction_; + updatedAt_ = other.updatedAt_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetUserPurchaseRestriction Clone() { + return new NetUserPurchaseRestriction(this); + } + + /// Field number for the "PurchaseRestriction" field. + public const int PurchaseRestrictionFieldNumber = 1; + private global::EpinelPS.PurchaseRestriction purchaseRestriction_ = global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.PurchaseRestriction PurchaseRestriction { + get { return purchaseRestriction_; } + set { + purchaseRestriction_ = value; + } + } + + /// Field number for the "UpdatedAt" field. + public const int UpdatedAtFieldNumber = 2; + private long updatedAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long UpdatedAt { + get { return updatedAt_; } + set { + updatedAt_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetUserPurchaseRestriction); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetUserPurchaseRestriction other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (PurchaseRestriction != other.PurchaseRestriction) return false; + if (UpdatedAt != other.UpdatedAt) 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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) hash ^= PurchaseRestriction.GetHashCode(); + if (UpdatedAt != 0L) hash ^= UpdatedAt.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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + output.WriteRawTag(8); + output.WriteEnum((int) PurchaseRestriction); + } + if (UpdatedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(UpdatedAt); + } + 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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + output.WriteRawTag(8); + output.WriteEnum((int) PurchaseRestriction); + } + if (UpdatedAt != 0L) { + output.WriteRawTag(16); + output.WriteInt64(UpdatedAt); + } + 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 (PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PurchaseRestriction); + } + if (UpdatedAt != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(UpdatedAt); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetUserPurchaseRestriction other) { + if (other == null) { + return; + } + if (other.PurchaseRestriction != global::EpinelPS.PurchaseRestriction.PurchaseRestrictionUnknown) { + PurchaseRestriction = other.PurchaseRestriction; + } + if (other.UpdatedAt != 0L) { + UpdatedAt = other.UpdatedAt; + } + _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: { + PurchaseRestriction = (global::EpinelPS.PurchaseRestriction) input.ReadEnum(); + break; + } + case 16: { + UpdatedAt = input.ReadInt64(); + 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: { + PurchaseRestriction = (global::EpinelPS.PurchaseRestriction) input.ReadEnum(); + break; + } + case 16: { + UpdatedAt = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAuthSuccess : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAuthSuccess()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1886]; } + } + + [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 NetAuthSuccess() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAuthSuccess(NetAuthSuccess other) : this() { + authToken_ = other.authToken_; + firstAuth_ = other.firstAuth_; + centauriZoneId_ = other.centauriZoneId_; + purchaseRestriction_ = other.purchaseRestriction_ != null ? other.purchaseRestriction_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAuthSuccess Clone() { + return new NetAuthSuccess(this); + } + + /// Field number for the "AuthToken" field. + public const int AuthTokenFieldNumber = 1; + private string authToken_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string AuthToken { + get { return authToken_; } + set { + authToken_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "FirstAuth" field. + public const int FirstAuthFieldNumber = 2; + private bool firstAuth_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool FirstAuth { + get { return firstAuth_; } + set { + firstAuth_ = value; + } + } + + /// Field number for the "CentauriZoneId" field. + public const int CentauriZoneIdFieldNumber = 4; + private string centauriZoneId_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string CentauriZoneId { + get { return centauriZoneId_; } + set { + centauriZoneId_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "PurchaseRestriction" field. + public const int PurchaseRestrictionFieldNumber = 5; + private global::EpinelPS.NetUserPurchaseRestriction purchaseRestriction_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetUserPurchaseRestriction PurchaseRestriction { + get { return purchaseRestriction_; } + set { + purchaseRestriction_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAuthSuccess); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAuthSuccess other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (AuthToken != other.AuthToken) return false; + if (FirstAuth != other.FirstAuth) return false; + if (CentauriZoneId != other.CentauriZoneId) return false; + if (!object.Equals(PurchaseRestriction, other.PurchaseRestriction)) 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 (AuthToken.Length != 0) hash ^= AuthToken.GetHashCode(); + if (FirstAuth != false) hash ^= FirstAuth.GetHashCode(); + if (CentauriZoneId.Length != 0) hash ^= CentauriZoneId.GetHashCode(); + if (purchaseRestriction_ != null) hash ^= PurchaseRestriction.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 (AuthToken.Length != 0) { + output.WriteRawTag(10); + output.WriteString(AuthToken); + } + if (FirstAuth != false) { + output.WriteRawTag(16); + output.WriteBool(FirstAuth); + } + if (CentauriZoneId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(CentauriZoneId); + } + if (purchaseRestriction_ != null) { + output.WriteRawTag(42); + output.WriteMessage(PurchaseRestriction); + } + 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 (AuthToken.Length != 0) { + output.WriteRawTag(10); + output.WriteString(AuthToken); + } + if (FirstAuth != false) { + output.WriteRawTag(16); + output.WriteBool(FirstAuth); + } + if (CentauriZoneId.Length != 0) { + output.WriteRawTag(34); + output.WriteString(CentauriZoneId); + } + if (purchaseRestriction_ != null) { + output.WriteRawTag(42); + output.WriteMessage(PurchaseRestriction); + } + 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 (AuthToken.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(AuthToken); + } + if (FirstAuth != false) { + size += 1 + 1; + } + if (CentauriZoneId.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(CentauriZoneId); + } + if (purchaseRestriction_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(PurchaseRestriction); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetAuthSuccess other) { + if (other == null) { + return; + } + if (other.AuthToken.Length != 0) { + AuthToken = other.AuthToken; + } + if (other.FirstAuth != false) { + FirstAuth = other.FirstAuth; + } + if (other.CentauriZoneId.Length != 0) { + CentauriZoneId = other.CentauriZoneId; + } + if (other.purchaseRestriction_ != null) { + if (purchaseRestriction_ == null) { + PurchaseRestriction = new global::EpinelPS.NetUserPurchaseRestriction(); + } + PurchaseRestriction.MergeFrom(other.PurchaseRestriction); + } + _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: { + AuthToken = input.ReadString(); + break; + } + case 16: { + FirstAuth = input.ReadBool(); + break; + } + case 34: { + CentauriZoneId = input.ReadString(); + break; + } + case 42: { + if (purchaseRestriction_ == null) { + PurchaseRestriction = new global::EpinelPS.NetUserPurchaseRestriction(); + } + input.ReadMessage(PurchaseRestriction); + 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: { + AuthToken = input.ReadString(); + break; + } + case 16: { + FirstAuth = input.ReadBool(); + break; + } + case 34: { + CentauriZoneId = input.ReadString(); + break; + } + case 42: { + if (purchaseRestriction_ == null) { + PurchaseRestriction = new global::EpinelPS.NetUserPurchaseRestriction(); + } + input.ReadMessage(PurchaseRestriction); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetBanInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetBanInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1887]; } + } + + [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 NetBanInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBanInfo(NetBanInfo other) : this() { + description_ = other.description_; + endAt_ = other.endAt_ != null ? other.endAt_.Clone() : null; + startAt_ = other.startAt_ != null ? other.startAt_.Clone() : null; + banId_ = other.banId_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetBanInfo Clone() { + return new NetBanInfo(this); + } + + /// Field number for the "Description" field. + public const int DescriptionFieldNumber = 1; + private string description_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string Description { + get { return description_; } + set { + description_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EndAt" field. + public const int EndAtFieldNumber = 3; + private global::Google.Protobuf.WellKnownTypes.Timestamp endAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp EndAt { + get { return endAt_; } + set { + endAt_ = value; + } + } + + /// Field number for the "StartAt" field. + public const int StartAtFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Timestamp startAt_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Timestamp StartAt { + get { return startAt_; } + set { + startAt_ = value; + } + } + + /// Field number for the "BanId" field. + public const int BanIdFieldNumber = 5; + private long banId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long BanId { + get { return banId_; } + set { + banId_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetBanInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetBanInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Description != other.Description) return false; + if (!object.Equals(EndAt, other.EndAt)) return false; + if (!object.Equals(StartAt, other.StartAt)) return false; + if (BanId != other.BanId) 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 (Description.Length != 0) hash ^= Description.GetHashCode(); + if (endAt_ != null) hash ^= EndAt.GetHashCode(); + if (startAt_ != null) hash ^= StartAt.GetHashCode(); + if (BanId != 0L) hash ^= BanId.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 (Description.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Description); + } + if (endAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EndAt); + } + if (startAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(StartAt); + } + if (BanId != 0L) { + output.WriteRawTag(40); + output.WriteInt64(BanId); + } + 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 (Description.Length != 0) { + output.WriteRawTag(10); + output.WriteString(Description); + } + if (endAt_ != null) { + output.WriteRawTag(26); + output.WriteMessage(EndAt); + } + if (startAt_ != null) { + output.WriteRawTag(34); + output.WriteMessage(StartAt); + } + if (BanId != 0L) { + output.WriteRawTag(40); + output.WriteInt64(BanId); + } + 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 (Description.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); + } + if (endAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(EndAt); + } + if (startAt_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(StartAt); + } + if (BanId != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(BanId); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetBanInfo other) { + if (other == null) { + return; + } + if (other.Description.Length != 0) { + Description = other.Description; + } + if (other.endAt_ != null) { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + EndAt.MergeFrom(other.EndAt); + } + if (other.startAt_ != null) { + if (startAt_ == null) { + StartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + StartAt.MergeFrom(other.StartAt); + } + if (other.BanId != 0L) { + BanId = other.BanId; + } + _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: { + Description = input.ReadString(); + break; + } + case 26: { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(EndAt); + break; + } + case 34: { + if (startAt_ == null) { + StartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(StartAt); + break; + } + case 40: { + BanId = input.ReadInt64(); + 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: { + Description = input.ReadString(); + break; + } + case 26: { + if (endAt_ == null) { + EndAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(EndAt); + break; + } + case 34: { + if (startAt_ == null) { + StartAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); + } + input.ReadMessage(StartAt); + break; + } + case 40: { + BanId = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetAuthError : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetAuthError()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1888]; } + } + + [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 NetAuthError() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAuthError(NetAuthError other) : this() { + errorCode_ = other.errorCode_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetAuthError Clone() { + return new NetAuthError(this); + } + + /// Field number for the "ErrorCode" field. + public const int ErrorCodeFieldNumber = 1; + private global::EpinelPS.AuthErrorCode errorCode_ = global::EpinelPS.AuthErrorCode.AuthErrorCodeOk; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.AuthErrorCode ErrorCode { + get { return errorCode_; } + set { + errorCode_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetAuthError); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetAuthError other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (ErrorCode != other.ErrorCode) 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 (ErrorCode != global::EpinelPS.AuthErrorCode.AuthErrorCodeOk) hash ^= ErrorCode.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 (ErrorCode != global::EpinelPS.AuthErrorCode.AuthErrorCodeOk) { + output.WriteRawTag(8); + output.WriteEnum((int) ErrorCode); + } + 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 (ErrorCode != global::EpinelPS.AuthErrorCode.AuthErrorCodeOk) { + output.WriteRawTag(8); + output.WriteEnum((int) ErrorCode); + } + 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 (ErrorCode != global::EpinelPS.AuthErrorCode.AuthErrorCodeOk) { + size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ErrorCode); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetAuthError other) { + if (other == null) { + return; + } + if (other.ErrorCode != global::EpinelPS.AuthErrorCode.AuthErrorCodeOk) { + ErrorCode = other.ErrorCode; + } + _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: { + ErrorCode = (global::EpinelPS.AuthErrorCode) 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: { + ErrorCode = (global::EpinelPS.AuthErrorCode) input.ReadEnum(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResEnterServer : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResEnterServer()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1889]; } + } + + [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 ResEnterServer() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterServer(ResEnterServer other) : this() { + gameClientToken_ = other.gameClientToken_; + encryptionToken_ = other.encryptionToken_; + featureDataInfo_ = other.featureDataInfo_ != null ? other.featureDataInfo_.Clone() : null; + shouldRestartAfter_ = other.shouldRestartAfter_ != null ? other.shouldRestartAfter_.Clone() : null; + identifier_ = other.identifier_ != null ? other.identifier_.Clone() : null; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResEnterServer Clone() { + return new ResEnterServer(this); + } + + /// Field number for the "GameClientToken" field. + public const int GameClientTokenFieldNumber = 1; + private string gameClientToken_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string GameClientToken { + get { return gameClientToken_; } + set { + gameClientToken_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "EncryptionToken" field. + public const int EncryptionTokenFieldNumber = 2; + private pb::ByteString encryptionToken_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString EncryptionToken { + get { return encryptionToken_; } + set { + encryptionToken_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "FeatureDataInfo" field. + public const int FeatureDataInfoFieldNumber = 3; + private global::EpinelPS.NetFeatureDataInfo featureDataInfo_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetFeatureDataInfo FeatureDataInfo { + get { return featureDataInfo_; } + set { + featureDataInfo_ = value; + } + } + + /// Field number for the "ShouldRestartAfter" field. + public const int ShouldRestartAfterFieldNumber = 4; + private global::Google.Protobuf.WellKnownTypes.Duration shouldRestartAfter_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::Google.Protobuf.WellKnownTypes.Duration ShouldRestartAfter { + get { return shouldRestartAfter_; } + set { + shouldRestartAfter_ = value; + } + } + + /// Field number for the "Identifier" field. + public const int IdentifierFieldNumber = 100; + private global::EpinelPS.NetLegacyUserIdentifier identifier_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public global::EpinelPS.NetLegacyUserIdentifier Identifier { + get { return identifier_; } + set { + identifier_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResEnterServer); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResEnterServer other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (GameClientToken != other.GameClientToken) return false; + if (EncryptionToken != other.EncryptionToken) return false; + if (!object.Equals(FeatureDataInfo, other.FeatureDataInfo)) return false; + if (!object.Equals(ShouldRestartAfter, other.ShouldRestartAfter)) return false; + if (!object.Equals(Identifier, other.Identifier)) 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 (GameClientToken.Length != 0) hash ^= GameClientToken.GetHashCode(); + if (EncryptionToken.Length != 0) hash ^= EncryptionToken.GetHashCode(); + if (featureDataInfo_ != null) hash ^= FeatureDataInfo.GetHashCode(); + if (shouldRestartAfter_ != null) hash ^= ShouldRestartAfter.GetHashCode(); + if (identifier_ != null) hash ^= Identifier.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 (GameClientToken.Length != 0) { + output.WriteRawTag(10); + output.WriteString(GameClientToken); + } + if (EncryptionToken.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(EncryptionToken); + } + if (featureDataInfo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FeatureDataInfo); + } + if (shouldRestartAfter_ != null) { + output.WriteRawTag(34); + output.WriteMessage(ShouldRestartAfter); + } + if (identifier_ != null) { + output.WriteRawTag(162, 6); + output.WriteMessage(Identifier); + } + 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 (GameClientToken.Length != 0) { + output.WriteRawTag(10); + output.WriteString(GameClientToken); + } + if (EncryptionToken.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(EncryptionToken); + } + if (featureDataInfo_ != null) { + output.WriteRawTag(26); + output.WriteMessage(FeatureDataInfo); + } + if (shouldRestartAfter_ != null) { + output.WriteRawTag(34); + output.WriteMessage(ShouldRestartAfter); + } + if (identifier_ != null) { + output.WriteRawTag(162, 6); + output.WriteMessage(Identifier); + } + 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 (GameClientToken.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(GameClientToken); + } + if (EncryptionToken.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(EncryptionToken); + } + if (featureDataInfo_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(FeatureDataInfo); + } + if (shouldRestartAfter_ != null) { + size += 1 + pb::CodedOutputStream.ComputeMessageSize(ShouldRestartAfter); + } + if (identifier_ != null) { + size += 2 + pb::CodedOutputStream.ComputeMessageSize(Identifier); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ResEnterServer other) { + if (other == null) { + return; + } + if (other.GameClientToken.Length != 0) { + GameClientToken = other.GameClientToken; + } + if (other.EncryptionToken.Length != 0) { + EncryptionToken = other.EncryptionToken; + } + if (other.featureDataInfo_ != null) { + if (featureDataInfo_ == null) { + FeatureDataInfo = new global::EpinelPS.NetFeatureDataInfo(); + } + FeatureDataInfo.MergeFrom(other.FeatureDataInfo); + } + if (other.shouldRestartAfter_ != null) { + if (shouldRestartAfter_ == null) { + ShouldRestartAfter = new global::Google.Protobuf.WellKnownTypes.Duration(); + } + ShouldRestartAfter.MergeFrom(other.ShouldRestartAfter); + } + if (other.identifier_ != null) { + if (identifier_ == null) { + Identifier = new global::EpinelPS.NetLegacyUserIdentifier(); + } + Identifier.MergeFrom(other.Identifier); + } + _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: { + GameClientToken = input.ReadString(); + break; + } + case 18: { + EncryptionToken = input.ReadBytes(); + break; + } + case 26: { + if (featureDataInfo_ == null) { + FeatureDataInfo = new global::EpinelPS.NetFeatureDataInfo(); + } + input.ReadMessage(FeatureDataInfo); + break; + } + case 34: { + if (shouldRestartAfter_ == null) { + ShouldRestartAfter = new global::Google.Protobuf.WellKnownTypes.Duration(); + } + input.ReadMessage(ShouldRestartAfter); + break; + } + case 802: { + if (identifier_ == null) { + Identifier = new global::EpinelPS.NetLegacyUserIdentifier(); + } + input.ReadMessage(Identifier); + 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: { + GameClientToken = input.ReadString(); + break; + } + case 18: { + EncryptionToken = input.ReadBytes(); + break; + } + case 26: { + if (featureDataInfo_ == null) { + FeatureDataInfo = new global::EpinelPS.NetFeatureDataInfo(); + } + input.ReadMessage(FeatureDataInfo); + break; + } + case 34: { + if (shouldRestartAfter_ == null) { + ShouldRestartAfter = new global::Google.Protobuf.WellKnownTypes.Duration(); + } + input.ReadMessage(ShouldRestartAfter); + break; + } + case 802: { + if (identifier_ == null) { + Identifier = new global::EpinelPS.NetLegacyUserIdentifier(); + } + input.ReadMessage(Identifier); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetFeatureDataInfo : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetFeatureDataInfo()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1890]; } + } + + [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 NetFeatureDataInfo() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFeatureDataInfo(NetFeatureDataInfo other) : this() { + featureName_ = other.featureName_; + featureData_ = other.featureData_; + dataLen_ = other.dataLen_; + crc_ = other.crc_; + useFeatureData_ = other.useFeatureData_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetFeatureDataInfo Clone() { + return new NetFeatureDataInfo(this); + } + + /// Field number for the "FeatureName" field. + public const int FeatureNameFieldNumber = 1; + private string featureName_ = ""; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public string FeatureName { + get { return featureName_; } + set { + featureName_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "FeatureData" field. + public const int FeatureDataFieldNumber = 2; + private pb::ByteString featureData_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString FeatureData { + get { return featureData_; } + set { + featureData_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); + } + } + + /// Field number for the "DataLen" field. + public const int DataLenFieldNumber = 3; + private uint dataLen_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint DataLen { + get { return dataLen_; } + set { + dataLen_ = value; + } + } + + /// Field number for the "Crc" field. + public const int CrcFieldNumber = 4; + private uint crc_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public uint Crc { + get { return crc_; } + set { + crc_ = value; + } + } + + /// Field number for the "UseFeatureData" field. + public const int UseFeatureDataFieldNumber = 100; + private bool useFeatureData_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool UseFeatureData { + get { return useFeatureData_; } + set { + useFeatureData_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetFeatureDataInfo); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetFeatureDataInfo other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (FeatureName != other.FeatureName) return false; + if (FeatureData != other.FeatureData) return false; + if (DataLen != other.DataLen) return false; + if (Crc != other.Crc) return false; + if (UseFeatureData != other.UseFeatureData) 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 (FeatureName.Length != 0) hash ^= FeatureName.GetHashCode(); + if (FeatureData.Length != 0) hash ^= FeatureData.GetHashCode(); + if (DataLen != 0) hash ^= DataLen.GetHashCode(); + if (Crc != 0) hash ^= Crc.GetHashCode(); + if (UseFeatureData != false) hash ^= UseFeatureData.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 (FeatureName.Length != 0) { + output.WriteRawTag(10); + output.WriteString(FeatureName); + } + if (FeatureData.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(FeatureData); + } + if (DataLen != 0) { + output.WriteRawTag(24); + output.WriteUInt32(DataLen); + } + if (Crc != 0) { + output.WriteRawTag(32); + output.WriteUInt32(Crc); + } + if (UseFeatureData != false) { + output.WriteRawTag(160, 6); + output.WriteBool(UseFeatureData); + } + 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 (FeatureName.Length != 0) { + output.WriteRawTag(10); + output.WriteString(FeatureName); + } + if (FeatureData.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(FeatureData); + } + if (DataLen != 0) { + output.WriteRawTag(24); + output.WriteUInt32(DataLen); + } + if (Crc != 0) { + output.WriteRawTag(32); + output.WriteUInt32(Crc); + } + if (UseFeatureData != false) { + output.WriteRawTag(160, 6); + output.WriteBool(UseFeatureData); + } + 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 (FeatureName.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeStringSize(FeatureName); + } + if (FeatureData.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(FeatureData); + } + if (DataLen != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DataLen); + } + if (Crc != 0) { + size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Crc); + } + if (UseFeatureData != false) { + size += 2 + 1; + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetFeatureDataInfo other) { + if (other == null) { + return; + } + if (other.FeatureName.Length != 0) { + FeatureName = other.FeatureName; + } + if (other.FeatureData.Length != 0) { + FeatureData = other.FeatureData; + } + if (other.DataLen != 0) { + DataLen = other.DataLen; + } + if (other.Crc != 0) { + Crc = other.Crc; + } + if (other.UseFeatureData != false) { + UseFeatureData = other.UseFeatureData; + } + _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: { + FeatureName = input.ReadString(); + break; + } + case 18: { + FeatureData = input.ReadBytes(); + break; + } + case 24: { + DataLen = input.ReadUInt32(); + break; + } + case 32: { + Crc = input.ReadUInt32(); + break; + } + case 800: { + UseFeatureData = 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 10: { + FeatureName = input.ReadString(); + break; + } + case 18: { + FeatureData = input.ReadBytes(); + break; + } + case 24: { + DataLen = input.ReadUInt32(); + break; + } + case 32: { + Crc = input.ReadUInt32(); + break; + } + case 800: { + UseFeatureData = input.ReadBool(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class NetLegacyUserIdentifier : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new NetLegacyUserIdentifier()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1891]; } + } + + [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 NetLegacyUserIdentifier() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLegacyUserIdentifier(NetLegacyUserIdentifier other) : this() { + server_ = other.server_; + usn_ = other.usn_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public NetLegacyUserIdentifier Clone() { + return new NetLegacyUserIdentifier(this); + } + + /// Field number for the "Server" field. + public const int ServerFieldNumber = 1; + private int server_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int Server { + get { return server_; } + set { + server_ = value; + } + } + + /// Field number for the "Usn" field. + public const int UsnFieldNumber = 2; + private long usn_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public long Usn { + get { return usn_; } + set { + usn_ = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as NetLegacyUserIdentifier); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(NetLegacyUserIdentifier other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Server != other.Server) return false; + if (Usn != other.Usn) 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 (Server != 0) hash ^= Server.GetHashCode(); + if (Usn != 0L) hash ^= Usn.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 (Server != 0) { + output.WriteRawTag(8); + output.WriteInt32(Server); + } + if (Usn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Usn); + } + 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 (Server != 0) { + output.WriteRawTag(8); + output.WriteInt32(Server); + } + if (Usn != 0L) { + output.WriteRawTag(16); + output.WriteInt64(Usn); + } + 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 (Server != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(Server); + } + if (Usn != 0L) { + size += 1 + pb::CodedOutputStream.ComputeInt64Size(Usn); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(NetLegacyUserIdentifier other) { + if (other == null) { + return; + } + if (other.Server != 0) { + Server = other.Server; + } + if (other.Usn != 0L) { + Usn = other.Usn; + } + _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: { + Server = input.ReadInt32(); + break; + } + case 16: { + Usn = input.ReadInt64(); + 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: { + Server = input.ReadInt32(); + break; + } + case 16: { + Usn = input.ReadInt64(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResLogout : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResLogout()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1892]; } + } + + [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 ResLogout() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLogout(ResLogout other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResLogout Clone() { + return new ResLogout(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResLogout); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResLogout 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(ResLogout 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 + + } + + /// + /// URL: /antibot/recvdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqAntibotRecvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqAntibotRecvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1893]; } + } + + [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 ReqAntibotRecvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAntibotRecvData(ReqAntibotRecvData other) : this() { + data_ = other.data_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqAntibotRecvData Clone() { + return new ReqAntibotRecvData(this); + } + + /// Field number for the "Data" field. + public const int DataFieldNumber = 1; + private pb::ByteString data_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString Data { + get { return data_; } + set { + data_ = 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 ReqAntibotRecvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqAntibotRecvData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (Data != other.Data) 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 (Data.Length != 0) hash ^= Data.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 (Data.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(Data); + } + 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 (Data.Length != 0) { + output.WriteRawTag(10); + output.WriteBytes(Data); + } + 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 (Data.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqAntibotRecvData other) { + if (other == null) { + return; + } + if (other.Data.Length != 0) { + Data = other.Data; + } + _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: { + Data = 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 10: { + Data = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + /// + /// URL: /antibot/battlereportdata + /// + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ReqBattleReportData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ReqBattleReportData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1894]; } + } + + [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 ReqBattleReportData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBattleReportData(ReqBattleReportData other) : this() { + waveId_ = other.waveId_; + reportData3_ = other.reportData3_; + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ReqBattleReportData Clone() { + return new ReqBattleReportData(this); + } + + /// Field number for the "WaveId" field. + public const int WaveIdFieldNumber = 1; + private int waveId_; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public int WaveId { + get { return waveId_; } + set { + waveId_ = value; + } + } + + /// Field number for the "ReportData3" field. + public const int ReportData3FieldNumber = 2; + private pb::ByteString reportData3_ = pb::ByteString.Empty; + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public pb::ByteString ReportData3 { + get { return reportData3_; } + set { + reportData3_ = 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 ReqBattleReportData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ReqBattleReportData other) { + if (ReferenceEquals(other, null)) { + return false; + } + if (ReferenceEquals(other, this)) { + return true; + } + if (WaveId != other.WaveId) return false; + if (ReportData3 != other.ReportData3) 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 (WaveId != 0) hash ^= WaveId.GetHashCode(); + if (ReportData3.Length != 0) hash ^= ReportData3.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 (WaveId != 0) { + output.WriteRawTag(8); + output.WriteInt32(WaveId); + } + if (ReportData3.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(ReportData3); + } + 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 (WaveId != 0) { + output.WriteRawTag(8); + output.WriteInt32(WaveId); + } + if (ReportData3.Length != 0) { + output.WriteRawTag(18); + output.WriteBytes(ReportData3); + } + 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 (WaveId != 0) { + size += 1 + pb::CodedOutputStream.ComputeInt32Size(WaveId); + } + if (ReportData3.Length != 0) { + size += 1 + pb::CodedOutputStream.ComputeBytesSize(ReportData3); + } + if (_unknownFields != null) { + size += _unknownFields.CalculateSize(); + } + return size; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public void MergeFrom(ReqBattleReportData other) { + if (other == null) { + return; + } + if (other.WaveId != 0) { + WaveId = other.WaveId; + } + if (other.ReportData3.Length != 0) { + ReportData3 = other.ReportData3; + } + _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: { + WaveId = input.ReadInt32(); + break; + } + case 18: { + ReportData3 = 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: { + WaveId = input.ReadInt32(); + break; + } + case 18: { + ReportData3 = input.ReadBytes(); + break; + } + } + } + } + #endif + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResAntibotRecvData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResAntibotRecvData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1895]; } + } + + [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 ResAntibotRecvData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAntibotRecvData(ResAntibotRecvData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResAntibotRecvData Clone() { + return new ResAntibotRecvData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResAntibotRecvData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResAntibotRecvData 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(ResAntibotRecvData 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 + + } + + [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] + public sealed partial class ResBattleReportData : pb::IMessage + #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE + , pb::IBufferMessage + #endif + { + private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ResBattleReportData()); + 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::EpinelPS.AllmsgsReflection.Descriptor.MessageTypes[1896]; } + } + + [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 ResBattleReportData() { + OnConstruction(); + } + + partial void OnConstruction(); + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBattleReportData(ResBattleReportData other) : this() { + _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public ResBattleReportData Clone() { + return new ResBattleReportData(this); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public override bool Equals(object other) { + return Equals(other as ResBattleReportData); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute] + [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] + public bool Equals(ResBattleReportData 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(ResBattleReportData 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/EpinelPS/Protos/allmsgs.proto b/EpinelPS/Protos/allmsgs.proto deleted file mode 100644 index de86999..0000000 --- a/EpinelPS/Protos/allmsgs.proto +++ /dev/null @@ -1,2293 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; - -enum BillingPlatform{ - Unknown = 0; - Ios = 1; - Android = 2; - MidasBuy = 3; - Windows = 4; -} -enum TLogPlatform { - iOs = 0; - Androiding = 1; - Others = 2; - Pc = 5; - Cloud = 6; -} - -enum INTLEnvironment { - None = 0; - Hmt = 1; - Global = 2; -} - -enum ResultOneofCase { - Nones = 0; - AuthSuccess = 1; - BanInfo = 2; - AuthError = 3; -} -enum AuthErrorCode { - Oks = 0; - Error = 1; - ExpiredToken = 2; -} - -message NetBillingInfo -{ - BillingPlatform platform = 1; -} - -message NetTLogDeviceInfo { - TLogPlatform plat = 1; - string systemSoftware = 2; - string systemHardware = 3; - string telecomOper = 4; - string network = 5; - int32 screenWidth = 6; - int32 screenHeight = 7; - int32 density = 8; - string cpuHardware_ = 9; - int32 memory = 10; - string glRender = 11; - string glVersion = 12; - string deviceId = 13; - string language = 14; - string country = 15; - string systemLanguage = 16; - string clientVersion = 17; - string xwid = 18; -} - -message NetDeviceInfo { - string clientVersion = 1; - string staticDataVersion = 2; - INTLEnvironment intlEnvironment = 3; -} - -message ReqAuthIntl { - NetDeviceInfo deviceInfo = 1; - string openId = 2; - string token = 3; - int32 channelId = 4; - string os = 5; - NetBillingInfo billingInfo = 6; - NetTLogDeviceInfo logDeviceInfo = 7; -} -enum PurchaseRestriction { - Unknown2 = 0; - Child = 1; - Youth = 2; - Adult = 3; -} -message NetUserPurchaseRestriction { - PurchaseRestriction purchaseRestriction = 1; - int64 updatedAt = 2; -} - -message NetAuthSuccess { - string authToken = 1; - string firstAuth = 2; - string centauriZoneId = 4; - NetUserPurchaseRestriction purchaseRestriction = 5; -} - -message NetBanInfo { - string description = 1; - google.protobuf.Timestamp endAt = 3; - google.protobuf.Timestamp startAt = 4; - int64 banId = 5; -} - -message NetAuthError { - AuthErrorCode errorCode = 1; -} - -message AuthIntlResponse { - oneof ResultOneof { - NetAuthSuccess AuthSuccess = 1; - NetBanInfo BanInfo = 2; - NetAuthError AuthError = 3; - } -} - -message ReqLogout {} -message ResLogout {} - -message EnterServerRequest { - string AuthToken = 1; - bytes clientPublicKey = 2; -} - -message NetFeatureDataInfo { - string featureName = 1; - bytes featureData = 2; - int32 dataLen = 3; - int32 crc = 4; - bool useFeatureData = 100; -} - -message NetLegacyUserIdentifier { - int32 server = 1; - int64 usn = 2; -} - -message EnterServerResponse { - string gameClientToken = 1; - bytes encryptionToken = 2; - NetFeatureDataInfo featureDataInfo = 3; - google.protobuf.Duration shouldRestartAfter = 4; - NetLegacyUserIdentifier identifier = 100; -} - -message ReqGetUserData { - bool IsSimple = 1; -} -message ResGetUserData { - NetUserData user = 3; - repeated NetUserCurrencyData currency = 4; - int32 lastClearedNormalMainStageId = 8; - int32 lastClearedHardMainStageId = 9; - int32 lastClearedMod = 10; - int64 gsn = 12; - NetWholeUserTeamData representationTeam = 13; - int32 synchroLv = 14; - int32 costumeCount = 15; - repeated NetTimeReward timeRewardBuffs = 27; - repeated int32 clearLessons = 28; - NetOutpostBattleLevel outpostBattleLevel = 31; - int64 battleTime = 32; - int64 maxBattleTime = 33; - repeated int32 dispatchClearCountList = 34; - int32 resetHour = 35; - bool isSimple = 36; - NetOutpostBattleTime outpostBattleTime = 37; - NetJukeboxBgm lobbyJukeboxBgm = 38; - NetJukeboxBgm commanderRoomJukeboxBgm = 39; -} - -message ReqGetContentsOpenData { - -} - -message ResGetContentsOpenData { - int32 guildLevel = 2; - int64 maxGachaCount = 4; - int64 maxGachaPremiumCount = 5; - repeated int32 clearStageList = 6; - int32 tutorialGachaPlayCount = 7; - repeated int32 clearSimRoomChapterList = 8; -} - -message ReqEnterLobbyServer { - -} - -message NetTutorialData { - int32 groupId = 1; - int32 lastClearedTid = 2; - int32 lastClearedVersion = 3; -} - -message NetUserData { - int32 exp = 2; - int32 lv = 3; - int32 icon = 7; - bool iconPrism = 8; - int32 frame = 9; - string desc = 10; - int32 sendFriendshipCount = 11; - int32 receiveFriendshipCount = 12; - int32 arenaCount = 14; - string lastDialogId = 15; - int32 counselCount = 16; - int32 commanderRoomJukebox = 17; - int32 lobbyJukebox = 18; - int32 specialArenaCount = 19; - int32 costumeLv = 20; - int32 infraCoreExp = 21; - int32 infraCoreLv = 22; - repeated NetTutorialData tutorials = 24; - int64 guildLeaveAt = 25; - int32 outpostFastBattleCount = 26; -} - -message NetUserCurrencyData { - int32 type = 1; - int64 value = 2; -} - -message NetUserCharacterDefaultData { - int64 csn = 1; - int32 tid = 2; - int32 lv = 4; - int32 grade = 5; - int32 dispatchTid = 6; - int32 costumeId = 7; - int32 ultiSkillLv = 8; - int32 skill1Lv = 9; - int32 skill2Lv = 10; -} - -message NetUserCharacterData { - NetUserCharacterDefaultData default = 1; - bool isSynchro = 2; - int64 artifact = 3; -} - -message NetTeamSlot { - int32 slot = 1; - int64 value = 2; - int32 valueType = 3; -} - -message NetTeamData { - int32 teamNumber = 1; - repeated NetTeamSlot slots = 2; -} - -message NetUserTeamData { - int32 type = 1; - int32 lastContentsTeamNumber = 2; - repeated NetTeamData teams = 3; -} - -message NetUserItemData { - int64 isn = 1; - int32 tid = 2; - int32 count = 3; - int64 csn = 4; - int32 corporation = 5; - int32 lv = 6; - int32 exp = 7; - int32 position = 8; -} - -message NetUserAttractiveData { - int32 nameCode = 1; - int32 lvl = 2; - int32 exp = 3; - bool isCounsel = 4; - repeated int32 completeCounsels = 5; - repeated int32 completeRewardLevels = 6; - bool isFavorites = 7; - int32 counseledCount = 8; -} - -message NetWholeTeamSlot { - int32 slot = 1; - int32 tid = 2; - int32 lvl = 3; - int64 csn = 4; - int32 costumeId = 5; -} - -message NetWholeUserTeamData { - int32 type = 1; - int32 teamNumber = 2; - int32 teamCombat = 3; - repeated NetWholeTeamSlot slots = 4; -} - -message NetUserOutpostData { - int32 slotId = 1; - int32 buildingId = 2; - bool isDone = 3; - int64 startAt = 4; - int64 completeAt = 5; -} - -message NetUserHarmonyCubeData { - int64 isn = 1; - int32 tid = 2; - int32 lvl = 3; - repeated int64 csnList = 4; -} - -message NetUserRecycleRoomData { - int32 tid = 1; - int32 lvl = 2; - int32 exp = 3; -} - -enum OutpostBuffSourceType { - TacticAcademy = 0; - Subscription = 1; -} - -message NetTimeRewardBuff { - int32 tid = 1; - int32 functionType = 2; - int64 valueType = 3; - OutpostBuffSourceType sourceType = 4; -} - -message NetTimeReward { - int32 useId = 1; - int64 valuePerMinAfterBuff = 2; - int64 valuePerMinBeforeBuff = 3; - repeated NetTimeRewardBuff buffs = 4; -} - -message NetOutpostBattleLevel { - bool isLevelUp = 1; - int32 level = 2; - int32 exp = 3; -} - -message NetUserDispatchData { - int32 tid = 1; - int32 isRun = 2; - int64 startAt = 3; - int64 endAt = 4; -} - -message NetEquipmentAwakeningOption { - int32 option1Id = 1; - bool option1Lock = 2; - int32 option2Id = 3; - bool option2Lock = 4; - int32 option3Id = 5; - bool option3Lock = 6; -} - -message NetEquipmentAwakening { - int64 isn = 1; - NetEquipmentAwakeningOption option = 2; -} - -message NetUserRedeemData { - int64 redeemId = 1; - int32 tid = 2; - int32 count = 3; - int64 deleteTime = 4; -} - -message NetOutpostBattleTime { - int64 battleTime = 1; - int64 maxBattleTime = 2; - int64 overBattleTime = 3; - int64 maxOverBattleTime = 4; -} - -message ResEnterLobbyServer { - string nickname = 2; - NetUserData user = 4; - repeated NetUserCurrencyData currency = 5; - repeated NetUserCharacterData character = 7; - repeated NetUserTeamData typeTeams = 8; - repeated NetUserItemData items = 9; - repeated NetUserAttractiveData attractives = 10; - int32 lastClearedNormalMainStageId = 14; - int32 lastClearedHardMainStageId = 15; - int32 lastClearedMod = 16; - int64 gsn = 18; - NetWholeUserTeamData representationTeam = 19; - repeated NetUserOutpostData outposts = 23; - int32 synchroLv = 24; - repeated NetUserHarmonyCubeData harmonyCubes = 25; - repeated NetUserRecycleRoomData recycle = 26; - repeated NetTimeReward timeRewardBuffs = 27; - repeated int32 clearLessons = 28; - string userGlobalOptions = 29; - NetOutpostBattleLevel outpostBattleLevel = 31; - int64 battleTime = 32; - int64 maxBattleTime = 33; - repeated int64 synchroStandardCharacters = 34; - int32 resetHour = 35; - repeated NetUserDispatchData dispatchList = 36; - repeated NetEquipmentAwakening awakening = 37; - repeated NetUserRedeemData redeems = 38; - NetOutpostBattleTime outpostBattleTime = 39; - NetJukeboxBgm lobbyJukeboxBgm = 40; - NetJukeboxBgm commanderRoomJukeboxBgm = 41; -} - -message ReqGetMainQuestData { - -} - -message NetMainQuestData { - int32 tid = 1; - bool isReceived = 2; -} - -message ResGetMainQuestData { - repeated NetMainQuestData mainQuestList = 2; -} - -message ReqUserOnlineStateLog { - -} - -message ResUserOnlineStateLog { - -} - -// Outpost - -message ReqGetRecycleRoomData { - -} - -message ResGetRecycleRoomData { - repeated NetUserRecycleRoomData recycle = 2; -} - -message ReqGetJukeboxRewardedData {} - -message ResGetJukeboxRewardedData { - repeated int32 jukeboxMissionTidList = 2; -} - -message ReqGetNow {} - -message ResGetNow { - int64 tick = 1; - int32 resetHour = 2; - google.protobuf.Duration cheatShiftDuration = 3; -} - -enum BadgeContents { - - BadgeNone = 0; - Mailbox = 2000; - MailboxMessage = 2001; - NikkeNew = 4000; - JukeboxTheme = 5006; - UserFrame = 6000; - UserIcon = 6001; - FriendNew = 8001; - FriendRequestNew = 8002; - FriendShipPointNew = 8003; - UnionRequestNew = 9000; - UnionEmblemNew = 9001; - UnionChangeGrade = 9004; - UnionGradeUp = 9005; - UnionWorldRaid = 9006; - UnionRaid = 9007; - BargainCostumeNew = 10000; - LiveWallpaper = 11004; - ContentsOpen = 12024; - LostSector = 13001; - HarmonyCubeNew = 13002; - CollectionCostumeLevelupEnabled = 14000; - CollectionCostumeNew = 14001; - InfraCore = 16000; - InfraCoreRewardExist = 16001; - Ranking = 17000; - LoginAttendanceReward = 19000; - EventFieldNew = 19001; - StoryEventHardContentsOpen = 19002; - ArchiveRecordNew = 19003; - ArchiveMessengerNew = 19004; - ArchiveMessengerFinish = 19005; - MiniGameBbqCutScene = 20101; - MiniGameDessertRushUnlock = 20111; - MiniGameTabTabMaidLevelUp = 20121; - MiniGameTabTabMaidNewNormalDifficulty = 20122; - MiniGameTabTabMaidNewHardDifficulty = 20123; - SimRoomNewDifficulty = 22001; - SimRoomRefreshed = 22002; - SoloRaidTicket = 23001; - InterceptTicket = 31000; - Notice = 32000; - SynchroDeviceNewSlot = 33001; - SynchroDeviceUpgrade = 33002; - DispatchBoardDone = 36001; - DispatchBoardRefreshed = 36002; - DispatchBoardRankUp = 36003; - InAppShopNewPackage = 40001; - InAppShopNewSubscriptionProduct = 40002; - WishlistContainsMaxGradeCore = 50001; -} - -message NetBadge { - int64 SeqFieldNumber = 1; - bytes badgeGuid = 2; - BadgeContents badgeContent = 3; - string location = 4; -} - -message NetUniqueBadge { - int64 SeqFieldNumber = 1; - bytes badgeGuid = 2; - BadgeContents badgeContent = 3; - string location = 4; -} - -message ReqSyncBadge { - int64 lastBadgeSeq = 1; - repeated NetBadge newClientBadgeList = 2; - int64 lastUniqueBadgeSeq = 3; - repeated NetUniqueBadge newUniqueBadgeList = 4; -} - -message ResSyncBadge { - repeated NetBadge badgeList = 2; - repeated NetUniqueBadge uniqueBadgeList = 4; -} - -message ReqSyncTrigger { - int64 seq = 2; - bool isTrustedClientSeq = 3; -} - -message NetTrigger { - int64 seq = 1; - int64 createdAt = 2; - int32 trigger = 3; - int32 conditionId = 4; - int64 userValue = 5; - bool reset = 6; -} - -message ResSyncTrigger { - bool hasRemainData = 1; - repeated NetTrigger triggers = 2; - bool restart = 3; -} - -message ReqGetMessages { - int64 seg = 2; -} - -message NetMessage { - int64 seg = 1; - string conversationId = 2; - string messageId = 3; - int64 createdAt = 4; - int32 state = 5; -} -message NetPickedMessage { - google.protobuf.Timestamp createdAt = 1; - string conversationId = 2; -} - -message ResGetMessages { - repeated NetMessage messages = 2; -} - -message ReqGetPickedMessageList { - -} - -message ResGetPickedMessageList { - repeated NetPickedMessage data = 1; -} - -message ReqPickTodayDailyMessage { - repeated int32 conditionTriggerIds = 1; -} -message ResPickTodayDailyMessage {} - -message ReqGetGachaData {} - -message NetUserGachaData { - int32 gachaType = 6; - int32 playCount = 7; -} - -message NetGachaCustomData { - int32 type = 1; - int32 tid = 2; -} - -message NetGachaEvent { - int32 gachaTypeId = 1; - int32 freeCount = 2; -} - -message NetUserGachaDiscountData { - int32 gachaTypeId = 1; - int32 count = 2; -} - -message ResGetGachaData { - repeated NetUserGachaData gacha = 2; - repeated NetGachaCustomData multipleCustom = 3; - repeated NetGachaEvent gachaEventData = 4; - repeated NetUserGachaDiscountData gachaDiscountData = 5; -} - -message NetJupiterProductInfo { - string productId = 1; - string price = 2; - string currencyCode =3; - string currencySymbol = 4; - int64 microPrice = 5; -} - -message ReqGetJupiterProductList { - repeated string productIdList = 1; -} - -message ResGetJupiterProductList { - repeated NetJupiterProductInfo productInfoList = 1; -} - -message ReqForcePickTodayRandomMessage { - int64 usn = 1; - repeated int32 conditionTriggerIds = 2; -} - -message ResForcePickTodayRandomMessage { - -} - -message NetCentauriPurchaseExtraData { - string productId = 1; - string billId = 2; - string chargeAmount = 3; -} - -message ReqRefreshChargeCurrencyData { - NetCentauriPurchaseExtraData txCentauriExtra = 1; -} - -message ResRefreshChargeCurrencyData { - NetUserCurrencyData chargeCash = 1; - NetUserCurrencyData freeCash = 2; -} - -message NetAntiCheatBattleTLogAdditionalInfo { - string a = 1; - int64 b = 2; -} - -message ReqDeleteBadge { - repeated int64 badgeSeqList = 1; -} -message ResDeleteBadge{} - -message ReqEnterStage { - int32 stageId = 2; - int32 teamNumber = 3; - NetAntiCheatBattleTLogAdditionalInfo antiCheatAdditionalInfo = 4; -} -message ResEnterStage {} - -message NetFieldStageData { - string positionId = 1; - int32 stageId = 2; -} - -message NetFieldObject { - int64 actionAt = 1; - int32 type = 2; - string positionId = 3; - string json = 4; -} - -message NetFieldObjectData { - repeated NetFieldStageData stages = 1; - repeated NetFieldObject objects = 2; -} - -message ReqGetStageData { - int32 chapter = 2; - int32 mod = 3; -} - -message ResGetStageData { - NetFieldObjectData field = 2; - bool hasChapterBossEntered = 3; - string squadData = 4; -} - -message NetVector3 { - float x = 1; - float y = 2; - float z = 3; -} - -message NetCampaignTeamPosition { - int32 teamNumber = 1; - int32 type = 2; - NetVector3 position = 3; -} - -message ReqGetCampaignFieldData { - string mapId = 2; -} - -message ResGetCampaignFieldData { - NetFieldObjectData field = 2; - NetUserTeamData team = 3; - repeated NetCampaignTeamPosition teamPositions = 4; - string json = 5; -} - -message ReqExistScenario { - repeated string scenarioGroupIds = 1; -} - -message ResExistScenario { - repeated string existGroupIds = 1; -} - -message ReqBattleReportData { - int32 waveId = 1; - bytes reportData3 = 2; -} - -message ResBattleReportData {} - - -message ReqAntibotRecvData { - bytes data = 1; -} - -message ResAntibotRecvData {} - -message ReqSetScenarioComplete { - string scenarioId = 2; -} - -message NetIncreaseExpData { - int64 csn = 1; - int32 nameCode = 2; - int32 beforeLv = 3; - int32 beforeExp = 4; - int32 currentLv = 5; - int32 currentExp = 6; - int32 gainExp = 7; - int32 increaseExp = 8; -} - -message NetItemData{ - int64 isn = 1; - int32 tid = 2; - int32 count = 3; - int32 corporation = 4; -} - -message NetCurrencyData{ - int32 type = 1; - int64 value = 2; - int64 finalValue = 3; -} - -message NetCharacterData { - int64 csn = 1; - int32 tid = 2; - int32 pieceCount = 3; - int64 currencyValue = 4; -} - -message NetProfileFrameData { - int32 frameTid = 1; - int32 triggerTid = 2; - google.protobuf.Timestamp acquiredAt = 3; -} - -message NetPointData { - int32 tid = 1; - int64 value = 2; -} - -message NetPassPointData{ - int32 value = 1; - int32 finalValue = 2; -} - -message NetAutoChargeData { - int32 autoChargeId = 1; - int32 finalValue = 2; - int32 value = 3; -} - -message NetRedeemData { - int64 redeemId = 1; - int32 tid = 2; - int32 count = 3; - int64 deleteTime = 4; -} - -message NetUserFavoriteItemData { - int32 favoriteItemId = 1; - int32 tid = 2; - int64 csn = 3; - int32 lv = 4; - int32 exp = 5; -} - -message NetFavoriteItemData { - int32 favoriteItemId = 1; - int32 tid = 2; - int64 csn = 3; - int32 lv = 4; - int32 exp = 5; -} - -message NetRewardData { - NetIncreaseExpData userExp = 1; - repeated NetItemData item = 2; - repeated NetCurrencyData currency = 3; - repeated NetCharacterData character = 4; - repeated NetProfileFrameData profileFrame = 6; - repeated NetIncreaseExpData characterAttractive = 7; - repeated int32 jukeboxBgm = 8; - repeated int32 memorial = 9; - repeated int32 livewallpaper = 10; - repeated int32 characterCostume = 11; - repeated NetPointData point = 12; - NetIncreaseExpData infraCoreExp = 13; - repeated NetUserCharacterDefaultData userCharacters = 14; - repeated NetUserItemData userItems = 15; - NetPassPointData passPoint = 16; - repeated NetAutoChargeData autoChargeList = 17; - repeated NetUserRedeemData userRedeems = 18; - repeated NetRedeemData redeem = 19; - repeated NetUserFavoriteItemData userFavoriteItems = 20; - NetFavoriteItemData favoriteItems = 21; - repeated int32 profileCardObjects = 22; -} - - -message ResSetScenarioComplete { - NetRewardData reward = 2; -} - -message NetAntiCheatCharacter{ - -} - -message NetAntiCheatMonster{} - -message NetAntiCheatBattleData { - int32 a = 1; - int32 b = 3; - int32 c = 4; - int32 d = 5; - int32 e = 6; - int32 f = 7; - int32 g = 8; - repeated NetAntiCheatCharacter h = 9; - repeated NetAntiCheatMonster i = 10; - bool b1 = 11; - int32 i2 = 12; -} - -message ReqClearStage { - int32 stageId = 2; - int32 teamNumber = 3; - int32 battleResult = 4; - -} - -message ResClearStage { - NetRewardData reward = 2; - NetOutpostBattleLevel outpostBattle = 4; - NetRewardData userLevelUpReward = 5; - NetRewardData outpostBattleLevelReward = 6; - NetRewardData stageClearReward = 7; - NetRewardData scenarioReward = 8; -} - -message ReqGetCharacterData { - -} - -message ResGetCharacterData { - repeated NetUserCharacterData character = 2; - repeated int64 synchroStandardCharacters = 3; -} - -message NetSupportCharacterUsedCount { - int32 teamType = 1; - int32 supportCharacterId = 2; - int32 usedSupportCharacterCount = 3; -} - -message ReqListSupportCharacterUsedCount { - repeated int32 teamTypeList = 1; -} - -message ResListSupportCharacterUsedCount { - repeated NetSupportCharacterUsedCount supportCharacterUsedCountList = 1; -} - -message ReqGetTeamData { - -} - -message ResGetTeamData { - repeated NetUserTeamData typeTeams = 2; -} - -message ReqGetSubQuestList{} - -message NetSubQuestData { - int32 subQuestId = 1; - int32 createdAt = 2; - bool isReceived = 3; -} - -message ResGetSubQuestList { - repeated NetSubQuestData subquestList = 2; -} - -message ReqCheckStageClear { - repeated int32 stageIds = 1; -} -message ResCheckStageClear { - repeated int32 clearedStageIds = 2; -} - -message ReqGetScenarioList { - -} -message ResGetScenarioList { - repeated string scenarioList = 2; - repeated string bookmarkScenarioList = 3; -} - -message ReqSaveCampaignField{ - string mapId = 2; - string json = 3; -} - -message ResSaveCampaignField{ - -} - -message ReqGetFieldTalkList {} -message ResGetFieldTalkList { - repeated string fieldTalkList = 2; -} - -message ReqSetTutorial { - int32 lastClearedTid = 2; -} - -message ResSetTutorial { - -} - -enum SetNicknameResult { - NicknameOk = 0; - Inappropriate = 1; -} - -message ReqSetNickname { - string nickname = 2; -} -message ResSetNickname { - SetNicknameResult result = 1; - string nickname = 2; - repeated NetUserCurrencyData currencies = 3; -} - -enum CurrencyType { - NoneCurrency = 0; - UserExp = 1; - ChargeCash = 98; - FreeCash = 99; - CharacterExp = 1000; - Gold = 2000; - CharacterExp2 = 3000; - Friendship_Point = 4000; - ArenaChip = 5000; - Char_Premium_Ticket = 5100; - Char_Customize_Ticket = 5200; - Char_Corporation_Ticket = 5300; - Arena_Ticket = 6001; - _2nd_Arena_Ticket = 6002; - InterceptTicket2 = 6003; - ContentStamina = 6100; - RecycleRoomPoint = 6200; - InfraCoreEnergy = 7000; - RaptureParts = 8000; - DissolutionPoint = 9000; - InApp = 9999; - GuildCoin = 10000; - SilverMileageTicket = 11000; - GoldMileageTicket = 12000; - SimulationRoomPoint = 13000; - CharacterSkillReset_Ticket = 14000; -} - -message NetEventData { - int32 id = 1; - int32 eventSystemType = 2; - int64 eventStartDate = 4; - int64 eventEndDate = 5; - int64 eventVisibleDate = 6; - int64 eventDisableDate = 7; - google.protobuf.Timestamp upcomingEventVisibleDate = 8; -} - -message ReqGetEventList { - -} - -message ResGetEventList { - repeated NetEventData eventList = 2; -} - -message NetEventWithJoinData { - NetEventData eventData = 1; - int64 joinAt = 2; -} - -message ReqEnterLobbyPing {} -message ResEnterLobbyPing {} - -message ReqGetJoinedEvent {} -message ResGetJoinedEvent { - repeated NetEventWithJoinData eventWithJoinData = 3; -} - -message ReqGetWeeklyRewardedData {} - -message ResGetWeeklyRewardedData { - repeated int32 ids = 2; -} - -message ReqGetDailyRewardedData {} -message ResGetDailyRewardedData { - repeated int32 ids = 3; -} - -message NetPassRankData { - int32 passRank = 1; - bool isNormalRewarded = 2; - bool isPremiumRewarded = 3; -} - -message NetPassMissionData { - int32 passMissionId = 1; - bool isComplete = 2; -} - -message NetPassInfo { - int32 passId = 1; - int32 passPoint = 2; - repeated NetPassRankData passRankList = 3; - repeated NetPassMissionData passMissionList = 4; - int32 passSkipCount = 6; - bool premiumActive = 7; -} - -message ReqGetActivePassData { - -} - -message ResGetActivePassData { - NetPassInfo pass = 1; - bool passExist = 2; -} - -message ReqGetActiveEventPassData {} -message ResGetActiveEventPassData { - repeated NetPassInfo passList = 1; -} - -message ReqGetCharacterCostumeData {} -message ResGetCharacterCostumeData { - repeated int32 costumeIds = 2; -} - -message ReqGetInventoryData {} -message ResGetInventoryData { - repeated NetUserItemData items = 2; - repeated NetUserHarmonyCubeData harmonyCubes = 3; - NetEquipmentAwakening awakenings = 4; - repeated int64 runAwakeningIsnList = 5; - repeated NetUserRedeemData userRedeems = 6; -} - -message NetInAppShopData { - int32 id = 1; - int64 startDate = 2; - int64 endDate = 3; -} -message NetInAppShopBuyData { - int32 productType = 1; - int32 shopTid = 2; - int32 buyCount = 3; - int32 listTid = 4; -} - -message ReqGetInAppShopData {} -message ResGetInAppShopData { - repeated NetInAppShopData inAppShopDataList = 1; - repeated NetInAppShopBuyData buyDataList = 2; -} - -message NetOnlyOnceSchedule { - int64 startAt = 1; - int64 endAt = 2; -} -message NetDayOfWeekSchedule { - int64 startTime = 1; - int64 duration = 2; - repeated int32 dayOfWeeks = 3; -} - -message NetPeriodicSchedule { - int64 initialStartTime = 1; - int64 duration = 2; - int64 period = 3; -} - -message NetAllTimeSchedule { - -} - -message NetSchedule { - oneof ScheduleKindOneof { - NetOnlyOnceSchedule OnlyOnce = 1; - NetDayOfWeekSchedule DayOfWeek = 2; - NetPeriodicSchedule Periodic = 3; - NetAllTimeSchedule AllTime = 4; - } -} - -message NetTowerData { - int32 type = 1; - int32 floor = 2; - int32 remainCount = 3; - repeated NetSchedule schedules = 4; -} -message ReqGetTowerData { - -} -message ResGetTowerData { - repeated NetTowerData data = 2; -} - -message ReqGetMemoryList {} -message ResGetMemoryList { - repeated int32 memoryList = 2; - repeated int32 rewardableSeriesList = 3; -} - -message NetSynchroSlot { - int32 slot = 1; - int64 csn = 2; - int64 availableRegisterAt = 3; -} -message NetUserSynchroData { - int32 synchroLv = 1; - int32 synchroMaxLv = 2; - bool isChanged = 3; - repeated NetUserCharacterData standardCharacters = 4; - repeated NetSynchroSlot Slots = 5; -} - -message ReqGetSynchroData {} -message ResGetSynchroData { - NetUserSynchroData synchro = 2; -} - -message NetMonthlySubscriptionReward { - int32 tid = 1; - NetRewardData reward = 2; -} -message NetMonthlySubscriptionData { - int32 tid = 1; - int64 expiredAt = 2; -} - -message ReqGetMonthlySubscriptionReward {} -message ResGetMonthlySubscriptionReward { - repeated NetMonthlySubscriptionReward rewardList = 1; - repeated NetMonthlySubscriptionData dataList = 2; -} - -message ReqGetAttractiveList {} -message ResGetAttractiveList { - repeated NetUserAttractiveData attractives = 2; - int32 counselAvailableCount = 3; -} - -message NetCustomPackageSetupData { - int32 customPackageShopTid = 1; - repeated int32 slotList = 2; -} -message ReqGetCustomPackageSetupData { - int32 inAppShopId = 1; -} -message ResGetCustomPackageSetupData { - repeated NetCustomPackageSetupData dataList = 1; -} - -message ReqGachaGetAllShutdownFlags {} -message ResGachaGetAllShutdownFlags { - repeated int32 unavailables = 1; -} - -message ReqGetAchievementRewardedData {} -message ResGetAchievementRewardedData { - repeated int32 ids = 2; -} - -enum NetFeatureKind { - SimulationRoom = 0; - CooperationEvent = 1; - DailyEvent = 2; - Intercept = 3; - Attendance = 4; - Dice = 5; - UnionRaid_2 = 6; - StoryDungeonEvent = 7; - Tower = 8; - LostSector_2 = 9; - RookieArena = 10; - SpecialArena = 11; - Subscription_2 = 13; - ArchiveEventSystem = 14; - ViewShortCut = 1000; - PollEvent = 1001; - ComeBackUserEvent = 1002; - EventPass = 1003; - FieldHubEvent = 1004; - ShopEvent = 1005; - MissionEvent = 1006; - ChargeGachaEvent = 1007; - MiniGameSortOut = 1008; - CharacterSkillResetEvent = 1009; - EventQuest = 1010; - RewardUpEvent = 1011; - SdbattleEvent = 1012; - TextAdventure = 1013; - ChallengeModeEvent = 1014; - DailyFreeGachaEvent = 1015; - BoxGachaEvent = 1016; - DiceEvent = 1017; - Bbqtycoon = 1018; - Ce002MiniGame = 1019; - SoloRaid = 1020; - MiniGameDD = 1021; -} - -message NetFeatureFlag{ - NetFeatureKind featureKind = 1; - bool isOpen = 2; -} - -message ReqGetAllFeatureFlags {} -message ResGetAllFeatureFlags { - repeated NetFeatureFlag flags = 1; -} - -message ReqCampaignPackageGetAllShutdownFlags { - -} -message ResCampaignPackageGetAllShutdownFlags { - repeated int32 unavailablePackageGroupIds = 1; -} - -message NetSoloRaidPeriodData { - int64 visibleDate = 1; - int64 startDate = 2; - int64 endDate = 3; - int64 disableDate = 4; - int64 settleDate_ = 5; -} - -message ReqGetSoloRaidPeriod {} -message ResGetSoloRaidPeriod { - NetSoloRaidPeriodData period = 1; -} - -message ReqGetArchiveRecord { - -} -message ResGetArchiveRecord { - repeated int32 archiveRecordList = 1; - repeated int32 unlockedArchiveRecordList = 2; -} - -message NetArenaBanInfo { - string description = 1; - google.protobuf.Timestamp startAt = 2; - google.protobuf.Timestamp endAt = 3; -} - -message ReqGetArenaBanInfo {} -message ResGetArenaBanInfo { - NetArenaBanInfo rookieArenaBanInfo = 1; - NetArenaBanInfo specialArenaBanInfo = 2; -} - -message ReqProfileCardObjectList {} -message ResProfileCardObjectList { - repeated int32 backgroundIds = 1; - repeated int32 stickerIds = 2; -} - -message ReqGetMiniGameNKSV2Data { - int32 nKSId = 1; -} - -message NetMiniGameNKSV2MissionProgress { - int64 seq = 1; - int32 nKSMissionId = 2; - int32 progress = 3; - google.protobuf.Timestamp createdAt = 4; - google.protobuf.Timestamp receivedAt = 5; -} -message ResGetMiniGameNKSV2Data { - string progressJson = 1; - repeated NetMiniGameNKSV2MissionProgress missionProgressList = 2; -} - -message NetSelectableDispatchData { - int32 dispatchGroupId = 1; - int32 selectTid = 2; - int32 selectSlotId = 3; - bool isRun = 4; - int64 startAt = 5; - int64 endAt = 6; -} - -message ReqGetDispatchList { - -} - -message ResGetDispatchList { - int32 dispatchResetCount = 2; - repeated NetUserDispatchData dispatchList = 3; - repeated NetSelectableDispatchData selectableDispatchList = 4; -} - -message ReqGetSubscription { - -} - -message NetSubscriptionData { - int32 tid = 1; - google.protobuf.Timestamp beginAt = 2; - google.protobuf.Timestamp endAt = 3; -} - -message ResGetSubscription { - repeated NetSubscriptionData activeSubscriptionList = 1; - bool hasSubscriptionHistory = 2; -} - -message NetCampaignPackageReward { - int32 packageShopId = 1; - int32 packageGroupTableId = 2; -} - -message ReqGetCampaignPackage {} -message ResGetCampaignPackage { - repeated NetCampaignPackageReward alreadyRewards = 1; -} - -message NetPopupPackageState{ - int32 tid = 1; - bool isAppear = 2; - google.protobuf.Timestamp expiredAt = 3; - int32 groupId = 4; - bool isPurchased = 6; - int32 gradeUp = 7; -} - -message ReqGetPopupPackageState {} -message ResGetPopupPackageState{ - repeated NetPopupPackageState dataList = 1; - repeated int32 appearedList = 2; -} - -message ReqUpdateRankingServerReward {} -message ResUpdateRankingServerReward { - bool hasNewReward = 1; -} - -message ReqGetProfileFrame {} -message ResGetProfileFrame { - repeated int32 frames = 2; -} - -message NetWholeUserData { - int64 usn = 1; - int32 server = 2; - string nickname = 3; - int32 lv = 4; - int32 icon = 5; - bool iconPrism = 6; - int32 frame = 7; - int32 teamCombat = 8; - int64 lastActionAt = 9; - string guildName = 10; - bool isBot = 11; - int32 groupId = 12; -} - -message NetUserFriendData { - int32 state = 1; - int32 type = 2; - NetWholeUserData user = 3; - bool isSend = 4; - int32 receiveState = 5; -} - -message ReqGetFriendData {} -message ResGetFriendData { - int32 sendFriendshipCount = 2; - int32 receiveFriendshipCount = 3; - repeated NetUserFriendData friends = 4; - repeated NetUserFriendData blocked = 5; -} - - -message NetWallpaperData { - int32 order = 1; - int32 type = 2; - int32 id = 3; -} - -message ReqGetWallpaper {} -message ResGetWallpaper { - repeated NetWallpaperData wallpaperList = 2; -} - -message ReqGetCurrencyData { - repeated int32 currencies = 2; -} -message ResGetCurrencyData { - repeated NetUserCurrencyData currency = 2; -} - -message ReqGetJupiterMarketingDetail { - string language = 1; -} - -message ResGetJupiterMarketingDetail { - string marketingDetail = 1; -} - -message NetProfileTeamSlot { - NetUserCharacterDefaultData Default = 1; - repeated NetUserItemData Eqquipment = 2; - NetUserItemData Artifact = 3; - bool IsSynchro = 4; - int32 AttractiveLv = 5; - int32 Slot = 6; - repeated NetEquipmentAwakening Awakenings = 7; - NetUserFavoriteItemData FavoriteItem = 8; -} - -message NetSimpleGuildData { - int64 gsn = 1; - string Name = 2; - int32 Emblem = 3; - int32 Grade = 4; - int32 ActivityPoint = 5; - int32 MemberCount = 6; - int32 ActivityPointDaily = 7; - int32 ActivityPointRecent = 8; - bool IsBot = 9; - int32 UnionRaidTier = 10; - int32 UnionRaidTierNumber = 11; -} - -message NetCharacterCount { - int32 CorporationType = 1; - int32 Count = 2; -} - -message NetMemorialCount { - int32 MemorialSeriesId = 1; - int32 Count = 2; -} - -enum NetProfileFrameHistoryType { - NetProfileFrameHistoryType_RecentAcquire = 0; - NetProfileFrameHistoryType_Representative = 1; -} - -message NetProfileRepresentativeFrame { - int32 Slot = 1; - int32 FrameTableId = 2; -} - -message NetProfileSimRoomOverclockHighScoreData { - int32 Season = 1; - repeated int32 OptionList = 2; - int32 OptionLevel = 3; -} - -message NetProfileData { - string desc = 1; - int64 lastActionAt = 2; - int32 exp = 3; - int32 lastCampaignNormalStageId = 4; - int32 lastCampaignHardStageId = 5; - int32 lastTribeTowerFloor = 6; - NetWholeUserData user = 7; - repeated NetProfileTeamSlot profileTeam = 8; - NetSimpleGuildData guild = 9; - NetCharacterCount characterCount = 10; - repeated NetUserRecycleRoomData recycle = 11; - int32 synchroLv = 12; - int32 synchroSlotCount = 13; - int32 infraCoreLv = 14; - int32 lastTacticAcademyClass = 15; - int32 lastTacticAcademyLesson = 16; - repeated NetMemorialCount memorialCount = 17; - int32 jukeboxCount = 18; - int32 costumeLv = 19; - bool outpostOpenState = 21; - int32 costumeCount = 22; - string language = 23; - NetProfileFrameHistoryType profileFrameHistory = 24; - repeated NetProfileFrameData profileFrames = 25; - repeated NetProfileRepresentativeFrame representativeProfileFrames = 26; - repeated int32 recentAcquireFilterTypes = 27; - int32 simRoomOverclockHighScoreLevel = 28; - repeated NetProfileSimRoomOverclockHighScoreData simRoomOverclockHighScoreData = 29; -} - - -message ReqGetProfileData { - int64 targetUsn = 2; -} -message ResGetProfileData { - NetProfileData data = 2; -} - - -message ReqSetWallpaper { - repeated NetWallpaperData wallpaperList = 2; -} -message ResSetWallpaper { - -} - -message NetInvitation { - NetWholeUserData fromUser = 1; - int64 inviteTime = 2; - string partyId = 3; - int32 eventId = 4; -} - -enum ListInvitationError { - LIST_INVITATION_ERROR_SUCCESS = 0; - LIST_INVITATION_ERROR_NOT_PERIOD_EVENT = 1; -} - -message ReqListInvitation {} -message ResListInvitation { - ListInvitationError error = 1; - repeated NetInvitation invitationList = 2; -} - -message ReqProceedMessage { - string messageId = 2; -} -message ResProceedMessage { - NetMessage message = 1; - NetRewardData reward = 2; -} - -message ReqSetTeam { - int32 type = 2; - int32 contentsId = 3; - repeated NetTeamData teams = 4; -} - -message ResSetTeam { - int32 type = 2; - repeated NetTeamData teams = 3; -} - -message ReqSetProfileIcon { - int32 icon = 2; - bool isPrism = 3; -} -message ResSetProfileIcon { -} - -message ReqFinMainQuest { - int32 tid = 2; -} - -message ResFinMainQuest { -} - - -enum SimRoomStatus { - SimroomStatus_Ready = 0; - SimroomStatus_Progress = 1; -} -message ReqGetSimRoom { - -} - -message NetSimRoomClearInfo { - int32 Difficulty = 1; - int32 Chapter = 2; -} - -enum SimRoomBattleEventProgress { - NotCleared = 0; - RewardWaiting = 1; - RewardReceived = 2; -} - -message NetSimRoomBattleEvent { - int32 Id = 1; - repeated int32 BuffOptions = 2; - SimRoomBattleEventProgress progress = 3; - int32 RemainingTargetHealth = 4; - int32 BuffPreviewId = 5; -} - -message NetSimRoomEventLocationInfo { - int32 Chapter = 1; - int32 Stage = 2; - int32 Order = 3; -} - -message NetSimRoomEvent { - NetSimRoomEventLocationInfo location = 1; - bool IsSelected = 2; - oneof eventCase { - NetSimRoomBattleEvent Battle = 3; - NetSimRoomSelectionEvent Selection = 4; - } -} - -message NetSimRoomSelectionGroupElement { - int32 SelectionNumber = 2; - int32 Id = 3; - bool IsDone = 4; - int32 RandomBuff = 5; -} - -message NetSimRoomSelectionEvent { - int32 Id = 1; - int32 SelectedNumber = 2; - NetSimRoomSelectionGroupElement Group = 3; -} - -message NetSimRoomCharacterHp { - int64 Csn = 1; - int32 HP = 2; -} - -message NetSimRoomOverclockHighScoreData { - int32 Season = 1; - int32 SubSeason = 2; - repeated int32 OptionList = 3; - int32 OptionLevel = 4; - google.protobuf.Timestamp CreatedAt = 5; -} - -message NetSimRoomOverclockOptionSettingData { - int32 Season = 1; - repeated int32 OptionList = 2; -} - -message NetSimRoomOverclockSeasonData { - bool isSeasonOpen = 1; - int32 Season = 2; - int32 SubSeason = 3; - google.protobuf.Timestamp SeasonStartDate = 4; - google.protobuf.Timestamp SeasonEndDate = 5; - int32 SeasonWeekCount = 6; -} - -message NetSimRoomOverclockData { - NetSimRoomOverclockHighScoreData CurrentSeasonHighScore = 4; - NetSimRoomOverclockHighScoreData CurrentSubSeasonHighScore = 5; - NetSimRoomOverclockOptionSettingData LatestOption = 6; - NetSimRoomOverclockSeasonData CurrentSeasonData = 7; -} - -message ResGetSimRoom { - SimRoomStatus status = 1; - int32 currentDifficulty = 2; - int64 nextRenewAt = 3; - repeated NetSimRoomClearInfo clearInfos = 4; - repeated NetSimRoomEvent events = 5; - repeated NetSimRoomCharacterHp RemainingHps = 6; - repeated int32 Buffs = 8; - repeated int32 LegacyBuffs = 9; - repeated int32 OverclockOptionList = 10; - NetSimRoomOverclockData OverclockData = 11; - google.protobuf.Timestamp NextLegacyBuffResetDate = 12; -} - -message ReqCheckDailyFreeGacha { - int32 gachaId = 1; -} - -message ResCheckDailyFreeGacha { - NetEventData eventData = 1; - int32 freeCount = 2; -} - -message ReqExecuteGacha { - int32 tid = 2; - int32 currencyType = 3; - int32 count = 4; - bool isDiscount = 5; -} - -message NetGachaEntityData { - int32 tid = 1; - int32 sn = 2; - int32 type = 3; - int32 corporation = 4; - int32 pieceCount = 5; - int32 currencyValue = 6; -} - -message ResExecuteGacha { - repeated NetGachaEntityData gacha = 2; - repeated NetUserCurrencyData currencies = 3; - repeated NetUserCharacterDefaultData characters = 6; - repeated NetUserItemData items = 5; - NetRewardData reward = 9; -} - -message NetShopProductData { - -} - -message ReqShopProductList{} -message ResShopProductList { - repeated NetShopProductData shops = 2; -} - -enum NetJukeboxLocation { - NetJukeboxLocation_CommanderRoom = 0; - NetJukeboxLocation_Lobby = 1; -} - -enum NetJukeboxBgmType { - NetJukeboxBgmType_JukeboxTableId = 0; - NetJukeboxBgmType_JukeboxPlaylist = 1; - NetJukeboxBgmType_JukeboxFavorite = 2; -} - -message NetJukeboxPlaylistSong { - int32 order = 1; - int32 jukeboxTableId = 2; -} - -message NetJukeboxPlaylist { - int64 jukeboxPlaylistUid = 1; - string title = 2; - repeated NetJukeboxPlaylistSong songs = 3; -} - -message NetJukeboxFavorite { - repeated NetJukeboxPlaylistSong songs = 1; -} - -message NetJukeboxBgm { - NetJukeboxLocation location = 1; - NetJukeboxBgmType type = 2; - oneof jukeboxBgm { - int32 JukeboxTableId = 3; - NetJukeboxPlaylist JukeboxPlaylist = 4; - NetJukeboxFavorite JukeboxFavorite = 5; - } - bool IsShuffle = 6; -} - -message NetUserJukeboxData { - int32 selectTid = 1; - repeated int32 list = 2; -} -message NetUserJukeboxDataV2 { - NetJukeboxBgm commandBgm = 1; - repeated int32 jukeboxTableIds = 2; -} - -message ReqGetOutpostData {} -message ResGetOutpostData { - int32 skinGroupId = 2; - repeated NetUserOutpostData data = 3; - int64 battleTime = 4; - int64 maxBattleTime = 5; - repeated int32 conditionTriggerTidList = 6; - repeated int32 dispatchClearCountList = 7; - NetUserJukeboxData jukebox = 8; - repeated NetTimeReward timeRewardBuffs = 9; - NetOutpostBattleLevel outpostBattleLevel = 10; - bool isDispatchRefreshed = 11; - NetOutpostBattleTime outpostBattleTime = 12; - NetUserJukeboxDataV2 commanderBgm = 13; -} - - -message ReqCheckReceiveInfraCoreReward {} -message ResCheckReceiveInfraCoreReward { - bool isReceived = 2; -} - -message ReqShowOutpostBattleReward {} -message ResShowOutpostBattleReward { - int64 battleTime = 1; - int64 maxBattleTime = 2; - int32 fastBattleCount = 3; - NetRewardData reward = 5; - repeated NetTimeReward timeRewardBuffs = 6; - NetOutpostBattleLevel outpostBattleLevel = 7; - NetOutpostBattleTime outpostBattleTime = 8; -} - -message ReqSetCharacterCostume { - int64 csn = 2; - int32 costumeId = 3; -} -message ResSetCharacterCostume {} - -message NetUserTitle { - int32 userTitleId = 1; - bool isNew = 2; -} - -message ReqGetUserTitleList {} -message ResGetUserTitleList{ - repeated NetUserTitle userTitleList = 1; -} - -message ReqGetUserTitleCounterList{} -message ResGetUserTitleCounterList{ - int32 condition = 1; - int32 subCondition = 2; - int32 count = 3; -} - -message ReqProfileCardDecorationLayout { - int64 targetUsn = 1; -} - -message StickerPlacement { - int32 stickerId = 1; - int32 layer = 2; - float normalizedX = 3; - float normalizedY = 4; - float rotationRadian = 5; - float scale = 6; -} - -message ProfileCardDecorationLayout { - bool showCharacterSpine = 1; - int32 backgroundId = 2; - repeated StickerPlacement stickerPlacements = 3; -} -message ResProfileCardDecorationLayout { - ProfileCardDecorationLayout layout = 1; -} - -message ReqGetWallpaperInventory {} -message ResGetWallpaperInventory { - repeated int32 livewallpaperIds = 2; -} - -message NetInAppShopReceivableProductData { - string ProductId = 1; - string Token = 2; - int32 SubTid = 3; -} - -message ReqGetInAppShopReceivableProductList {} -message ResGetInAppShopReceivableProductList { - repeated NetInAppShopReceivableProductData Data = 1; -} - -message ReqWearEquipment { - int64 Isn = 2; - int64 Csn = 3; -} -message ResWearEquipment { - repeated NetUserItemData items = 3; -} - -message NetCampaignFieldObject { - string PositionID = 1; - int32 Type = 2; - repeated NetCampaignTeamPosition TeamPositions = 3; - string Json = 4; -} - -message ReqObtainCampaignItem { - string MapId = 2; - NetCampaignFieldObject FieldObject = 3; -} -message ResObtainCampaignItem { - NetRewardData Reward = 2; -} - -message NetMiniGameDaveTriggerData { - int32 trigger = 1; - int32 conditionId = 2; - int64 userValue = 3; - int64 updatedAt = 4; -} -message ReqGetAllMiniGameDaveTriggers { - int32 EventId = 1; -} -message ResGetAllMiniGameDaveTriggers { - repeated NetMiniGameDaveTriggerData triggers = 1; -} - -message ReqGetFeatureFlag { - NetFeatureKind featureKind = 1; -} - -message ResGetFeatureFlag { - bool IsOpen = 1; -} - -message NetIslandAdventureMissionProgress { - int64 MissionUid = 1; - int32 MissionTid = 2; - int32 Progress = 3; - google.protobuf.Timestamp CreatedAt = 4; - google.protobuf.Timestamp ReceivedAt = 5; -} -message ReqGetIslandAdventureMissionProgress { - int32 eventId = 1; -} -message ResGetIslandAdventureMissionProgress { - repeated NetIslandAdventureMissionProgress MissionProgressList = 1; -} - -message NetEventMissionClearData { - int32 EventId = 1; - int32 EventMissionId = 2; - int64 CreatedAt = 3; -} - -message ReqGetEventMissionClear { - int32 eventId = 1; -} -message ResGetEventMissionClear { - repeated NetEventMissionClearData EventMissionClearList = 2; -} - -message ReqGetIslandAdventureFishingStepUpRewardStatus { - int32 EventId = 1; -} -message ResGetIslandAdventureFishingStepUpRewardStatus { - repeated int32 fishAccumulatedScore = 1; - repeated int32 fishStepUpRewardedStep = 2; -} - -message ReqGetIslandAdventurePhotoStepUpRewardStatus { - int32 EventId = 1; -} -message ResGetIslandAdventurePhotoStepUpRewardStatus { - int32 photoAccumulatedScore = 1; - repeated int32 PhotoStepUpRewardedStep = 2; -} - -message ReqGetPlaySodaChallengeModeInfo { - int32 EventId = 1; -} - -message NetPlaySodaEachGameInfo{ - int32 challengeStageId = 1; - int32 userRank = 2; - int32 userMaxScoreInUnion = 3; - int64 accumulatedScore = 4; - bool canReceivePointReward = 5; - bool isInGuild = 6; - int32 lastRewardStep = 7; -} -message ResGetPlaySodaChallengeModeInfo { - bool hasReceivedDailyReward = 1; - repeated NetPlaySodaEachGameInfo playSodaEachGameInfoList = 2; - NetWholeUserData wholeUser = 3; -} - -message ReqExistScenarioBookmark { - repeated string bookmarkList = 1; -} -message ResExistScenarioBookmark { - repeated string existingBookmarkList = 1; -} - -message ReqGetEventScenarioData { - int32 EventID = 2; -} -message ResGetEventScenarioData { - repeated string scenarioIdList = 1; - repeated string bookmarkScenarioList = 2; -} - -message ReqSetEventScenarioComplete { - int32 EventID = 2; - string ScenarioId = 3; - int32 DialogType = 4; -} -message ResSetEventScenarioComplete { - NetRewardData Reward = 1; -} - -message ReqEnterEventField { - string MapId = 1; - repeated int32 ProgressEventGroupIdList = 2; - int32 EventFieldId = 3; -} -message NetUserAutoChargeData { - int32 AutoChargeId = 1; - int32 Value = 2; -} - -message NetNonResettableFieldObject { - string PositionId = 1; - int32 Type = 2; - string Json = 3; -} - -message ResEnterEventField { - NetUserTeamData team = 2; - repeated NetCampaignTeamPosition TeamPositions = 3; - string json = 4; - repeated int32 userEventIdList = 5; - repeated NetUserAutoChargeData autoChargeDataList = 6; - repeated NetNonResettableFieldObject NonResettableFieldObjects = 7; -} - -message ReqSaveCampaignFieldObject { - string mapId = 2; - NetCampaignFieldObject fieldObject = 3; -} -message ResSaveCampaignFieldObject { -} - -message ReqCharacterLevelUp { - int64 Csn = 2; - int32 Level = 3; -} - -message ResCharacterLevelUp { - NetUserCharacterDefaultData Character = 4; - repeated NetUserCurrencyData Currencies = 3; - int32 SynchroLv = 5; - repeated int64 SynchroStandardCharacters = 6; -} - -message NetMailRewardItem { - int32 RewardType = 1; - int32 RewardID = 2; - int32 RewardValue = 3; - int64 ExpiredAt = 4; -} - -message LocaleableText { - bool IsPlain = 1; - string String = 2; - repeated string Args = 3; -} - -message NetUserMailData { - int64 Msn = 1; - int32 Sender = 2; - int32 Type = 3; - int32 State = 4; - LocaleableText Title = 5; - LocaleableText Text = 6; - int64 CreatedAt = 7; - string Nickname = 9; - repeated string appNoticeId = 10; - bool HasReward = 11; - repeated NetMailRewardItem items = 12; - int32 Period = 13; -} - -message ReqGetMailData {} -message ResGetMailData { - repeated NetUserMailData mail = 2; -} - -message ReqReadMail { - int64 Msn = 1; - int32 Type = 2; -} -message ResReadMail { - -} - -message ReqClearEquipment { - int64 isn = 2; - int64 csn = 3; -} - -message ResClearEquipment { - NetUserItemData item = 4; -} - -message ReqWearEquipmentList { - int64 Csn = 2; - repeated int64 IsnList = 3; -} -message ResWearEquipmentList { - repeated NetUserItemData Items = 3; -} - -message ReqAllClearEquipment { - int64 Csn = 2; -} -message ResAllClearEquipment { - int64 Csn = 2; - repeated NetUserItemData Items = 3; -} - -message NetFavoriteItemLibraryElement { - int32 Tid = 1; - int64 ReceivedAt = 2; -} - -message ReqGetFavoriteItemLibrary { - -} -message ResGetFavoriteItemLibrary { - repeated NetFavoriteItemLibraryElement FavoriteItemLibrary = 1; -} - - -message ReqListFavoriteItem { - -} -message ResListFavoriteItem { - repeated NetUserFavoriteItemData FavoriteItems = 1; -} - -message NetUserFavoriteItemQuestData { - int32 QuestId = 1; - bool Clear = 2; - bool Received = 3; -} -message ReqListFavoriteItemQuest { - -} -message ResListFavoriteItemQuest { - repeated NetUserFavoriteItemQuestData FavoriteItemQuests = 1; -} - -message NetUserLostSectorData { - int32 SectorId = 1; - int32 RewardCount = 2; - bool IsFinalReward = 3; - bool IsPlaying = 4; - bool IsOpen = 5; - int32 CurrentClearStageCount = 6; - int32 MaxClearStageCount = 7; - bool IsPerfectReward = 8; -} -message ReqGetLostSectorData { - -} -message ResGetLostSectorData { - repeated NetUserLostSectorData LostSector = 2; - int32 LastEnterSectorId = 3; - repeated NetFieldStageData ClearedStages = 4; -} - -enum LiberateMissionState { - LiberateMissionState_Running = 0; - LiberateMissionState_Rewarded = 1; - LiberateMissionState_Closed = 2; -} - -message NetLiberateMissionData { - int64 Id = 1; - int32 MissionTid = 2; - int32 LiberateCharacterId = 3; - LiberateMissionState MissionState = 4; - int64 CreatedAt = 6; - int64 TriggerStartAt = 7; - int64 TriggerEndAt = 8; - optional int64 ReceivedAt = 9; -} - -message NetLiberateData { - int32 CharacterId = 2; - int32 StepId = 3; - int32 ProgressPoint = 4; - repeated NetLiberateMissionData MissionData = 5; - int32 RewardedCount = 6; - bool IsCompleted = 7; -} - -message ReqGetLiberateData {} -message ResGetLiberateData { - repeated int32 OpenLiberateTypeIdList = 2; - NetLiberateData LiberateData = 3; -} - -message ReqShowSpecialArenaReward {} -message ResShowSpecialArenaReward { - NetRewardData reward = 4; - /*SpecialArenaContentsState SpecialArenaContentsState = 5; - NetSpecialArenaRewardHistory History = 6;*/ - bool IsBan = 7; - NetArenaBanInfo BanInfo = 8; -} - -message SpecialLobbySlot { - int32 SpecialLobbySlotId = 1; - bool IsHidden = 2; -} -message ReqGetSpecialLobbySlotData { - -} -message ResGetSpecialLobbySlotData { - repeated SpecialLobbySlot SpecialLobbySlots = 1; -} - -message NetLastClearedEventStageData { - int32 DifficultyId = 1; - int32 StageId = 2; -} - -message ReqStoryDungeonEventData { - int32 EventId = 2; -} -message ResStoryDungeonEventData { - int32 RemainingTickets = 1; - repeated NetLastClearedEventStageData LastClearedEventStageList = 2; - NetUserTeamData TeamData = 3; -} - -message ReqObtainMainQuestReward { - repeated int32 TidList = 2; -} -message ResObtainMainQuestReward { - NetRewardData Reward = 2; -} - -message ReqCharacterGrowReset { - int64 Csn = 2; -} -message ResCharacterGrowReset { - NetUserCharacterDefaultData Character = 2; - repeated NetUserCurrencyData Currencies = 3; - int32 SynchroLv = 4; - repeated int64 SynchroStandardCharacters = 5; -} - -message ReqSetProfileTeam { - NetTeamData Team = 2; -} -message ResSetProfileTeam { - int32 TeamCombat = 2; - NetWholeUserTeamData Team = 3; -} - -message ReqSetProfileData { - int32 Icon = 2; - bool IsPrism = 3; - int32 Frame = 4; -} -message ResSetProfileData { -} \ No newline at end of file diff --git a/EpinelPS/Protos/intercept.proto b/EpinelPS/Protos/intercept.proto deleted file mode 100644 index bc86cc5..0000000 --- a/EpinelPS/Protos/intercept.proto +++ /dev/null @@ -1,71 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS.Net"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; -import "Protos/allmsgs.proto"; - -message ReqGetInterceptData {} -message ResGetInterceptData { - int32 NormalInterceptGroup = 1; - int32 SpecialInterceptId = 2; - int32 TicketCount = 3; - int32 MaxTicketCount = 4; -} - - -message ReqFastClearIntercept { - int32 Intercept = 1; - int32 InterceptId = 2; -} - -message ResFastClearIntercept { - int32 Intercept = 1; - int32 InterceptId = 2; - int32 TicketCount = 3; - int32 MaxTicketCount = 4; - NetRewardData NormalReward = 5; - NetRewardData BonusReward = 6; - NetRewardData NormalRewardByRewardUpEvent = 7; - NetRewardData BonusRewardByRewardUpEvent = 8; -} - -message ReqEnterIntercept { - int32 Intercept = 2; - int32 InterceptId = 3; - int32 TeamNumber = 4; - NetAntiCheatBattleTLogAdditionalInfo AnticheatAdditionalInfo = 5; -} -message ResEnterIntercept {} - - -message ReqClearIntercept { - int32 intercept = 2; - int32 InterceptID = 3; - int64 Damage = 4; - int32 TeamNumber = 5; - int32 BattleResult = 6; - NetAntiCheatBattleData AnticheatBattleData = 7; - NetAntiCheatBattleTLogAdditionalInfo AdditionalInfo = 8; -} - -message ResClearIntercept { - int32 Intercept = 1; - int32 InterceptId = 2; - int32 TicketCount = 3; - int32 MaxTicketCount = 4; - NetRewardData NormalReward = 5; - NetRewardData BonusReward = 6; - NetRewardData NormalRewardByRewardUpEvent = 7; - NetRewardData BonusRewardByRewardUpEvent = 8; -} - -message ReqCheckClearInterceptToday { - int32 InterceptType = 1; - int32 InterceptId = 2; -} - -message ResCheckClearInterceptToday { - bool Clear = 1; -} diff --git a/EpinelPS/Protos/liberate.proto b/EpinelPS/Protos/liberate.proto deleted file mode 100644 index 864b4bc..0000000 --- a/EpinelPS/Protos/liberate.proto +++ /dev/null @@ -1,34 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS.Net"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; -import "Protos/allmsgs.proto"; - -enum LiberateDataExpiredError { - LIBERATE_DATA_EXPIRED_ERROR_SUCCESS = 0; - LIBERATE_DATA_EXPIRED_ERROR_EXPIRED = 1; -} - -message NetLiberateProgressData { - int32 CharacterId = 1; - int32 Step = 2; - int32 ProgressPoint = 3; - int32 RewardedCount = 4; - bool IsCompleted = 5; -} - -message GetLiberateProgressListRequest {} -message GetLiberateProgressListResponse { - repeated NetLiberateProgressData ProgressData = 1; -} - -message ChooseLiberateCharacterRequest { - int32 CharacterId = 2; -} - -message ChooseLiberateCharacterResponse { - NetLiberateData data = 1; - LiberateDataExpiredError Error = 2; -} \ No newline at end of file diff --git a/EpinelPS/Protos/outpost.proto b/EpinelPS/Protos/outpost.proto deleted file mode 100644 index b4e81b2..0000000 --- a/EpinelPS/Protos/outpost.proto +++ /dev/null @@ -1,32 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS.Net"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; -import "Protos/allmsgs.proto"; - -// Get Tactic Academy data -message GetTacticAcademyDataRequest {} -message GetTacticAcademyDataResponse { - repeated int32 CompletedLessons = 2; -} - -// Clear Tactic Academy lesson -message TacticAcademyClearLessonRequest { - int32 LessonId = 2; -} -message TacticAcademyClearLessonResponse { - int32 LessonId = 2; - repeated NetUserCurrencyData RemainingCurrency = 4; -} - -// Battle reward / wipeout -message DoWipeOutRequest { - -} -message DoWipeOutResponse { - int32 WipeoutCount = 2; - NetRewardData Reward = 3; - repeated NetUserCurrencyData Currency = 4; -} \ No newline at end of file diff --git a/EpinelPS/Protos/shop.proto b/EpinelPS/Protos/shop.proto deleted file mode 100644 index fc761ed..0000000 --- a/EpinelPS/Protos/shop.proto +++ /dev/null @@ -1,35 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS.Net"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; - -message NetShopProductInfoData { - int32 Order = 1; - int32 ProductId = 2; - int32 BuyLimitCount = 3; - int32 BuyCount = 4; - int32 CorpType = 5; - int32 Discount = 6; - int64 EndAt = 7; - bool UseDateCondition = 8; -} - -message NetShopProductData { - int32 ShopTid = 1; - int32 ShopCategory = 2; - int32 RenewCount = 3; - int64 RenewAt = 4; - int64 NextRenewAt = 5; - int32 FreeRenewCount = 6; - repeated NetShopProductInfoData List = 7; -} - -message GetShopRequest { - int32 ShopCategory = 1; -} - -message GetShopResponse { - NetShopProductData Shop = 1; -} \ No newline at end of file diff --git a/EpinelPS/Protos/sidestory.proto b/EpinelPS/Protos/sidestory.proto deleted file mode 100644 index bf7eb4f..0000000 --- a/EpinelPS/Protos/sidestory.proto +++ /dev/null @@ -1,63 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS.Net"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; -import "Protos/allmsgs.proto"; - -// List completed -message NetSideStoryStageData { - int32 SideStoryStageId = 1; - google.protobuf.Timestamp ClearedAt = 2; -} - -message ReqListSideStory {} -message ResListSideStory { - repeated NetSideStoryStageData SideStoryStageDataList = 1; -} - -// Enter stage -message ReqEnterSideStoryStage { - int32 SideStoryId = 1; - int32 SideStoryStageId = 2; - int32 TeamNumber = 3; - NetAntiCheatBattleTLogAdditionalInfo AnticheatData = 4; -} -message ResEnterSideStoryStage { -} - -// Clear sceneario -message ReqClearSideStoryCutForScenario { - int32 SideStoryStageId = 1; - int32 SideStoryCutId = 2; -} -message ResClearSideStoryCutForScenario {} - -// Clear stage -message ReqClearSideStoryStage { - int32 SideStoryStageId = 1; -} -message ResClearSideStoryStage { - NetRewardData reward = 1; -} - -// Enter battle -message ReqEnterSideStoryCutForBattle { - int32 SideStoryStageId = 1; - int32 SideStoryCutId = 2; - int32 TeamNumber = 3; - NetAntiCheatBattleTLogAdditionalInfo AnticheatData = 4; -} -message ResEnterSideStoryCutForBattle {} - -// Clear battle -message ReqClearSideStoryCutForBattle { - int32 SideStoryStageId = 1; - int32 SideStoryCutId = 2; - int32 TeamNumber = 3; - int32 BattleResult = 4; - NetAntiCheatBattleData AnticheatBattleData = 5; - NetAntiCheatBattleTLogAdditionalInfo AnticheatData = 6; -} -message ResClearSideStoryCutForBattle {} \ No newline at end of file diff --git a/EpinelPS/Protos/system.proto b/EpinelPS/Protos/system.proto deleted file mode 100644 index b316a24..0000000 --- a/EpinelPS/Protos/system.proto +++ /dev/null @@ -1,60 +0,0 @@ -syntax = "proto3"; - -option csharp_namespace = "EpinelPS.Net"; - -import "google/protobuf/timestamp.proto"; -import "google/protobuf/Duration.proto"; - -message SentryDataResponse { - double Unknown1 = 1; - double Unknown2 = 2; -} - -message CheckVersionRequest { - string Version = 1; -} - -message CheckVersionResponse { - int32 VersionStatus = 1; // 0: good, 1: outdated, 2: unsupported -} - -message GetServerInfoRequest { - -} -message GetServerInfoResponse { - int32 worldId = 1; - string matchUrl = 2; -} - -message NetMaintenanceWindow { - google.protobuf.Timestamp from = 1; - google.protobuf.Timestamp to = 2; -} - -message MaintenanceNoticeResponse { - NetMaintenanceWindow window = 1; - bool isWhitelisted = 2; -} - -message ResourceHostRequest { - string rversion = 1; -} - -message ResourceHostResponse { - string version = 1; - string baseUrl = 2; - map coreVersionMap = 3; - map dataPackVersionMap = 4; -} - -message StaticDataPackRequest { -} - -message StaticDataPackResponse { - string Url = 1; - int64 FileSize = 2; - bytes Sha256Sum = 3; - bytes Salt1 = 4; - bytes Salt2 = 5; - string Version = 6; -} \ No newline at end of file diff --git a/EpinelPS/Utils/NetUtils.cs b/EpinelPS/Utils/NetUtils.cs index 28d19bd..8f63b3a 100644 --- a/EpinelPS/Utils/NetUtils.cs +++ b/EpinelPS/Utils/NetUtils.cs @@ -15,7 +15,7 @@ namespace EpinelPS.Utils Csn = item.Csn, Exp = item.Exp, Isn = item.Isn, - Lv = item.Level, + Level = item.Level, Position = item.Position, Tid = item.ItemType }; @@ -36,12 +36,12 @@ namespace EpinelPS.Utils } else { - itemDictionary[item.ItemType] = new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Lv = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position }; + itemDictionary[item.ItemType] = new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Level = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position }; } } else { - var newItem = new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Lv = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position }; + var newItem = new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Level = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position }; itemDictionary[item.ItemType] = newItem; } }